Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IOriginatorInfo
Package
Description
-
Uses of IOriginatorInfo in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createNullOriginatorInfo()
Create originator info wrapper withnull
value.Modifier 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
ModifierConstructorDescriptionEnvelopedDataBC
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Creates new wrapper instance forEnvelopedData
. -
Uses of IOriginatorInfo in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createNullOriginatorInfo()
Create originator info wrapper withnull
value.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.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.bouncycastlefips.asn1.cms
ModifierConstructorDescriptionEnvelopedDataBCFips
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Creates new wrapper instance forEnvelopedData
. -
Uses of IOriginatorInfo in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createNullOriginatorInfo()
Create originator info wrapper withnull
value.Modifier 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.