| Package | Description |
|---|---|
| gnu.java.zrtp | |
| gnu.java.zrtp.packets |
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedSymCiphers |
ZrtpConfigure.getSymCipherAlgoAt(int index)
Returns the identifier of the symmetric cipher algorithm at the given
index.
|
static ZrtpConstants.SupportedSymCiphers |
ZrtpConstants.SupportedSymCiphers.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpConstants.SupportedSymCiphers[] |
ZrtpConstants.SupportedSymCiphers.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.SupportedSymCiphers> |
ZrtpConfigure.symCiphers()
Returns Iterable for the symmetric ciphers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ZrtpConfigure.addSymCipherAlgo(ZrtpConstants.SupportedSymCiphers algo)
Add a symmetric cipher algorithm to configuration data.
|
int |
ZrtpConfigure.addSymCipherAlgoAt(int index,
ZrtpConstants.SupportedSymCiphers algo)
Add a symmetric cipher algorithm to configuration data.
|
boolean |
ZrtpConfigure.containsCipherAlgo(ZrtpConstants.SupportedSymCiphers cipher)
Check if ZrtpConfigure contains a cipher algorithm.
|
int |
ZrtpConfigure.removeSymCipherAlgo(ZrtpConstants.SupportedSymCiphers algo)
Remove a symmetric cipher algorithm from configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedSymCiphers |
ZrtpPacketHello.findBestCipher(ZrtpConfigure config,
ZrtpConstants.SupportedPubKeys pk) |
ZrtpConstants.SupportedSymCiphers |
ZrtpPacketCommit.getCipher() |
ZrtpConstants.SupportedSymCiphers |
ZrtpPacketHello.getSelectedCipher() |
Copyright © 2020. All rights reserved.