public static class AttributeValueAssertion.Value extends 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(Object o) |
byte[] |
getBytes()
Returns the attribute value bytes.
|
DERTag |
getTag()
Returns the attribute value tag.
|
int |
hashCode() |
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()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.