Module com.webauthn4j.core
Class NullCertPathTrustworthinessVerifier
java.lang.Object
com.webauthn4j.verifier.attestation.trustworthiness.certpath.NullCertPathTrustworthinessVerifier
- All Implemented Interfaces:
CertPathTrustworthinessVerifier
public class NullCertPathTrustworthinessVerifier
extends Object
implements CertPathTrustworthinessVerifier
Null verifier that bypass x5c trustworthiness check
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidverify(@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
-
NullCertPathTrustworthinessVerifier
public NullCertPathTrustworthinessVerifier()
-
-
Method Details
-
verify
public void verify(@NotNull @NotNull AAGUID aaguid, @NotNull @NotNull CertificateBaseAttestationStatement attestationStatement, @NotNull @NotNull Instant timestamp) - Specified by:
verifyin interfaceCertPathTrustworthinessVerifier
-