public class CMSTypedStream extends Object
| Constructor and Description |
|---|
CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
InputStream in) |
CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
InputStream in,
int bufSize) |
CMSTypedStream(InputStream in) |
CMSTypedStream(String oid,
InputStream in) |
CMSTypedStream(String oid,
InputStream in,
int bufSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
drain() |
InputStream |
getContentStream() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getContentType() |
public CMSTypedStream(InputStream in)
public CMSTypedStream(String oid, InputStream in)
public CMSTypedStream(String oid, InputStream in, int bufSize)
public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
InputStream in)
public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
InputStream in,
int bufSize)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
public InputStream getContentStream()
public void drain()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.