DecryptRequest

data class DecryptRequest(val ciphertext: ByteArray, val secretKeyRingArmored: ByteArray, val passphrase: CharArray)

Parameters for decrypting an OpenPGP message.

Constructors

Link copied to clipboard
constructor(ciphertext: ByteArray, secretKeyRingArmored: ByteArray, passphrase: CharArray)

Properties

Link copied to clipboard

Armored or binary encrypted message.

Link copied to clipboard

Passphrase to unlock the matching secret subkey.

Link copied to clipboard

Recipient secret key ring.