Uses of Class
iaik.pkcs.pkcs7.RecipientInfo

Packages that use RecipientInfo
iaik.pkcs.pkcs7   
 

Uses of RecipientInfo in iaik.pkcs.pkcs7
 

Methods in iaik.pkcs.pkcs7 that return RecipientInfo
 RecipientInfo[] SignedAndEnvelopedDataStream.getRecipientInfos()
          Returns all the recipient infos included in this SignedAndEnvelopedData object.
 RecipientInfo[] EnvelopedDataStream.getRecipientInfos()
          Returns all the recipient infos included in this EnvelopedData object.
 RecipientInfo EnvelopedDataStream.getRecipientInfo(X509Certificate recipientCertificate)
          Returns the recipient info matching to the supplied recipient certificate.
 

Methods in iaik.pkcs.pkcs7 with parameters of type RecipientInfo
 void SignedAndEnvelopedDataStream.setRecipientInfos(RecipientInfo[] recipients)
          Sets the recipient infos.
 void SignedAndEnvelopedDataStream.addRecipientInfo(RecipientInfo recipient)
          Adds one recipient to the list of recipient infos.
 void EnvelopedDataStream.setRecipientInfos(RecipientInfo[] recipients)
          Sets the recipient infos.
 void EnvelopedDataStream.addRecipientInfo(RecipientInfo recipient)
          Adds one recipient to the list of recipient infos.
 

Constructors in iaik.pkcs.pkcs7 with parameters of type RecipientInfo
EnvelopedDataStream.EnvelopedDataStream(RecipientInfo[] recipients, EncryptedContentInfoStream encryptedCI)
          Constructs an EnvelopedDataStream object with an already created EncryptedContentInfoStream.