@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
15 lines • 357 B
text/typescript
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