pkcs-ts
Version:
PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More
9 lines • 645 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.des_EDE3_CBC = exports.encryptionAlgorithm = void 0;
const asn1_ts_1 = require("asn1-ts");
const encryptionAlgorithm_va_1 = require("../PKCS5v2-1/encryptionAlgorithm.va");
var encryptionAlgorithm_va_2 = require("../PKCS5v2-1/encryptionAlgorithm.va");
Object.defineProperty(exports, "encryptionAlgorithm", { enumerable: true, get: function () { return encryptionAlgorithm_va_2.encryptionAlgorithm; } });
exports.des_EDE3_CBC = new asn1_ts_1.ObjectIdentifier([7], encryptionAlgorithm_va_1.encryptionAlgorithm);
//# sourceMappingURL=des-EDE3-CBC.va.js.map