Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IAttribute
-
-
Uses of IAttribute in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IAttribute Modifier and Type Method Description IAttributeBouncyCastleFactory. 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 IAttribute Modifier and Type Method Description voidASN1EncodableVectorBC. add(IAttribute attribute)Calls actualaddmethod for the wrapped ASN1EncodableVector object.voidASN1EncodableVectorBC. addOptional(IAttribute attribute)Calls actualaddmethod 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 IAttribute Modifier and Type Class Description classAttributeBCWrapper class forAttribute.Methods in com.itextpdf.bouncycastle.asn1.cms that return IAttribute Modifier and Type Method Description IAttributeAttributeTableBC. get(IASN1ObjectIdentifier oid)Calls actualgetmethod for the wrapped AttributeTable object. -
Uses of IAttribute in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IAttribute Modifier and Type Method Description IAttributeBouncyCastleDefaultFactory. createAttribute(IASN1ObjectIdentifier attrType, IASN1Set attrValues) -
Uses of IAttribute in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IAttribute Modifier and Type Method Description IAttributeIBouncyCastleFactory. 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 IAttribute Modifier and Type Method Description voidIASN1EncodableVector. add(IAttribute attribute)Calls actualaddmethod for the wrapped ASN1EncodableVector object.voidIASN1EncodableVector. addOptional(IAttribute attribute)Calls actualaddmethod 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 IAttribute Modifier and Type Method Description IAttributeIAttributeTable. get(IASN1ObjectIdentifier oid)Calls actualgetmethod for the wrapped AttributeTable object.
-