@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
16 lines (15 loc) • 355 B
TypeScript
import { OBJECT_IDENTIFIER } from "asn1-ts";
export { tcg_kp } from "../PlatformCertificateProfile/tcg-kp.va";
/**
* @summary tcg_kp_AIKCertificate
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* tcg-kp-AIKCertificate OBJECT IDENTIFIER ::= {tcg-kp 3}
* ```
*
* @constant
*/
export declare const tcg_kp_AIKCertificate: OBJECT_IDENTIFIER;