Botan  2.1.0
Crypto and TLS for C++11
Public Member Functions | List of all members
Botan::EMSA_Raw Class Referencefinal

#include <emsa_raw.h>

Inheritance diagram for Botan::EMSA_Raw:
Botan::EMSA

Public Member Functions

EMSAclone () override
 

Detailed Description

EMSA-Raw - sign inputs directly Don't use this unless you know what you are doing.

Definition at line 19 of file emsa_raw.h.

Member Function Documentation

EMSA* Botan::EMSA_Raw::clone ( )
inlineoverridevirtual
Returns
a new object representing the same encoding method as *this

Implements Botan::EMSA.

Definition at line 22 of file emsa_raw.h.

22 { return new EMSA_Raw(); }

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