Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Set
Packages that use IASN1Set
Package
Description
-
Uses of IASN1Set in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1SetModifier and TypeMethodDescriptionBouncyCastleFactory.createASN1Set
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Set wrapper.BouncyCastleFactory.createASN1Set
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.BouncyCastleFactory.createASN1Set
(Object encodable) Create ASN1 Set wrapper fromObject
.BouncyCastleFactory.createNullASN1Set()
Create ASN1 Set wrapper which will storenull
.Methods in com.itextpdf.bouncycastle with parameters of type IASN1SetModifier and TypeMethodDescriptionBouncyCastleFactory.createAttribute
(IASN1ObjectIdentifier attrType, IASN1Set attrValues) Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.BouncyCastleFactory.createAttributeTable
(IASN1Set unat) Create attribute table wrapper from ASN1 Set wrapper.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 IASN1Set in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1Set -
Uses of IASN1Set in com.itextpdf.bouncycastle.asn1.cms
Methods in com.itextpdf.bouncycastle.asn1.cms that return IASN1SetModifier and TypeMethodDescriptionAttributeBC.getAttrValues()
Calls actualgetAttrValues
method for the wrapped Attribute object.Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IASN1SetModifierConstructorDescriptionEnvelopedDataBC
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Creates new wrapper instance forEnvelopedData
. -
Uses of IASN1Set in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1SetModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createASN1Set
(IASN1Encodable encodable) BouncyCastleDefaultFactory.createASN1Set
(IASN1TaggedObject taggedObject, boolean b) BouncyCastleDefaultFactory.createASN1Set
(Object encodable) BouncyCastleDefaultFactory.createNullASN1Set()
Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1SetModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createAttribute
(IASN1ObjectIdentifier attrType, IASN1Set attrValues) BouncyCastleDefaultFactory.createAttributeTable
(IASN1Set unat) BouncyCastleDefaultFactory.createEnvelopedData
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) -
Uses of IASN1Set in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1SetModifier and TypeMethodDescriptionIBouncyCastleFactory.createASN1Set
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Set wrapper.IBouncyCastleFactory.createASN1Set
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.IBouncyCastleFactory.createASN1Set
(Object encodable) Create ASN1 Set wrapper fromObject
.IBouncyCastleFactory.createNullASN1Set()
Create ASN1 Set wrapper which will storenull
.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1SetModifier and TypeMethodDescriptionIBouncyCastleFactory.createAttribute
(IASN1ObjectIdentifier attrType, IASN1Set attrValues) Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.IBouncyCastleFactory.createAttributeTable
(IASN1Set unat) Create attribute table wrapper from ASN1 Set wrapper.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. -
Uses of IASN1Set in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1Set in com.itextpdf.commons.bouncycastle.asn1Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for DERSet that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1Set in com.itextpdf.commons.bouncycastle.asn1.cms
Methods in com.itextpdf.commons.bouncycastle.asn1.cms that return IASN1SetModifier and TypeMethodDescriptionIAttribute.getAttrValues()
Calls actualgetAttrValues
method for the wrapped Attribute object. -
Uses of IASN1Set in com.itextpdf.kernel.mac
Methods in com.itextpdf.kernel.mac that return IASN1SetModifier and TypeMethodDescription(package private) IASN1Set
MacContainerReader.parseAuthAttributes()