@wildboar/pki-stub
Version:
X.510 PKI-Stub ASN.1 data structures in TypeScript
16 lines (15 loc) • 321 B
JavaScript
import { wrapperProtocolType } from "../PKI-Stub/wrapperProtocolType.va.mjs";
/**
* @summary id_wrprot
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* id-wrprot OBJECT IDENTIFIER ::= wrapperProtocolType
* ```
*
* @constant
*/
export const id_wrprot = wrapperProtocolType;
/* eslint-enable */