net.m2technologies.open_arm.utilities.guid
Class RandomGUID
java.lang.Object
net.m2technologies.open_arm.utilities.guid.RandomGUID
- public class RandomGUID
- extends java.lang.Object
Constructor Summary |
RandomGUID()
|
RandomGUID(boolean secure)
|
RandomGUID(byte[] bytes)
Extra constructor added for OpenArm -- here, we presume that you know what you're doing. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RandomGUID
public RandomGUID()
RandomGUID
public RandomGUID(boolean secure)
RandomGUID
public RandomGUID(byte[] bytes)
- Extra constructor added for OpenArm -- here, we presume that you know what you're doing. The value passed as a
byte array will simply be stored here, and represented as a String.
- Parameters:
bytes
-
reset
public void reset()
reset
public void reset(boolean secure)
getValue
public java.lang.String getValue()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()
main
public static void main(java.lang.String[] args)