EncryptionParameters
data class EncryptionParameters(val recipientPublicKey: EcPublicKey, val recipientCertificates: List<X509Cert> = emptyList(), val nonce: ByteString? = null)
Parameters to use when requesting to encrypt a document response.
Constructors
Link copied to clipboard
constructor(recipientPublicKey: EcPublicKey, recipientCertificates: List<X509Cert> = emptyList(), nonce: ByteString? = null)
Properties
Link copied to clipboard
zero or more certificates for recipientPublicKey.
Link copied to clipboard
the public key to encrypt the response against.