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