| Package | Description |
|---|---|
| gnu.java.zrtp | |
| gnu.java.zrtp.packets |
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedSASTypes |
ZRtp.getSasType()
Get the commited SAS rendering algorithm for this ZRTP session.
|
ZrtpConstants.SupportedSASTypes |
ZrtpConfigure.getSasTypeAlgoAt(int index)
Returns the identifier of the SAS type algorithm at the given index.
|
static ZrtpConstants.SupportedSASTypes |
ZrtpConstants.SupportedSASTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpConstants.SupportedSASTypes[] |
ZrtpConstants.SupportedSASTypes.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.SupportedSASTypes> |
ZrtpConfigure.sasTypes()
Returns Iterable for SAS algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ZrtpConfigure.addSasTypeAlgo(ZrtpConstants.SupportedSASTypes algo)
Add a SAS type algorithm to configuration data.
|
int |
ZrtpConfigure.addSasTypeAlgoAt(int index,
ZrtpConstants.SupportedSASTypes algo)
Add a SAS type algorithm to configuration data.
|
boolean |
ZrtpConfigure.containsSasTypeAlgo(ZrtpConstants.SupportedSASTypes sas)
Check if ZrtpConfigure contains a SAS algorithm.
|
int |
ZrtpConfigure.removeSasTypeAlgo(ZrtpConstants.SupportedSASTypes algo)
Remove a SAS type algorithm from configuration data.
|
boolean |
ZRtp.sendSASRelayPacket(byte[] sh,
ZrtpConstants.SupportedSASTypes render)
Send the SAS relay packet.
|
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedSASTypes |
ZrtpPacketHello.findBestSASType(ZrtpConfigure config) |
ZrtpConstants.SupportedSASTypes |
ZrtpPacketCommit.getSas() |
ZrtpConstants.SupportedSASTypes |
ZrtpPacketSASRelay.getSas() |
Copyright © 2020. All rights reserved.