Uses of Class
org.jivesoftware.smackx.hashes.element.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
Modifier and TypeMethodDescriptionFileMetadataElement.getHashElement
(HashManager.ALGORITHM algorithm) -
Uses of HashElement in org.jivesoftware.smackx.hashes
Modifier and TypeMethodDescriptionstatic HashElement
HashManager.assembleHashElement
(HashManager.ALGORITHM algorithm, byte[] hash) static HashElement
HashManager.calculateHashElement
(HashManager.ALGORITHM algorithm, byte[] data) -
Uses of HashElement in org.jivesoftware.smackx.hashes.provider
Modifier and TypeMethodDescriptionHashElementProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) -
Uses of HashElement in org.jivesoftware.smackx.jingle_filetransfer.element
Modifier and TypeMethodDescriptionJingleFileTransferChild.getHash()
Range.getHash()
Return the hash element that contains a checksum of the bytes specified in the range.ModifierConstructorDescriptionJingleFileTransferChild
(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.