|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfileupload.transfer.client.util.PBE
public class PBE
PBE helper.
Constructor Summary | |
---|---|
PBE(Conf conf)
|
Method Summary | |
---|---|
byte[] |
cipher(char[] password,
byte[] buffer,
int offset,
int len)
Cipher the byte buffer. |
byte[] |
decipher(char[] password,
byte[] buffer,
int offset,
int len)
Decipher the byte buffer. |
byte[] |
getBytes(java.lang.String list)
Return byte array from a comma separated list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PBE(Conf conf)
Method Detail |
---|
public byte[] cipher(char[] password, byte[] buffer, int offset, int len) throws java.lang.Exception
password
- buffer
- offset
- len
-
java.lang.Exception
public byte[] decipher(char[] password, byte[] buffer, int offset, int len) throws java.lang.Exception
password
- buffer
- offset
- len
-
java.lang.Exception
public byte[] getBytes(java.lang.String list)
list
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |