Uses of Interface
com.itextpdf.commons.bouncycastle.cms.IRecipient
-
-
Uses of IRecipient in com.itextpdf.bouncycastle.cms
Classes in com.itextpdf.bouncycastle.cms that implement IRecipient Modifier and Type Class Description classRecipientBCWrapper class forRecipient.Methods in com.itextpdf.bouncycastle.cms with parameters of type IRecipient Modifier and Type Method Description byte[]RecipientInformationBC. getContent(IRecipient recipient)Calls actualgetContentmethod for the wrapped RecipientInformation object. -
Uses of IRecipient in com.itextpdf.bouncycastle.cms.jcajce
Classes in com.itextpdf.bouncycastle.cms.jcajce that implement IRecipient Modifier and Type Class Description classJceKeyAgreeEnvelopedRecipientBCWrapper class forJceKeyAgreeEnvelopedRecipient.classJceKeyTransEnvelopedRecipientBCWrapper class forJceKeyTransEnvelopedRecipient. -
Uses of IRecipient in com.itextpdf.commons.bouncycastle.cms
Methods in com.itextpdf.commons.bouncycastle.cms with parameters of type IRecipient Modifier and Type Method Description byte[]IRecipientInformation. getContent(IRecipient recipient)Calls actualgetContentmethod for the wrapped RecipientInformation object. -
Uses of IRecipient in com.itextpdf.commons.bouncycastle.cms.jcajce
Subinterfaces of IRecipient in com.itextpdf.commons.bouncycastle.cms.jcajce Modifier and Type Interface Description interfaceIJceKeyAgreeEnvelopedRecipientThis interface represents the wrapper for JceKeyAgreeEnvelopedRecipient that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIJceKeyTransEnvelopedRecipientThis interface represents the wrapper for JceKeyTransEnvelopedRecipient that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IRecipient in com.itextpdf.kernel.security
Methods in com.itextpdf.kernel.security that return IRecipient Modifier and Type Method Description IRecipientIExternalDecryptionProcess. getCmsRecipient()Returns the CMS recipient
-