Package org.n52.shetland.util
Class IdGenerator
- java.lang.Object
-
- org.n52.shetland.util.IdGenerator
-
public class IdGenerator extends Object
Class to generate an id by using MessageDigest SHA-256 and a random double- Since:
- 7.3.0
-
-
Constructor Summary
Constructors Constructor Description IdGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringgenerate(String message)Generates a sensor id from description and current time as long.
-