public final class Hash extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
byteCount |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
equals(byte[] hash1,
byte[] hash2) |
|
boolean |
equals(Object obj) |
|
byte[] |
getBytes() |
|
static byte[] |
getBytes(String string) |
|
String |
getString() |
|
static String |
getString(byte[] hash) |
|
int |
hashCode() |
public static final int byteCount
public Hash(String string)
public Hash(byte[] bytes)
Copyright © 2018. All rights reserved.