/mcpCiscoTermEvFilter getSnapshotEnabled () Returns the enable/status of CiscoTermSnapshotEv and CiscoTermSnapshotCompletedEv for the terminal. boolean setSnapshotEnabled (boolean enabled) Sets enable/disable status of CiscoTermSnapshotEv. If disabled, CiscoTermSnapshotEv and CiscoTermSnapshotCompletedEv are not sent to applications. void getRTPKeyEvEnabled () Returns the enable/disable status of CiscoRTPInputKeyEv and CiscoRTPOutputKeyEv. boolean setRTPKeyEvEnabled (boolean enabled) Sets enable/disable status for CiscoRTPInputKeyEv and CiscoRTPOutputKeyEv. void CiscoTerminal createSnapshot () throws InvalidStateException This method generates CiscoTermSnapshotEv, which contains security statusof current active call on the terminal. To access this method, the terminal must be in CiscoTerminal.IN_SERVICE state, and CiscoTermEvFilter.setSnapshotEnabled () must be set to True. void CiscoMediaTerminal register (CiscoMediaCapability[] capabilities, int[]supportedAlgorithms) The CiscoMediaTerminal must be in the CiscoTerminal.UNREGISTERED state and its provider must be in the Provider.IN_SERVICE state. Thisinterface provides dynamic registration with secure media. Ifapplications do not invoke this method, the media gets terminated in non-secure mode. void register (java.net.InetAddress address, int port, CiscoMediaCapability[] capabilities, int[] algorithmIDs) The CiscoMediaTerminal must be in the CiscoTerminal.UNREGISTERED state, and its provider must be in the Provider.IN_SERVICE state. This interface provides static registration with secure media. If applications do not register this interface, the media remains non-secured. AlgorithmIDs indicate SRTP algorithms that this CTIPort supports. AlgorithmIDs maybe only one of CiscoSupportedAlgorithms. void Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 161 Features Supported by Cisco Unified JTAPI Secure Real-Time Protocol Key Material