Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IOriginatorInfo
-
Packages that use IOriginatorInfo Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.cms com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IOriginatorInfo in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOriginatorInfo Modifier and Type Method Description IOriginatorInfoBouncyCastleFactory. createNullOriginatorInfo()Create originator info wrapper withnullvalue.Methods in com.itextpdf.bouncycastle with parameters of type IOriginatorInfo Modifier and Type Method Description IEnvelopedDataBouncyCastleFactory. createEnvelopedData(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1)Create enveloped data wrapper from originator info wrapper, ASN1 Set wrapper, encrypted content info wrapper and another ASN1 Set wrapper. -
Uses of IOriginatorInfo in com.itextpdf.bouncycastle.asn1.cms
Classes in com.itextpdf.bouncycastle.asn1.cms that implement IOriginatorInfo Modifier and Type Class Description classOriginatorInfoBCWrapper class forOriginatorInfo.Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IOriginatorInfo Constructor Description EnvelopedDataBC(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1)Creates new wrapper instance forEnvelopedData. -
Uses of IOriginatorInfo in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOriginatorInfo Modifier and Type Method Description IOriginatorInfoBouncyCastleDefaultFactory. createNullOriginatorInfo()Methods in com.itextpdf.bouncycastleconnector with parameters of type IOriginatorInfo Modifier and Type Method Description IEnvelopedDataBouncyCastleDefaultFactory. createEnvelopedData(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) -
Uses of IOriginatorInfo in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOriginatorInfo Modifier and Type Method Description IOriginatorInfoIBouncyCastleFactory. createNullOriginatorInfo()Create originator info wrapper withnullvalue.Methods in com.itextpdf.commons.bouncycastle with parameters of type IOriginatorInfo Modifier and Type Method Description IEnvelopedDataIBouncyCastleFactory. createEnvelopedData(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1)Create enveloped data wrapper from originator info wrapper, ASN1 Set wrapper, encrypted content info wrapper and another ASN1 Set wrapper.
-