Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsKeyStore
-
Packages that use DatabaseToolsKeyStore Package Description com.oracle.bmc.databasetools.model -
-
Uses of DatabaseToolsKeyStore in com.oracle.bmc.databasetools.model
Methods in com.oracle.bmc.databasetools.model that return DatabaseToolsKeyStore Modifier and Type Method Description DatabaseToolsKeyStore
DatabaseToolsKeyStore.Builder. build()
Methods in com.oracle.bmc.databasetools.model that return types with arguments of type DatabaseToolsKeyStore Modifier and Type Method Description List<DatabaseToolsKeyStore>
DatabaseToolsConnectionOracleDatabase. getKeyStores()
The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server’s public certificate and the client private key and associated certificates required for client authentication.Methods in com.oracle.bmc.databasetools.model with parameters of type DatabaseToolsKeyStore Modifier and Type Method Description DatabaseToolsKeyStore.Builder
DatabaseToolsKeyStore.Builder. copy(DatabaseToolsKeyStore model)
Method parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsKeyStore Modifier and Type Method Description DatabaseToolsConnectionOracleDatabase.Builder
DatabaseToolsConnectionOracleDatabase.Builder. keyStores(List<DatabaseToolsKeyStore> keyStores)
The Oracle wallet or Java Keystores containing trusted certificates for authenticating the server’s public certificate and the client private key and associated certificates required for client authentication.
-