#include <AlgorithmParametersSpi.h>
Public Member Functions | |
virtual | ~AlgorithmParametersSpi () |
Protected Member Functions | |
virtual const bytearray & | engineGetEncoded (const String *format=0)=0 throw (IOException) |
virtual AlgorithmParameterSpec * | engineGetParameterSpec (const type_info &info)=0 |
virtual void | engineInit (const AlgorithmParameterSpec &spec)=0 throw (InvalidParameterSpecException) |
virtual void | engineInit (const byte *data, int size, const String *format=0)=0 |
virtual String | engineToString ()=0 throw () |
Friends | |
class | AlgorithmParameters |
virtual beecrypt::security::AlgorithmParametersSpi::~AlgorithmParametersSpi | ( | ) | [inline, virtual] |
virtual const bytearray& beecrypt::security::AlgorithmParametersSpi::engineGetEncoded | ( | const String * | format = 0 |
) | throw (IOException) [protected, pure virtual] |
virtual AlgorithmParameterSpec* beecrypt::security::AlgorithmParametersSpi::engineGetParameterSpec | ( | const type_info & | info | ) | [protected, pure virtual] |
virtual void beecrypt::security::AlgorithmParametersSpi::engineInit | ( | const byte * | data, | |
int | size, | |||
const String * | format = 0 | |||
) | [protected, pure virtual] |
virtual void beecrypt::security::AlgorithmParametersSpi::engineInit | ( | const AlgorithmParameterSpec & | spec | ) | throw (InvalidParameterSpecException) [protected, pure virtual] |
virtual String beecrypt::security::AlgorithmParametersSpi::engineToString | ( | ) | throw () [protected, pure virtual] |
friend class AlgorithmParameters [friend] |