ReaderIdentityConfig

data class ReaderIdentityConfig(val privateKeyBase64: String, val certChainPem: List<String>)

The verifier's own reader-auth signing identity. privateKeyBase64 is the request-signing EC private key (CBOR-encoded, base64); certChainPem is its certificate chain, leaf-first, whose root a holder trusts via TrustConfig.readerRical / TrustConfig.readerRootsPem.

Constructors

Link copied to clipboard
constructor(privateKeyBase64: String, certChainPem: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard