Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
DL_Keys_ECGDSA_ISO15946< EC > Class Template Reference

Elliptic Curve German DSA keys for ISO/IEC 15946. More...

#include <eccrypto.h>

Inheritance diagram for DL_Keys_ECGDSA_ISO15946< EC >:
[legend]

Public Types

typedef DL_PublicKey_ECGDSA_ISO15946< EC > PublicKey
 
typedef DL_PrivateKey_ECGDSA_ISO15946< EC > PrivateKey
 

Detailed Description

template<class EC>
class DL_Keys_ECGDSA_ISO15946< EC >

Elliptic Curve German DSA keys for ISO/IEC 15946.

Template Parameters
ECelliptic curve field
See also
ECGDSA_ISO15946
Since
Crypto++ 5.7

Definition at line 546 of file eccrypto.h.

Member Typedef Documentation

template<class EC >
typedef DL_PrivateKey_ECGDSA_ISO15946<EC> DL_Keys_ECGDSA_ISO15946< EC >::PrivateKey

Definition at line 549 of file eccrypto.h.

template<class EC >
typedef DL_PublicKey_ECGDSA_ISO15946<EC> DL_Keys_ECGDSA_ISO15946< EC >::PublicKey

Definition at line 548 of file eccrypto.h.


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