IFAPI_EXT_PUB_KEY.3 719 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .TH "IFAPI_EXT_PUB_KEY" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_EXT_PUB_KEY
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <ifapi_keystore\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "char * \fBpem_ext_public\fP"
  15. .br
  16. .ti -1c
  17. .RI "char * \fBcertificate\fP"
  18. .br
  19. .ti -1c
  20. .RI "TPM2B_PUBLIC \fBpublic\fP"
  21. .br
  22. .in -1c
  23. .SH "Detailed Description"
  24. .PP
  25. Type for representing a external public key
  26. .SH "Field Documentation"
  27. .PP
  28. .SS "char* certificate"
  29. Keys certificate (if any)
  30. .SS "char* pem_ext_public"
  31. Public key in PEM format
  32. .SS "TPM2B_PUBLIC public"
  33. The pulic information in TPM format
  34. .SH "Author"
  35. .PP
  36. Generated automatically by Doxygen for tpm2-tss from the source code\&.