TlsEncryptor public interface TlsEncryptor Base interface for an encryptor. Documentation Code namespace Org.BouncyCastle.Tls.Crypto { public interface TlsEncryptor { byte[] Encrypt(byte[] input, int inOff, int length); } }