Class CertPathTrustworthinessValidatorBase
java.lang.Object
com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidatorBase
- All Implemented Interfaces:
CertPathTrustworthinessValidator
- Direct Known Subclasses:
TrustAnchorCertPathTrustworthinessValidator
public abstract class CertPathTrustworthinessValidatorBase
extends Object
implements CertPathTrustworthinessValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanprotected abstract @NonNull Set<TrustAnchor>resolveTrustAnchors(@NonNull AAGUID aaguid) voidsetFullChainProhibited(boolean fullChainProhibited) voidsetPolicyQualifiersRejected(boolean policyQualifiersRejected) voidsetRevocationCheckEnabled(boolean revocationCheckEnabled) voidvalidate(@NonNull AAGUID aaguid, @NonNull CertificateBaseAttestationStatement attestationStatement, @NonNull Instant timestamp) Methods 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
-
CertPathTrustworthinessValidatorBase
public CertPathTrustworthinessValidatorBase()
-
-
Method Details
-
validate
public void validate(@NonNull AAGUID aaguid, @NonNull CertificateBaseAttestationStatement attestationStatement, @NonNull Instant timestamp) - Specified by:
validatein interfaceCertPathTrustworthinessValidator
-
resolveTrustAnchors
-
isFullChainProhibited
public boolean isFullChainProhibited() -
setFullChainProhibited
public void setFullChainProhibited(boolean fullChainProhibited) -
isRevocationCheckEnabled
public boolean isRevocationCheckEnabled() -
setRevocationCheckEnabled
public void setRevocationCheckEnabled(boolean revocationCheckEnabled) -
isPolicyQualifiersRejected
public boolean isPolicyQualifiersRejected() -
setPolicyQualifiersRejected
public void setPolicyQualifiersRejected(boolean policyQualifiersRejected)
-