DecryptRequestParcel

data class DecryptRequestParcel(val caller: CallerIdentity, val ciphertext: ByteArray, val decryptKeyId: Long, val passphrase: CharArray? = null) : Parcelable

Decrypt request passed to the bound service.

Constructors

Link copied to clipboard
constructor(caller: CallerIdentity, ciphertext: ByteArray, decryptKeyId: Long, passphrase: CharArray? = null)

Properties

Link copied to clipboard

Identity of the requesting app.

Link copied to clipboard

Armored or binary OpenPGP message.

Link copied to clipboard

Secret key id to decrypt with.

Link copied to clipboard

Optional unlock passphrase for the secret key.

Functions

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