Package | Description |
---|---|
oracle.okv.kmip |
This package contains enum class for KMIP tags, tag enumerations, and types.
|
Modifier and Type | Method and Description |
---|---|
OKVAttribute |
OKVTTLV.okvCustomAttrGetByName(java.lang.String name,
int elemIndex)
API to get the first custom attribute which is of given name at
given element index or higher from the custom attribute
of an OKVTTLV object.
|
OKVAttribute |
OKVTTLV.okvCustomAttrGetByType(OKVType type,
int elemIndex)
API to get the first custom attribute which is of given type at
given element index or higher from the custom attribute
of an OKVTTLV object.
|
OKVAttribute |
OKVTTLV.okvGetAttributeObject(int elemIndex)
API to get the attribute and its name from the parent attribute
found at element index 'elemIndex'.
|