Class CMSEncryptedData


  • public class CMSEncryptedData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CMSEncryptedData​(org.bouncycastle.asn1.cms.ContentInfo contentInfo)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getContent​(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider)  
      CMSTypedStream getContentStream​(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider)  
      org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
      return the ContentInfo
      • Methods inherited from class java.lang.Object

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

      • CMSEncryptedData

        public CMSEncryptedData​(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
    • Method Detail

      • getContent

        public byte[] getContent​(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider)
                          throws CMSException
        Throws:
        CMSException
      • toASN1Structure

        public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
        return the ContentInfo