|
SIP Communicator: 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 SessionCreatorCallback
The SessionCreatorCallback is meant to be used by the call session creator, as the name indicates in order to be notified when a security event has occured.
| Method Summary | |
|---|---|
void |
securityMessage(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 |
securityOff(int sessionType)
Indicates that the security has been turned off. |
void |
securityOn(int sessionType,
String cipher,
String securityString,
boolean isVerified)
Indicates that the security has been turned on. |
| Method Detail |
|---|
void securityOn(int sessionType,
String cipher,
String securityString,
boolean isVerified)
sessionType - the type of the call session - audio or video.cipher - the ciphersecurityString - the SASisVerified - indicates if the SAS has been verifiedvoid securityOff(int sessionType)
sessionType - the type of the call session - audio or video.
void securityMessage(String message,
String i18nMessage,
int severity)
message - the message.i18nMessage - the internationalized messageseverity - severity level
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||