public final class Hash extends Object
Modifier and Type | Field and Description |
---|---|
static int |
byteCount |
Modifier and Type | Method and 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 © 2019. All rights reserved.