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