Package com.tangosol.net.ssl
Contains interfaces and classes related to custom SSL certificate and key store loaders.
-
Interface Summary Interface Description 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. -
Class Summary Class Description AbstractCertificateLoader A base class forCertificateLoader
implementations.AbstractKeyStoreLoader A base class forKeyStoreLoader
implementations.AbstractPrivateKeyLoader A base class forPrivateKeyLoader
implementations.EmptyKeyStoreLoader AKeyStoreLoader
that loads an empty, non-password protectedKeyStore
.URLCertificateLoader APrivateKeyLoader
that loads aCertificate
file from a URL.URLKeyStoreLoader AKeyStoreLoader
that loads aKeyStore
file from a URL.URLPrivateKeyLoader APrivateKeyLoader
that loads aPrivateKey
file in PEM format from a URL.