Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
TF_CryptoSchemeOptions< T1, T2, T3 > Struct Template Reference

_ More...

#include <pubkey.h>

Inheritance diagram for TF_CryptoSchemeOptions< T1, T2, T3 >:
[legend]

Public Types

typedef T1 AlgorithmInfo
 
typedef T2 Keys
 
typedef Keys::PrivateKey PrivateKey
 
typedef Keys::PublicKey PublicKey
 
typedef T3 MessageEncodingMethod
 

Detailed Description

template<class T1, class T2, class T3>
struct TF_CryptoSchemeOptions< T1, T2, T3 >

_

Definition at line 537 of file pubkey.h.

Member Typedef Documentation

template<class T1 , class T2 , class T3 >
typedef T1 TF_CryptoSchemeOptions< T1, T2, T3 >::AlgorithmInfo

Definition at line 539 of file pubkey.h.

template<class T1 , class T2 , class T3 >
typedef T2 TF_CryptoSchemeOptions< T1, T2, T3 >::Keys

Definition at line 540 of file pubkey.h.

template<class T1 , class T2 , class T3 >
typedef T3 TF_CryptoSchemeOptions< T1, T2, T3 >::MessageEncodingMethod

Definition at line 543 of file pubkey.h.

template<class T1 , class T2 , class T3 >
typedef Keys::PrivateKey TF_CryptoSchemeOptions< T1, T2, T3 >::PrivateKey

Definition at line 541 of file pubkey.h.

template<class T1 , class T2 , class T3 >
typedef Keys::PublicKey TF_CryptoSchemeOptions< T1, T2, T3 >::PublicKey

Definition at line 542 of file pubkey.h.


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