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 enumclass for KMIP tags, tag
                            enumerations, and types. | 
| oracle.okv.operation | This package contains the OKVBatchOperationclass 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 OKVServiceclass through which all the
                            high level Java SDK APIs are exposed. | 
- oracle.okv.exception Java Package
 Theoracle.okv.exceptionpackage contains all the exceptions thrown by the Java SDK Oracle Key Vault interface.
- oracle.okv.kmip Java Package
 Theoracle.okv.kmippackage containsenumclass for KMIP tags, tag enumerations, and types.
- oracle.okv.operation Java Package
 Theoracle.okv.operationpackage contains theOKVBatchOperationclass.
- oracle.okv.response Java Package
 Theoracle.okv.responsepackage contains all the response classes whose objects are the return values of various high-level Oracle Key Vault Java SDK APIs.
- oracle.okv.service Java Package
 Theoracle.okv.servicepackage contains theOKVServiceclass through which all the high level Java SDK APIs are exposed.
Parent topic: Oracle Key Vault Client Java SDK API Reference
16.1 oracle.okv.exception Java Package
The oracle.okv.exception package contains all the
        exceptions thrown by the Java SDK Oracle Key Vault interface.
                  
Exceptions
- OKVAppNamespaceNotSuppException
- OKVAuthNotSuccessfulException
- OKVBatchResponseException
- OKVConfigurationException
- OKVConnectionException
- OKVCryptographicFailureException
- OKVEncodingOptionException
- OKVEndpointUpdatesNotSuccessfulException
- OKVException
- OKVFeatureNotSuppException
- OKVGeneralFailureException
- OKVIllegalOperationException
- OKVIndexOutOfBoundsException
- OKVInsufficientGrpPrivException
- OKVInvalidArgumentException
- OKVInvalidAttrValueException
- OKVInvalidFieldException
- OKVInvalidGroupException
- OKVInvalidMessageException
- OKVInvalidTTLVException
- OKVItemNotFoundException
- OKVKeyCompressionTypeNotSuppException
- OKVKeyFormatTypeNotSuppException
- OKVMissingDataException
- OKVNoReasonException
- OKVNotExtractableException
- OKVObjectArchivedException
- OKVOperationCancelledException
- OKVOperationNotSuppException
- OKVPermissionDeniedException
- OKVResponseException
- OKVResponseTooLargeException
- OKVRestrictedModeException
- OKVWrongObjectTypeException
Parent topic: Oracle Key Vault Java SDK Packages
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
Parent topic: Oracle Key Vault Java SDK Packages
16.4 oracle.okv.response Java Package
The oracle.okv.response package contains all the response
        classes whose objects are the return values of various high-level Oracle Key Vault Java SDK
        APIs.
                  
Interfaces
- OKVAppSpecificInfo
- OKVAttribute
- OKVAttrListResponse
- OKVAttrsResponse
- OKVBatchResponse
- OKVCertificateRequestResponse
- OKVCertificateResponse
- OKVCryptoDomainParams
- OKVCryptoParams
- OKVCryptoResponse
- OKVDecryptResponse
- OKVDigest
- OKVEncryptResponse
- OKVKeyPairUidResponse
- OKVKeyResponse
- OKVLink
- OKVName
- OKVOpaqueDataResponse
- OKVPrivateKeyResponse
- OKVPublicKeyResponse
- OKVQueryResponse
- OKVResponse
- OKVRevocationReason
- OKVSecretDataResponse
- OKVSignResponse
- OKVSignVerifyResponse
- OKVTemplateResponse
- OKVUidListResponse
- OKVUidResponse
- OKVUsageLimits
- OKVX509CertId
Classes
Parent topic: Oracle Key Vault Java SDK Packages
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
Parent topic: Oracle Key Vault Java SDK Packages