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