public class TokenHolder
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TokenHolder(byte[] bytes,
java.lang.String name,
int version) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Returns the byte[] of the token.
|
java.lang.String |
getName()
Returns the name of the token.
|
int |
getVersion()
Returns the version of the token.
|