Uses of Interface
com.itextpdf.commons.bouncycastle.cms.IRecipientInformationStore
-
Packages that use IRecipientInformationStore Package Description com.itextpdf.bouncycastle.cms com.itextpdf.commons.bouncycastle.cms -
-
Uses of IRecipientInformationStore in com.itextpdf.bouncycastle.cms
Classes in com.itextpdf.bouncycastle.cms that implement IRecipientInformationStore Modifier and Type Class Description class
RecipientInformationStoreBC
Wrapper class forRecipientInformationStore
.Methods in com.itextpdf.bouncycastle.cms that return IRecipientInformationStore Modifier and Type Method Description IRecipientInformationStore
CMSEnvelopedDataBC. getRecipientInfos()
Calls actualgetRecipientInfos
method for the wrapped CMSEnvelopedData object. -
Uses of IRecipientInformationStore in com.itextpdf.commons.bouncycastle.cms
Methods in com.itextpdf.commons.bouncycastle.cms that return IRecipientInformationStore Modifier and Type Method Description IRecipientInformationStore
ICMSEnvelopedData. getRecipientInfos()
Calls actualgetRecipientInfos
method for the wrapped CMSEnvelopedData object.
-