PassiveAuthProof

data class PassiveAuthProof(val sodBytes: ByteArray, val docSigningCert: ByteArray, val cscaCert: ByteArray)

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

A backend verifier can use this to independently verify the card data without re-reading the card.

Constructors

Link copied to clipboard
constructor(sodBytes: ByteArray, docSigningCert: ByteArray, cscaCert: ByteArray)

Properties

Link copied to clipboard

DER-encoded Country Signing CA certificate (CSCA) used for chain verification

Link copied to clipboard

DER-encoded Document Signing Certificate (DSC)

Link copied to clipboard

Raw bytes of EF.SOD — contains the signed hash manifest

Functions

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