UNPKG

@wildboar/pkcs

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