/mcpVALUE KEY Boolean security option(true for enable/ false for disabled) string “securityOption” Boolean certificate status(true for updated/ false for not updated) string “certificateStatus” Parameters: user - UserName for which you want security parameters instanceID - InstanceID for which you want security parameters Returns—Hash table in preceding format. setSecurityPropertyForInstance public void setSecurityPropertyForInstance(java.lang.String user, java.lang.String instanceID, java.lang.String authCode, java.lang.String tftp, java.lang.String tftpPort, java.lang.String capf, java.lang.String capfPort, java.lang.String certPath, boolean securityOption) You can use this interface to set security properties for the following parameters: Parameters: user—UserName for which the security parameter is being updated instanceID—InstanceID for which the security parameter is being updated authCode—Authorization string capf—IP-Address of CAPF server capfPort—IP-Address port number on which the CAPF server is running, as defined in a CallManager Service parameter. If the value is null, the default value is 3804. tftp—IP-Address of TFTP server tftpPort—IP-Address port number on which the TFTP server is running. The Cisco Unified Communications Manager TFTP server usually runs on port 69. If the value is null, the default value is 69. certPath—Path where certificate needs to be installed updateCertificate public void updateCertificate(java.lang.String user, java.lang.String instanceID, java.lang.String authcode, java.lang.String ccmTFTPAddress, java.lang.String ccmTFTPPort, java.lang.String ccmCAPFAddress, java.lang.String ccmCAPFPort, java.lang.String certificatePath) This interface installs an X.509 client certificate for the USER instance in the certificate store by connecting to the Cisco Unified Communications Manager Certificate Authority Proxy Function (CAPF) server. Italso downloads the Certificate Trust List (CTL) from the Cisco Unified Communications Manager TFTP server. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 202 Features Supported by Cisco Unified JTAPI Transport Layer Security (TLS)