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