public class SecurityQueryID extends Object
| Modifier and Type | Field and Description |
|---|---|
static SecurityQueryID |
INVALID_QUERY_ID |
static SecurityQueryID |
SEND_HANDSHAKE_DATA |
static SecurityQueryID |
SEND_INTERNAL_ERROR |
| Modifier | Constructor and Description |
|---|---|
protected |
SecurityQueryID(byte[] value,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eq(SecurityQueryID other) |
boolean |
equals(SecurityQueryID other) |
static SecurityQueryID |
get(Vector<?> theList,
byte[] value) |
static SecurityQueryID |
get(Vector<?> theList,
String name) |
int |
getIntValue() |
static Vector<SecurityQueryID> |
getList() |
String |
getName() |
byte[] |
getValue() |
byte[] |
value() |
static SecurityQueryID |
valueOf(byte[] passedByteArray) |
static SecurityQueryID[] |
values() |
public static final SecurityQueryID SEND_HANDSHAKE_DATA
public static final SecurityQueryID SEND_INTERNAL_ERROR
public static final SecurityQueryID INVALID_QUERY_ID
protected SecurityQueryID(byte[] value,
String name)
public static Vector<SecurityQueryID> getList()
public byte[] getValue()
public int getIntValue()
public String getName()
public boolean equals(SecurityQueryID other)
public boolean eq(SecurityQueryID other)
public byte[] value()
public static SecurityQueryID get(Vector<?> theList, byte[] value)
public static SecurityQueryID get(Vector<?> theList, String name)
public static SecurityQueryID valueOf(byte[] passedByteArray)
public static SecurityQueryID[] values()