public class SHA512 extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
String |
calculate() |
static byte[] |
SHA512(byte[] bytes) |
static byte[] |
SHA512(InputStream stream) |
static byte[] |
SHA512(String str) |
static String |
SHA512AsString(byte[] bytes) |
static String |
SHA512AsString(InputStream stream) |
static String |
SHA512AsString(String str) |
public SHA512(String sha512)
public static byte[] SHA512(byte[] bytes)
public static byte[] SHA512(String str)
public static byte[] SHA512(InputStream stream) throws MsToolsException
MsToolsExceptionpublic static String SHA512AsString(byte[] bytes)
public static String SHA512AsString(InputStream stream) throws MsToolsException
MsToolsExceptionpublic String calculate()
Copyright © 2024. All rights reserved.