@wildboar/pki-stub
Version:
X.510 PKI-Stub ASN.1 data structures in TypeScript
21 lines • 572 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.id_wrprot = void 0;
const wrapperProtocolType_va_1 = require("../PKI-Stub/wrapperProtocolType.va");
/* START_OF_SYMBOL_DEFINITION id_wrprot */
/**
* @summary id_wrprot
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* id-wrprot OBJECT IDENTIFIER ::= wrapperProtocolType
* ```
*
* @constant
*/
exports.id_wrprot = wrapperProtocolType_va_1.wrapperProtocolType;
/* END_OF_SYMBOL_DEFINITION id_wrprot */
/* eslint-enable */
//# sourceMappingURL=id-wrprot.va.js.map