EncryptResult

data class EncryptResult(val ciphertext: ByteArray)

Encrypted (and optionally armored) OpenPGP message bytes.

Constructors

Link copied to clipboard
constructor(ciphertext: ByteArray)

Properties

Link copied to clipboard