UNPKG

@guarani/jose

Version:

Implementation of the RFCs of the JOSE Working Group.

7 lines (6 loc) 456 B
import { JsonWebEncryptionCompressionAlgorithm } from './jsonwebencryption-compression.algorithm'; import { SupportedJsonWebEncryptionCompressionAlgorithm } from './types/supported-jsonwebencryption-compression-algorithm'; /** * JSON Web Encryption Compression Algorithms Registry. */ export declare const JSON_WEB_ENCRYPTION_COMPRESSION_ALGORITHMS_REGISTRY: Record<SupportedJsonWebEncryptionCompressionAlgorithm, JsonWebEncryptionCompressionAlgorithm>;