|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.configuration.protocol.runtime.channel.AesUtil
public class AesUtil
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 |
---|
public AesUtil()
Method Detail |
---|
@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)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |