CmsReadable public interface CmsReadable Documentation Code using System.IO; namespace Org.BouncyCastle.Cms { public interface CmsReadable { Stream GetInputStream(); } }