UNPKG

@wildboar/pkcs

Version:
25 lines 850 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.encryptionAlgorithm = exports.rsadsi = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); const rsadsi_va_1 = require("../PKCS5v2-1/rsadsi.va"); var rsadsi_va_2 = require("../PKCS5v2-1/rsadsi.va"); Object.defineProperty(exports, "rsadsi", { enumerable: true, get: function () { return rsadsi_va_2.rsadsi; } }); /* START_OF_SYMBOL_DEFINITION encryptionAlgorithm */ /** * @summary encryptionAlgorithm * @description * * ### ASN.1 Definition: * * ```asn1 * encryptionAlgorithm OBJECT IDENTIFIER ::= {rsadsi 3} * ``` * * @constant */ exports.encryptionAlgorithm = new asn1_ts_1.ObjectIdentifier([3], rsadsi_va_1.rsadsi); /* END_OF_SYMBOL_DEFINITION encryptionAlgorithm */ /* eslint-enable */ //# sourceMappingURL=encryptionAlgorithm.va.js.map