Package | Description |
---|---|
oracle.okv.operation |
This package contains classes representing all the supported KMIP operations.
|
oracle.okv.service |
This package contains the OKVService class through which all the high level
Java SDK APIs are exposed.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OKVTTLV> |
OKVBatchOperation.composeRequest(OKVEnv env) |
Modifier and Type | Method and Description |
---|---|
OKVEnv |
OKVService.getOKVEnv()
Returns a OKVConnection object to the client.
|
Modifier and Type | Method and Description |
---|---|
void |
OKVClientUpdates.updateEndpointConfiguration(OKVEnv env)
Updates the client configuration object which is a
member of OKV Environment handle with all the new
updates received for scan list, configuration parameters
and CA certificate rotation from Server in KMIP operation
response.
|
Constructor and Description |
---|
OKVConnCtx(OKVEnv env,
boolean isWriteOp,
boolean autoManageConn,
int serverIndex)
Setup the connection context.
|
OKVTransporterImpl(OKVEnv env,
oracle.okv.operation.OKVOperation<TResponse> inOKVOperation) |