SignRequestParcel

data class SignRequestParcel(val caller: CallerIdentity, val data: ByteArray, val signKeyId: Long, val passphrase: CharArray? = null) : Parcelable

Sign request passed to the bound service.

Constructors

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

Properties

Link copied to clipboard

Identity of the requesting app.

Link copied to clipboard

Payload bytes to sign.

Link copied to clipboard

Optional unlock passphrase for the secret key.

Link copied to clipboard

Secret signing key id.

Functions

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