public class CMSTypedStream extends Object
Modifier and Type | Field and Description |
---|---|
protected InputStream |
_in |
Modifier | Constructor and Description |
---|---|
protected |
CMSTypedStream(ASN1ObjectIdentifier oid) |
|
CMSTypedStream(ASN1ObjectIdentifier oid,
InputStream in) |
|
CMSTypedStream(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() |
ASN1ObjectIdentifier |
getContentType() |
protected InputStream _in
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)
protected CMSTypedStream(ASN1ObjectIdentifier oid)
public ASN1ObjectIdentifier getContentType()
public InputStream getContentStream()
public void drain() throws IOException
IOException
Copyright © 2018 BouncyCastle.org. All rights reserved.