Uses of Interface
org.conscrypt.SSLParametersImpl.AliasChooser
Packages that use SSLParametersImpl.AliasChooser
-
Uses of SSLParametersImpl.AliasChooser in org.conscrypt
Classes in org.conscrypt that implement SSLParametersImpl.AliasChooserModifier and TypeClassDescription(package private) final class
Implements theSSLEngine
API using OpenSSL's non-blocking interfaces.(package private) class
Implements crypto handling by delegating toConscryptEngine
.(package private) class
Implementation of the class OpenSSLSocketImpl based on OpenSSL.(package private) final class
A version of ConscryptEngineSocket that includes the new Java 9 (and potentially later patches of 8)setHandshakeApplicationProtocolSelector
API (which requires Java 8 for compilation, due to the use ofBiFunction
).(package private) final class
A version of ConscryptFileDescriptorSocket that includes the new Java 9 (and potentially later patches of 8)setHandshakeApplicationProtocolSelector
API (which requires Java 8 for compilation, due to the use ofBiFunction
).Fields in org.conscrypt declared as SSLParametersImpl.AliasChooserModifier and TypeFieldDescriptionprivate final SSLParametersImpl.AliasChooser
NativeSsl.aliasChooser
Methods in org.conscrypt with parameters of type SSLParametersImpl.AliasChooserModifier and TypeMethodDescription(package private) static NativeSsl
NativeSsl.newInstance
(SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser chooser, SSLParametersImpl.PSKCallbacks pskCallbacks) private static NativeSsl
ConscryptEngine.newSsl
(SSLParametersImpl sslParameters, ConscryptEngine engine, SSLParametersImpl.AliasChooser aliasChooser) Constructors in org.conscrypt with parameters of type SSLParametersImpl.AliasChooserModifierConstructorDescription(package private)
ConscryptEngine
(SSLParametersImpl sslParameters, PeerInfoProvider peerInfoProvider, SSLParametersImpl.AliasChooser aliasChooser) private
NativeSsl
(long ssl, SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser aliasChooser, SSLParametersImpl.PSKCallbacks pskCallbacks)