Uses of Interface
org.conscrypt.SSLParametersImpl.PSKCallbacks
Packages that use SSLParametersImpl.PSKCallbacks
-
Uses of SSLParametersImpl.PSKCallbacks in org.conscrypt
Classes in org.conscrypt that implement SSLParametersImpl.PSKCallbacksModifier and TypeClassDescription(package private) final class
Implements theSSLEngine
API using OpenSSL's non-blocking interfaces.(package private) class
Implementation of the class OpenSSLSocketImpl based on OpenSSL.(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.PSKCallbacksModifier and TypeFieldDescriptionprivate final SSLParametersImpl.PSKCallbacks
NativeSsl.pskCallbacks
Methods in org.conscrypt with parameters of type SSLParametersImpl.PSKCallbacksModifier and TypeMethodDescription(package private) static NativeSsl
NativeSsl.newInstance
(SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser chooser, SSLParametersImpl.PSKCallbacks pskCallbacks) Constructors in org.conscrypt with parameters of type SSLParametersImpl.PSKCallbacksModifierConstructorDescriptionprivate
NativeSsl
(long ssl, SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser aliasChooser, SSLParametersImpl.PSKCallbacks pskCallbacks)