Uses of Class
gnu.java.zrtp.ZrtpConstants.SupportedHashes
-
Packages that use ZrtpConstants.SupportedHashes Package Description gnu.java.zrtp gnu.java.zrtp.packets -
-
Uses of ZrtpConstants.SupportedHashes in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpConstants.SupportedHashes Modifier and Type Method Description ZrtpConstants.SupportedHashesZrtpConfigure. getHashAlgoAt(int index)Returns the identifier of the hash algorithm at the given index.static ZrtpConstants.SupportedHashesZrtpConstants.SupportedHashes. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpConstants.SupportedHashes[]ZrtpConstants.SupportedHashes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gnu.java.zrtp that return types with arguments of type ZrtpConstants.SupportedHashes Modifier and Type Method Description Iterable<ZrtpConstants.SupportedHashes>ZrtpConfigure. hashes()Returns Iterable for the hashes.Methods in gnu.java.zrtp with parameters of type ZrtpConstants.SupportedHashes Modifier and Type Method Description intZrtpConfigure. addHashAlgo(ZrtpConstants.SupportedHashes algo)Add a hash algorithm to configuration data.intZrtpConfigure. addHashAlgoAt(int index, ZrtpConstants.SupportedHashes algo)Add a hash algorithm to configuration data at defined position.booleanZrtpConfigure. containsHashAlgo(ZrtpConstants.SupportedHashes hash)Check if ZrtpConfigure contains a hash algorithm.intZrtpConfigure. removeHashAlgo(ZrtpConstants.SupportedHashes algo)Remove a hash algorithm from configuration data. -
Uses of ZrtpConstants.SupportedHashes in gnu.java.zrtp.packets
Methods in gnu.java.zrtp.packets that return ZrtpConstants.SupportedHashes Modifier and Type Method Description ZrtpConstants.SupportedHashesZrtpPacketHello. findBestHash(ZrtpConfigure config)Find matching algorithms in Hello packet.ZrtpConstants.SupportedHashesZrtpPacketCommit. getHash()ZrtpConstants.SupportedHashesZrtpPacketHello. getSelectedHash()
-