@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
16 lines (15 loc) • 342 B
TypeScript
import { OBJECT_IDENTIFIER } from "asn1-ts";
export { pkcs_1 } from "../PKCS-1/pkcs-1.va";
/**
* @summary md2WithRSAEncryption
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* md2WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 2 }
* ```
*
* @constant
*/
export declare const md2WithRSAEncryption: OBJECT_IDENTIFIER;