UNPKG

@wildboar/pkcs

Version:
26 lines (25 loc) 822 B
import { KeyEncryptionAlgorithms_Union0_Intersection0_Element } from "../PKCS-15/KeyEncryptionAlgorithms-Union0-Intersection0-Element.oa.mjs"; import { KeyEncryptionAlgorithms_Union1_Intersection0_Element } from "../PKCS-15/KeyEncryptionAlgorithms-Union1-Intersection0-Element.oa.mjs"; /** * @summary KeyEncryptionAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= { * {NULL IDENTIFIED BY id-alg-CMS3DESwrap} * | {INTEGER IDENTIFIED BY id-alg-CMSRC2wrap}, * ... -- For future extensions * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ export const KeyEncryptionAlgorithms = [ KeyEncryptionAlgorithms_Union0_Intersection0_Element, KeyEncryptionAlgorithms_Union1_Intersection0_Element, ]; /* eslint-enable */