public final class Hash extends Object
| 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.
|
public Hash(byte[] value,
String algorithm)
value - The hash value.algorithm - The hash algorithm.public String getAlgorithm()
public byte[] getValue()
Copyright © 2014 XMPP.rocks. All rights reserved.