public class AttributeTableBC extends Object implements IAttributeTable
AttributeTable.| Constructor and Description |
|---|
AttributeTableBC(org.bouncycastle.asn1.ASN1Set set)
Creates new wrapper instance for
AttributeTable. |
AttributeTableBC(org.bouncycastle.asn1.cms.AttributeTable attributeTable)
Creates new wrapper instance for
AttributeTable. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
IAttribute |
get(IASN1ObjectIdentifier oid) |
org.bouncycastle.asn1.cms.AttributeTable |
getAttributeTable()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public AttributeTableBC(org.bouncycastle.asn1.cms.AttributeTable attributeTable)
AttributeTable.attributeTable - AttributeTable to be wrappedpublic AttributeTableBC(org.bouncycastle.asn1.ASN1Set set)
AttributeTable.set - ASN1Set to create AttributeTablepublic org.bouncycastle.asn1.cms.AttributeTable getAttributeTable()
AttributeTable.public IAttribute get(IASN1ObjectIdentifier oid)
get in interface IAttributeTablepublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.