Crypto++  5.6.3
Free C++ class library of cryptographic schemes
Public Types | Public Member Functions | Static Public Member Functions | List of all members
TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY > Class Template Reference

_ More...

+ Inheritance diagram for TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >:

Public Types

typedef SCHEME_OPTIONS SchemeOptions
 
typedef KEY KeyClass
 

Public Member Functions

 TF_ObjectImplExtRef (const KEY *pKey=NULL)
 
void SetKeyPtr (const KEY *pKey)
 
const KEY & GetKey () const
 
KEY & AccessKey ()
 
PublicKeyAccessPublicKey ()
 
const PublicKeyGetPublicKey () const
 
PrivateKeyAccessPrivateKey ()
 
const PrivateKeyGetPrivateKey () const
 
const KeyClass & GetTrapdoorFunction () const
 
PK_MessageAccumulatorNewSignatureAccumulator (RandomNumberGenerator &rng) const
 
PK_MessageAccumulatorNewVerificationAccumulator () const
 
std::string AlgorithmName () const
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

template<class BASE, class SCHEME_OPTIONS, class KEY>
class TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >

_

Definition at line 615 of file pubkey.h.


The documentation for this class was generated from the following file: