Module com.webauthn4j.core
Class NullPackedAttestationStatementVerifier
java.lang.Object
com.webauthn4j.verifier.attestation.statement.AbstractStatementVerifier<PackedAttestationStatement>
com.webauthn4j.verifier.attestation.statement.packed.NullPackedAttestationStatementVerifier
- All Implemented Interfaces:
AttestationStatementVerifier
public class NullPackedAttestationStatementVerifier
extends AbstractStatementVerifier<PackedAttestationStatement>
Null verifier for
PackedAttestationStatement-
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
-
NullPackedAttestationStatementVerifier
public NullPackedAttestationStatementVerifier()
-
-
Method Details
-
verify
@NotNull public @NotNull AttestationType verify(@NotNull @NotNull CoreRegistrationObject registrationObject)
-