Class PKCS7ProcessableObject

    • Constructor Summary

      Constructors 
      Constructor Description
      PKCS7ProcessableObject​(org.bouncycastle.asn1.ASN1ObjectIdentifier type, org.bouncycastle.asn1.ASN1Encodable structure)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getContent()  
      org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()  
      void write​(java.io.OutputStream cOut)
      generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PKCS7ProcessableObject

        public PKCS7ProcessableObject​(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
                                      org.bouncycastle.asn1.ASN1Encodable structure)
    • Method Detail

      • getContentType

        public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
        Specified by:
        getContentType in interface CMSTypedData
      • write

        public void write​(java.io.OutputStream cOut)
                   throws java.io.IOException,
                          CMSException
        Description copied from interface: CMSProcessable
        generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own.

        Note: this routine may be called multiple times.

        Specified by:
        write in interface CMSProcessable
        Throws:
        java.io.IOException
        CMSException