UNPKG

@wildboar/pkcs

Version:
25 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pbeWithSHAAnd2_KeyTripleDES_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 pbeWithSHAAnd2_KeyTripleDES_CBC */ /** * @summary pbeWithSHAAnd2_KeyTripleDES_CBC * @description * * ### ASN.1 Definition: * * ```asn1 * pbeWithSHAAnd2-KeyTripleDES-CBC OBJECT IDENTIFIER ::= {pkcs-12PbeIds 4} * ``` * * @constant */ exports.pbeWithSHAAnd2_KeyTripleDES_CBC = new asn1_ts_1.ObjectIdentifier([4], pkcs_12PbeIds_va_1.pkcs_12PbeIds); /* END_OF_SYMBOL_DEFINITION pbeWithSHAAnd2_KeyTripleDES_CBC */ /* eslint-enable */ //# sourceMappingURL=pbeWithSHAAnd2-KeyTripleDES-CBC.va.js.map