init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.IO;
|
||||
|
||||
namespace Org.BouncyCastle.Cms;
|
||||
|
||||
public interface CmsReadable
|
||||
{
|
||||
Stream GetInputStream();
|
||||
}
|
||||
Reference in New Issue
Block a user