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 IASN1SetBouncyCastleFactory. createASN1Set(IASN1Encodable encodable)Cast ASN1 Encodable wrapper to ASN1 Set wrapper.IASN1SetBouncyCastleFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)Create ASN1 Set wrapper from ASN1 Tagged object wrapper andbooleanparameter.IASN1SetBouncyCastleFactory. createASN1Set(java.lang.Object encodable)Create ASN1 Set wrapper fromObject.IASN1SetBouncyCastleFactory. createNullASN1Set()Create ASN1 Set wrapper which will storenull.Methods in com.itextpdf.bouncycastle with parameters of type IASN1Set Modifier and Type Method Description IAttributeBouncyCastleFactory. createAttribute(IASN1ObjectIdentifier attrType, IASN1Set attrValues)Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.IAttributeTableBouncyCastleFactory. createAttributeTable(IASN1Set unat)Create attribute table wrapper from ASN1 Set wrapper.IEnvelopedDataBouncyCastleFactory. 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 classASN1SetBCWrapper class forASN1Set.classDERSetBCWrapper 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 IASN1SetAttributeBC. getAttrValues()Calls actualgetAttrValuesmethod 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 IASN1SetBouncyCastleDefaultFactory. createASN1Set(IASN1Encodable encodable)IASN1SetBouncyCastleDefaultFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)IASN1SetBouncyCastleDefaultFactory. createASN1Set(java.lang.Object encodable)IASN1SetBouncyCastleDefaultFactory. createNullASN1Set()Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1Set Modifier and Type Method Description IAttributeBouncyCastleDefaultFactory. createAttribute(IASN1ObjectIdentifier attrType, IASN1Set attrValues)IAttributeTableBouncyCastleDefaultFactory. createAttributeTable(IASN1Set unat)IEnvelopedDataBouncyCastleDefaultFactory. 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 IASN1SetIBouncyCastleFactory. createASN1Set(IASN1Encodable encodable)Cast ASN1 Encodable wrapper to ASN1 Set wrapper.IASN1SetIBouncyCastleFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)Create ASN1 Set wrapper from ASN1 Tagged object wrapper andbooleanparameter.IASN1SetIBouncyCastleFactory. createASN1Set(java.lang.Object encodable)Create ASN1 Set wrapper fromObject.IASN1SetIBouncyCastleFactory. createNullASN1Set()Create ASN1 Set wrapper which will storenull.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1Set Modifier and Type Method Description IAttributeIBouncyCastleFactory. createAttribute(IASN1ObjectIdentifier attrType, IASN1Set attrValues)Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper.IAttributeTableIBouncyCastleFactory. createAttributeTable(IASN1Set unat)Create attribute table wrapper from ASN1 Set wrapper.IEnvelopedDataIBouncyCastleFactory. 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 interfaceIDERSetThis 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 IASN1SetIAttribute. getAttrValues()Calls actualgetAttrValuesmethod 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) IASN1SetMacContainerReader. parseAuthAttributes()
-