@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
16 lines (15 loc) • 317 B
TypeScript
import { OBJECT_IDENTIFIER } from "asn1-ts";
export { tcg } from "../PlatformCertificateProfile/tcg.va";
/**
* @summary tcg_address
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* tcg-address OBJECT IDENTIFIER ::= {tcg 17}
* ```
*
* @constant
*/
export declare const tcg_address: OBJECT_IDENTIFIER;