Uses of Enum
org.jivesoftware.smackx.hashes.HashManager.ALGORITHM
Packages that use HashManager.ALGORITHM
Package
Description
Smacks implementation of XEP-0446: File Metadata Element.
XEP-0300 - Use of cryptographic hash functions.
XEP-0300 - Use of cryptographic hash functions.
-
Uses of HashManager.ALGORITHM in org.jivesoftware.smackx.file_metadata.element
Methods in org.jivesoftware.smackx.file_metadata.element that return types with arguments of type HashManager.ALGORITHMMethods in org.jivesoftware.smackx.file_metadata.element with parameters of type HashManager.ALGORITHMModifier and TypeMethodDescriptionFileMetadataElement.getHashElement
(HashManager.ALGORITHM algorithm) -
Uses of HashManager.ALGORITHM in org.jivesoftware.smackx.hashes
Fields in org.jivesoftware.smackx.hashes with type parameters of type HashManager.ALGORITHMModifier and TypeFieldDescriptionstatic final List<HashManager.ALGORITHM>
HashManager.RECOMMENDED
Methods in org.jivesoftware.smackx.hashes that return HashManager.ALGORITHMModifier and TypeMethodDescriptionstatic HashManager.ALGORITHM
Returns the enum constant of this type with the specified name.static HashManager.ALGORITHM
HashManager.ALGORITHM.valueOfName
(String s) Compensational method for static 'valueOf' function.static HashManager.ALGORITHM[]
HashManager.ALGORITHM.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.hashes with parameters of type HashManager.ALGORITHMModifier and TypeMethodDescriptionstatic String
HashManager.asFeature
(HashManager.ALGORITHM algorithm) Return the feature name of the given algorithm.static HashElement
HashManager.assembleHashElement
(HashManager.ALGORITHM algorithm, byte[] hash) static HashElement
HashManager.calculateHashElement
(HashManager.ALGORITHM algorithm, byte[] data) static MessageDigest
HashManager.getMessageDigest
(HashManager.ALGORITHM algorithm) static byte[]
HashManager.hash
(HashManager.ALGORITHM algorithm, byte[] data) Calculate the hash sum of data using algorithm.static byte[]
HashManager.hash
(HashManager.ALGORITHM algorithm, String data) Method parameters in org.jivesoftware.smackx.hashes with type arguments of type HashManager.ALGORITHMModifier and TypeMethodDescriptionvoid
HashManager.addAlgorithmsToFeatures
(List<HashManager.ALGORITHM> algorithms) Announce support for the given list of algorithms. -
Uses of HashManager.ALGORITHM in org.jivesoftware.smackx.hashes.element
Methods in org.jivesoftware.smackx.hashes.element that return HashManager.ALGORITHMModifier and TypeMethodDescriptionHashElement.getAlgorithm()
Return the hash algorithm used in this HashElement.Constructors in org.jivesoftware.smackx.hashes.element with parameters of type HashManager.ALGORITHMModifierConstructorDescriptionHashElement
(HashManager.ALGORITHM algorithm, byte[] hash) Create a HashElement from pre-calculated values.HashElement
(HashManager.ALGORITHM algorithm, String hashB64) Create a HashElement from pre-calculated values.