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 IOriginatorInfo
BouncyCastleFactory. createNullOriginatorInfo()
Create originator info wrapper withnull
value.Methods in com.itextpdf.bouncycastle with parameters of type IOriginatorInfo Modifier and Type Method Description IEnvelopedData
BouncyCastleFactory. 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 class
OriginatorInfoBC
Wrapper 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 IOriginatorInfo
BouncyCastleDefaultFactory. createNullOriginatorInfo()
Methods in com.itextpdf.bouncycastleconnector with parameters of type IOriginatorInfo Modifier and Type Method Description IEnvelopedData
BouncyCastleDefaultFactory. 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 IOriginatorInfo
IBouncyCastleFactory. createNullOriginatorInfo()
Create originator info wrapper withnull
value.Methods in com.itextpdf.commons.bouncycastle with parameters of type IOriginatorInfo Modifier and Type Method Description IEnvelopedData
IBouncyCastleFactory. 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.
-