Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1Set
Package
Description
-
Uses of IASN1Set in com.itextpdf.bouncycastle
Modifier 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
.Modifier 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
-
Uses of IASN1Set in com.itextpdf.bouncycastle.asn1.cms
Modifier and TypeMethodDescriptionAttributeBC.getAttrValues()
Calls actualgetAttrValues
method for the wrapped Attribute object.ModifierConstructorDescriptionEnvelopedDataBC
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Creates new wrapper instance forEnvelopedData
. -
Uses of IASN1Set in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createASN1Set
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to ASN1 Set wrapper.BouncyCastleFipsFactory.createASN1Set
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.BouncyCastleFipsFactory.createASN1Set
(Object encodable) Create ASN1 Set wrapper fromObject
.BouncyCastleFipsFactory.createNullASN1Set()
Create ASN1 Set wrapper which will storenull
.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createAttribute
(IASN1ObjectIdentifier attrType, IASN1Set attrValues) Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.BouncyCastleFipsFactory.createAttributeTable
(IASN1Set unat) Create attribute table wrapper from ASN1 Set wrapper.BouncyCastleFipsFactory.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.bouncycastlefips.asn1
Modifier and TypeClassDescriptionclass
Wrapper class forASN1Set
.class
Wrapper class forDERSet
. -
Uses of IASN1Set in com.itextpdf.bouncycastlefips.asn1.cms
Modifier and TypeMethodDescriptionAttributeBCFips.getAttrValues()
Calls actualgetAttrValues
method for the wrapped Attribute object.ModifierConstructorDescriptionEnvelopedDataBCFips
(IOriginatorInfo originatorInfo, IASN1Set set, IEncryptedContentInfo encryptedContentInfo, IASN1Set set1) Creates new wrapper instance forEnvelopedData
. -
Uses of IASN1Set in com.itextpdf.commons.bouncycastle
Modifier 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
.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionIAttribute.getAttrValues()
Calls actualgetAttrValues
method for the wrapped Attribute object.