Uses of Interface
org.conscrypt.SSLParametersImpl.PSKCallbacks
-
Packages that use SSLParametersImpl.PSKCallbacks Package Description org.conscrypt -
-
Uses of SSLParametersImpl.PSKCallbacks in org.conscrypt
Classes in org.conscrypt that implement SSLParametersImpl.PSKCallbacks Modifier and Type Class Description (package private) classConscryptEngineImplements theSSLEngineAPI using OpenSSL's non-blocking interfaces.(package private) classConscryptFileDescriptorSocketImplementation of the class OpenSSLSocketImpl based on OpenSSL.(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.PSKCallbacks Modifier and Type Field Description private SSLParametersImpl.PSKCallbacksNativeSsl. pskCallbacksMethods in org.conscrypt with parameters of type SSLParametersImpl.PSKCallbacks Modifier and Type Method Description (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.PSKCallbacks Constructor Description NativeSsl(long ssl, SSLParametersImpl parameters, NativeCrypto.SSLHandshakeCallbacks handshakeCallbacks, SSLParametersImpl.AliasChooser aliasChooser, SSLParametersImpl.PSKCallbacks pskCallbacks)
-