Botan  1.11.15
Public Types | Public Member Functions | Protected Member Functions
Botan::EMSA1 Class Reference

#include <emsa1.h>

Inheritance diagram for Botan::EMSA1:
Botan::EMSA Botan::EMSA1_BSI

List of all members.

Public Types

typedef SCAN_Name Spec

Public Member Functions

 EMSA1 (HashFunction *hash)

Protected Member Functions

size_t hash_output_length () const

Detailed Description

EMSA1 from IEEE 1363 Essentially, sign the hash directly

Definition at line 20 of file emsa1.h.


Member Typedef Documentation

typedef SCAN_Name Botan::EMSA::Spec [inherited]

Definition at line 23 of file emsa.h.


Constructor & Destructor Documentation

Botan::EMSA1::EMSA1 ( HashFunction hash) [inline]
Parameters:
hashthe hash function to use

Definition at line 26 of file emsa1.h.

: m_hash(hash) {}

Member Function Documentation

size_t Botan::EMSA1::hash_output_length ( ) const [inline, protected]

Definition at line 29 of file emsa1.h.

References m_hash.

{ return m_hash->output_length(); }

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