Uses of Interface
com.yahoo.jrt.CryptoEngine
Packages that use CryptoEngine
-
Uses of CryptoEngine in com.yahoo.jrt
Classes in com.yahoo.jrt that implement CryptoEngineModifier and TypeClassDescriptionclassA crypto engine that supports both tls encrypted connections and unencrypted connections.classCryptoEngine implementation that performs no encryption.classACryptoSocketthat createsTlsCryptoSocketinstances.Methods in com.yahoo.jrt that return CryptoEngineConstructors in com.yahoo.jrt with parameters of type CryptoEngineModifierConstructorDescriptionTransport(String name, CryptoEngine cryptoEngine, int numThreads) Transport(String name, CryptoEngine cryptoEngine, int numThreads, int eventsBeforeWakeup) Transport(String name, FatalErrorHandler fatalHandler, CryptoEngine cryptoEngine, int numThreads, boolean tcpNoDelay, int eventsBeforeWakeup) Creates a new Transport object with the given fatal error handler and CryptoEngine.