- generateNameBasedUUID(UUID, String, MessageDigest) - Method in class org.safehaus.uuid.UUIDGenerator
-
Method for generating name-based UUIDs, using the standard
name-based generation method described in the UUID specs,
and the caller supplied hashing method.
- generateNameBasedUUID(UUID, String) - Method in class org.safehaus.uuid.UUIDGenerator
-
Method similar to the previous one; the difference being that a
shared MD5 digest instance will be used.
- generateRandomBasedUUID() - Method in class org.safehaus.uuid.UUIDGenerator
-
Method for generating (pseudo-)random based UUIDs, using the
default (shared) SecureRandom object.
- generateRandomBasedUUID(Random) - Method in class org.safehaus.uuid.UUIDGenerator
-
Method for generating (pseudo-)random based UUIDs, using the
specified SecureRandom object.
- generateTagURIBasedUUID(TagURI) - Method in class org.safehaus.uuid.UUIDGenerator
-
Method for generating UUIDs using tag URIs.
- generateTagURIBasedUUID(TagURI, MessageDigest) - Method in class org.safehaus.uuid.UUIDGenerator
-
Method for generating UUIDs using tag URIs.
- generateTimeBasedUUID() - Method in class org.safehaus.uuid.UUIDGenerator
-
Method for generating time based UUIDs.
- generateTimeBasedUUID(EthernetAddress) - Method in class org.safehaus.uuid.UUIDGenerator
-
Method for generating time based UUIDs.
- getAllAdapters() - Static method in class com.ccg.net.ethernet.EthernetAddress
-
Get all of the ethernet addresses associated with the local machine.
- getAllInterfaces() - Static method in class org.safehaus.uuid.NativeInterfaces
-
- getBytes() - Method in class com.ccg.net.ethernet.EthernetAddress
-
Get the binary ID of your ethernet adapter.
- getDummyAddress() - Method in class org.safehaus.uuid.UUIDGenerator
-
Method that returns a randomly generated dummy ethernet address.
- getHashAlgorithm() - Method in class org.safehaus.uuid.UUIDGenerator
-
- getInstance() - Static method in class org.safehaus.uuid.UUIDGenerator
-
Method used for accessing the singleton generator instance.
- getNullUUID() - Static method in class org.safehaus.uuid.UUID
-
Accessor for getting the shared null UUID
- getPrimaryAdapter() - Static method in class com.ccg.net.ethernet.EthernetAddress
-
Try to determine the primary ethernet address of the machine.
- getPrimaryInterface() - Static method in class org.safehaus.uuid.NativeInterfaces
-
- getRandomNumberGenerator() - Method in class org.safehaus.uuid.UUIDGenerator
-
Method for getting the shared random number generator used for
generating the UUIDs.
- getTimestamp(byte[]) - Method in class org.safehaus.uuid.UUIDTimer
-
- getType() - Method in class org.safehaus.uuid.UUID
-
Returns the UUID type code