Uses of Class
iaik.pkcs.pkcs7.EncryptedContentInfoStream

Packages that use EncryptedContentInfoStream
iaik.pkcs.pkcs7   
 

Uses of EncryptedContentInfoStream in iaik.pkcs.pkcs7
 

Fields in iaik.pkcs.pkcs7 declared as EncryptedContentInfoStream
protected  EncryptedContentInfoStream EnvelopedDataStream.encrypted_content_info
          The EncryptedContentInfo for the encrypted content.
 

Methods in iaik.pkcs.pkcs7 that return EncryptedContentInfoStream
 EncryptedContentInfoStream SignedAndEnvelopedDataStream.getEncryptedContentInfo()
          Returns the encrypted content info included in this SignedAndEnvelopedData object.
 

Constructors in iaik.pkcs.pkcs7 with parameters of type EncryptedContentInfoStream
EnvelopedDataStream.EnvelopedDataStream(RecipientInfo[] recipients, EncryptedContentInfoStream encryptedCI)
          Constructs an EnvelopedDataStream object with an already created EncryptedContentInfoStream.
EncryptedDataStream.EncryptedDataStream(EncryptedContentInfoStream encryptedContentInfo)
          Creates a PKCS#7 EncryptedDataStream from an EncryptedContentInfoStream.