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

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

#include <KeyFactorySpi.h>

Inheritance diagram for beecrypt::security::KeyFactorySpi:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::security::KeyFactorySpi:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~KeyFactorySpi ()

Protected Member Functions

virtual PrivateKeyengineGeneratePrivate (const KeySpec &spec)=0 throw (InvalidKeySpecException)
virtual PublicKeyengineGeneratePublic (const KeySpec &spec)=0 throw (InvalidKeySpecException)
virtual KeySpecengineGetKeySpec (const Key &key, const type_info &info)=0 throw (InvalidKeySpecException)
virtual KeyengineTranslateKey (const Key &key)=0 throw (InvalidKeyException)

Friends

class KeyFactory

Detailed Description


Constructor & Destructor Documentation

virtual beecrypt::security::KeyFactorySpi::~KeyFactorySpi  )  [inline, virtual]
 


Member Function Documentation

virtual PrivateKey* beecrypt::security::KeyFactorySpi::engineGeneratePrivate const KeySpec spec  )  throw (InvalidKeySpecException) [protected, pure virtual]
 

virtual PublicKey* beecrypt::security::KeyFactorySpi::engineGeneratePublic const KeySpec spec  )  throw (InvalidKeySpecException) [protected, pure virtual]
 

virtual KeySpec* beecrypt::security::KeyFactorySpi::engineGetKeySpec const Key key,
const type_info &  info
throw (InvalidKeySpecException) [protected, pure virtual]
 

virtual Key* beecrypt::security::KeyFactorySpi::engineTranslateKey const Key key  )  throw (InvalidKeyException) [protected, pure virtual]
 


Friends And Related Function Documentation

friend class KeyFactory [friend]
 


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 08:11:29 2005 for BeeCrypt by  doxygen 1.4.0