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 | Method and Description |
---|---|
static OKVService |
OKVService.okvEnvSetConfig()
API to create an OKVService instance and set the connection
with default configuration.
|
static OKVService |
OKVService.okvEnvSetConfig(char[] password)
API to create a OKVService instance and set the default
connection configuration and specify the password for the SSL connection
wallet.
|
static OKVService |
OKVService.okvEnvSetConfig(java.lang.String connConfigFile)
API to create a OKVService instance and specify connection
configuration file.
|
static OKVService |
OKVService.okvEnvSetConfig(java.lang.String connConfigFile,
char[] password)
API to create a OKVService instance and specify connection
configuration file and the password for the SSL connection wallet.
|