Class HashUsed
- java.lang.Object
-
- rocks.xmpp.extensions.hashes.model.HashUsed
-
public final class HashUsed extends Object
In certain scenarios it makes sense to communicate the hash algorithm that is used prior to the calculation of the hash value.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHashAlgorithm()
Gets the hash algorithm.
-