Bouncy Castle Cryptography 1.66

org.bouncycastle.cms
Class CMSEncryptedData

java.lang.Object
  |
  +--org.bouncycastle.cms.CMSEncryptedData

public class CMSEncryptedData
extends java.lang.Object


Constructor Summary
CMSEncryptedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
           
 
Method Summary
 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

getContentStream

public CMSTypedStream getContentStream(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider)
                                throws CMSException

toASN1Structure

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

Bouncy Castle Cryptography 1.66