| Package | Description |
|---|---|
| org.xwiki.crypto.params.generator.asymmetric |
| Modifier and Type | Method and Description |
|---|---|
DSAKeyValidationParameters.Usage |
DSAKeyValidationParameters.getUsage() |
DSAKeyValidationParameters.Usage |
DSAKeyParametersGenerationParameters.getUsage() |
static DSAKeyValidationParameters.Usage |
DSAKeyValidationParameters.Usage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSAKeyValidationParameters.Usage[] |
DSAKeyValidationParameters.Usage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DSAKeyParametersGenerationParameters(int lsize,
int nsize,
int certainty,
DSAKeyValidationParameters.Usage usage)
Parameters for FIPS186.3.
|
DSAKeyParametersGenerationParameters(int lsize,
int nsize,
int certainty,
DSAKeyValidationParameters.Usage usage,
String hashHint)
Parameters for FIPS186.3.
|
DSAKeyValidationParameters(byte[] seed,
int counter,
DSAKeyValidationParameters.Usage usage)
Initialize DSA validation parameters for FIPS186.3.
|
Copyright © 2004–2015 XWiki. All rights reserved.