Module com.webauthn4j.core
Class PackedAttestationStatementVerifier
java.lang.Object
com.webauthn4j.verifier.attestation.statement.AbstractStatementVerifier<PackedAttestationStatement>
com.webauthn4j.verifier.attestation.statement.packed.PackedAttestationStatementVerifier
- All Implemented Interfaces:
AttestationStatementVerifier
public class PackedAttestationStatementVerifier
extends AbstractStatementVerifier<PackedAttestationStatement>
Verifies the specified
AttestationStatement is a valid packed 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
-
PackedAttestationStatementVerifier
public PackedAttestationStatementVerifier()
-
-
Method Details
-
verify
@NotNull public @NotNull AttestationType verify(@NotNull @NotNull CoreRegistrationObject registrationObject)
-