
Public Member Functions | |
| Integer | getUUID () |
Static Public Member Functions | |
| static final UUIDGenerator | getInstance () throws UnknownHostException |
Private Member Functions | |
| UUIDGenerator () throws UnknownHostException | |
| int | getInt (byte bytes[]) |
Static Private Member Functions | |
| static String | hexFormat (int i, int j) |
| static String | padHex (String s, int i) |
Private Attributes | |
| SecureRandom | seeder |
| String | midValue |
Static Private Attributes | |
| static UUIDGenerator | generator = null |
| cern::laser::util::UUIDGenerator::UUIDGenerator | ( | ) | throws UnknownHostException [inline, private] |
References getInt(), hexFormat(), midValue, and seeder.
Referenced by getInstance().
| static final UUIDGenerator cern::laser::util::UUIDGenerator::getInstance | ( | ) | throws UnknownHostException [inline, static] |
References generator, and UUIDGenerator().
| int cern::laser::util::UUIDGenerator::getInt | ( | byte | bytes[] | ) | [inline, private] |
Referenced by UUIDGenerator().
| Integer cern::laser::util::UUIDGenerator::getUUID | ( | ) | [inline] |
References hexFormat(), midValue, and seeder.
| static String cern::laser::util::UUIDGenerator::hexFormat | ( | int | i, | |
| int | j | |||
| ) | [inline, static, private] |
References padHex().
Referenced by getUUID(), and UUIDGenerator().
| static String cern::laser::util::UUIDGenerator::padHex | ( | String | s, | |
| int | i | |||
| ) | [inline, static, private] |
Referenced by hexFormat().
UUIDGenerator cern::laser::util::UUIDGenerator::generator = null [static, private] |
Referenced by getInstance().
String cern::laser::util::UUIDGenerator::midValue [private] |
Referenced by getUUID(), and UUIDGenerator().
SecureRandom cern::laser::util::UUIDGenerator::seeder [private] |
Referenced by getUUID(), and UUIDGenerator().
1.6.2