| Package | Description |
|---|---|
| gnu.java.zrtp | |
| gnu.java.zrtp.packets |
| Constructor and Description |
|---|
ZRtp(byte[] myZid,
ZrtpCallback cb,
String id,
ZrtpConfigure config) |
ZRtp(byte[] myZid,
ZrtpCallback cb,
String id,
ZrtpConfigure config,
boolean mitmMode) |
ZRtp(byte[] myZid,
ZrtpCallback cb,
String id,
ZrtpConfigure config,
boolean mitmMode,
boolean sasSignSupport)
Constructor initializes all relevant data but does not start the engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZrtpPacketHello.configureHello(ZrtpConfigure config) |
ZrtpConstants.SupportedAuthLengths |
ZrtpPacketHello.findBestAuthLen(ZrtpConfigure config) |
ZrtpConstants.SupportedSymCiphers |
ZrtpPacketHello.findBestCipher(ZrtpConfigure config,
ZrtpConstants.SupportedPubKeys pk) |
ZrtpConstants.SupportedHashes |
ZrtpPacketHello.findBestHash(ZrtpConfigure config)
Find matching algorithms in Hello packet.
|
ZrtpConstants.SupportedPubKeys |
ZrtpPacketHello.findBestPubkey(ZrtpConfigure config) |
ZrtpConstants.SupportedSASTypes |
ZrtpPacketHello.findBestSASType(ZrtpConfigure config) |
Copyright © 2020. All rights reserved.