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