Class AndroidSafetyNetAttestationStatementValidator
java.lang.Object
com.webauthn4j.validator.attestation.statement.AbstractStatementValidator<AndroidSafetyNetAttestationStatement>
com.webauthn4j.validator.attestation.statement.androidsafetynet.AndroidSafetyNetAttestationStatementValidator
- All Implemented Interfaces:
AttestationStatementValidator
public class AndroidSafetyNetAttestationStatementValidator
extends AbstractStatementValidator<AndroidSafetyNetAttestationStatement>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintint@NonNull GooglePlayServiceVersionValidatorvoidsetBackwardThreshold(int backwardThreshold) voidsetForwardThreshold(int forwardThreshold) voidsetVersionValidator(@NonNull GooglePlayServiceVersionValidator versionValidator) @NonNull AttestationTypevalidate(@NonNull CoreRegistrationObject registrationObject) Methods inherited from class com.webauthn4j.validator.attestation.statement.AbstractStatementValidator
getJcaName, supports
-
Constructor Details
-
AndroidSafetyNetAttestationStatementValidator
public AndroidSafetyNetAttestationStatementValidator()
-
-
Method Details
-
validate
-
getForwardThreshold
public int getForwardThreshold() -
setForwardThreshold
public void setForwardThreshold(int forwardThreshold) -
getBackwardThreshold
public int getBackwardThreshold() -
setBackwardThreshold
public void setBackwardThreshold(int backwardThreshold) -
getVersionValidator
-
setVersionValidator
-