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