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 class
RecipientBC
Wrapper class forRecipient
.Methods in com.itextpdf.bouncycastle.cms with parameters of type IRecipient Modifier and Type Method Description byte[]
RecipientInformationBC. getContent(IRecipient recipient)
Calls actualgetContent
method 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 class
JceKeyAgreeEnvelopedRecipientBC
Wrapper class forJceKeyAgreeEnvelopedRecipient
.class
JceKeyTransEnvelopedRecipientBC
Wrapper 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 actualgetContent
method 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 interface
IJceKeyAgreeEnvelopedRecipient
This interface represents the wrapper for JceKeyAgreeEnvelopedRecipient that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IJceKeyTransEnvelopedRecipient
This 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 IRecipient
IExternalDecryptionProcess. getCmsRecipient()
Returns the CMS recipient
-