Uses of Interface
com.tangosol.net.ssl.KeyStoreLoader
-
Packages that use KeyStoreLoader Package Description com.tangosol.net.ssl Contains interfaces and classes related to custom SSL certificate and key store loaders. -
-
Uses of KeyStoreLoader in com.tangosol.net.ssl
Classes in com.tangosol.net.ssl that implement KeyStoreLoader Modifier and Type Class Description class
AbstractKeyStoreLoader
A base class forKeyStoreLoader
implementations.class
EmptyKeyStoreLoader
AKeyStoreLoader
that loads an empty, non-password protectedKeyStore
.class
URLKeyStoreLoader
AKeyStoreLoader
that loads aKeyStore
file from a URL.Fields in com.tangosol.net.ssl declared as KeyStoreLoader Modifier and Type Field Description static KeyStoreLoader
EmptyKeyStoreLoader. INSTANCE
-