@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
20 lines • 693 B
text/typescript
import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework";
import { TCGPlatformSpecification } from "../PlatformCertificateProfile/TCGPlatformSpecification.ta.mjs";
/**
* @summary tCGPlatformSpecification
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* tCGPlatformSpecification ATTRIBUTE ::= {
* WITH SYNTAX TCGPlatformSpecification
* ID tcg-at-tcgPlatformSpecification }
* ```
*
* @constant
* @type {ATTRIBUTE<TCGPlatformSpecification>}
* @implements {ATTRIBUTE<TCGPlatformSpecification>}
*/
export declare const tCGPlatformSpecification: ATTRIBUTE<TCGPlatformSpecification>;
//# sourceMappingURL=tCGPlatformSpecification.oa.d.mts.map