org.bouncycastle.crypto.params
Class RC5Parameters

java.lang.Object
  extended by org.bouncycastle.crypto.params.RC5Parameters
All Implemented Interfaces:
CipherParameters

public class RC5Parameters
extends java.lang.Object
implements CipherParameters


Field Summary
private  byte[] key
           
private  int rounds
           
 
Constructor Summary
RC5Parameters(byte[] key, int rounds)
           
 
Method Summary
 byte[] getKey()
           
 int getRounds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private byte[] key

rounds

private int rounds
Constructor Detail

RC5Parameters

public RC5Parameters(byte[] key,
                     int rounds)
Method Detail

getKey

public byte[] getKey()

getRounds

public int getRounds()