com.cisco.jtapi.extensions
Interface CiscoMediaEncryptionAlgorithmType


public interface CiscoMediaEncryptionAlgorithmType

Introduction

The CiscoMediaEncryptionAlgorithmType interface indicates the SRTP algorithm type used for encryption. This interface lists all of the security indicator values that an application can get in CiscoRTPInputKeyEv and CiscoRTPOutputKeyEv. If an application is terminating its own media on CTIPorts and Media Terminated RPs, only one of the following algorithms needs to be provided in the register API.


Field Summary
static int AES_128_COUNTER
          The algorithm used is based on Advanced Encryption Standard (AES), which is a computer security standard.
 

Field Detail

AES_128_COUNTER

static final int AES_128_COUNTER
The algorithm used is based on Advanced Encryption Standard (AES), which is a computer security standard. The cryptography scheme is a symmetric block cipher that encrypts and decrypts 128-bit blocks of data.

See Also:
Constant Field Values