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 Details

    • AndroidSafetyNetAttestationStatementValidator

      public AndroidSafetyNetAttestationStatementValidator()
  • Method Details

    • validate

      public @NonNull AttestationType validate(@NonNull CoreRegistrationObject registrationObject)
    • getForwardThreshold

      public int getForwardThreshold()
    • setForwardThreshold

      public void setForwardThreshold(int forwardThreshold)
    • getBackwardThreshold

      public int getBackwardThreshold()
    • setBackwardThreshold

      public void setBackwardThreshold(int backwardThreshold)
    • getVersionValidator

      public @NonNull GooglePlayServiceVersionValidator getVersionValidator()
    • setVersionValidator

      public void setVersionValidator(@NonNull GooglePlayServiceVersionValidator versionValidator)