Class NullSelfAttestationTrustworthinessValidator
java.lang.Object
com.webauthn4j.validator.attestation.trustworthiness.self.NullSelfAttestationTrustworthinessValidator
- All Implemented Interfaces:
SelfAttestationTrustworthinessValidator
public class NullSelfAttestationTrustworthinessValidator
extends Object
implements SelfAttestationTrustworthinessValidator
Null validator that bypass self attestation rule check
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(@NonNull CertificateBaseAttestationStatement attestationStatement)
-
Constructor Details
-
NullSelfAttestationTrustworthinessValidator
public NullSelfAttestationTrustworthinessValidator()
-
-
Method Details
-
validate
- Specified by:
validatein interfaceSelfAttestationTrustworthinessValidator
-