Class SSLEncoderTransformer

  • All Implemented Interfaces:
    Transformer<Buffer,​Buffer>

    public final class SSLEncoderTransformer
    extends AbstractTransformer<Buffer,​Buffer>
    Transformer, which encrypts plain data, contained in the input Buffer, into SSL/TLS data and puts the result to the output Buffer.
    Author:
    Alexey Stashok