| Package | Description |
|---|---|
| io.vertx.ext.auth.webauthn.impl.attestation |
| Modifier and Type | Method and Description |
|---|---|
void |
TPMAttestation.validate(WebAuthnOptions options,
MetaData metadata,
byte[] clientDataJSON,
JsonObject attestation,
AuthData authData) |
void |
PackedAttestation.validate(WebAuthnOptions options,
MetaData metadata,
byte[] clientDataJSON,
JsonObject attestation,
AuthData authData) |
void |
NoneAttestation.validate(WebAuthnOptions options,
MetaData metadata,
byte[] clientDataJSON,
JsonObject attestation,
AuthData authData) |
void |
FidoU2fAttestation.validate(WebAuthnOptions options,
MetaData metadata,
byte[] clientDataJSON,
JsonObject attestation,
AuthData authData) |
void |
Attestation.validate(WebAuthnOptions options,
MetaData metadata,
byte[] clientDataJSON,
JsonObject attestation,
AuthData authData)
The implementation of the Attestation verification.
|
void |
AppleAttestation.validate(WebAuthnOptions options,
MetaData metadata,
byte[] clientDataJSON,
JsonObject attestation,
AuthData authData) |
void |
AndroidSafetynetAttestation.validate(WebAuthnOptions options,
MetaData metadata,
byte[] clientDataJSON,
JsonObject attestation,
AuthData authData) |
void |
AndroidKeyAttestation.validate(WebAuthnOptions options,
MetaData metadata,
byte[] clientDataJSON,
JsonObject attestation,
AuthData authData) |
Copyright © 2021. All rights reserved.