public class CryptoManagerFactory
extends java.lang.Object
CryptoManagerFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.crypto_manager package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static CryptoManagerFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
HostsFactory |
hosts()
The
com.vmware.vcenter.crypto_manager.hosts package provides interfaces
for managing key providers and cryptographic keys on hosts. |
KmsFactory |
kms()
The
com.vmware.vcenter.crypto_manager.kms package provides interfaces
for managing key providers and cryptographic keys. |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static CryptoManagerFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestCryptoManagerFactory factory instancepublic HostsFactory hosts()
com.vmware.vcenter.crypto_manager.hosts package provides interfaces
for managing key providers and cryptographic keys on hosts.public KmsFactory kms()
com.vmware.vcenter.crypto_manager.kms package provides interfaces
for managing key providers and cryptographic keys.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)