UNPKG

@wildboar/pkcs

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