namespace Akenti class OpenSSLSignatureImpl : public SignatureImpl This class implements the digital signature interface defined in SignatureImpl by holding a ENV_MD_CTX object and wrapping the appropriate openssl functions
| | getAlgorithm () const Returns a string that identifies the algorithm, independent of implementation details |
This class implements the digital signature interface defined in SignatureImpl by holding a ENV_MD_CTX object and wrapping the appropriate openssl functions. Typically the clients will not deal with an instance of this class directly. Instead they interact with the Signature reference-count pointer.
void resetEngine()
void doUpdate(const string &data, int offset, int len)
offset - start index
len - the number of bytes to use starting at offset
string doSign()
SecurityException if signature fails
bool doVerify(const string &signature)
string paramString() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de