Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsKeyStoreGenericJdbc
-
Packages that use DatabaseToolsKeyStoreGenericJdbc Package Description com.oracle.bmc.databasetools.model -
-
Uses of DatabaseToolsKeyStoreGenericJdbc in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return DatabaseToolsKeyStoreGenericJdbc Modifier and Type Method Description DatabaseToolsKeyStoreGenericJdbc
DatabaseToolsKeyStoreGenericJdbc.Builder. build()
Methods in com.oracle.bmc.databasetools.model that return types with arguments of type DatabaseToolsKeyStoreGenericJdbc Modifier and Type Method Description List<DatabaseToolsKeyStoreGenericJdbc>
DatabaseToolsConnectionGenericJdbc. getKeyStores()
The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.Methods in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsKeyStoreGenericJdbc Modifier and Type Method Description DatabaseToolsKeyStoreGenericJdbc.Builder
DatabaseToolsKeyStoreGenericJdbc.Builder. copy(DatabaseToolsKeyStoreGenericJdbc model)
Method parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsKeyStoreGenericJdbc Modifier and Type Method Description DatabaseToolsConnectionGenericJdbc.Builder
DatabaseToolsConnectionGenericJdbc.Builder. keyStores(List<DatabaseToolsKeyStoreGenericJdbc> keyStores)
The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.
-