UNPKG

@wildboar/pkcs

Version:
15 lines 357 B
import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary md5WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * md5WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 4 } * ``` * * @constant */ export declare const md5WithRSAEncryption: OBJECT_IDENTIFIER; //# sourceMappingURL=md5WithRSAEncryption.va.d.mts.map