@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 { PBEParameter } from "../PKCS5v2-1/PBEParameter.ta.mjs";
/**
* @summary PBES1Algorithms_Union0_Intersection0_Element
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* PBES1Algorithms-Union0-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING --
* ```
*
* @constant
* @type {ALGORITHM_IDENTIFIER<PBEParameter>}
* @implements {ALGORITHM_IDENTIFIER<PBEParameter>}
*/
export declare const PBES1Algorithms_Union0_Intersection0_Element: ALGORITHM_IDENTIFIER<PBEParameter>;
//# sourceMappingURL=PBES1Algorithms-Union0-Intersection0-Element.oa.d.mts.map