Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IAttribute
Packages that use IAttribute
Package
Description
-
Uses of IAttribute in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IAttributeModifier and TypeMethodDescriptionBouncyCastleFactory.createAttribute
(IASN1ObjectIdentifier attrType, IASN1Set attrValues) Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper. -
Uses of IAttribute in com.itextpdf.bouncycastle.asn1
Methods in com.itextpdf.bouncycastle.asn1 with parameters of type IAttributeModifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBC.add
(IAttribute attribute) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAttribute in com.itextpdf.bouncycastle.asn1.cms
Classes in com.itextpdf.bouncycastle.asn1.cms that implement IAttributeMethods in com.itextpdf.bouncycastle.asn1.cms that return IAttributeModifier and TypeMethodDescriptionAttributeTableBC.get
(IASN1ObjectIdentifier oid) Calls actualget
method for the wrapped AttributeTable object. -
Uses of IAttribute in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IAttributeModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createAttribute
(IASN1ObjectIdentifier attrType, IASN1Set attrValues) Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper. -
Uses of IAttribute in com.itextpdf.bouncycastlefips.asn1
Methods in com.itextpdf.bouncycastlefips.asn1 with parameters of type IAttributeModifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBCFips.add
(IAttribute attribute) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAttribute in com.itextpdf.bouncycastlefips.asn1.cms
Classes in com.itextpdf.bouncycastlefips.asn1.cms that implement IAttributeMethods in com.itextpdf.bouncycastlefips.asn1.cms that return IAttributeModifier and TypeMethodDescriptionAttributeTableBCFips.get
(IASN1ObjectIdentifier oid) Calls actualget
method for the wrapped AttributeTable object. -
Uses of IAttribute in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IAttributeModifier and TypeMethodDescriptionIBouncyCastleFactory.createAttribute
(IASN1ObjectIdentifier attrType, IASN1Set attrValues) Create attribute wrapper from ASN1 Object identifier wrapper and ASN1 Set wrapper. -
Uses of IAttribute in com.itextpdf.commons.bouncycastle.asn1
Methods in com.itextpdf.commons.bouncycastle.asn1 with parameters of type IAttributeModifier and TypeMethodDescriptionvoid
IASN1EncodableVector.add
(IAttribute attribute) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAttribute in com.itextpdf.commons.bouncycastle.asn1.cms
Methods in com.itextpdf.commons.bouncycastle.asn1.cms that return IAttributeModifier and TypeMethodDescriptionIAttributeTable.get
(IASN1ObjectIdentifier oid) Calls actualget
method for the wrapped AttributeTable object.