Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IAttribute
Package
Description
-
Uses of IAttribute in com.itextpdf.bouncycastle
Modifier 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
Modifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBC.add
(IAttribute attribute) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAttribute in com.itextpdf.bouncycastle.asn1.cms
Modifier and TypeMethodDescriptionAttributeTableBC.get
(IASN1ObjectIdentifier oid) Calls actualget
method for the wrapped AttributeTable object. -
Uses of IAttribute in com.itextpdf.bouncycastlefips
Modifier 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
Modifier and TypeMethodDescriptionvoid
ASN1EncodableVectorBCFips.add
(IAttribute attribute) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAttribute in com.itextpdf.bouncycastlefips.asn1.cms
Modifier and TypeMethodDescriptionAttributeTableBCFips.get
(IASN1ObjectIdentifier oid) Calls actualget
method for the wrapped AttributeTable object. -
Uses of IAttribute in com.itextpdf.commons.bouncycastle
Modifier 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
Modifier and TypeMethodDescriptionvoid
IASN1EncodableVector.add
(IAttribute attribute) Calls actualadd
method for the wrapped ASN1EncodableVector object. -
Uses of IAttribute in com.itextpdf.commons.bouncycastle.asn1.cms
Modifier and TypeMethodDescriptionIAttributeTable.get
(IASN1ObjectIdentifier oid) Calls actualget
method for the wrapped AttributeTable object.