UNPKG

@wildboar/pkcs

Version:
17 lines (16 loc) 261 B
/** * @summary SMIMEv3Algorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SMIMEv3Algorithms ALGORITHM ::= {...-- See RFC 2633 --} * ``` * * @constant * @type {ALGORITHM[]} * */ export const SMIMEv3Algorithms = []; /* eslint-enable */