Class AndroidSafetyNetAttestationStatementVerifier

java.lang.Object
com.webauthn4j.verifier.attestation.statement.AbstractStatementVerifier<AndroidSafetyNetAttestationStatement>
com.webauthn4j.verifier.attestation.statement.androidsafetynet.AndroidSafetyNetAttestationStatementVerifier
All Implemented Interfaces:
AttestationStatementVerifier

public class AndroidSafetyNetAttestationStatementVerifier extends AbstractStatementVerifier<AndroidSafetyNetAttestationStatement>
  • Constructor Details

    • AndroidSafetyNetAttestationStatementVerifier

      public AndroidSafetyNetAttestationStatementVerifier()
  • Method Details

    • verify

      @NotNull public @NotNull AttestationType verify(@NotNull @NotNull CoreRegistrationObject registrationObject)
    • getForwardThreshold

      public int getForwardThreshold()
    • setForwardThreshold

      public void setForwardThreshold(int forwardThreshold)
    • getBackwardThreshold

      public int getBackwardThreshold()
    • setBackwardThreshold

      public void setBackwardThreshold(int backwardThreshold)
    • getVersionVerifier

      @NotNull public @NotNull GooglePlayServiceVersionVerifier getVersionVerifier()
    • setVersionVerifier

      public void setVersionVerifier(@NotNull @NotNull GooglePlayServiceVersionVerifier versionVerifier)