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