@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
18 lines • 670 B
text/typescript
import { type ALGORITHM_IDENTIFIER } from "../PKCS5v2-1/ALGORITHM-IDENTIFIER.oca.mjs";
import { PBKDF2_params } from "../PKCS5v2-1/PBKDF2-params.ta.mjs";
/**
* @summary PBKDF2Algorithms_Union0_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PBKDF2Algorithms-Union0-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<PBKDF2_params>}
* @implements {ALGORITHM_IDENTIFIER<PBKDF2_params>}
*/
export declare const PBKDF2Algorithms_Union0_Intersection0_Element: ALGORITHM_IDENTIFIER<PBKDF2_params>;
//# sourceMappingURL=PBKDF2Algorithms-Union0-Intersection0-Element.oa.d.mts.map