@wildboar/pki-stub
Version:
X.510 PKI-Stub ASN.1 data structures in TypeScript
23 lines • 649 B
JavaScript
;
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