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)

Properties

Link copied to clipboard

Whether output should be ASCII-armored.

Link copied to clipboard

Identity of the requesting app.

Link copied to clipboard

UTF-8 or binary payload to encrypt.

Link copied to clipboard

OpenPGP recipient master key ids.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)