Package | Description |
---|---|
oracle.okv.service |
This package contains the OKVService class through which all the high level
Java SDK APIs are exposed.
|
Modifier and Type | Class and Description |
---|---|
class |
OKVTransporterImpl<TResponse>
This class sends an operation request to the key management server and
processes the response.
|
Modifier and Type | Method and Description |
---|---|
<TResponse> |
OKVService.createOKVTransporter(oracle.okv.operation.OKVOperation<TResponse> inKMIPOperation)
Creates an OKVTransporter object, which is used to send and receive KMIP
operation messages.
|