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.
|
Modifier and Type | Method and Description |
---|---|
static HashElement |
HashManager.assembleHashElement(HashManager.ALGORITHM algorithm,
byte[] hash) |
static HashElement |
HashManager.calculateHashElement(HashManager.ALGORITHM algorithm,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
HashElement |
HashElementProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Modifier and Type | Method and Description |
---|---|
HashElement |
Range.getHash()
Return the hash element that contains a checksum of the bytes specified in the range.
|
HashElement |
JingleFileTransferChild.getHash() |
Modifier and Type | Method and Description |
---|---|
JingleFileTransferChild.Builder |
JingleFileTransferChild.Builder.setHash(HashElement hash) |
Constructor and Description |
---|
JingleFileTransferChild(Date date,
String desc,
HashElement hash,
String mediaType,
String name,
int size,
Range range) |
Range(int offset,
int length,
HashElement hash)
Create a Range element with specified offset, length and hash.
|