UNPKG

@wildboar/pkcs

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