org.bouncycastle.cms
Class CMSTypedStream
java.lang.Object
|
+--org.bouncycastle.cms.CMSTypedStream
- Direct Known Subclasses:
- PKCS7TypedStream
- public class CMSTypedStream
- extends java.lang.Object
Field Summary |
protected java.io.InputStream |
_in
|
Constructor Summary |
protected |
CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
|
|
CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
java.io.InputStream in)
|
|
CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
java.io.InputStream in,
int bufSize)
|
|
CMSTypedStream(java.io.InputStream in)
|
|
CMSTypedStream(java.lang.String oid,
java.io.InputStream in)
|
|
CMSTypedStream(java.lang.String oid,
java.io.InputStream in,
int bufSize)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_in
protected java.io.InputStream _in
CMSTypedStream
public CMSTypedStream(java.io.InputStream in)
CMSTypedStream
public CMSTypedStream(java.lang.String oid,
java.io.InputStream in)
CMSTypedStream
public CMSTypedStream(java.lang.String oid,
java.io.InputStream in,
int bufSize)
CMSTypedStream
public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
java.io.InputStream in)
CMSTypedStream
public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
java.io.InputStream in,
int bufSize)
CMSTypedStream
protected CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
getContentType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
getContentStream
public java.io.InputStream getContentStream()
drain
public void drain()
throws java.io.IOException