Package | Description |
---|---|
oracle.okv.kmip |
This package contains enum class for KMIP tags, tag enumerations, and types.
|
Modifier and Type | Class and Description |
---|---|
class |
OKVSSLConnection
Establishes an SSL connection with an Oracle
Key Vault server, and then handles the sending and
receiving of byte arrays to and from the server.
|
Modifier and Type | Method and Description |
---|---|
OKVPrimitiveConnection |
OKVConnection.getPrimitiveConnection() |
Modifier and Type | Method and Description |
---|---|
void |
OKVConnection.setPrimitiveConnection(OKVPrimitiveConnection sslConnection) |
Constructor and Description |
---|
OKVConnection(OKVPrimitiveConnection inPrimitiveConnection)
Injects this object with an OKVPrimitiveConnection object.
|