@guarani/jose
Version:
Implementation of the RFCs of the JOSE Working Group.
7 lines (6 loc) • 506 B
TypeScript
import { JsonWebEncryptionContentEncryptionAlgorithm } from './jsonwebencryption-contentencryption.algorithm';
import { SupportedJsonWebEncryptionContentEncryptionAlgorithm } from './types/supported-jsonwebencryption-contentencryption-algorithm';
/**
* JSON Web Encryption Content Encryption Algorithms Registry.
*/
export declare const JSON_WEB_ENCRYPTION_CONTENT_ENCRYPTION_ALGORITHMS_REGISTRY: Record<SupportedJsonWebEncryptionContentEncryptionAlgorithm, JsonWebEncryptionContentEncryptionAlgorithm>;