UNPKG

@wildboar/pki-stub

Version:
23 lines 649 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapperProtocolType = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); const ds_va_1 = require("../PKI-Stub/ds.va"); /* START_OF_SYMBOL_DEFINITION wrapperProtocolType */ /** * @summary wrapperProtocolType * @description * * ### ASN.1 Definition: * * ```asn1 * wrapperProtocolType OBJECT IDENTIFIER ::= {ds 43} * ``` * * @constant */ exports.wrapperProtocolType = new asn1_ts_1.ObjectIdentifier([43], ds_va_1.ds); /* END_OF_SYMBOL_DEFINITION wrapperProtocolType */ /* eslint-enable */ //# sourceMappingURL=wrapperProtocolType.va.js.map