public final class Hash extends Object
This class is immutable.
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
urn:xmpp:hashes:1
|
| Constructor and Description |
|---|
Hash(byte[] value,
String algorithm)
Creates hash value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Gets the hash algorithm.
|
byte[] |
getValue()
Gets the hash value.
|
String |
toString() |
public static final String NAMESPACE
public Hash(byte[] value,
String algorithm)
value - The hash value.algorithm - The hash algorithm.Copyright © 2014–2017 XMPP.rocks. All rights reserved.