| Package | Description |
|---|---|
| gnu.java.zrtp | |
| gnu.java.zrtp.packets |
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedHashes |
ZrtpConfigure.getHashAlgoAt(int index)
Returns the identifier of the hash algorithm at the given index.
|
static ZrtpConstants.SupportedHashes |
ZrtpConstants.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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ZrtpConstants.SupportedHashes> |
ZrtpConfigure.hashes()
Returns Iterable for the hashes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ZrtpConfigure.addHashAlgo(ZrtpConstants.SupportedHashes algo)
Add a hash algorithm to configuration data.
|
int |
ZrtpConfigure.addHashAlgoAt(int index,
ZrtpConstants.SupportedHashes algo)
Add a hash algorithm to configuration data at defined position.
|
boolean |
ZrtpConfigure.containsHashAlgo(ZrtpConstants.SupportedHashes hash)
Check if ZrtpConfigure contains a hash algorithm.
|
int |
ZrtpConfigure.removeHashAlgo(ZrtpConstants.SupportedHashes algo)
Remove a hash algorithm from configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedHashes |
ZrtpPacketHello.findBestHash(ZrtpConfigure config)
Find matching algorithms in Hello packet.
|
ZrtpConstants.SupportedHashes |
ZrtpPacketCommit.getHash() |
ZrtpConstants.SupportedHashes |
ZrtpPacketHello.getSelectedHash() |
Copyright © 2020. All rights reserved.