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)