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