Package org.bouncycastle.cms
Class CMSTypedStream
- java.lang.Object
 - 
- org.bouncycastle.cms.CMSTypedStream
 
 
- 
- Direct Known Subclasses:
 PKCS7TypedStream
public class CMSTypedStream extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.io.InputStream_in 
- 
Constructor Summary
Constructors Modifier Constructor Description 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)protectedCMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, java.io.InputStream in)CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, java.io.InputStream in, int bufSize) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrain()java.io.InputStreamgetContentStream()org.bouncycastle.asn1.ASN1ObjectIdentifiergetContentType() 
 - 
 
- 
- 
Constructor Detail
- 
CMSTypedStream
public CMSTypedStream(java.io.InputStream in)
 
- 
CMSTypedStream
public CMSTypedStream(java.lang.String oid, java.io.InputStream in) 
- 
CMSTypedStream
public CMSTypedStream(java.lang.String oid, java.io.InputStream in, int bufSize) 
- 
CMSTypedStream
public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, java.io.InputStream in) 
- 
CMSTypedStream
public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, java.io.InputStream in, int bufSize) 
- 
CMSTypedStream
protected CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
 
 - 
 
 -