UNPKG

@wildboar/pkcs

Version:
20 lines (19 loc) 407 B
import { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca"; /** * @summary PBES2Algorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PBES2Algorithms ALGORITHM-IDENTIFIER ::= { * {PBES2-params IDENTIFIED BY id-PBES2}, * ... * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ export declare const PBES2Algorithms: ALGORITHM_IDENTIFIER<any>[];