EncryptRequestParcel
data class EncryptRequestParcel(val caller: CallerIdentity, val plaintext: ByteArray, val recipientKeyIds: LongArray, val asciiArmor: Boolean = true) : Parcelable
Encrypt request passed to the bound service.
Constructors
Link copied to clipboard
constructor(caller: CallerIdentity, plaintext: ByteArray, recipientKeyIds: LongArray, asciiArmor: Boolean = true)