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)