summary refs log tree commit diff
path: root/Crypto/src/openpgp/IStreamGenerator.cs
blob: 379213a66cb9a10b7e93fad26a6fc21772fac28e (plain) (blame)
1
2
3
4
5
6
7
namespace Org.BouncyCastle.Bcpg.OpenPgp
{
	public interface IStreamGenerator
	{
		void Close();
	}
}