| Package | Description |
|---|---|
| org.xwiki.crypto.params.generator.asymmetric |
| Modifier and Type | Class and Description |
|---|---|
class |
DSAKeyValidationParameters
Validation parameters for DSA key.
|
| Modifier and Type | Method and Description |
|---|---|
DHKeyValidationParameters |
DHKeyGenerationParameters.getValidationParameters() |
| Constructor and Description |
|---|
DHKeyGenerationParameters(BigInteger p,
BigInteger g,
BigInteger q,
BigInteger j,
DHKeyValidationParameters parameters)
Initialize DH parameters.
|
DHKeyGenerationParameters(BigInteger p,
BigInteger g,
BigInteger q,
int m,
int l,
BigInteger j,
DHKeyValidationParameters parameters)
Initialize DH parameters.
|
Copyright © 2004–2015 XWiki. All rights reserved.