public class AesUtil
extends java.lang.Object
Constructor | Description |
---|---|
AesUtil() |
Modifier and Type | Method | Description |
---|---|---|
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) |
@Deprecated public java.lang.String encrypt(java.lang.String plainText) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
@Deprecated public java.lang.String encrypt(java.lang.String plainText, java.lang.String encoding) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
@Deprecated public java.lang.String decrypt(java.lang.String cipherText) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
@Deprecated public java.lang.String decrypt(java.lang.String cipherText, java.lang.String encoding) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public static java.lang.Object getSecureBytesOfEncryptedString(java.lang.String encodedValue)
public static java.lang.Object toSecuredBytes(java.lang.CharSequence chars)
public static java.lang.Object toSecuredBytes(java.lang.CharSequence chars, java.nio.charset.Charset charset)
public static MessageStructureHandler.StringBytes getEncodedStringBytes(java.lang.Object bytes, java.nio.charset.Charset encodingSource, java.nio.charset.Charset encodingTarget)
public static java.lang.String getEncodedString(java.lang.Object value, java.nio.charset.Charset encodingTarget)
public static java.lang.String getEncodedString(java.lang.Object value, java.nio.charset.Charset encodingSource, java.nio.charset.Charset encodingTarget)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.