Package com.sdk.accumulate.service
Class Crypto
java.lang.Object
com.sdk.accumulate.service.Crypto
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
append
(byte[]... arrays) static byte[]
sha256
(byte[] data) static String
toHexString
(byte[] bytes)
-
Constructor Details
-
Crypto
public Crypto()
-
-
Method Details
-
sha256
- Throws:
NoSuchAlgorithmException
-
append
public static byte[] append(byte[]... arrays) -
toHexString
-