|
Bouncy Castle Cryptography 1.33 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
general interface for an translator.
Method Summary | |
int |
decode(byte[] in,
int inOff,
int length,
byte[] out,
int outOff)
|
int |
encode(byte[] in,
int inOff,
int length,
byte[] out,
int outOff)
|
int |
getDecodedBlockSize()
size of the output block on decoding produced by getEncodedBlockSize() bytes. |
int |
getEncodedBlockSize()
size of the output block on encoding produced by getDecodedBlockSize() bytes. |
Method Detail |
public int getEncodedBlockSize()
public int encode(byte[] in, int inOff, int length, byte[] out, int outOff)
public int getDecodedBlockSize()
public int decode(byte[] in, int inOff, int length, byte[] out, int outOff)
|
Bouncy Castle Cryptography 1.33 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |