public static class AttributeValueAssertion.Value extends Object
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() |
public Value(DERTag tag, byte[] bytes)
tag
- type of the attribute valuebytes
- of the attributepublic DERTag getTag()
public byte[] getBytes()
Copyright © 2022. All rights reserved.