|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SrtpListener
The ZrtpListener is meant to be used by the media stream creator, as the name indicates in order to be notified when a security event has occurred that concerns ZRTP.
| Method Summary | |
|---|---|
void |
securityMessageReceived(String message,
String i18nMessage,
int severity)
Indicates that a security message has occurred associated with a failure/warning or information coming from the encryption protocol. |
void |
securityNegotiationStarted(int sessionType,
SrtpControl sender)
Indicates that we started the process of securing the the connection. |
void |
securityTimeout(int sessionType)
Indicates that the other party has timed out replying to our offer to secure the connection. |
void |
securityTurnedOff(int sessionType)
Indicates that the security has been turned off. |
void |
securityTurnedOn(int sessionType,
String cipher,
SrtpControl sender)
Indicates that the security has been turned on. |
| Method Detail |
|---|
void securityTurnedOn(int sessionType,
String cipher,
SrtpControl sender)
sessionType - the type of the call session - audio or video.cipher - the security cipher that encrypts the callsender - the control that initiated the event.void securityTurnedOff(int sessionType)
sessionType - the type of the call session - audio or video.
void securityMessageReceived(String message,
String i18nMessage,
int severity)
message - the message.i18nMessage - the internationalized messageseverity - severity levelvoid securityTimeout(int sessionType)
sessionType - the type of the call session - audio or video.
void securityNegotiationStarted(int sessionType,
SrtpControl sender)
sessionType - the type of the call session - audio or video.sender - the control that initiated the event.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||