Package com.tangosol.net.ssl
package com.tangosol.net.ssl
Contains interfaces and classes related to custom SSL certificate and key store loaders.
-
ClassDescriptionA base class for
CertificateLoader
implementations.A base class forKeyStoreLoader
implementations.A base class forPrivateKeyLoader
implementations.A class that can load an array ofcertificates
.AKeyStoreLoader
that loads an empty, non-password protectedKeyStore
.A class that can create aKeyStore
.A class that can create aPrivateKey
.Implemented by classes that wish to control whether anSSLContext
is updated when its scheduled update check runs.APrivateKeyLoader
that loads aCertificate
file from a URL.AKeyStoreLoader
that loads aKeyStore
file from a URL.APrivateKeyLoader
that loads aPrivateKey
file in PEM format from a URL.