DocumentDigestCSCEntry

@Serializable
data class DocumentDigestCSCEntry(val hash: ByteArray, val label: String)(source)

CSC: Entry for document to be signed

Constructors

Link copied to clipboard
constructor(hash: ByteArray, label: String)

Properties

Link copied to clipboard
@SerialName(value = "hash")
@Serializable(with = ByteArrayBase64Serializer::class)
val hash: ByteArray

CSC: Conditional String containing the actual Base64- encoded octet-representation of the hash of the document

Link copied to clipboard
@SerialName(value = "label")
val label: String

CSC: String containing a human-readable description of the respective document

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int