Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ECVerifier Class Template Reference

Elliptic Curve Message Signature Verifier. More...

#include <eccrypto.h>

Inheritance diagram for ECVerifier:

VerifierTemplate PK_WithPrecomputation PK_Verifier SignatureSystemBaseTemplate PK_Precomputation PK_SignatureSystem PK_SignatureSystem List of all members.

Public Types

typedef EC::Point Point

Public Methods

 ECVerifier (const ECPublicKey< EC > &key)
 ECVerifier (const ECParameters< EC > &params,const Point &Q)
 ECVerifier (const OID &oid,const Point &Q)
 ECVerifier (const EC &ec,const Point &G,const Integer &n,const Point &Q)
 ECVerifier (BufferedTransformation &bt)

Detailed Description

template<class EC, class H, ECSignatureScheme SS = ECNR> class ECVerifier

Elliptic Curve Message Signature Verifier.

Definition at line 310 of file eccrypto.h.


Member Typedef Documentation

template<class EC, class H, ECSignatureScheme SS = ECNR>
typedef EC::Point ECVerifier<EC, H, SS>::Point
 

Definition at line 314 of file eccrypto.h.


Constructor & Destructor Documentation

template<class EC, class H, ECSignatureScheme SS = ECNR>
ECVerifier<EC, H, SS>::ECVerifier<EC, H, SS> ( const ECPublicKey< EC > & key ) [inline]
 

Definition at line 316 of file eccrypto.h.

template<class EC, class H, ECSignatureScheme SS = ECNR>
ECVerifier<EC, H, SS>::ECVerifier<EC, H, SS> ( const ECParameters< EC > & params,
const Point & Q ) [inline]
 

Definition at line 316 of file eccrypto.h.

template<class EC, class H, ECSignatureScheme SS = ECNR>
ECVerifier<EC, H, SS>::ECVerifier<EC, H, SS> ( const OID & oid,
const Point & Q ) [inline]
 

Definition at line 316 of file eccrypto.h.

template<class EC, class H, ECSignatureScheme SS = ECNR>
ECVerifier<EC, H, SS>::ECVerifier<EC, H, SS> ( const EC & ec,
const Point & G,
const Integer & n,
const Point & Q ) [inline]
 

Definition at line 316 of file eccrypto.h.

template<class EC, class H, ECSignatureScheme SS = ECNR>
ECVerifier<EC, H, SS>::ECVerifier<EC, H, SS> ( BufferedTransformation & bt ) [inline]
 

Definition at line 316 of file eccrypto.h.


The documentation for this class was generated from the following file:
Generated at Mon Jan 15 01:16:48 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000