Class TrustAnchorCertPathTrustworthinessValidator
java.lang.Object
com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidatorBase
com.webauthn4j.validator.attestation.trustworthiness.certpath.TrustAnchorCertPathTrustworthinessValidator
- All Implemented Interfaces:
CertPathTrustworthinessValidator
@Deprecated
public class TrustAnchorCertPathTrustworthinessValidator
extends CertPathTrustworthinessValidatorBase
Deprecated.
Validates the specified
AttestationStatement x5c trustworthiness based on TrustAnchor-
Constructor Summary
ConstructorsConstructorDescriptionTrustAnchorCertPathTrustworthinessValidator(@NonNull TrustAnchorsResolver trustAnchorsResolver) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected @NonNull Set<TrustAnchor>resolveTrustAnchors(@NonNull AAGUID aaguid) Deprecated.Methods inherited from class com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidatorBase
isFullChainProhibited, isPolicyQualifiersRejected, isRevocationCheckEnabled, setFullChainProhibited, setPolicyQualifiersRejected, setRevocationCheckEnabled, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator
validate
-
Constructor Details
-
TrustAnchorCertPathTrustworthinessValidator
public TrustAnchorCertPathTrustworthinessValidator(@NonNull TrustAnchorsResolver trustAnchorsResolver) Deprecated.
-
-
Method Details
-
resolveTrustAnchors
Deprecated.- Specified by:
resolveTrustAnchorsin classCertPathTrustworthinessValidatorBase
-
DefaultCertPathTrustworthinessValidatorinstead