16 Oracle Key Vault Java SDK Packages

The Oracle Key Vault Java SDK provides five packages.

Table 16-1 Oracle Key Vault Java SDK Packages

Package Description
oracle.okv.exception This package contains all the exceptions thrown by the Java SDK Oracle Key Vault interface.
oracle.okv.kmip This package contains enum class for KMIP tags, tag enumerations, and types.
oracle.okv.operation This package contains the OKVBatchOperation class through which KMIP operations can be batched.
oracle.okv.response This package contains all the response classes whose objects are the return values of various high-level Oracle Key Vault Java SDK APIs.
oracle.okv.service This package contains the OKVService class through which all the high level Java SDK APIs are exposed.

16.2 oracle.okv.kmip Java Package

The oracle.okv.kmip package contains enum class for KMIP tags, tag enumerations, and types.

Interfaces

Classes

Enums

16.3 oracle.okv.operation Java Package

The oracle.okv.operation package contains the OKVBatchOperation class.

Classes

16.5 oracle.okv.service Java Package

The oracle.okv.service package contains the OKVService class through which all the high level Java SDK APIs are exposed.

Interfaces

Classes