UNPKG

@wildboar/pkcs

Version:
20 lines (19 loc) 435 B
import { ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca"; /** * @summary KeyDerivationAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * KeyDerivationAlgorithms ALGORITHM-IDENTIFIER ::= { * PBKDF2Algorithms, * ... -- For future extensions * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ export declare const KeyDerivationAlgorithms: ALGORITHM_IDENTIFIER<any>[];