public class AndroidSafetyNetAttestationStatementValidator extends AbstractStatementValidator<AndroidSafetyNetAttestationStatement>
| Constructor and Description |
|---|
AndroidSafetyNetAttestationStatementValidator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBackwardThreshold() |
int |
getForwardThreshold() |
GooglePlayServiceVersionValidator |
getVersionValidator() |
void |
setBackwardThreshold(int backwardThreshold) |
void |
setForwardThreshold(int forwardThreshold) |
void |
setVersionValidator(GooglePlayServiceVersionValidator versionValidator) |
AttestationType |
validate(RegistrationObject registrationObject) |
getJcaName, supportspublic AndroidSafetyNetAttestationStatementValidator()
public AttestationType validate(RegistrationObject registrationObject)
public int getForwardThreshold()
public void setForwardThreshold(int forwardThreshold)
public int getBackwardThreshold()
public void setBackwardThreshold(int backwardThreshold)
public GooglePlayServiceVersionValidator getVersionValidator()
public void setVersionValidator(GooglePlayServiceVersionValidator versionValidator)