TrustedVerifiers

The verifiers a wallet app names on its consent sheet ("Verify is asking for…"). Requests from anyone else are shown as an unknown verifier; the holder can still decide.

TrustedVerifiers(signedList = ricalBytes)

Constructors

Link copied to clipboard
constructor(signedList: ByteArray)

Name every verifier on a signed reader list (ISO 18013-5 RICAL).

constructor(rootCertificatesPem: List<String>)

Name the verifiers whose reader certificates chain to these roots (PEM).

Types

Link copied to clipboard
object Companion