public class Uuid extends Object
| Constructor and Description |
|---|
Uuid() |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
md5(String namespace,
byte[] name) |
static UUID |
md5(String namespace,
Object name) |
static UUID |
md5(String namespace,
String name) |
static UUID |
sha1(String namespace,
byte[] name) |
static UUID |
sha1(String namespace,
Object name) |
static UUID |
sha1(String namespace,
String name) |
static UUID |
toUuid(byte[] bytes) |
static UUID |
toUuid(int type,
byte[] bytes) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.