public class CMSTypedStream
extends java.lang.Object
Constructor and Description |
---|
CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
java.io.InputStream in) |
CMSTypedStream(org.bouncycastle.asn1.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() |
org.bouncycastle.asn1.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(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, java.io.InputStream in)
public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, java.io.InputStream in, int bufSize)