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