EncryptionParameters

data class EncryptionParameters(val dataItem: DataItem)

Parameters to use when requesting to encrypt a document response.

Parameters

dataItem

a DataItem which is a map with keys recipientPublicKey, recipientCertificate, and nonce as defined in ISO/IEC 18013-5 Second Edition.

Constructors

Link copied to clipboard
constructor(dataItem: DataItem)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nonce: ByteString?

Optional nonce to use.

Link copied to clipboard
Link copied to clipboard