Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | Private Attributes | List of all members
DL_KeyImpl< PK, GP, O > Class Template Reference

_ More...

#include <pubkey.h>

Inheritance diagram for DL_KeyImpl< PK, GP, O >:
[legend]
Collaboration diagram for DL_KeyImpl< PK, GP, O >:
[legend]

Public Types

typedef GP GroupParameters
 

Public Member Functions

virtual ~DL_KeyImpl ()
 
GetAlgorithmID () const
 
bool BERDecodeAlgorithmParameters (BufferedTransformation &bt)
 
bool DEREncodeAlgorithmParameters (BufferedTransformation &bt) const
 
const GPGetGroupParameters () const
 
GPAccessGroupParameters ()
 

Private Attributes

GP m_groupParameters
 

Detailed Description

template<class PK, class GP, class O = OID>
class DL_KeyImpl< PK, GP, O >

_

Definition at line 1079 of file pubkey.h.

Member Typedef Documentation

template<class PK, class GP, class O = OID>
typedef GP DL_KeyImpl< PK, GP, O >::GroupParameters

Definition at line 1082 of file pubkey.h.

Constructor & Destructor Documentation

template<class PK, class GP, class O = OID>
virtual DL_KeyImpl< PK, GP, O >::~DL_KeyImpl ( )
inlinevirtual

Definition at line 1084 of file pubkey.h.

Member Function Documentation

template<class PK, class GP, class O = OID>
GP& DL_KeyImpl< PK, GP, O >::AccessGroupParameters ( )
inline

Definition at line 1093 of file pubkey.h.

template<class PK, class GP, class O = OID>
bool DL_KeyImpl< PK, GP, O >::BERDecodeAlgorithmParameters ( BufferedTransformation bt)
inline

Definition at line 1087 of file pubkey.h.

template<class PK, class GP, class O = OID>
bool DL_KeyImpl< PK, GP, O >::DEREncodeAlgorithmParameters ( BufferedTransformation bt) const
inline

Definition at line 1089 of file pubkey.h.

template<class PK, class GP, class O = OID>
O DL_KeyImpl< PK, GP, O >::GetAlgorithmID ( ) const
inline

Definition at line 1086 of file pubkey.h.

template<class PK, class GP, class O = OID>
const GP& DL_KeyImpl< PK, GP, O >::GetGroupParameters ( ) const
inline

Definition at line 1092 of file pubkey.h.

Member Data Documentation

template<class PK, class GP, class O = OID>
GP DL_KeyImpl< PK, GP, O >::m_groupParameters
private

Definition at line 1096 of file pubkey.h.


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