@guarani/jose
Version:
Implementation of the RFCs of the JOSE Working Group.
8 lines (7 loc) • 340 B
TypeScript
import { Constructor } from '@guarani/types';
import { JsonWebKey } from '../jsonwebkey';
import { SupportedJsonWebKeyAlgorithm } from './types/supported-jsonwebkey-algorithm';
/**
* JSON Web Key Algorithms Registry.
*/
export declare const JSON_WEB_KEY_ALGORITHMS_REGISTRY: Record<SupportedJsonWebKeyAlgorithm, Constructor<JsonWebKey>>;