UNPKG

@wildboar/pc

Version:

Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript

16 lines (15 loc) 379 B
import { OBJECT_IDENTIFIER } from "asn1-ts"; export { tcg_address } from "../PlatformCertificateProfile/tcg-address.va"; /** * @summary tcg_address_bluetoothmac * @description * * ### ASN.1 Definition: * * ```asn1 * tcg-address-bluetoothmac OBJECT IDENTIFIER ::= {tcg-address 3} * ``` * * @constant */ export declare const tcg_address_bluetoothmac: OBJECT_IDENTIFIER;