@guarani/jose
Version:
Implementation of the RFCs of the JOSE Working Group.
7 lines (6 loc) • 432 B
TypeScript
import { JsonWebEncryptionKeyWrapAlgorithm } from './jsonwebencryption-keywrap.algorithm';
import { SupportedJsonWebEncryptionKeyWrapAlgorithm } from './types/supported-jsonwebencryption-keyencryption-algorithm';
/**
* JSON Web Encryption Key Wrap Algorithms Registry.
*/
export declare const JSON_WEB_ENCRYPTION_KEY_WRAP_ALGORITHMS_REGISTRY: Record<SupportedJsonWebEncryptionKeyWrapAlgorithm, JsonWebEncryptionKeyWrapAlgorithm>;