| Package | Description |
|---|---|
| gnu.java.zrtp | |
| gnu.java.zrtp.packets |
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedAuthLengths |
ZrtpConfigure.getAuthLengthAt(int index)
Returns the identifier of the SRTP authentication length at the given
index.
|
static ZrtpConstants.SupportedAuthLengths |
ZrtpConstants.SupportedAuthLengths.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpConstants.SupportedAuthLengths[] |
ZrtpConstants.SupportedAuthLengths.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.SupportedAuthLengths> |
ZrtpConfigure.authLengths()
Returns Iterable for SRTP authentication lengths.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ZrtpConfigure.addAuthLength(ZrtpConstants.SupportedAuthLengths algo)
Add a SRTP authentication length to configuration data.
|
int |
ZrtpConfigure.addAuthLengthAt(int index,
ZrtpConstants.SupportedAuthLengths algo)
Add a SRTP authentication length to configuration data.
|
boolean |
ZrtpConfigure.containsAuthLength(ZrtpConstants.SupportedAuthLengths length)
Check if ZrtpConfigure contains a Auth lengths.
|
int |
ZrtpConfigure.removeAuthLength(ZrtpConstants.SupportedAuthLengths algo)
Remove a SRTP authentication length from configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
ZrtpConstants.SupportedAuthLengths |
ZrtpPacketHello.findBestAuthLen(ZrtpConfigure config) |
ZrtpConstants.SupportedAuthLengths |
ZrtpPacketCommit.getAuthlen() |
Copyright © 2020. All rights reserved.