public class Hash extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Hash.Algorithm |
| Constructor and Description |
|---|
Hash() |
Hash(Hash.Algorithm algorithm,
String value) |
Hash(String algorithm,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
String |
getValue() |
int |
hashCode() |
public Hash()
public Hash(Hash.Algorithm algorithm, String value)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.