UNPKG

@wildboar/pkcs

Version:
18 lines 646 B
import { type ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca.mjs"; import { PBKDF2_params } from "../PKCS5v2-1/PBKDF2-params.ta.mjs"; /** * @summary PBES2_KDFs_Union0_Intersection0_Element * @description * * ### ASN.1 Definition: * * ```asn1 * PBES2-KDFs-Union0-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING -- * ``` * * @constant * @type {ALGORITHM_IDENTIFIER<PBKDF2_params>} * @implements {ALGORITHM_IDENTIFIER<PBKDF2_params>} */ export declare const PBES2_KDFs_Union0_Intersection0_Element: ALGORITHM_IDENTIFIER<PBKDF2_params>; //# sourceMappingURL=PBES2-KDFs-Union0-Intersection0-Element.oa.d.mts.map