IFAPI_Key_SetCertificate.3 1002 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .TH "IFAPI_Key_SetCertificate" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_Key_SetCertificate
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <fapi_int\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "const char * \fBpem_cert\fP"
  15. .br
  16. .ti -1c
  17. .RI "char * \fBpem_cert_dup\fP"
  18. .br
  19. .ti -1c
  20. .RI "const char * \fBkey_path\fP"
  21. .br
  22. .ti -1c
  23. .RI "\fBNODE_STR_T\fP * \fBpath_list\fP"
  24. .br
  25. .ti -1c
  26. .RI "\fBIFAPI_OBJECT\fP \fBkey_object\fP"
  27. .br
  28. .in -1c
  29. .SH "Detailed Description"
  30. .PP
  31. The data structure holding internal state of Fapi_Key_Setcertificate\&.
  32. .SH "Field Documentation"
  33. .PP
  34. .SS "\fBIFAPI_OBJECT\fP key_object"
  35. The IPAPI object for the certified key
  36. .SS "const char* key_path"
  37. The absolute key path
  38. .SS "\fBNODE_STR_T\fP* path_list"
  39. The computed explicit path
  40. .SS "const char* pem_cert"
  41. The certifificate in pem or format
  42. .SS "char* pem_cert_dup"
  43. The allocate certifificate
  44. .SH "Author"
  45. .PP
  46. Generated automatically by Doxygen for tpm2-tss from the source code\&.