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 |
---|---|
OKVAttrsResponse |
OKVService.okvGetAttributes(java.lang.String uid,
java.util.List<java.lang.String> attrList)
API to perform the KMIP get attribute operation on a KMIP object.
|
OKVAttrsResponse |
OKVService.okvGetTemplate(java.lang.String uid)
API to perform the KMIP get operation for the KMIP template object.
|