Package com.helixframework.id.rand
Class SecureRandomString
java.lang.Object
com.helixframework.id.rand.SecureRandomString
Generates a Base58 encoded secure random string.
-
Method Summary
-
Method Details
-
generate
Generates a 20 byte secure random string.- Returns:
- secure random string
-
generate
Generates a secure random string of specified number of bytes.- Parameters:
byteLength- string length in bytes- Returns:
- secure random string
-