Package play.libs
Class Codec
java.lang.Object
play.libs.Codec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbyteToHexString(byte[] bytes) static byte[]decodeBASE64(String value) static StringencodeBASE64(byte[] value) static StringencodeBASE64(String value) static Stringstatic Stringstatic byte[]hexStringToByte(String hexString) static Stringulid()static StringUUID()
-
Constructor Details
-
Codec
public Codec()
-
-
Method Details
-
ulid
-
UUID
-
encodeBASE64
-
encodeBASE64
-
decodeBASE64
-
hexMD5
-
hexSHA1
-
byteToHexString
-
hexStringToByte
-