@wildboar/pkcs
Version:
Public Key Cryptography Standard PDUs in TypeScript
25 lines • 944 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.des_EDE3_CBC = exports.encryptionAlgorithm = void 0;
/* eslint-disable */
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; } });
/* START_OF_SYMBOL_DEFINITION des_EDE3_CBC */
/**
* @summary des_EDE3_CBC
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* des-EDE3-CBC OBJECT IDENTIFIER ::= {encryptionAlgorithm 7}
* ```
*
* @constant
*/
exports.des_EDE3_CBC = new asn1_ts_1.ObjectIdentifier([7], encryptionAlgorithm_va_1.encryptionAlgorithm);
/* END_OF_SYMBOL_DEFINITION des_EDE3_CBC */
/* eslint-enable */
//# sourceMappingURL=des-EDE3-CBC.va.js.map