using System; using System.IO; namespace Org.BouncyCastle.Crypto.Tls { public interface TlsCloseable { /// void Close(); } }