@Unstable public class RC2KeyParameters extends KeyParameter
| Constructor and Description |
|---|
RC2KeyParameters(byte[] key)
Initialize parameters.
|
RC2KeyParameters(byte[] key,
int bits)
Initialize parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEffectiveBits() |
getKeypublic RC2KeyParameters(byte[] key)
key - the key, all bits are considered effective.public RC2KeyParameters(byte[] key,
int bits)
key - the key.bits - the number of effective bits in the key.Copyright © 2004–2014 XWiki. All rights reserved.