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