
|
Bouncy Castle Cryptography 1.11 API Specification: Class RC5Parameters
org.bouncycastle.crypto.params
Class RC5Parameters
java.lang.Object
|
+--org.bouncycastle.crypto.params.RC5Parameters
- All Implemented Interfaces:
- CipherParameters
- public class RC5Parameters
- extends java.lang.Object
- implements CipherParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RC5Parameters
public RC5Parameters(byte[] key,
int rounds)
getKey
public byte[] getKey()
getRounds
public int getRounds()
|