|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
ESIGN signature scheme, IEEE P1363a. More...
Inheritance diagram for ESIGN< H, STANDARD >:Additional Inherited Members | |
Public Types inherited from TF_SS< ESIGN_Keys, P1363_EMSA5, H > | |
| typedef P1363_EMSA5 | Standard |
| see SignatureStandard for a list of standards | |
| typedef Standard::SignatureMessageEncodingMethod | MessageEncodingMethod |
| typedef TF_SignatureSchemeOptions< TF_SS< ESIGN_Keys, P1363_EMSA5, H, int >, ESIGN_Keys, MessageEncodingMethod, H > | SchemeOptions |
| typedef PK_FinalTemplate< TF_SignerImpl< SchemeOptions > > | Signer |
| implements PK_Signer interface | |
| typedef PK_FinalTemplate< TF_VerifierImpl< SchemeOptions > > | Verifier |
| implements PK_Verifier interface | |
Public Types inherited from ESIGN_Keys | |
| typedef ESIGNFunction | PublicKey |
| typedef InvertibleESIGNFunction | PrivateKey |
Static Public Member Functions inherited from TF_SS< ESIGN_Keys, P1363_EMSA5, H > | |
| static std::string | StaticAlgorithmName () |
Static Public Member Functions inherited from ESIGN_Keys | |
| static const char * | StaticAlgorithmName () |
ESIGN signature scheme, IEEE P1363a.
| H | HashTransformation derived class |
| STANDARD | Signature encoding method |