#include <SecretKeyFactorySpi.h>
Inheritance diagram for beecrypt::crypto::SecretKeyFactorySpi:
Public Member Functions | |
virtual | ~SecretKeyFactorySpi () |
Protected Member Functions | |
virtual SecretKey * | engineGenerateSecret (const KeySpec &)=0 throw (InvalidKeySpecException) |
virtual KeySpec * | engineGetKeySpec (const SecretKey &, const type_info &)=0 throw (InvalidKeySpecException) |
virtual SecretKey * | engineTranslateKey (const SecretKey &)=0 throw (InvalidKeyException) |
Friends | |
class | SecretKeyFactory |
|
|
|
|
|
|
|
|
|
|