Module com.webauthn4j.core
Class NullSelfAttestationTrustworthinessVerifier
java.lang.Object
com.webauthn4j.verifier.attestation.trustworthiness.self.NullSelfAttestationTrustworthinessVerifier
- All Implemented Interfaces:
SelfAttestationTrustworthinessVerifier
public class NullSelfAttestationTrustworthinessVerifier
extends Object
implements SelfAttestationTrustworthinessVerifier
Null verifier that bypass self attestation rule check
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidverify(@NotNull CertificateBaseAttestationStatement attestationStatement)
-
Constructor Details
-
NullSelfAttestationTrustworthinessVerifier
public NullSelfAttestationTrustworthinessVerifier()
-
-
Method Details
-
verify
- Specified by:
verifyin interfaceSelfAttestationTrustworthinessVerifier
-