Package com.yahoo.jrt
Class NullCryptoEngine
java.lang.Object
com.yahoo.jrt.NullCryptoEngine
- All Implemented Interfaces:
CryptoEngine,AutoCloseable
CryptoEngine implementation that performs no encryption.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClientCryptoSocket(SocketChannel channel, Spec spec) createServerCryptoSocket(SocketChannel channel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.jrt.CryptoEngine
close
-
Constructor Details
-
NullCryptoEngine
public NullCryptoEngine()
-
-
Method Details
-
createClientCryptoSocket
- Specified by:
createClientCryptoSocketin interfaceCryptoEngine
-
createServerCryptoSocket
- Specified by:
createServerCryptoSocketin interfaceCryptoEngine
-