import { NULL } from "@wildboar/asn1"; import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary rsaEncryptionAlgorithm * @description * * ### ASN.1 Definition: * * ```asn1 * rsaEncryptionAlgorithm ALGORITHM ::= { -- IETF RFC 4055 * PARMS NULL * IDENTIFIED BY rsaEncryption } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const rsaEncryptionAlgorithm: ALGORITHM; //# sourceMappingURL=rsaEncryptionAlgorithm.oa.d.mts.map