namespace Akenti class PublicKeyImpl

This abstract class mainly serves to group all public key objects

Inheritance:


Public Methods

virtual string getAlgorithm () const
Returns the standard algorithm name for this key
virtual string paramString () const
Returns a string representation of this key for debugging purposes

Protected Methods

PublicKeyImpl ()
Constructor

Documentation

This abstract class mainly serves to group all public key objects.
virtual string getAlgorithm() const
Returns the standard algorithm name for this key. For example, "DSA" would indicate that this key is a DSA key.
Returns:
the name of the algorithm associated with this key.

virtual string paramString() const
Returns a string representation of this key for debugging purposes.
Returns:
debugging info

PublicKeyImpl()
Constructor


Direct child classes:
OpenSSLPublicKeyImpl
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
KeyPair
getPublicKey()
KeyFactory
getKeyEncoded(const string&, const PublicKey&)
initPublicKey(const string&, const string&, const string&)
generateRSAKeyPair(int, unsigned long)
generateDSAKeyPair(int, const string&)
Signature
initVerify(const PublicKey&)

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