beecrypt::security::Key Class Reference
[C++ classes mimicking java.security]

The top-level interface for all keys. More...

#include <Key.h>

Inheritance diagram for beecrypt::security::Key:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Key ()
virtual const bytearraygetEncoded () const=0
virtual const String & getAlgorithm () const=0 throw ()
virtual const String * getFormat () const=0 throw ()

Detailed Description

The top-level interface for all keys.


Constructor & Destructor Documentation

virtual beecrypt::security::Key::~Key (  )  [inline, virtual]


Member Function Documentation

virtual const bytearray* beecrypt::security::Key::getEncoded (  )  const [pure virtual]

Implemented in beecrypt::crypto::spec::SecretKeySpec.

virtual const String& beecrypt::security::Key::getAlgorithm (  )  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.


The documentation for this class was generated from the following file:
Generated on Wed Aug 22 06:36:18 2007 for BeeCrypt by  doxygen 1.5.2