Uses of Interface
nl.altindag.ssl.trustmanager.validator.ChainAndAuthTypeWithSocketValidator
Packages that use ChainAndAuthTypeWithSocketValidator
-
Uses of ChainAndAuthTypeWithSocketValidator in nl.altindag.ssl
Methods in nl.altindag.ssl with parameters of type ChainAndAuthTypeWithSocketValidatorModifier and TypeMethodDescriptionSSLFactory.Builder.withTrustEnhancer(ChainAndAuthTypeWithSocketValidator validator) Deprecated. -
Uses of ChainAndAuthTypeWithSocketValidator in nl.altindag.ssl.trustmanager.validator
Methods in nl.altindag.ssl.trustmanager.validator that return ChainAndAuthTypeWithSocketValidatorModifier and TypeMethodDescriptionChainAndAuthTypeWithSocketValidator.and(ChainAndAuthTypeWithSocketValidator other) Deprecated.ChainAndAuthTypeWithSocketValidator.or(ChainAndAuthTypeWithSocketValidator other) Deprecated.Methods in nl.altindag.ssl.trustmanager.validator with parameters of type ChainAndAuthTypeWithSocketValidatorModifier and TypeMethodDescriptionChainAndAuthTypeWithSocketValidator.and(ChainAndAuthTypeWithSocketValidator other) Deprecated.ChainAndAuthTypeWithSocketValidator.or(ChainAndAuthTypeWithSocketValidator other) Deprecated. -
Uses of ChainAndAuthTypeWithSocketValidator in nl.altindag.ssl.util
Methods in nl.altindag.ssl.util with parameters of type ChainAndAuthTypeWithSocketValidatorModifier and TypeMethodDescriptionstatic X509ExtendedTrustManagerTrustManagerUtils.createEnhanceableTrustManager(X509ExtendedTrustManager trustManager, ChainAndAuthTypeValidator chainAndAuthTypeValidator, ChainAndAuthTypeWithSocketValidator chainAndAuthTypeWithSocketValidator, ChainAndAuthTypeWithSSLEngineValidator chainAndAuthTypeWithSSLEngineValidator) Deprecated.TrustManagerUtils.TrustManagerBuilder.withTrustEnhancer(ChainAndAuthTypeWithSocketValidator validator) Deprecated.