Package com.yubico.webauthn.attestation.resolver
-
Class Summary Class Description CompositeAttestationResolver AnAttestationResolver
whoseCompositeAttestationResolver.resolve(X509Certificate, List)
method callsAttestationResolver.resolve(X509Certificate, List)
on each of the subordinateAttestationResolver
s in turn, and returns the first non-null
result.CompositeTrustResolver ATrustResolver
whoseCompositeTrustResolver.resolveTrustAnchor(X509Certificate, List)
method callsTrustResolver.resolveTrustAnchor(X509Certificate, List)
on each of the subordinateTrustResolver
s in turn, and returns the first non-null
result.SimpleAttestationResolver SimpleTrustResolver Assesses whether an argument certificate can be trusted, and if so, by what trusted root certificate.