UNPKG

pkcs-ts

Version:

PKCS #1 through #15 (Except #11) - Private and Public Keys, Certificates, and More

9 lines 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rc2CBC = 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.rc2CBC = new asn1_ts_1.ObjectIdentifier([2], encryptionAlgorithm_va_1.encryptionAlgorithm); //# sourceMappingURL=rc2CBC.va.js.map