Package org.bouncycastle.cms
Class PKCS7TypedStream
- java.lang.Object
-
- org.bouncycastle.cms.CMSTypedStream
-
- org.bouncycastle.cms.PKCS7TypedStream
-
public class PKCS7TypedStream extends CMSTypedStream
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.cms.CMSTypedStream
_in
-
-
Constructor Summary
Constructors Constructor Description PKCS7TypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.asn1.ASN1Encodable encodable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drain()
org.bouncycastle.asn1.ASN1Encodable
getContent()
InputStream
getContentStream()
-
Methods inherited from class org.bouncycastle.cms.CMSTypedStream
getContentType
-
-
-
-
Constructor Detail
-
PKCS7TypedStream
public PKCS7TypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.asn1.ASN1Encodable encodable) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getContent
public org.bouncycastle.asn1.ASN1Encodable getContent()
-
getContentStream
public InputStream getContentStream()
- Overrides:
getContentStream
in classCMSTypedStream
-
drain
public void drain() throws IOException
- Overrides:
drain
in classCMSTypedStream
- Throws:
IOException
-
-