Package | Description |
---|---|
com.vmware.vcenter.trusted_infrastructure.hosts.hardware |
The
com.vmware.vcenter.trusted_infrastructure.hosts.hardware package
provides interfaces to manage trusted hardware. |
com.vmware.vcenter.trusted_infrastructure.hosts.hardware.tpm |
The
com.vmware.vcenter.trusted_infrastructure.hosts.hardware.tpm package
provides interfaces to manage Trusted Platform Modules (TPMs). |
Modifier and Type | Method and Description |
---|---|
java.util.List<PcrBank> |
TpmTypes.Info.getBanks()
The list of the PCR banks of the TPM device.
|
Modifier and Type | Method and Description |
---|---|
void |
TpmTypes.Info.setBanks(java.util.List<PcrBank> banks)
The list of the PCR banks of the TPM device.
|
Constructor and Description |
---|
Builder(long majorVersion,
long minorVersion,
boolean active,
java.util.List<PcrBank> banks)
Constructor with parameters for the required properties of
TpmTypes.Info . |
Modifier and Type | Method and Description |
---|---|
static PcrBank |
PcrBank._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static PcrBank |
PcrBank._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PcrBank |
PcrBank.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PcrBank> |
EventLogTypes.Info.getBanks()
The resulting PCR banks from event log replay.
|
Modifier and Type | Method and Description |
---|---|
void |
EventLogTypes.Info.setBanks(java.util.List<PcrBank> banks)
The resulting PCR banks from event log replay.
|
Constructor and Description |
---|
Builder(EventLogTypes.Type type,
boolean truncated,
java.util.List<PcrBank> banks)
Constructor with parameters for the required properties of
EventLogTypes.Info . |