public class RandomBasedUUIDGenerator extends Object
Constructor and Description |
---|
RandomBasedUUIDGenerator() |
Modifier and Type | Method and Description |
---|---|
String |
getBase64UUID()
Returns a Base64 encoded version of a Version 4.0 compatible UUID
as defined here: http://www.ietf.org/rfc/rfc4122.txt
|
String |
getBase64UUID(Random random)
Returns a Base64 encoded version of a Version 4.0 compatible UUID
randomly initialized by the given
Random instance
as defined here: http://www.ietf.org/rfc/rfc4122.txt |
public String getBase64UUID()
Copyright © 2014–2023. All rights reserved.