@guarani/jose
Version:
Implementation of the RFCs of the JOSE Working Group.
7 lines (6 loc) • 356 B
TypeScript
import { JsonWebSignatureAlgorithm } from './jsonwebsignature.algorithm';
import { SupportedJsonWebSignatureAlgorithm } from './types/supported-jsonwebsignature-algorithm';
/**
* JSON Web Signature Algorithms Registry.
*/
export declare const JSON_WEB_SIGNATURE_ALGORITHMS_REGISTRY: Record<SupportedJsonWebSignatureAlgorithm, JsonWebSignatureAlgorithm>;