UNPKG

@wildboar/pkcs

Version:
19 lines (18 loc) 386 B
import type { ALGORITHM } from "@wildboar/x500/src/lib/modules/AuthenticationFramework/ALGORITHM.oca"; /** * @summary KeyEncryptionAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * KeyEncryptionAlgorithms ALGORITHM ::= { * ... -- Extensible * } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const KeyEncryptionAlgorithms: ALGORITHM[];