Module com.webauthn4j.core
Class CertPathTrustworthinessVerifierBase
java.lang.Object
com.webauthn4j.verifier.attestation.trustworthiness.certpath.CertPathTrustworthinessVerifierBase
- All Implemented Interfaces:
CertPathTrustworthinessVerifier
public abstract class CertPathTrustworthinessVerifierBase
extends Object
implements CertPathTrustworthinessVerifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanprotected abstract @NotNull Set<TrustAnchor>resolveTrustAnchors(@NotNull AAGUID aaguid) voidsetFullChainProhibited(boolean fullChainProhibited) voidsetPolicyQualifiersRejected(boolean policyQualifiersRejected) voidsetRevocationCheckEnabled(boolean revocationCheckEnabled) voidverify(@NotNull AAGUID aaguid, @NotNull CertificateBaseAttestationStatement attestationStatement, @NotNull 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.verifier.attestation.trustworthiness.certpath.CertPathTrustworthinessVerifier
verify
-
Constructor Details
-
CertPathTrustworthinessVerifierBase
public CertPathTrustworthinessVerifierBase()
-
-
Method Details
-
verify
public void verify(@NotNull @NotNull AAGUID aaguid, @NotNull @NotNull CertificateBaseAttestationStatement attestationStatement, @NotNull @NotNull Instant timestamp) - Specified by:
verifyin interfaceCertPathTrustworthinessVerifier
-
resolveTrustAnchors
@NotNull protected abstract @NotNull Set<TrustAnchor> resolveTrustAnchors(@NotNull @NotNull AAGUID aaguid) -
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)
-