import { NULL } from "@wildboar/asn1"; import { type SIGNATURE_ALGORITHM } from "../AlgorithmInformation-2009/SIGNATURE-ALGORITHM.oca.mjs"; /** * @summary sa_rsaWithMD2 * @description * * ### ASN.1 Definition: * * ```asn1 * sa-rsaWithMD2 SIGNATURE-ALGORITHM ::= { * IDENTIFIER md2WithRSAEncryption * PARAMS TYPE NULL ARE required * HASHES { mda-md2 } * PUBLIC-KEYS { pk-rsa } * SMIME-CAPS { IDENTIFIED BY md2WithRSAEncryption } * } * ``` * * @constant * @type {SIGNATURE_ALGORITHM} * @implements {SIGNATURE_ALGORITHM} */ export declare const sa_rsaWithMD2: SIGNATURE_ALGORITHM; //# sourceMappingURL=sa-rsaWithMD2.oa.d.mts.map