UNPKG

@wildboar/pkcs

Version:
17 lines (16 loc) 246 B
/** * @summary PBES2_Encs * @description * * ### ASN.1 Definition: * * ```asn1 * PBES2-Encs ALGORITHM-IDENTIFIER ::= { ... } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ export const PBES2_Encs = []; /* eslint-enable */