Module com.webauthn4j.core
Class DefaultCertPathTrustworthinessVerifier
java.lang.Object
com.webauthn4j.verifier.attestation.trustworthiness.certpath.DefaultCertPathTrustworthinessVerifier
- All Implemented Interfaces:
CertPathTrustworthinessVerifier
public class DefaultCertPathTrustworthinessVerifier
extends Object
implements CertPathTrustworthinessVerifier
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultCertPathTrustworthinessVerifier(TrustAnchorRepository trustAnchorRepository) -
Method Summary
Modifier and TypeMethodDescriptionstatic @org.jetbrains.annotations.NotNull byte[]extractSubjectKeyIdentifier(X509Certificate certificate) booleanbooleanbooleanvoidsetFullChainProhibited(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
-
DefaultCertPathTrustworthinessVerifier
-
-
Method Details
-
verify
public void verify(@NotNull @NotNull AAGUID aaguid, @NotNull @NotNull CertificateBaseAttestationStatement attestationStatement, @NotNull @NotNull Instant timestamp) - Specified by:
verifyin interfaceCertPathTrustworthinessVerifier
-
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) -
extractSubjectKeyIdentifier
@NotNull public static @org.jetbrains.annotations.NotNull byte[] extractSubjectKeyIdentifier(X509Certificate certificate)
-