|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.asn1.AttributeValueAssertion.Value
public static class AttributeValueAssertion.Value
Class to represent the tag and value.
| Constructor Summary | |
|---|---|
AttributeValueAssertion.Value(DERTag tag,
byte[] bytes)
Creates a new value. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
byte[] |
getBytes()
Returns the attribute value bytes. |
DERTag |
getTag()
Returns the attribute value tag. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeValueAssertion.Value(DERTag tag,
byte[] bytes)
tag - type of the attribute valuebytes - of the attribute| Method Detail |
|---|
public DERTag getTag()
public byte[] getBytes()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||