| Package | Description |
|---|---|
| org.xwiki.crypto.params.cipher.symmetric |
| Modifier and Type | Class and Description |
|---|---|
class |
RC2KeyParameters
Derived version of key parameters to specify effective key bits of RC2.
|
class |
RC5KeyParameters
Derived version of key parameters to specify rounds of RC5.
|
| Modifier and Type | Method and Description |
|---|---|
KeyParameter |
KeyWithIVParameters.getKeyParameter() |
| Constructor and Description |
|---|
KeyWithIVParameters(KeyParameter key,
byte[] iv)
Initialize parameters.
|
KeyWithIVParameters(KeyParameter key,
int ivSize)
Initialize parameters.
|
KeyWithIVParameters(KeyParameter key,
int ivSize,
SecureRandom random)
Initialize parameters.
|
Copyright © 2004–2014 XWiki. All rights reserved.