Manage vSphere Native Key ProvidersLast Updated December 16, 2024
You can use
the
to perform
vSphere Native Key Provider management operations.Providers
interface from the
com.vmware.vcenter.crypto_manager.kms
packageYou can add, update, and remove vSphere
Native Key Providers.
- Add a vSphere Native Key Providerby calling the.create(ProvidersTypes.CreateSpec spec)method of theProvidersinterface
- Update a vSphere Native Key Providerby calling the.update(java.lang.String provider, ProvidersTypes.UpdateSpec spec)method of theProvidersinterface
- Remove a vSphere Native Key Providerby calling the.delete(java.lang.String provider)method of theProvidersinterface