public class PKCS7TypedStream extends CMSTypedStream
_in| Constructor and Description |
|---|
PKCS7TypedStream(ASN1ObjectIdentifier oid,
ASN1Encodable encodable) |
| Modifier and Type | Method and Description |
|---|---|
void |
drain() |
ASN1Encodable |
getContent() |
java.io.InputStream |
getContentStream() |
getContentTypepublic PKCS7TypedStream(ASN1ObjectIdentifier oid,
ASN1Encodable encodable)
throws java.io.IOException
java.io.IOExceptionpublic ASN1Encodable getContent()
public java.io.InputStream getContentStream()
getContentStream in class CMSTypedStreampublic void drain()
throws java.io.IOException
drain in class CMSTypedStreamjava.io.IOException