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