public class

CMSTypedStream

extends Object
java.lang.Object
   ↳ org.bouncycastle.cms.CMSTypedStream

Summary

Public Constructors
CMSTypedStream(InputStream in)
CMSTypedStream(String oid, InputStream in)
CMSTypedStream(String oid, InputStream in, int bufSize)
CMSTypedStream(ASN1ObjectIdentifier oid, InputStream in)
CMSTypedStream(ASN1ObjectIdentifier oid, InputStream in, int bufSize)
Public Methods
void drain()
InputStream getContentStream()
ASN1ObjectIdentifier getContentType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CMSTypedStream (InputStream in)

public CMSTypedStream (String oid, InputStream in)

public CMSTypedStream (String oid, InputStream in, int bufSize)

public CMSTypedStream (ASN1ObjectIdentifier oid, InputStream in)

public CMSTypedStream (ASN1ObjectIdentifier oid, InputStream in, int bufSize)

Public Methods

public void drain ()

Throws
IOException

public InputStream getContentStream ()

public ASN1ObjectIdentifier getContentType ()