public class RC5KeyParameters extends KeyParameter
Constructor and Description |
---|
RC5KeyParameters(byte[] key)
Initialize parameters with a default number of rounds set to .
|
RC5KeyParameters(byte[] key,
int rounds)
Initialize parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
getRounds() |
getKey
public RC5KeyParameters(byte[] key)
key
- the key.public RC5KeyParameters(byte[] key, int rounds)
key
- the key.rounds
- the number of "rounds" in the encryption operation between 8 and 127.Copyright © 2004–2021 XWiki. All rights reserved.