UNPKG

@wildboar/pc

Version:

Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript

20 lines 697 B
import type { ATTRIBUTE } from "@wildboar/x500/InformationFramework"; import { TCGSpecificationVersion } from "../PlatformCertificateProfile/TCGSpecificationVersion.ta.mjs"; /** * @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>; //# sourceMappingURL=tCGCredentialSpecification.oa.d.mts.map