| Package | Description |
|---|---|
| gnu.java.zrtp | |
| gnu.java.zrtp.packets |
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedPubKeys |
ZrtpConfigure.getPubKeyAlgoAt(int index)
Returns the identifier of the public key algorithm at the given index.
|
static ZrtpConstants.SupportedPubKeys |
ZrtpConstants.SupportedPubKeys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpConstants.SupportedPubKeys[] |
ZrtpConstants.SupportedPubKeys.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.SupportedPubKeys> |
ZrtpConfigure.publicKeyAlgos()
Returns Iterable for public key algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ZrtpConfigure.addPubKeyAlgo(ZrtpConstants.SupportedPubKeys algo)
Add a public key algorithm to configuration data.
|
int |
ZrtpConfigure.addPubKeyAlgoAt(int index,
ZrtpConstants.SupportedPubKeys algo)
Add a public key algorithm to configuration data.
|
boolean |
ZrtpConfigure.containsPubKeyAlgo(ZrtpConstants.SupportedPubKeys pubkey)
Check if ZrtpConfigure contains a Public key algorithm.
|
int |
ZrtpConfigure.removePubKeyAlgo(ZrtpConstants.SupportedPubKeys algo)
Remove a public key algorithm from configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedPubKeys |
ZrtpPacketHello.findBestPubkey(ZrtpConfigure config) |
ZrtpConstants.SupportedPubKeys |
ZrtpPacketCommit.getPubKey() |
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedSymCiphers |
ZrtpPacketHello.findBestCipher(ZrtpConfigure config,
ZrtpConstants.SupportedPubKeys pk) |
void |
ZrtpPacketDHPart.setPubKeyType(ZrtpConstants.SupportedPubKeys pkt) |
| Constructor and Description |
|---|
ZrtpPacketDHPart(ZrtpConstants.SupportedPubKeys pkt)
Constructor for a new DHPart message with DH part type.
|
Copyright © 2020. All rights reserved.