@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
25 lines • 867 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sha1WithRSAEncryption = 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 sha1WithRSAEncryption */
/**
* @summary sha1WithRSAEncryption
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* sha1WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 5 }
* ```
*
* @constant
*/
exports.sha1WithRSAEncryption = new asn1_ts_1.ObjectIdentifier([5], pkcs_1_va_1.pkcs_1);
/* END_OF_SYMBOL_DEFINITION sha1WithRSAEncryption */
/* eslint-enable */
//# sourceMappingURL=sha1WithRSAEncryption.va.js.map