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_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS > Class Template Reference

_ More...

+ Inheritance diagram for TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >:

Public Types

typedef KEY_CLASS KeyClass
 
typedef SCHEME_OPTIONS SchemeOptions
 

Public Member Functions

const KeyClass & GetKey () const
 
KeyClass & 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>
class TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >

_

Definition at line 634 of file pubkey.h.


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