Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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:

[legend]
List of all members.

Public Member Functions

virtual ~Key ()
virtual const bytearraygetEncoded () const =0
virtual const StringgetAlgorithm () const =0 throw ()
virtual const StringgetFormat () 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 String& beecrypt::security::Key::getAlgorithm  )  const throw () [pure virtual]
 

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

virtual const bytearray* beecrypt::security::Key::getEncoded  )  const [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 Jun 29 23:17:38 2005 for BeeCrypt by  doxygen 1.4.1