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 IRecipientInfoBouncyCastleFactory. 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 IDERSetBouncyCastleFactory. 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 classRecipientInfoBCWrapper class forRecipientInfo. -
Uses of IRecipientInfo in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IRecipientInfo Modifier and Type Method Description IRecipientInfoBouncyCastleDefaultFactory. createRecipientInfo(IKeyTransRecipientInfo keyTransRecipientInfo)Methods in com.itextpdf.bouncycastleconnector with parameters of type IRecipientInfo Modifier and Type Method Description IDERSetBouncyCastleDefaultFactory. 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 IRecipientInfoIBouncyCastleFactory. 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 IDERSetIBouncyCastleFactory. createDERSet(IRecipientInfo recipientInfo)Create DER Set wrapper from recipient info wrapper.
-