VerifierIdentity

class VerifierIdentity(val key: AsymmetricKey.X509Certified, val clientId: String? = null)

Class that represents a Verifier identity from the verifier's perspective.

Verifier can have multiple identities and use a subset of them to sign verification requests.

Constructors

Link copied to clipboard
constructor(key: AsymmetricKey.X509Certified, clientId: String? = null)

Properties

Link copied to clipboard

the client ID, e.g. x509_san_dns:verifier.multipaz.org or null; it is only used in OpenID4VP context.

Link copied to clipboard

X509-certified key used to sign verification requests