UNPKG

@wildboar/pkcs

Version:
25 lines 937 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rc5_CBC_PAD = 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 rc5_CBC_PAD */ /** * @summary rc5_CBC_PAD * @description * * ### ASN.1 Definition: * * ```asn1 * rc5-CBC-PAD OBJECT IDENTIFIER ::= {encryptionAlgorithm 9} * ``` * * @constant */ exports.rc5_CBC_PAD = new asn1_ts_1.ObjectIdentifier([9], encryptionAlgorithm_va_1.encryptionAlgorithm); /* END_OF_SYMBOL_DEFINITION rc5_CBC_PAD */ /* eslint-enable */ //# sourceMappingURL=rc5-CBC-PAD.va.js.map