| Package | Description |
|---|---|
| org.xwiki.crypto | |
| org.xwiki.crypto.params.generator | |
| org.xwiki.crypto.params.generator.asymmetric | |
| org.xwiki.crypto.params.generator.symmetric |
| Modifier and Type | Method and Description |
|---|---|
KeyGenerationParameters |
KeyParametersGenerator.generate() |
KeyGenerationParameters |
KeyParametersGenerator.generate(KeyParametersGenerationParameters params)
Generate a new key pair based on given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
KeyGenerator.generate(KeyGenerationParameters params)
Generate a new key based on given parameters.
|
AsymmetricKeyPair |
KeyPairGenerator.generate(KeyGenerationParameters params)
Generate a new key pair based on given parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyParametersGenerationParameters
Key parameters generator parameters marker interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DHKeyGenerationParameters
DH parameters for key generation.
|
class |
DHKeyParametersGenerationParameters
Parameters for DH key pair generation consistent for use in the MTI/A0 key agreement protocol.
|
class |
DSAKeyGenerationParameters
Shared DSA parameters for key generation.
|
class |
DSAKeyParametersGenerationParameters
Parameters for RSA key pair generation using either FIPS186.2 or FIPS186.3.
|
class |
RSAKeyGenerationParameters
Parameters for RSA key pair generation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericKeyGenerationParameters
Generic key generation parameters.
|
Copyright © 2004–2014 XWiki. All rights reserved.