Uses of Interface
nl.altindag.ssl.trustmanager.validator.ChainAndAuthTypeWithSocketValidator
-
Packages that use ChainAndAuthTypeWithSocketValidator Package Description nl.altindag.ssl nl.altindag.ssl.trustmanager.validator nl.altindag.ssl.util -
-
Uses of ChainAndAuthTypeWithSocketValidator in nl.altindag.ssl
Methods in nl.altindag.ssl with parameters of type ChainAndAuthTypeWithSocketValidator Modifier and Type Method Description SSLFactory.BuilderSSLFactory.Builder. withTrustEnhancer(ChainAndAuthTypeWithSocketValidator validator)Deprecated. -
Uses of ChainAndAuthTypeWithSocketValidator in nl.altindag.ssl.trustmanager.validator
Methods in nl.altindag.ssl.trustmanager.validator that return ChainAndAuthTypeWithSocketValidator Modifier and Type Method Description default ChainAndAuthTypeWithSocketValidatorChainAndAuthTypeWithSocketValidator. and(ChainAndAuthTypeWithSocketValidator other)Deprecated.default ChainAndAuthTypeWithSocketValidatorChainAndAuthTypeWithSocketValidator. or(ChainAndAuthTypeWithSocketValidator other)Deprecated.Methods in nl.altindag.ssl.trustmanager.validator with parameters of type ChainAndAuthTypeWithSocketValidator Modifier and Type Method Description default ChainAndAuthTypeWithSocketValidatorChainAndAuthTypeWithSocketValidator. and(ChainAndAuthTypeWithSocketValidator other)Deprecated.default ChainAndAuthTypeWithSocketValidatorChainAndAuthTypeWithSocketValidator. or(ChainAndAuthTypeWithSocketValidator other)Deprecated. -
Uses of ChainAndAuthTypeWithSocketValidator in nl.altindag.ssl.util
Methods in nl.altindag.ssl.util with parameters of type ChainAndAuthTypeWithSocketValidator Modifier and Type Method Description static X509ExtendedTrustManagerTrustManagerUtils. createEnhanceableTrustManager(X509ExtendedTrustManager trustManager, ChainAndAuthTypeValidator chainAndAuthTypeValidator, ChainAndAuthTypeWithSocketValidator chainAndAuthTypeWithSocketValidator, ChainAndAuthTypeWithSSLEngineValidator chainAndAuthTypeWithSSLEngineValidator)Deprecated.TrustManagerUtils.TrustManagerBuilderTrustManagerUtils.TrustManagerBuilder. withTrustEnhancer(ChainAndAuthTypeWithSocketValidator validator)Deprecated.
-