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.void
ASN1EncodableVectorBC.addOptional
(IAttribute attribute) Calls actualadd
method for the wrapped ASN1EncodableVector object if the attribute is not null. -
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.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IAttributeModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createAttribute
(IASN1ObjectIdentifier attrType, IASN1Set attrValues) -
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.void
IASN1EncodableVector.addOptional
(IAttribute attribute) Calls actualadd
method for the wrapped ASN1EncodableVector object if the attribute is not null. -
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.