public static class AttributeValueAssertion.Value
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
attributeValueBytes
attribute value bytes.
|
private DERTag |
attributeValueTag
attribute value tag.
|
private static int |
HASH_CODE_SEED
hash code seed.
|
| Constructor and Description |
|---|
Value(DERTag tag,
byte[] bytes)
Creates a new value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getBytes()
Returns the attribute value bytes.
|
DERTag |
getTag()
Returns the attribute value tag.
|
int |
hashCode() |
java.lang.String |
toString() |
private static final int HASH_CODE_SEED
private final DERTag attributeValueTag
private final byte[] attributeValueBytes
public Value(DERTag tag, byte[] bytes)
tag - type of the attribute valuebytes - of the attributepublic DERTag getTag()
public byte[] getBytes()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object