|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.uuidgen.SecureUUIDGen
public class SecureUUIDGen
Used to create new universally unique identifiers or UUID's (sometimes called GUID's). UDDI UUID's are allways formmated according to DCE UUID conventions.
| Constructor Summary | |
|---|---|
SecureUUIDGen()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
protected java.lang.String |
nextUUID()
Creates a new UUID. |
java.lang.String |
uuidgen()
Generates a UUID and returns it's value as a String |
java.lang.String[] |
uuidgen(int nmbr)
Generates a collection of UUID's and returns thier values as an array of Strings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureUUIDGen()
| Method Detail |
|---|
public java.lang.String uuidgen()
UUIDGen
uuidgen in interface UUIDGenpublic java.lang.String[] uuidgen(int nmbr)
UUIDGen
uuidgen in interface UUIDGennmbr - The number of UUID's to generate
protected java.lang.String nextUUID()
Due to a lack of functionality in Java, a part of the UUID is a secure random. This results in a long processing time when this method is called for the first time.
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||