Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IRecipientInfo
-
Packages that use IRecipientInfo Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.cms com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IRecipientInfo in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IRecipientInfo Modifier and Type Method Description IRecipientInfo
BouncyCastleFactory. createRecipientInfo(IKeyTransRecipientInfo keyTransRecipientInfo)
Create recipient info wrapper from key trans recipient info wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IRecipientInfo Modifier and Type Method Description IDERSet
BouncyCastleFactory. createDERSet(IRecipientInfo recipientInfo)
Create DER Set wrapper from recipient info wrapper. -
Uses of IRecipientInfo in com.itextpdf.bouncycastle.asn1.cms
Classes in com.itextpdf.bouncycastle.asn1.cms that implement IRecipientInfo Modifier and Type Class Description class
RecipientInfoBC
Wrapper class forRecipientInfo
. -
Uses of IRecipientInfo in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IRecipientInfo Modifier and Type Method Description IRecipientInfo
BouncyCastleDefaultFactory. createRecipientInfo(IKeyTransRecipientInfo keyTransRecipientInfo)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IRecipientInfo Modifier and Type Method Description IDERSet
BouncyCastleDefaultFactory. createDERSet(IRecipientInfo recipientInfo)
-
Uses of IRecipientInfo in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IRecipientInfo Modifier and Type Method Description IRecipientInfo
IBouncyCastleFactory. createRecipientInfo(IKeyTransRecipientInfo keyTransRecipientInfo)
Create recipient info wrapper from key trans recipient info wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IRecipientInfo Modifier and Type Method Description IDERSet
IBouncyCastleFactory. createDERSet(IRecipientInfo recipientInfo)
Create DER Set wrapper from recipient info wrapper.
-