Class NullCertPathTrustworthinessValidator
java.lang.Object
com.webauthn4j.validator.attestation.trustworthiness.certpath.NullCertPathTrustworthinessValidator
- All Implemented Interfaces:
CertPathTrustworthinessValidator
public class NullCertPathTrustworthinessValidator
extends Object
implements CertPathTrustworthinessValidator
Null validator that bypass x5c trustworthiness check
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(@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
-
NullCertPathTrustworthinessValidator
public NullCertPathTrustworthinessValidator()
-
-
Method Details
-
validate
public void validate(@NonNull AAGUID aaguid, @NonNull CertificateBaseAttestationStatement attestationStatement, @NonNull Instant timestamp) - Specified by:
validatein interfaceCertPathTrustworthinessValidator
-