Uses of Interface
rocks.xmpp.extensions.hashes.model.Hashed
-
Packages that use Hashed Package Description rocks.xmpp.extensions.caps.model Provides XML schema implementations of XEP-0115: Entity Capabilities.rocks.xmpp.extensions.caps2.model Provides XML schema implementations of XEP-0390: Entity Capabilities 2.0.rocks.xmpp.extensions.hashes.model Provides XML schema implementations of XEP-0300: Use of Cryptographic Hash Functions in XMPP.rocks.xmpp.extensions.vcard.avatar.model Provides XML schema implementations of XEP-0153: vCard-Based Avatars. -
-
Uses of Hashed in rocks.xmpp.extensions.caps.model
Classes in rocks.xmpp.extensions.caps.model that implement Hashed Modifier and Type Class Description classEntityCapabilities1The implementation of the<c/>element in thehttp://jabber.org/protocol/caps.Methods in rocks.xmpp.extensions.caps.model that return types with arguments of type Hashed Modifier and Type Method Description Set<Hashed>EntityCapabilities. getCapabilityHashSet()Gets the capability hash set.Set<Hashed>EntityCapabilities1. getCapabilityHashSet()Methods in rocks.xmpp.extensions.caps.model with parameters of type Hashed Modifier and Type Method Description StringEntityCapabilities. createCapabilityHashNode(Hashed hashed)Creates the Capability Hash Node.StringEntityCapabilities1. createCapabilityHashNode(Hashed hashed) -
Uses of Hashed in rocks.xmpp.extensions.caps2.model
Methods in rocks.xmpp.extensions.caps2.model that return types with arguments of type Hashed Modifier and Type Method Description Set<Hashed>EntityCapabilities2. getCapabilityHashSet()Methods in rocks.xmpp.extensions.caps2.model with parameters of type Hashed Modifier and Type Method Description StringEntityCapabilities2. createCapabilityHashNode(Hashed hashed) -
Uses of Hashed in rocks.xmpp.extensions.hashes.model
Classes in rocks.xmpp.extensions.hashes.model that implement Hashed Modifier and Type Class Description classHashThis class represents a hash value in conjunction with its algorithm.Methods in rocks.xmpp.extensions.hashes.model with parameters of type Hashed Modifier and Type Method Description static HashHash. from(Hashed hashed) -
Uses of Hashed in rocks.xmpp.extensions.vcard.avatar.model
Classes in rocks.xmpp.extensions.vcard.avatar.model that implement Hashed Modifier and Type Class Description classAvatarUpdateThe implementation of the<x/>element in thevcard-temp:x:updatenamespace.
-