UNPKG

@wildboar/pkcs

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