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 |
---|---|
OKVClientConfig |
OKVClientConfig.clientConfigInitialize(java.lang.String inConfigFileLoc,
oracle.okv.utils.OKVSecureString pswd)
Sets the client config file location and parses the client
config file to get all the config values.
|
OKVClientConfig |
OKVEnv.getClientConfig()
Get the Oracle Key Vault Client Configuration.
|
static OKVClientConfig |
OKVClientConfig.parseClientConfigFile(java.lang.String inConfigFile)
Parse client configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
OKVEnv.setClientConfig(OKVClientConfig clientConfig)
Set the Oracle Key Vault Client Configuration.
|