Uses of Class
nl.altindag.ssl.SSLFactory
-
Packages that use SSLFactory Package Description nl.altindag.ssl nl.altindag.ssl.util -
-
Uses of SSLFactory in nl.altindag.ssl
Methods in nl.altindag.ssl that return SSLFactory Modifier and Type Method Description SSLFactorySSLFactory.Builder. build() -
Uses of SSLFactory in nl.altindag.ssl.util
Methods in nl.altindag.ssl.util with parameters of type SSLFactory Modifier and Type Method Description static List<SSLSession>SSLSessionUtils. getClientSslSessions(SSLFactory sslFactory)static List<SSLSession>SSLSessionUtils. getServerSslSessions(SSLFactory sslFactory)static voidSSLSessionUtils. invalidateCaches(SSLFactory sslFactory)static voidSSLSessionUtils. invalidateCachesAfter(SSLFactory sslFactory, ZonedDateTime lowerBoundary)static voidSSLSessionUtils. invalidateCachesBefore(SSLFactory sslFactory, ZonedDateTime upperBoundary)static voidSSLSessionUtils. invalidateCachesBetween(SSLFactory sslFactory, ZonedDateTime lowerBoundary, ZonedDateTime upperBoundary)static voidSSLSessionUtils. invalidateClientCaches(SSLFactory sslFactory)static voidSSLSessionUtils. invalidateServerCaches(SSLFactory sslFactory)static voidSSLFactoryUtils. reload(SSLFactory baseSslFactory, SSLFactory updatedSslFactory)Reloads the ssl material for the KeyManager and / or TrustManager within the base SSLFactory if present and if it is swappable.static voidSSLFactoryUtils. reload(SSLFactory baseSslFactory, SSLFactory updatedSslFactory, boolean shouldInvalidateCaches)Reloads the ssl material for the KeyManager and / or TrustManager within the base SSLFactory if present and if it is swappable.static voidSSLSessionUtils. updateSessionCacheSize(SSLFactory sslFactory, int cacheSizeInBytes)static voidSSLSessionUtils. updateSessionTimeout(SSLFactory sslFactory, int timeoutInSeconds)
-