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