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 |
---|---|
OKVEncryptResponse |
OKVService.okvEncrypt(java.lang.String uid,
byte[] data,
OKVCryptoContext cryptoContext)
API to perform the encryption operation on the provided data using
KMIP object.
|