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