|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gcube.common.utils.encryption.KeyFactory
public class KeyFactory
A simplified keys generator for the most common algorithms
| Constructor Summary | |
|---|---|
KeyFactory()
|
|
| Method Summary | |
|---|---|
protected static SecretKey |
newAESKey()
Generates an AES key |
protected static SecretKey |
newDESKey()
Generates a DESede key |
protected static SecretKey |
newRijndaelKey()
Generates a Rijndael key |
protected static SecretKey |
newTripleDESKey()
Generates a TripleDES key |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyFactory()
| Method Detail |
|---|
protected static SecretKey newAESKey()
throws Exception
Exception
protected static SecretKey newTripleDESKey()
throws Exception
Exception
protected static SecretKey newRijndaelKey()
throws Exception
Exception
protected static SecretKey newDESKey()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||