UNPKG

@wildboar/pkcs

Version:
19 lines (18 loc) 287 B
/** * @summary KeyEncryptionAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * KeyEncryptionAlgorithms ALGORITHM ::= { * ... -- Extensible * } * ``` * * @constant * @type {ALGORITHM[]} * */ export const KeyEncryptionAlgorithms = []; /* eslint-enable */