com.cisco.jtapi.extensions
Interface CiscoMediaSecurityIndicator


public interface CiscoMediaSecurityIndicator

Introduction

CiscoMediaSecurityIndicator gets sent in CiscoRTPInputKeyEv, CiscoRTPOutputKeyEv, and CiscoSnapShotRTPEv. It shows the call security status.


Field Summary
static int MEDIA_ENCRYPT_KEYS_AVAILABLE
          The media is terminated in secure mode, and keys are available.
static int MEDIA_ENCRYPT_KEYS_UNAVAILABLE
          The media is terminated in secure mode, but keys are not available because SRTP is not enabled in Cisco Unified Communications Manager administration.
static int MEDIA_ENCRYPT_USER_NOT_AUTHORIZED
          The media is terminated in secure mode, but keys are not available because the user is not authorized to get the keys.
static int MEDIA_NOT_ENCRYPTED
          The media is not encrypted for this call.
 

Field Detail

MEDIA_ENCRYPT_KEYS_AVAILABLE

static final int MEDIA_ENCRYPT_KEYS_AVAILABLE
The media is terminated in secure mode, and keys are available.

See Also:
Constant Field Values

MEDIA_ENCRYPT_USER_NOT_AUTHORIZED

static final int MEDIA_ENCRYPT_USER_NOT_AUTHORIZED
The media is terminated in secure mode, but keys are not available because the user is not authorized to get the keys.

See Also:
Constant Field Values

MEDIA_ENCRYPT_KEYS_UNAVAILABLE

static final int MEDIA_ENCRYPT_KEYS_UNAVAILABLE
The media is terminated in secure mode, but keys are not available because SRTP is not enabled in Cisco Unified Communications Manager administration.

See Also:
Constant Field Values

MEDIA_NOT_ENCRYPTED

static final int MEDIA_NOT_ENCRYPTED
The media is not encrypted for this call.

See Also:
Constant Field Values