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) classConscryptEngineImplements theSSLEngineAPI using OpenSSL's non-blocking interfaces.(package private) classConscryptEngineSocketImplements crypto handling by delegating toConscryptEngine.(package private) classConscryptFileDescriptorSocketImplementation of the class OpenSSLSocketImpl based on OpenSSL.(package private) classJava8EngineSocketA version of ConscryptEngineSocket that includes the new Java 9 (and potentially later patches of 8)setHandshakeApplicationProtocolSelectorAPI (which requires Java 8 for compilation, due to the use ofBiFunction).(package private) classJava8FileDescriptorSocketA version of ConscryptFileDescriptorSocket that includes the new Java 9 (and potentially later patches of 8)setHandshakeApplicationProtocolSelectorAPI (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.AliasChooserNativeSsl. aliasChooserMethods in org.conscrypt with parameters of type SSLParametersImpl.AliasChooser Modifier and Type Method Description (package private) static NativeSslNativeSsl. newInstance(SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser chooser, SSLParametersImpl.PSKCallbacks pskCallbacks)private static NativeSslConscryptEngine. 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)
-