Package com.yahoo.jrt

Class XorCryptoEngine

  • All Implemented Interfaces:
    CryptoEngine, AutoCloseable

    public class XorCryptoEngine
    extends Object
    implements CryptoEngine
    Very simple crypto engine that requires connection handshaking and data transformation. Used to test encryption integration separate from TLS.