UNPKG

@wildboar/pkcs

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