#include <AlgorithmParameterGenerator.h>
Inheritance diagram for beecrypt::security::AlgorithmParameterGenerator:


Public Member Functions | |
| virtual | ~AlgorithmParameterGenerator () |
| AlgorithmParameters * | generateParameters () throw (InvalidAlgorithmParameterException) |
| void | init (const AlgorithmParameterSpec &genParamSpec) throw (InvalidAlgorithmParameterException) |
| void | init (const AlgorithmParameterSpec &, SecureRandom *random) throw (InvalidAlgorithmParameterException) |
| void | init (size_t size) throw (InvalidParameterException) |
| void | init (size_t size, SecureRandom *random) throw (InvalidParameterException) |
| const String & | getAlgorithm () const throw () |
| const Provider & | getProvider () const throw () |
Static Public Member Functions | |
| static AlgorithmParameterGenerator * | getInstance (const String &algorithm) throw (NoSuchAlgorithmException) |
| static AlgorithmParameterGenerator * | getInstance (const String &algorithm, const String &provider) throw (NoSuchAlgorithmException, NoSuchProviderException) |
| static AlgorithmParameterGenerator * | getInstance (const String &algorithm, const Provider &provider) throw (NoSuchAlgorithmException) |
Protected Member Functions | |
| AlgorithmParameterGenerator (AlgorithmParameterGeneratorSpi *spi, const Provider *provider, const String &algorithm) | |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.4.0