Package org.bouncycastle.cms
Class CMSTypedStream
java.lang.Object
org.bouncycastle.cms.CMSTypedStream
- Direct Known Subclasses:
PKCS7TypedStream
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCMSTypedStream
(String oid, InputStream in) CMSTypedStream
(String oid, InputStream in, int bufSize) 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) -
Method Summary
-
Field Details
-
_in
-
-
Constructor Details
-
CMSTypedStream
-
CMSTypedStream
-
CMSTypedStream
-
CMSTypedStream
-
CMSTypedStream
-
CMSTypedStream
protected CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
-
-
Method Details
-
getContentType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType() -
getContentStream
-
drain
- Throws:
IOException
-