Package-level declarations
Types
Link copied to clipboard
abstract class BaseKeyStoreFactory @JvmOverloads constructor(certificateType: String = ACRAConstants.DEFAULT_CERTIFICATE_TYPE) : KeyStoreFactory
Provides base KeyStoreFactory implementation
Link copied to clipboard
interface KeyStoreFactory
The interface can be used to provide a KeyStore with certificates.
Link copied to clipboard
object KeyStoreHelper
Helper to get a KeyStore from a configuration
Link copied to clipboard
Default KeyStoreFactory. Does not provide any KeyStore
Link copied to clipboard
class ProtocolSocketFactoryWrapper(delegate: SSLSocketFactory, protocols: List<TLS>) : SSLSocketFactory