| Package | Description |
|---|---|
| gnu.java.zrtp |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpCallback.EnableSecurity |
ZrtpCallback.EnableSecurity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpCallback.EnableSecurity[] |
ZrtpCallback.EnableSecurity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZrtpCallback.srtpSecretsOff(ZrtpCallback.EnableSecurity part)
Switch off the security for the defined part.
|
protected void |
ZRtp.srtpSecretsOff(ZrtpCallback.EnableSecurity part)
Switch off SRTP secrets.
|
protected boolean |
ZRtp.srtpSecretsReady(ZrtpCallback.EnableSecurity part)
Signal SRTP secrets are ready.
|
boolean |
ZrtpCallback.srtpSecretsReady(ZrtpSrtpSecrets secrets,
ZrtpCallback.EnableSecurity part)
SRTP crypto data ready for the sender or receiver.
|
Copyright © 2020. All rights reserved.