Uses of Class
org.jivesoftware.smackx.hashes.element.HashElement
Packages that use HashElement
Package
Description
Smacks implementation of XEP-0446: File Metadata Element.
XEP-0300 - Use of cryptographic hash functions.
XEP-0300 - Use of cryptographic hash functions.
Smack's API for XEP-0234: Jingle File Transfer.
- 
Uses of HashElement in org.jivesoftware.smackx.file_metadata.element
Methods in org.jivesoftware.smackx.file_metadata.element that return HashElementModifier and TypeMethodDescriptionFileMetadataElement.getHashElement(HashManager.ALGORITHM algorithm) Methods in org.jivesoftware.smackx.file_metadata.element that return types with arguments of type HashElementMethods in org.jivesoftware.smackx.file_metadata.element with parameters of type HashElement - 
Uses of HashElement in org.jivesoftware.smackx.hashes
Methods in org.jivesoftware.smackx.hashes that return HashElementModifier and TypeMethodDescriptionstatic HashElementHashManager.assembleHashElement(HashManager.ALGORITHM algorithm, byte[] hash) static HashElementHashManager.calculateHashElement(HashManager.ALGORITHM algorithm, byte[] data)  - 
Uses of HashElement in org.jivesoftware.smackx.hashes.provider
Methods in org.jivesoftware.smackx.hashes.provider that return HashElementModifier and TypeMethodDescriptionHashElementProvider.parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)  - 
Uses of HashElement in org.jivesoftware.smackx.jingle_filetransfer.element
Methods in org.jivesoftware.smackx.jingle_filetransfer.element that return HashElementModifier and TypeMethodDescriptionJingleFileTransferChild.getHash()Range.getHash()Return the hash element that contains a checksum of the bytes specified in the range.Methods in org.jivesoftware.smackx.jingle_filetransfer.element with parameters of type HashElementConstructors in org.jivesoftware.smackx.jingle_filetransfer.element with parameters of type HashElementModifierConstructorDescriptionJingleFileTransferChild(Date date, String desc, HashElement hash, String mediaType, String name, int size, Range range) Range(Integer offset, Integer length, HashElement hash) Create a Range element with specified offset, length and hash.