Class PKCS7TypedStream

    • Constructor Summary

      Constructors 
      Constructor Description
      PKCS7TypedStream​(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.asn1.ASN1Encodable encodable)  
    • Constructor Detail

      • PKCS7TypedStream

        public PKCS7TypedStream​(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                                org.bouncycastle.asn1.ASN1Encodable encodable)
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getContent

        public org.bouncycastle.asn1.ASN1Encodable getContent()
      • drain

        public void drain()
                   throws java.io.IOException
        Overrides:
        drain in class CMSTypedStream
        Throws:
        java.io.IOException