| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
HEX_ARRAY |
| Constructor and Description |
|---|
DefaultGroupKey(byte[] key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
byte[] |
key()
Returns the byte representation of key.
|
java.lang.String |
toString()
Returns a hex string representation of the byte array that is used
as a group key.
|
public byte[] key()
GroupKeypublic 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