class Akenti::PublicKeyImpl

This abstract class mainly serves to group all public key objects.

Public Methods

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

Protected Methods

[more] PublicKeyImpl ()
Constructor


Documentation

This abstract class mainly serves to group all public key objects.

ovirtual string getAlgorithm() const = 0
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.

ovirtual string paramString() const = 0
Returns a string representation of this key for debugging purposes.

Returns:
debugging info

o PublicKeyImpl()
Constructor


This class has no child classes.
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 HTML hierarchy of classes or Java



This page was generated with the help of DOC++.