|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.cipher.CipherTools
public class CipherTools
This class can be used to encrypt and decrypt given strings based on a key generated by the user. Please note that classes using this tool class should first ensure that a user key is available by invoking the method isKeyAvailable().
| Constructor Summary | |
|---|---|
CipherTools()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
decrypt(java.lang.String text)
|
static java.lang.String |
encrypt(java.lang.String text)
|
static boolean |
isKeyAvailable()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CipherTools()
| Method Detail |
|---|
public static boolean isKeyAvailable()
public static java.lang.String encrypt(java.lang.String text)
throws CipherException
CipherException
public static java.lang.String decrypt(java.lang.String text)
throws CipherException
CipherException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||