See: Description
| Interface | Description |
|---|---|
| OKVTransporter<TResponse> |
This interface specifies the methods that are implemented by a class that
transports KMIP operation messages between the endpoint and the key
management server.
|
| Class | Description |
|---|---|
| OKVService |
OKVService is a service facade that allows clients to easily
perform KMIP operations.
|
| OKVTransporterImpl<TResponse> |
This class sends an operation request to the key management server and
processes the response.
|