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