import * as fido2 from "https://deno.land/x/fido2@3.3.5/lib/main.js";
Classes
c CRL | |
A validated assertion result | |
A validated attesetation result | |
The base class of Fido2AttestationResult and Fido2AssertionResult | |
A class for managing, validating, and finding metadata that describes authenticators | |
Holds a single MDS entry that provides the metadata for an authenticator. Contains
both the TOC data (such as
| |
Class representing a generic public key, with utility functions to convert between different formats using Webcrypto | |
Variables
Creates a new Uint8Array based on two different ArrayBuffers | |
Functions
Utility function to convert a cose hashing algorithm to string | |
Utility function to convert a cose algorithm to string | |
Parses the clientData JSON byte stream into an Object | |
Given an Iterable/Iterator input which yields buffers, returns an IterableIterator which yields sync decoded objects Or, given an Async Iterable/Iterator which yields promises resolving in buffers, returns an AsyncIterableIterator. | |
Given an Iterable first argument, returns an Iterable where each value is encoded as a Buffer If the argument is only Async Iterable, the return value will be an Async Iterable. | |
Decodes the Protected Header of a JWE/JWS/JWT token utilizing any JOSE serialization. | |
Imports a JWK to a runtime-specific key representation (KeyLike). Either JWK "alg" (Algorithm)
Parameter must be present or the optional "alg" argument. When running on a runtime using Web
Cryptography API the jwk parameters "use", "key_ops", and
"ext" are also used in the resulting | |