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