Package | Description |
---|---|
com.ibm.cloud.objectstorage | |
com.ibm.cloud.objectstorage.http | |
com.ibm.cloud.objectstorage.http.settings |
Modifier and Type | Method and Description |
---|---|
TlsKeyManagersProvider |
ClientConfiguration.getTlsKeyManagersProvider() |
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.setTlsKeyManagersProvider(TlsKeyManagersProvider tlsKeyManagersProvider)
Sets
TlsKeyManagersProvider that will provide the KeyManager s to use when
constructing the client's SSL context. |
ClientConfiguration |
ClientConfiguration.withTlsKeyManagersProvider(TlsKeyManagersProvider tlsKeyManagersProvider)
Sets
TlsKeyManagersProvider that will provide the KeyManager s to use when
constructing the client's SSL context. |
Modifier and Type | Class and Description |
---|---|
class |
FileStoreTlsKeyManagersProvider
Implementation of
TlsKeyManagersProvider that loads from a given file path. |
class |
NoneTlsKeyManagersProvider
Simple implementation of
TlsKeyManagersProvider that return a null array. |
class |
SystemPropertyTlsKeyManagersProvider
Implementation of
TlsKeyManagersProvider that gets the information
about the KeyStore to load from the system properties. |
Modifier and Type | Method and Description |
---|---|
TlsKeyManagersProvider |
HttpClientSettings.getTlsKeyMangersProvider() |
Copyright © 2024. All rights reserved.