@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
20 lines (19 loc) • 663 B
TypeScript
import type { ATTRIBUTE } from "@wildboar/x500/src/lib/modules/InformationFramework/ATTRIBUTE.oca";
import { TCGSpecificationVersion } from "../PlatformCertificateProfile/TCGSpecificationVersion.ta";
/**
* @summary tCGCredentialSpecification
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* tCGCredentialSpecification ATTRIBUTE ::= {
* WITH SYNTAX TCGSpecificationVersion
* ID tcg-at-tcgCredentialSpecification }
* ```
*
* @constant
* @type {ATTRIBUTE<TCGSpecificationVersion>}
* @implements {ATTRIBUTE<TCGSpecificationVersion>}
*/
export declare const tCGCredentialSpecification: ATTRIBUTE<TCGSpecificationVersion>;