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