Package org.bouncycastle.cms
Class PKCS7TypedStream
java.lang.Object
org.bouncycastle.cms.CMSTypedStream
org.bouncycastle.cms.PKCS7TypedStream
-
Field Summary
Fields inherited from class org.bouncycastle.cms.CMSTypedStream
_in -
Constructor Summary
ConstructorsConstructorDescriptionPKCS7TypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.asn1.ASN1Encodable encodable) -
Method Summary
Methods inherited from class org.bouncycastle.cms.CMSTypedStream
getContentType
-
Constructor Details
-
PKCS7TypedStream
public PKCS7TypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.asn1.ASN1Encodable encodable) throws IOException - Throws:
IOException
-
-
Method Details
-
getContent
public org.bouncycastle.asn1.ASN1Encodable getContent() -
getContentStream
- Overrides:
getContentStreamin classCMSTypedStream
-
drain
- Overrides:
drainin classCMSTypedStream- Throws:
IOException
-