Class RC5Parameters
java.lang.Object
org.gudy.bouncycastle.crypto.params.RC5Parameters
- All Implemented Interfaces:
CipherParameters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
private byte[] key -
rounds
private int rounds
-
-
Constructor Details
-
RC5Parameters
public RC5Parameters(byte[] key, int rounds)
-
-
Method Details
-
getKey
public byte[] getKey() -
getRounds
public int getRounds()
-