Class AttributeTableBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.cms.AttributeTableBCFips
- All Implemented Interfaces:
-
IAttributeTable
Wrapper class for
AttributeTable
.
-
Constructor Summary
ConstructorDescriptionAttributeTableBCFips
(org.bouncycastle.asn1.ASN1Set set) Creates new wrapper instance forAttributeTable
.AttributeTableBCFips
(org.bouncycastle.asn1.cms.AttributeTable attributeTable) Creates new wrapper instance forAttributeTable
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.get
(IASN1ObjectIdentifier oid) Calls actualget
method for the wrapped AttributeTable object.org.bouncycastle.asn1.cms.AttributeTable
Gets actual org.bouncycastle object being wrapped.int
hashCode()
Returns a hash code value based on the wrapped object.toString()
DelegatestoString
method call to the wrapped object.
-
Constructor Details
-
AttributeTableBCFips
public AttributeTableBCFips(org.bouncycastle.asn1.cms.AttributeTable attributeTable) Creates new wrapper instance forAttributeTable
.- Parameters:
-
attributeTable
-AttributeTable
to be wrapped
-
AttributeTableBCFips
public AttributeTableBCFips(org.bouncycastle.asn1.ASN1Set set) Creates new wrapper instance forAttributeTable
.- Parameters:
-
set
-ASN1Set
to createAttributeTable
-
-
Method Details
-
getAttributeTable
public org.bouncycastle.asn1.cms.AttributeTable getAttributeTable()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
AttributeTable
.
-
get
Calls actualget
method for the wrapped AttributeTable object.- Specified by:
-
get
in interfaceIAttributeTable
- Parameters:
-
oid
- ASN1ObjectIdentifier wrapper - Returns:
-
IAttribute
wrapper for the received Attribute object.
-
equals
Indicates whether some other object is "equal to" this one. Compares wrapped objects. -
hashCode
public int hashCode()Returns a hash code value based on the wrapped object. -
toString
DelegatestoString
method call to the wrapped object.
-