public class Hash extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm()
Vrátí jméno hašovací funkce, v případě ISDS to jsou SHA-1 či SHA-2.
|
byte[] |
getHash()
Výsledek hašovací funkce.
|
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.