<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>issues of Java implementation in UCCX editor</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=2221331" />
  <subtitle>issues of Java implementation in UCCX editor</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=2221331</id>
  <updated>2013-05-22T10:39:23Z</updated>
  <dc:date>2013-05-22T10:39:23Z</dc:date>
  <entry>
    <title>RE: issues of Java implementation in UCCX editor</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8701949" />
    <author>
      <name>Matthew Gibson</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8701949</id>
    <updated>2012-11-20T19:11:06Z</updated>
    <published>2012-11-20T19:11:06Z</published>
    <summary type="html">Download the Java Commons Codec library from: http://commons.apache.org/codec/
Upload it into UCCX Administration &gt; Applications &gt; Document Management &gt; default &gt; classpath
In UCCX Administration go to System &gt; Custom File Configuration and move the commons codec jar file from available classpath entries to selected classpath entries.
Within the script editor you can use the following:
{ return org.apache.commons.codec.digest.DigestUtils.md5Hex(password); }
{ return org.apache.commons.codec.digest.DigestUtils.sha256(password); }</summary>
    <dc:creator>Matthew Gibson</dc:creator>
    <dc:date>2012-11-20T19:11:06Z</dc:date>
  </entry>
  <entry>
    <title>RE: issues of Java implementation in UCCX editor</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2702102" />
    <author>
      <name>Supapong Putthayangkura</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2702102</id>
    <updated>2010-11-02T13:19:06Z</updated>
    <published>2010-11-02T13:19:06Z</published>
    <summary type="html">I cannot use 'java.security.MessageDigest' in UCCX editor.
When I use "java.security.MessageDigest" in SET value of a variable and then apply the script, SET disappear immediately from the script.
*My project requires hashing function: SHA-1 and MD5.


Additional information:
As I known, an array of byte, Byte[], is not supported in UCCX editor. Bug will be occured when I use this datatype.</summary>
    <dc:creator>Supapong Putthayangkura</dc:creator>
    <dc:date>2010-11-02T13:19:06Z</dc:date>
  </entry>
  <entry>
    <title>issues of Java implementation in UCCX editor</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2221330" />
    <author>
      <name>Supapong Putthayangkura</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2221330</id>
    <updated>2010-06-01T09:10:19Z</updated>
    <published>2010-06-01T09:10:19Z</published>
    <summary type="html">I cannot use 'java.security.MessageDigest' in UCCX editor.
When I use "java.security.MessageDigest" in SET value of a variable and then apply the script, SET disappear immediately from the script.
*My project requires hashing function: SHA-1 and MD5.</summary>
    <dc:creator>Supapong Putthayangkura</dc:creator>
    <dc:date>2010-06-01T09:10:19Z</dc:date>
  </entry>
</feed>

