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.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.
|
Class and Description |
---|
OKVResponse
The base interface for all Oracle Key Vault KMIP responses.
|
Class and Description |
---|
OKVAttribute
OKVAttribute holds the Attribute Name, type, index, element index and
attribute TTLV.
|
OKVCryptoDomainParams
OKVCryptoDomainParams holds the cryptographic domain parameters like Qlength
and recommended curve.
|
OKVCryptoParams
OKVCryptoParams holds cryptographic parameters which are used while
performing cryptographic operations using the object.
|
OKVDigest
This interface holds the digest value, hashing algorithm and key format type.
|
OKVLink
OKVLink contains the link type and link object identifier.
|
OKVName
OKVName holds the name value and name type.
|
OKVRevocationReason
OKVRevocationReason holds the revocation reason code and revocation message.
|
OKVUsageLimits
OKVUsageLimits hold the usage limits details like total, count and unit.
|
Class and Description |
---|
OKVResponse
The base interface for all Oracle Key Vault KMIP responses.
|
OKVServerInformation
OKVServerInformation holds the Oracle Key Vault server information that
is returned by the Oracle Key Vault server for the query operation.
|
OKVUidResponse
OKVUidResponse holds the uid of the object and the response results.
|
Class and Description |
---|
OKVAttrListResponse
OKVAttrListResponse interface contains the count of attributes
and their names which are retrieved from the response.
|
OKVAttrsResponse
OKVAttrsResponse interface contains the object's attribute values keyed by
the OKVTag.
|
OKVBatchResponse
OKVBatchResponse interface contains response objects of each operation
executed in the okvBatchExecute() operation.
|
OKVCertResponse
OKVCertResponse interface contains the certificate object related details
like certificate value and certificate type.
|
OKVKeyResponse
OKVKeyResponse interface holds the key value, key algorithm and key length.
|
OKVOpaqueDataResponse
OKVOpaqueDataResponse interface holds the opaque data value and its type.
|
OKVQueryResponse
OKVQueryResponse interface contains the response attribute specific to
okvQueryCapability() operation.
|
OKVResponse
The base interface for all Oracle Key Vault KMIP responses.
|
OKVSecretDataResponse
OKVSecretDataResponse interface holds the secret data value and secret data
type.
|
OKVUidListResponse
OKVUidListResponse interface holds the list of uids and count of uids.
|
OKVUidResponse
OKVUidResponse holds the uid of the object and the response results.
|