Retrieve Host Hardware TPM InformationLast Updated December 16, 2024
You can use
the
to retrieve a list of configured TPM devices on a host and information
about each TPM device.Tpm
interface from the
com.vmware.vcenter.trusted_infrastructure.hosts.hardware
package- List configured TPM devices on a hostby calling the.list(java.lang.String host, TpmTypes.FilterSpec filter)method of theTpminterface
- Retrieve detailed information about a specific TPM device, including the manufacturer, model, and firmware versionby calling the.get(java.lang.String host, java.lang.String tpm)method of theTpminterface