public class Sha256 extends Object
| 构造器和说明 |
|---|
Sha256() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
getBytesSha256(byte[] str)
Converts hexadecimal byte to bytes.
|
static byte[] |
getBytesSha256(String str)
Converts hexadecimal to bytes.
|
static String |
getSha256ForBytes(byte[] bytes)
Converts bytes to String.
|
public static byte[] getBytesSha256(byte[] str)
public static byte[] getBytesSha256(String str)
public static String getSha256ForBytes(byte[] bytes)
Copyright © 2020. All rights reserved.