com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.tpm2
package provides interfaces to manage remote attestation configuration for TPM
trust.See: Description
| Interface | Description |
|---|---|
| CaCertificates |
The
CaCertificates interface provides methods to manage Trusted Platform
Module (TPM) CA certificates. |
| CaCertificatesTypes |
Defines the data types of the
CaCertificates
API service. |
| EndorsementKeys |
The
EndorsementKeys interface provides methods to manage Trusted
Platform Module (TPM) Endorsement Keys (EK) on a cluster level. |
| EndorsementKeysTypes |
Defines the data types of the
EndorsementKeys
API service. |
| Settings |
The
Settings interface provides methods to get or update settings
related to the TPM 2.0 attestation protocol behavior. |
| SettingsTypes |
Defines the data types of the
Settings
API service. |
| Class | Description |
|---|---|
| CaCertificatesDefinitions |
Defines the type descriptors for the
CaCertificates
API service. |
| CaCertificatesStub |
Remote stub implementation of the
CaCertificates
API service. |
| CaCertificatesTypes.CreateSpec |
The
CreateSpec class contains information that describes a TPM CA
certificate. |
| CaCertificatesTypes.CreateSpec.Builder |
Builder class for
CaCertificatesTypes.CreateSpec. |
| CaCertificatesTypes.Health |
The
Health enumeration class is indicator for the consistency of the
hosts status in the cluster. |
| CaCertificatesTypes.Info |
The
Info class contains information that describes a TPM CA certificate. |
| CaCertificatesTypes.Info.Builder |
Builder class for
CaCertificatesTypes.Info. |
| CaCertificatesTypes.Summary |
The
Summary class contains information that summarizes a TPM CA
certificate. |
| CaCertificatesTypes.Summary.Builder |
Builder class for
CaCertificatesTypes.Summary. |
| EndorsementKeysDefinitions |
Defines the type descriptors for the
EndorsementKeys
API service. |
| EndorsementKeysStub |
Remote stub implementation of the
EndorsementKeys
API service. |
| EndorsementKeysTypes.CreateSpec |
The
CreateSpec class contains information that describes a TPM
endorsement key. |
| EndorsementKeysTypes.CreateSpec.Builder |
Builder class for
EndorsementKeysTypes.CreateSpec. |
| EndorsementKeysTypes.Health |
The
Health enumeration class is indicator for the consistency of the
hosts status in the cluster. |
| EndorsementKeysTypes.Info |
The
Info class contains information that describes a TPM endorsement
key. |
| EndorsementKeysTypes.Info.Builder |
Builder class for
EndorsementKeysTypes.Info. |
| EndorsementKeysTypes.Summary |
The
Summary class contains information that summarizes a TPM endorsement
key. |
| EndorsementKeysTypes.Summary.Builder |
Builder class for
EndorsementKeysTypes.Summary. |
| SettingsDefinitions |
Defines the type descriptors for the
Settings
API service. |
| SettingsStub |
Remote stub implementation of the
Settings
API service. |
| SettingsTypes.Health |
The
Health enumeration class is indicator for the consistency of the
hosts status in the cluster. |
| SettingsTypes.Info |
The
Info class contains information that describes the TPM 2.0 protocol
settings. |
| SettingsTypes.Info.Builder |
Builder class for
SettingsTypes.Info. |
| SettingsTypes.UpdateSpec |
The
UpdateSpec class contains information that describes changes to the
TPM 2.0 protocol settings. |
| SettingsTypes.UpdateSpec.Builder |
Builder class for
SettingsTypes.UpdateSpec. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.tpm2 package. |
| Tpm2Factory |
Tpm2Factory is responsible for creating instances of services
contained inside the com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.tpm2 package and also has the subpackages reference
to access respective subpackage services. |
| Enum | Description |
|---|---|
| CaCertificatesTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
| CaCertificatesTypes.Health.Values |
Native Java
enum representing this enumeration class. |
| EndorsementKeysTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
| EndorsementKeysTypes.Health.Values |
Native Java
enum representing this enumeration class. |
| SettingsTypes._VAPI_OPERATIONS |
Identifiers of the task operations
|
| SettingsTypes.Health.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.tpm2
package provides interfaces to manage remote attestation configuration for TPM
trust.