Module com.webauthn4j.core
Class NoneAttestationStatementVerifier
java.lang.Object
com.webauthn4j.verifier.attestation.statement.AbstractStatementVerifier<NoneAttestationStatement>
com.webauthn4j.verifier.attestation.statement.none.NoneAttestationStatementVerifier
- All Implemented Interfaces:
AttestationStatementVerifier
public class NoneAttestationStatementVerifier
extends AbstractStatementVerifier<NoneAttestationStatement>
Verifies the specified
AttestationStatement is a none attestation-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull AttestationTypeverify(@NotNull CoreRegistrationObject registrationObject) Methods inherited from class com.webauthn4j.verifier.attestation.statement.AbstractStatementVerifier
getJcaName, supports
-
Constructor Details
-
NoneAttestationStatementVerifier
public NoneAttestationStatementVerifier()
-
-
Method Details
-
verify
@NotNull public @NotNull AttestationType verify(@NotNull @NotNull CoreRegistrationObject registrationObject)
-