Bouncy Castle Cryptography 1.46

org.bouncycastle.cms
Class CMSTypedStream

java.lang.Object
  extended by org.bouncycastle.cms.CMSTypedStream

public class CMSTypedStream
extends java.lang.Object


Constructor Summary
CMSTypedStream(ASN1ObjectIdentifier oid, java.io.InputStream in)
           
CMSTypedStream(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)
           
 
Method Summary
 void drain()
           
 java.io.InputStream getContentStream()
           
 ASN1ObjectIdentifier getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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(ASN1ObjectIdentifier oid,
                      java.io.InputStream in)

CMSTypedStream

public CMSTypedStream(ASN1ObjectIdentifier oid,
                      java.io.InputStream in,
                      int bufSize)
Method Detail

getContentType

public ASN1ObjectIdentifier getContentType()

getContentStream

public java.io.InputStream getContentStream()

drain

public void drain()
           throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.46