Package-level declarations
Types
Link copied to clipboard
data class Iso180137AnnexCRequestOptions(val credentials: Set<RequestOptionsCredential>, val state: String) : RequestOptions
Link copied to clipboard
Validation results of ISO 18013-7 presentation
Link copied to clipboard
class Iso180137AnnexCVerifier(nonceService: NonceService = DefaultNonceService(), stateToIsoMdocRequestStore: MapStore<String, IsoMdocRequest> = DefaultMapStore(), decryptionKeyMaterial: KeyMaterial = EphemeralKeyWithoutCert(), verifyCoseSignature: VerifyCoseSignatureWithKeyFun<ByteArray> = VerifyCoseSignatureWithKey(), validatorMdoc: ValidatorMdoc = ValidatorMdoc()) : AbstractMdocVerifier