Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Set
-
-
Uses of IASN1Set in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1Set Modifier and Type Method Description IASN1Set
BouncyCastleFactory. createASN1Set(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Set wrapper.IASN1Set
BouncyCastleFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)
Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.IASN1Set
BouncyCastleFactory. createASN1Set(java.lang.Object encodable)
Create ASN1 Set wrapper fromObject
.IASN1Set
BouncyCastleFactory. createNullASN1Set()
Create ASN1 Set wrapper which will storenull
.Methods in com.itextpdf.bouncycastle with parameters of type IASN1Set Modifier and Type Method Description IAttribute
BouncyCastleFactory. createAttribute(IASN1ObjectIdentifier attrType, IASN1Set attrValues)
Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.IAttributeTable
BouncyCastleFactory. createAttributeTable(IASN1Set unat)
Create attribute table wrapper from ASN1 Set wrapper.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 IASN1Set in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1Set Modifier and Type Class Description class
ASN1SetBC
Wrapper class forASN1Set
.class
DERSetBC
Wrapper class forDERSet
. -
Uses of IASN1Set in com.itextpdf.bouncycastle.asn1.cms
Methods in com.itextpdf.bouncycastle.asn1.cms that return IASN1Set Modifier and Type Method Description IASN1Set
AttributeBC. getAttrValues()
Calls actualgetAttrValues
method for the wrapped Attribute object.Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IASN1Set Constructor Description EnvelopedDataBC(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 IASN1Set Modifier and Type Method Description IASN1Set
BouncyCastleDefaultFactory. createASN1Set(IASN1Encodable encodable)
IASN1Set
BouncyCastleDefaultFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)
IASN1Set
BouncyCastleDefaultFactory. createASN1Set(java.lang.Object encodable)
IASN1Set
BouncyCastleDefaultFactory. createNullASN1Set()
Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1Set Modifier and Type Method Description IAttribute
BouncyCastleDefaultFactory. createAttribute(IASN1ObjectIdentifier attrType, IASN1Set attrValues)
IAttributeTable
BouncyCastleDefaultFactory. createAttributeTable(IASN1Set unat)
IEnvelopedData
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 IASN1Set Modifier and Type Method Description IASN1Set
IBouncyCastleFactory. createASN1Set(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Set wrapper.IASN1Set
IBouncyCastleFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)
Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.IASN1Set
IBouncyCastleFactory. createASN1Set(java.lang.Object encodable)
Create ASN1 Set wrapper fromObject
.IASN1Set
IBouncyCastleFactory. createNullASN1Set()
Create ASN1 Set wrapper which will storenull
.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1Set Modifier and Type Method Description IAttribute
IBouncyCastleFactory. createAttribute(IASN1ObjectIdentifier attrType, IASN1Set attrValues)
Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.IAttributeTable
IBouncyCastleFactory. createAttributeTable(IASN1Set unat)
Create attribute table wrapper from ASN1 Set wrapper.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. -
Uses of IASN1Set in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1Set in com.itextpdf.commons.bouncycastle.asn1 Modifier and Type Interface Description interface
IDERSet
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 IASN1Set Modifier and Type Method Description IASN1Set
IAttribute. 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 IASN1Set Modifier and Type Method Description (package private) IASN1Set
MacContainerReader. parseAuthAttributes()
-