|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.cipher.KeyGeneratorTool
public class KeyGeneratorTool
This class can be used to generate a new key and store it in the user directory. Please note that existing keys will be overwritten by objects of this class. That means that passwords stored with "old" keys can no longer be decrypted.
| Constructor Summary | |
|---|---|
KeyGeneratorTool()
|
|
| Method Summary | |
|---|---|
static void |
createAndStoreKey()
|
static java.security.Key |
getUserKey()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyGeneratorTool()
| Method Detail |
|---|
public static void createAndStoreKey()
throws KeyGenerationException
KeyGenerationException
public static java.security.Key getUserKey()
throws java.io.IOException
java.io.IOException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||