Uses of Package
com.tangosol.net.ssl
-
Packages that use com.tangosol.net.ssl Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.net.ssl Contains interfaces and classes related to custom SSL certificate and key store loaders. -
Classes in com.tangosol.net.ssl used by com.tangosol.coherence.config.builder Class Description RefreshPolicy Implemented by classes that wish to control whether anSSLContext
is updated when its scheduled update check runs. -
Classes in com.tangosol.net.ssl used by com.tangosol.net.ssl Class Description AbstractCertificateLoader A base class forCertificateLoader
implementations.AbstractKeyStoreLoader A base class forKeyStoreLoader
implementations.AbstractPrivateKeyLoader A base class forPrivateKeyLoader
implementations.CertificateLoader A class that can load an array ofcertificates
.KeyStoreLoader A class that can create aKeyStore
.PrivateKeyLoader A class that can create aPrivateKey
.RefreshPolicy Implemented by classes that wish to control whether anSSLContext
is updated when its scheduled update check runs.