Package-level declarations

Types

Link copied to clipboard

Delegates attestation verification to the verifier matching each attestation format.

Link copied to clipboard

W3C WebAuthn L3: §8.6. FIDO U2F Attestation Statement Format

Link copied to clipboard

JVM RP ID hasher backed by Signum SHA-256 primitives.

Link copied to clipboard

JVM signature verifier backed by Signum COSE verification primitives.

Link copied to clipboard

Verifies the "none" attestation statement format per WebAuthn L3 §8.7.

Link copied to clipboard

Verifies the "packed" attestation statement format per WebAuthn L3 §8.2.

Link copied to clipboard

Loads bundled PEM trust anchors for attestation trust-chain validation.

Link copied to clipboard
class StrictAttestationVerifier(signatureVerifier: SignatureVerifier? = null, trustAnchorSource: TrustAnchorSource? = ResourceTrustAnchorSource()) : AttestationVerifier

Strict server attestation verifier wiring JVM defaults for production use.

Link copied to clipboard

Verifies attestation certificate chains against configured trust anchors.