#include <Key.h>
Public Member Functions | |
virtual | ~Key () |
virtual const bytearray * | getEncoded () const =0 throw () |
virtual const String & | getAlgorithm () const =0 throw () |
virtual const String * | getFormat () const =0 throw () |
virtual beecrypt::security::Key::~Key | ( | ) | [inline, virtual] |
virtual const String& beecrypt::security::Key::getAlgorithm | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::crypto::spec::SecretKeySpec.
virtual const bytearray* beecrypt::security::Key::getEncoded | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::crypto::spec::SecretKeySpec.
virtual const String* beecrypt::security::Key::getFormat | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::crypto::spec::SecretKeySpec.