public class Md5 extends Object
MdHelp.md5| Constructor and Description |
|---|
Md5() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
asSum(String str) |
static boolean |
check(@Nullable String sum,
byte[] bytes) |
static boolean |
check(@Nullable String sum,
@Nullable InputStream ins) |
static boolean |
check(@Nullable String sum,
@Nullable String str) |
static boolean |
isSum(String str) |
static @NotNull String |
sum(byte[] bytes) |
static @NotNull String |
sum(byte[] bytes,
boolean upper) |
static @NotNull String |
sum(@Nullable InputStream ins) |
static @NotNull String |
sum(@Nullable InputStream ins,
boolean upper) |
static @NotNull String |
sum(@Nullable String str) |
static @NotNull String |
sum(@Nullable String str,
boolean upper) |
public static boolean isSum(String str)
public static boolean asSum(String str)
@NotNull public static @NotNull String sum(@Nullable @Nullable InputStream ins)
@NotNull public static @NotNull String sum(byte[] bytes)
@NotNull public static @NotNull String sum(@Nullable @Nullable InputStream ins, boolean upper)
@NotNull public static @NotNull String sum(byte[] bytes, boolean upper)
public static boolean check(@Nullable
@Nullable String sum,
byte[] bytes)
public static boolean check(@Nullable
@Nullable String sum,
@Nullable
@Nullable InputStream ins)
Copyright © 2024. All rights reserved.