import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary md5WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * md5WithRSAEncryption OBJECT IDENTIFIER ::= { * iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-1(1) 4 } * ``` * * @constant */ export declare const md5WithRSAEncryption: OBJECT_IDENTIFIER; //# sourceMappingURL=md5WithRSAEncryption.va.d.mts.map