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 IAttribute
BouncyCastleFactory. 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 void
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 IAttribute Modifier and Type Class Description class
AttributeBC
Wrapper class forAttribute
.Methods in com.itextpdf.bouncycastle.asn1.cms that return IAttribute Modifier and Type Method Description IAttribute
AttributeTableBC. 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 IAttribute Modifier and Type Method Description IAttribute
BouncyCastleDefaultFactory. 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 IAttribute
IBouncyCastleFactory. 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 void
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 IAttribute Modifier and Type Method Description IAttribute
IAttributeTable. get(IASN1ObjectIdentifier oid)
Calls actualget
method for the wrapped AttributeTable object.
-