ActiveAuthProof

data class ActiveAuthProof(val challenge: ByteArray, val signature: ByteArray, val certificate: ByteArray)

Raw proof material from active authentication, carried inside a CeiIdentityClaim.

Constructors

Link copied to clipboard
constructor(challenge: ByteArray, signature: ByteArray, certificate: ByteArray)

Properties

Link copied to clipboard

DER-encoded X.509 certificate (CE8E) from the GenPKI applet

Link copied to clipboard

The 48-byte random challenge sent to the chip

Link copied to clipboard

96-byte raw ECDSA-SHA384 signature (r||s, 48 bytes each) returned by INTERNAL AUTHENTICATE

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int