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