@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
25 lines • 861 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.md5WithRSAEncryption = exports.pkcs_1 = void 0;
/* eslint-disable */
const asn1_ts_1 = require("asn1-ts");
const pkcs_1_va_1 = require("../PKCS-1/pkcs-1.va");
var pkcs_1_va_2 = require("../PKCS-1/pkcs-1.va");
Object.defineProperty(exports, "pkcs_1", { enumerable: true, get: function () { return pkcs_1_va_2.pkcs_1; } });
/* START_OF_SYMBOL_DEFINITION md5WithRSAEncryption */
/**
* @summary md5WithRSAEncryption
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* md5WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 4 }
* ```
*
* @constant
*/
exports.md5WithRSAEncryption = new asn1_ts_1.ObjectIdentifier([4], pkcs_1_va_1.pkcs_1);
/* END_OF_SYMBOL_DEFINITION md5WithRSAEncryption */
/* eslint-enable */
//# sourceMappingURL=md5WithRSAEncryption.va.js.map