public class CMSTypedStream
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.io.InputStream |
_in |
Modifier | Constructor and Description |
---|---|
protected |
CMSTypedStream(ASN1ObjectIdentifier oid) |
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
drain() |
java.io.InputStream |
getContentStream() |
ASN1ObjectIdentifier |
getContentType() |
public CMSTypedStream(java.io.InputStream in)
public CMSTypedStream(java.lang.String oid, java.io.InputStream in)
public CMSTypedStream(java.lang.String oid, java.io.InputStream in, int bufSize)
public CMSTypedStream(ASN1ObjectIdentifier oid, java.io.InputStream in)
public CMSTypedStream(ASN1ObjectIdentifier oid, java.io.InputStream in, int bufSize)
protected CMSTypedStream(ASN1ObjectIdentifier oid)
public ASN1ObjectIdentifier getContentType()
public java.io.InputStream getContentStream()
public void drain() throws java.io.IOException
java.io.IOException