Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.runtime.channel
Class AesUtil

java.lang.Object
  extended by com.genesyslab.platform.configuration.protocol.runtime.channel.AesUtil

public class AesUtil
extends java.lang.Object


Constructor Summary
AesUtil()
           
 
Method Summary
 java.lang.String decrypt(java.lang.String cipherText)
          Deprecated. 
 java.lang.String decrypt(java.lang.String cipherText, java.lang.String encoding)
          Deprecated. 
 java.lang.String encrypt(java.lang.String plainText)
          Deprecated. 
 java.lang.String encrypt(java.lang.String plainText, java.lang.String encoding)
          Deprecated. 
static java.lang.String getEncodedString(java.lang.Object value, java.nio.charset.Charset encodingTarget)
           
static java.lang.String getEncodedString(java.lang.Object value, java.nio.charset.Charset encodingSource, java.nio.charset.Charset encodingTarget)
           
static MessageStructureHandler.StringBytes getEncodedStringBytes(java.lang.Object bytes, java.nio.charset.Charset encodingSource, java.nio.charset.Charset encodingTarget)
           
static java.lang.Object getSecureBytesOfEncryptedString(java.lang.String encodedValue)
           
static java.lang.Object toSecuredBytes(java.lang.CharSequence chars)
           
static java.lang.Object toSecuredBytes(java.lang.CharSequence chars, java.nio.charset.Charset charset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AesUtil

public AesUtil()
Method Detail

encrypt

@Deprecated
public java.lang.String encrypt(java.lang.String plainText)
                         throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Deprecated. 

Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

encrypt

@Deprecated
public java.lang.String encrypt(java.lang.String plainText,
                                           java.lang.String encoding)
                         throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Deprecated. 

Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decrypt

@Deprecated
public java.lang.String decrypt(java.lang.String cipherText)
                         throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Deprecated. 

Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

decrypt

@Deprecated
public java.lang.String decrypt(java.lang.String cipherText,
                                           java.lang.String encoding)
                         throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Deprecated. 

Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

getSecureBytesOfEncryptedString

public static java.lang.Object getSecureBytesOfEncryptedString(java.lang.String encodedValue)

toSecuredBytes

public static java.lang.Object toSecuredBytes(java.lang.CharSequence chars)

toSecuredBytes

public static java.lang.Object toSecuredBytes(java.lang.CharSequence chars,
                                              java.nio.charset.Charset charset)

getEncodedStringBytes

public static MessageStructureHandler.StringBytes getEncodedStringBytes(java.lang.Object bytes,
                                                                        java.nio.charset.Charset encodingSource,
                                                                        java.nio.charset.Charset encodingTarget)

getEncodedString

public static java.lang.String getEncodedString(java.lang.Object value,
                                                java.nio.charset.Charset encodingTarget)

getEncodedString

public static java.lang.String getEncodedString(java.lang.Object value,
                                                java.nio.charset.Charset encodingSource,
                                                java.nio.charset.Charset encodingTarget)

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.