Uses of Class
org.jivesoftware.smackx.hashes.HashManager.NAMESPACE
-
Packages that use HashManager.NAMESPACE Package Description org.jivesoftware.smackx.hashes XEP-0300 - Use of cryptographic hash functions. -
-
Uses of HashManager.NAMESPACE in org.jivesoftware.smackx.hashes
Methods in org.jivesoftware.smackx.hashes that return HashManager.NAMESPACE Modifier and Type Method Description static HashManager.NAMESPACE
HashManager.NAMESPACE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HashManager.NAMESPACE[]
HashManager.NAMESPACE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-