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