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