| java.lang.Object org.bouncycastle.crypto.engines.RC6Engine
RC6Engine | public RC6Engine()(Code) | | Create an instance of the RC6 encryption algorithm
and set some defaults
|
getBlockSize | public int getBlockSize()(Code) | | |
init | public void init(boolean forEncryption, CipherParameters params)(Code) | | initialise a RC5-32 cipher.
Parameters: forEncryption - whether or not we are for encryption. Parameters: params - the parameters required to set up the cipher. exception: IllegalArgumentException - if the params argument isinappropriate. |
processBlock | public int processBlock(byte[] in, int inOff, byte[] out, int outOff)(Code) | | |
reset | public void reset()(Code) | | |
|
|