UNPKG

@wildboar/pki-stub

Version:
16 lines (15 loc) 321 B
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 */