Uses of Class
org.jivesoftware.smackx.hashes.element.HashElement
-
Packages that use HashElement Package Description org.jivesoftware.smackx.hashes XEP-0300 - Use of cryptographic hash functions.org.jivesoftware.smackx.hashes.provider XEP-0300 - Use of cryptographic hash functions.org.jivesoftware.smackx.jingle_filetransfer.element Smack's API for XEP-0234: Jingle File Transfer. -
-
Uses of HashElement in org.jivesoftware.smackx.hashes
Methods in org.jivesoftware.smackx.hashes that return HashElement Modifier and Type Method Description static 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
Methods in org.jivesoftware.smackx.hashes.provider that return HashElement Modifier and Type Method Description HashElement
HashElementProvider. 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 HashElement Modifier and Type Method Description HashElement
JingleFileTransferChild. getHash()
HashElement
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 HashElement Modifier and Type Method Description JingleFileTransferChild.Builder
JingleFileTransferChild.Builder. setHash(HashElement hash)
Constructors in org.jivesoftware.smackx.jingle_filetransfer.element with parameters of type HashElement Constructor Description JingleFileTransferChild(java.util.Date date, java.lang.String desc, HashElement hash, java.lang.String mediaType, java.lang.String name, int size, Range range)
Range(java.lang.Integer offset, java.lang.Integer length, HashElement hash)
Create a Range element with specified offset, length and hash.
-