Uses of Interface
org.conscrypt.SSLParametersImpl.AliasChooser
-
Packages that use SSLParametersImpl.AliasChooser Package Description org.conscrypt -
-
Uses of SSLParametersImpl.AliasChooser in org.conscrypt
Classes in org.conscrypt that implement SSLParametersImpl.AliasChooser Modifier and Type Class Description (package private) class
ConscryptEngine
Implements theSSLEngine
API using OpenSSL's non-blocking interfaces.(package private) class
ConscryptEngineSocket
Implements crypto handling by delegating toConscryptEngine
.(package private) class
ConscryptFileDescriptorSocket
Implementation of the class OpenSSLSocketImpl based on OpenSSL.(package private) class
Java8EngineSocket
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) class
Java8FileDescriptorSocket
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.AliasChooser Modifier and Type Field Description private SSLParametersImpl.AliasChooser
NativeSsl. aliasChooser
Methods in org.conscrypt with parameters of type SSLParametersImpl.AliasChooser Modifier and Type Method Description (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.AliasChooser Constructor Description ConscryptEngine(SSLParametersImpl sslParameters, PeerInfoProvider peerInfoProvider, SSLParametersImpl.AliasChooser aliasChooser)
NativeSsl(long ssl, SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser aliasChooser, SSLParametersImpl.PSKCallbacks pskCallbacks)
-