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 classImplements theSSLEngineAPI using OpenSSL's non-blocking interfaces.(package private) classImplementation of the class OpenSSLSocketImpl based on OpenSSL.(package private) final classA 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.PSKCallbacksModifier and TypeFieldDescriptionprivate final SSLParametersImpl.PSKCallbacksNativeSsl.pskCallbacksMethods in org.conscrypt with parameters of type SSLParametersImpl.PSKCallbacksModifier and TypeMethodDescription(package private) static NativeSslNativeSsl.newInstance(SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser chooser, SSLParametersImpl.PSKCallbacks pskCallbacks) Constructors in org.conscrypt with parameters of type SSLParametersImpl.PSKCallbacksModifierConstructorDescriptionprivateNativeSsl(long ssl, SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser aliasChooser, SSLParametersImpl.PSKCallbacks pskCallbacks)