Uses of Interface
com.itextpdf.commons.bouncycastle.cms.IRecipientInformation
 
     
      Packages that use IRecipientInformation
     
 
     
       Package
      
 
      
       Description
      
 
       
      -  
        
Uses of IRecipientInformation in com.itextpdf.bouncycastle.cms
Classes in com.itextpdf.bouncycastle.cms that implement IRecipientInformationModifier and TypeClassDescriptionclassWrapper class forRecipientInformation.Methods in com.itextpdf.bouncycastle.cms that return IRecipientInformationModifier and TypeMethodDescriptionRecipientInformationStoreBC.get(IRecipientId id) Calls actualgetmethod for the wrapped RecipientInformationStore object.Methods in com.itextpdf.bouncycastle.cms that return types with arguments of type IRecipientInformationModifier and TypeMethodDescriptionRecipientInformationStoreBC.getRecipients()Calls actualgetRecipientsmethod for the wrapped RecipientInformationStore object. -  
        
Uses of IRecipientInformation in com.itextpdf.bouncycastlefips.cms
Classes in com.itextpdf.bouncycastlefips.cms that implement IRecipientInformationModifier and TypeClassDescriptionclassWrapper class forRecipientInformation.Methods in com.itextpdf.bouncycastlefips.cms that return IRecipientInformationModifier and TypeMethodDescriptionRecipientInformationStoreBCFips.get(IRecipientId id) Calls actualgetmethod for the wrapped RecipientInformationStore object.Methods in com.itextpdf.bouncycastlefips.cms that return types with arguments of type IRecipientInformationModifier and TypeMethodDescriptionRecipientInformationStoreBCFips.getRecipients()Calls actualgetRecipientsmethod for the wrapped RecipientInformationStore object. -  
        
Uses of IRecipientInformation in com.itextpdf.commons.bouncycastle.cms
Methods in com.itextpdf.commons.bouncycastle.cms that return IRecipientInformationModifier and TypeMethodDescriptionIRecipientInformationStore.get(IRecipientId var1) Calls actualgetmethod for the wrapped RecipientInformationStore object.Methods in com.itextpdf.commons.bouncycastle.cms that return types with arguments of type IRecipientInformationModifier and TypeMethodDescriptionIRecipientInformationStore.getRecipients()Calls actualgetRecipientsmethod for the wrapped RecipientInformationStore object. -  
        
Uses of IRecipientInformation in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf with parameters of type IRecipientInformationModifier and TypeMethodDescriptionstatic byte[]PdfEncryptor.getContent(IRecipientInformation recipientInfo, PrivateKey certificateKey, String certificateKeyProvider) Gets the content from a recipient.