public class HardwareFactory
extends java.lang.Object
HardwareFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.trusted_infrastructure.hosts.hardware package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static HardwareFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
TpmFactory |
tpm()
The
com.vmware.vcenter.trusted_infrastructure.hosts.hardware.tpm package
provides interfaces to manage Trusted Platform Modules (TPMs). |
Tpm |
tpmService()
Returns an instance of class
Tpm |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static HardwareFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestHardwareFactory factory instancepublic TpmFactory tpm()
com.vmware.vcenter.trusted_infrastructure.hosts.hardware.tpm package
provides interfaces to manage Trusted Platform Modules (TPMs).public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)