Uses of Class
nl.altindag.ssl.SSLFactory
Packages that use SSLFactory
Package
Description
-
Uses of SSLFactory in nl.altindag.ssl
Methods in nl.altindag.ssl that return SSLFactoryMethod parameters in nl.altindag.ssl with type arguments of type SSLFactoryModifier and TypeMethodDescription<T> Box<T> SSLFactory.map(Function<SSLFactory, T> mapper) Returns a cardboard box to further process the SSLFactory instance. -
Uses of SSLFactory in nl.altindag.ssl.model
Fields in nl.altindag.ssl.model declared as SSLFactoryMethods in nl.altindag.ssl.model that return SSLFactoryConstructors in nl.altindag.ssl.model with parameters of type SSLFactoryModifierConstructorDescriptionClientConfig(SSLFactory sslFactory, Proxy proxy, PasswordAuthentication passwordAuthentication, Duration timeout) -
Uses of SSLFactory in nl.altindag.ssl.provider
Fields in nl.altindag.ssl.provider declared as SSLFactoryMethods in nl.altindag.ssl.provider that return types with arguments of type SSLFactoryMethods in nl.altindag.ssl.provider with parameters of type SSLFactory -
Uses of SSLFactory in nl.altindag.ssl.util
Fields in nl.altindag.ssl.util declared as SSLFactoryModifier and TypeFieldDescriptionprivate final SSLFactoryCertificateExtractingClient.sslFactoryForCertificateCapturingprivate final SSLFactoryCertificateExtractingClient.unsafeSslFactoryMethods in nl.altindag.ssl.util with parameters of type SSLFactoryModifier and TypeMethodDescriptionstatic voidProviderUtils.configure(SSLFactory sslFactory) static ProviderProviderUtils.create(SSLFactory sslFactory) 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.private static <T> voidSSLFactoryUtils.reload(SSLFactory baseSslFactory, SSLFactory updatedSslFactory, Function<SSLFactory, Optional<T>> mapper, BiConsumer<T, T> consumer) static voidSSLSessionUtils.updateSessionCacheSize(SSLFactory sslFactory, int cacheSizeInBytes) static voidSSLSessionUtils.updateSessionTimeout(SSLFactory sslFactory, int timeoutInSeconds) Method parameters in nl.altindag.ssl.util with type arguments of type SSLFactoryModifier and TypeMethodDescriptionprivate static <T> voidSSLFactoryUtils.reload(SSLFactory baseSslFactory, SSLFactory updatedSslFactory, Function<SSLFactory, Optional<T>> mapper, BiConsumer<T, T> consumer)