public class

RC5Parameters

extends Object
implements CipherParameters
java.lang.Object
   ↳ org.bouncycastle.crypto.params.RC5Parameters

Summary

Public Constructors
RC5Parameters(byte[] key, int rounds)
Public Methods
byte[] getKey()
int getRounds()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RC5Parameters (byte[] key, int rounds)

Public Methods

public byte[] getKey ()

public int getRounds ()