|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.models.common.util.EncryptionManager
public class EncryptionManager
It's used to provide encryption and decryption algorithm for a datapool.
| Nested Class Summary | |
|---|---|
static class |
EncryptionManager.RC4Encrypter
|
| Constructor Summary | |
|---|---|
EncryptionManager()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
decrypt(java.lang.String content,
java.lang.String pass)
Decrypt input String using RC4 algorithm |
static java.lang.String |
EncoderByMd5(java.lang.String str)
Encode input String using MD5 algorithm |
static java.lang.String |
encrypt(java.lang.String content,
java.lang.String pass)
Encrypt input String using RC4 algorithm |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncryptionManager()
| Method Detail |
|---|
public static java.lang.String encrypt(java.lang.String content,
java.lang.String pass)
content - pass -
public static java.lang.String decrypt(java.lang.String content,
java.lang.String pass)
content - pass -
public static java.lang.String EncoderByMd5(java.lang.String str)
throws java.security.NoSuchAlgorithmException,
java.io.UnsupportedEncodingException
str -
java.security.NoSuchAlgorithmException
java.io.UnsupportedEncodingException
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||