|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.util.crypt.ClassCryptFactory
public class ClassCryptFactory
Crypt factory that creates the ICrypt object by instantiating a
provided class. The class must implement ICrypt.
| Constructor Summary | |
|---|---|
ClassCryptFactory(java.lang.Class cryptClass,
java.lang.String encryptionKey)
Construct. |
|
| Method Summary | |
|---|---|
ICrypt |
newCrypt()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassCryptFactory(java.lang.Class cryptClass,
java.lang.String encryptionKey)
cryptClass - class that will be instantiated to represent the ICrypt objectencryptionKey - encryption key| Method Detail |
|---|
public ICrypt newCrypt()
newCrypt in interface ICryptFactoryICryptFactory.newCrypt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||