|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nimkathana.swx.xmlrpc.crypt.Blowfish
Provides encryption via the Blowfish algorithm for SecureXmlRpcClient
| Constructor Summary | |
Blowfish(byte[] key)
|
|
| Method Summary | |
java.lang.String |
decrypt(java.lang.String value)
Decrypts the given String via the Blowfish algorithm |
java.lang.String |
encrypt(java.lang.String value)
Encrypts the given String with the Blowfish algorithm |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Blowfish(byte[] key)
key - key material, up to superwaba.ext.xplat.util.crypto.BlowfishECB.MAXKEYLENGTH bytes| Method Detail |
public java.lang.String encrypt(java.lang.String value)
value - The String to encrypt
valuepublic java.lang.String decrypt(java.lang.String value)
value - The String to decrypt
value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||