#include <SecretKeySpec.h>


| Public Member Functions | |
| SecretKeySpec (const byte *data, size_t offset, size_t length, const String &algorithm) | |
| SecretKeySpec (const bytearray &b, const String &algorithm) | |
| virtual | ~SecretKeySpec () | 
| virtual const String & | getAlgorithm () const throw () | 
| virtual const String * | getFormat () const throw () | 
| virtual const bytearray * | getEncoded () const throw () | 
| beecrypt::crypto::spec::SecretKeySpec::SecretKeySpec | ( | const byte * | data, | |
| size_t | offset, | |||
| size_t | length, | |||
| const String & | algorithm | |||
| ) | 
| beecrypt::crypto::spec::SecretKeySpec::SecretKeySpec | ( | const bytearray & | b, | |
| const String & | algorithm | |||
| ) | 
| virtual beecrypt::crypto::spec::SecretKeySpec::~SecretKeySpec | ( | ) |  [inline, virtual] | 
| virtual const String& beecrypt::crypto::spec::SecretKeySpec::getAlgorithm | ( | ) | const  throw ()  [virtual] | 
Implements beecrypt::security::Key.
| virtual const bytearray* beecrypt::crypto::spec::SecretKeySpec::getEncoded | ( | ) | const  throw ()  [virtual] | 
Implements beecrypt::security::Key.
| virtual const String* beecrypt::crypto::spec::SecretKeySpec::getFormat | ( | ) | const  throw ()  [virtual] | 
Implements beecrypt::security::Key.
 1.5.8
 1.5.8