Class DefaultSelfAttestationTrustworthinessValidator
java.lang.Object
com.webauthn4j.validator.attestation.trustworthiness.self.DefaultSelfAttestationTrustworthinessValidator
- All Implemented Interfaces:
SelfAttestationTrustworthinessValidator
public class DefaultSelfAttestationTrustworthinessValidator
extends Object
implements SelfAttestationTrustworthinessValidator
Default implementation of
SelfAttestationTrustworthinessValidator-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetSelfAttestationAllowed(boolean selfAttestationAllowed) voidvalidate(@NonNull CertificateBaseAttestationStatement attestationStatement)
-
Constructor Details
-
DefaultSelfAttestationTrustworthinessValidator
public DefaultSelfAttestationTrustworthinessValidator()
-
-
Method Details
-
validate
- Specified by:
validatein interfaceSelfAttestationTrustworthinessValidator
-
isSelfAttestationAllowed
public boolean isSelfAttestationAllowed() -
setSelfAttestationAllowed
public void setSelfAttestationAllowed(boolean selfAttestationAllowed)
-