Class CMSTypedStream

java.lang.Object
org.bouncycastle.cms.CMSTypedStream
Direct Known Subclasses:
PKCS7TypedStream

public class CMSTypedStream extends Object
  • Field Details

  • Constructor Details

    • CMSTypedStream

      public CMSTypedStream(InputStream in)
    • CMSTypedStream

      public CMSTypedStream(String oid, InputStream in)
    • CMSTypedStream

      public CMSTypedStream(String oid, InputStream in, int bufSize)
    • CMSTypedStream

      public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, InputStream in)
    • CMSTypedStream

      public CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, InputStream in, int bufSize)
    • CMSTypedStream

      protected CMSTypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
  • Method Details

    • getContentType

      public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
    • getContentStream

      public InputStream getContentStream()
    • drain

      public void drain() throws IOException
      Throws:
      IOException