TlsEncryptor public interface TlsEncryptor Base interface for an encryptor. Documentation Code byte[] Encrypt(byte[] input, int inOff, int length) Encrypt data from the passed in input array.