Module com.webauthn4j.core
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintint@NotNull GooglePlayServiceVersionVerifiervoidsetBackwardThreshold(int backwardThreshold) voidsetForwardThreshold(int forwardThreshold) voidsetVersionVerifier(@NotNull GooglePlayServiceVersionVerifier versionVerifier) @NotNull AttestationTypeverify(@NotNull CoreRegistrationObject registrationObject) Methods inherited from class com.webauthn4j.verifier.attestation.statement.AbstractStatementVerifier
getJcaName, supports
-
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
-
setVersionVerifier
-