Uses of Class
rocks.xmpp.extensions.hashes.model.Hash
-
Packages that use Hash Package Description rocks.xmpp.extensions.caps Provides classes for XEP-0115: Entity Capabilities.rocks.xmpp.extensions.hashes.model Provides XML schema implementations of XEP-0300: Use of Cryptographic Hash Functions in XMPP. -
-
Uses of Hash in rocks.xmpp.extensions.caps
Methods in rocks.xmpp.extensions.caps with parameters of type Hash Modifier and Type Method Description DiscoverableInfoEntityCapabilitiesManager. readCapabilities(Hash hash)Reads capabilities from a cache.voidEntityCapabilitiesManager. writeCapabilities(Hash hash, DiscoverableInfo discoverableInfo)Writes capabilities to the cache. -
Uses of Hash in rocks.xmpp.extensions.hashes.model
Methods in rocks.xmpp.extensions.hashes.model that return Hash Modifier and Type Method Description static HashHash. from(Hashed hashed)
-