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