| 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.
|
| OKVX509CertId
OKVX09CertId contains the issuer distinguished name and certificate serial
number.
|
| Class and Description |
|---|
| OKVCryptoResponse
OKVCryptoResponse interface contains the crypto response details common
to all crypto operations.
|
| 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.
|
| OKVCertificateRequestResponse
OKVCertificateRequestResponse interface holds the certificate request value and its type.
|
| OKVCertificateResponse
OKVCertificateResponse interface contains the certificate object related details
like certificate value and certificate type.
|
| OKVDecryptResponse
OKVDecryptResponse interface contains the decrypt operation
response details.
|
| OKVEncryptResponse
OKVEncryptResponse interface contains the encrypt operation
response details.
|
| OKVKeyPairUidResponse
OKVKeyPairUidResponse holds the uid of the object and the response results.
|
| OKVKeyResponse
OKVKeyResponse interface holds the key value, key algorithm and key length.
|
| OKVOpaqueDataResponse
OKVOpaqueDataResponse interface holds the opaque data value and its type.
|
| OKVPrivateKeyResponse
OKVPrivateKeyResponse interface holds the key value, key algorithm and key length.
|
| OKVPublicKeyResponse
OKVPublicKeyResponse interface holds the key value, key algorithm and key length.
|
| 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.
|
| OKVSignResponse
OKVSignResponse interface contains the sign operation
response details.
|
| OKVSignVerifyResponse
OKVSignVerifyResponse interface contains the signature verify operation
response details.
|
| OKVUidListResponse
OKVUidListResponse interface holds the list of uids and count of uids.
|
| OKVUidResponse
OKVUidResponse holds the uid of the object and the response results.
|