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