public class FlexibleNARKey
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FlexibleNARKey(NARKey sourceKey)
These are the constructors from the base NARKey.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
NARKey |
getNARKey()
This will return the internal NARKey.
|
int |
hashCode() |
boolean |
isKeyActive()
Indicates if the key is currently set to active
|
void |
setKeyActive()
Makes the key active.
|
void |
setKeyInactive()
Makes the key inactive.
|
byte[] |
toBytes()
These are calls that just get passed on to the NARKey.
|
java.lang.String |
toString() |
public FlexibleNARKey(NARKey sourceKey)
public boolean isKeyActive()
public void setKeyInactive()
public void setKeyActive()
public NARKey getNARKey()
public byte[] toBytes()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object