UNPKG

@wildboar/pkcs

Version:
18 lines 684 B
import { type ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca.mjs"; import { RSAES_OAEP_params } from "../PKCS-1/RSAES-OAEP-params.ta.mjs"; /** * @summary PKCS1Algorithms_Union10_Intersection0_Element * @description * * ### ASN.1 Definition: * * ```asn1 * PKCS1Algorithms-Union10-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING -- * ``` * * @constant * @type {ALGORITHM_IDENTIFIER<RSAES_OAEP_params>} * @implements {ALGORITHM_IDENTIFIER<RSAES_OAEP_params>} */ export declare const PKCS1Algorithms_Union10_Intersection0_Element: ALGORITHM_IDENTIFIER<RSAES_OAEP_params>; //# sourceMappingURL=PKCS1Algorithms-Union10-Intersection0-Element.oa.d.mts.map