@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
15 lines • 399 B
text/typescript
import { OBJECT_IDENTIFIER } from "@wildboar/asn1";
/**
* @summary tcg_at_tcgPlatformSpecification
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* tcg-at-tcgPlatformSpecification OBJECT IDENTIFIER ::= {tcg-attribute 17}
* ```
*
* @constant
*/
export declare const tcg_at_tcgPlatformSpecification: OBJECT_IDENTIFIER;
//# sourceMappingURL=tcg-at-tcgPlatformSpecification.va.d.mts.map