|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.util.crypt.AbstractCrypt
wicket.util.crypt.TrivialCrypt
THIS CLASS IS FOR TESTING PURPOSES ONLY. DO NOT USE IT IN PRODUCTION CODE!
| Constructor Summary | |
TrivialCrypt()
Constructor |
|
| Method Summary | |
protected byte[] |
crypt(byte[] input,
int mode)
Crypts the given byte array |
| Methods inherited from class wicket.util.crypt.AbstractCrypt |
decrypt, encrypt, getKey, setKey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TrivialCrypt()
| Method Detail |
protected byte[] crypt(byte[] input,
int mode)
throws java.security.GeneralSecurityException
AbstractCrypt
crypt in class AbstractCryptinput - byte array to be cryptedmode - crypt mode
java.security.GeneralSecurityExceptionAbstractCrypt.crypt(byte[], int)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||