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