| Package | Description |
|---|---|
| com.vmware.nsx | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
TrustManagementData |
TrustManagementStub.get() |
TrustManagementData |
TrustManagement.get()
Returns information about the supported algorithms and key sizes.
|
TrustManagementData |
TrustManagementStub.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TrustManagementData |
TrustManagement.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the supported algorithms and key sizes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrustManagementStub.get(com.vmware.vapi.bindings.client.AsyncCallback<TrustManagementData> asyncCallback) |
void |
TrustManagement.get(com.vmware.vapi.bindings.client.AsyncCallback<TrustManagementData> asyncCallback)
Returns information about the supported algorithms and key sizes.
|
void |
TrustManagementStub.get(com.vmware.vapi.bindings.client.AsyncCallback<TrustManagementData> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
TrustManagement.get(com.vmware.vapi.bindings.client.AsyncCallback<TrustManagementData> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the supported algorithms and key sizes.
|
| Modifier and Type | Method and Description |
|---|---|
static TrustManagementData |
TrustManagementData._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 TrustManagementData |
TrustManagementData._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TrustManagementData |
TrustManagementData.Builder.build() |