Module com.webauthn4j.core
Interface SelfAttestationTrustworthinessVerifier
- All Known Implementing Classes:
DefaultSelfAttestationTrustworthinessVerifier,NullSelfAttestationTrustworthinessVerifier
public interface SelfAttestationTrustworthinessVerifier
Verifies the specified
AttestationStatement trustworthiness based on self-attestation rule-
Method Summary
Modifier and TypeMethodDescriptionvoidverify(@NotNull CertificateBaseAttestationStatement attestationStatement)
-
Method Details
-
verify
-