blob: ca8676667e8679c6d968273037954868c8e57ff4 [file] [log] [blame]
package org.bouncycastle.cms;
import java.io.IOException;
import java.io.InputStream;
interface CMSReadable
{
public InputStream getInputStream()
throws IOException, CMSException;
}