Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Interface OperationSetSecureTelephony

All Superinterfaces:
OperationSet
All Known Subinterfaces:
OperationSetSecureSDesTelephony, OperationSetSecureZrtpTelephony
All Known Implementing Classes:
OperationSetBasicTelephonyJabberImpl, OperationSetBasicTelephonySipImpl

public interface OperationSetSecureTelephony
extends OperationSet

An Operation Set defining the encryption operations for telephony.

Author:
Emanuel Onica, Romain Kuntz, Emil Ivov

Method Summary
 boolean isSecure(CallPeer peer)
          Gets the secure state of the call session in which a specific peer is involved
 

Method Detail

isSecure

boolean isSecure(CallPeer peer)
Gets the secure state of the call session in which a specific peer is involved

Parameters:
peer - the peer for who the call state is required
Returns:
the call state

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.