Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IOriginatorInfo
Packages that use IOriginatorInfo
Package
Description
-
Uses of IOriginatorInfo in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOriginatorInfoModifier and TypeMethodDescriptionBouncyCastleFactory.createNullOriginatorInfo()Create originator info wrapper withnullvalue.Methods in com.itextpdf.bouncycastle with parameters of type IOriginatorInfoModifier and TypeMethodDescriptionBouncyCastleFactory.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 IOriginatorInfoConstructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IOriginatorInfoModifierConstructorDescriptionEnvelopedDataBC(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 IOriginatorInfoMethods in com.itextpdf.bouncycastleconnector with parameters of type IOriginatorInfoModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.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 IOriginatorInfoModifier and TypeMethodDescriptionIBouncyCastleFactory.createNullOriginatorInfo()Create originator info wrapper withnullvalue.Methods in com.itextpdf.commons.bouncycastle with parameters of type IOriginatorInfoModifier and TypeMethodDescriptionIBouncyCastleFactory.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.