namespace Akenti class PublicKey : public ref_ptr<PublicKeyImpl>

A PublicKey object is a reference-count pointer that wraps a PublicKeyImpl object

Inheritance:


Public Methods

PublicKey (PublicKeyImpl *impl = NULL)
Constructs a PublicKey given a PublickeyImpl object
~PublicKey ()
Decrements the count of references to the wrapped PublickeyImpl object

Inherited from ref_ptr:

Public Methods

ref_ptr & operator=(const ref_ptr& rhs)
T* operator->() const
operator void*() const
T* get() const

Documentation

A PublicKey object is a reference-count pointer that wraps a PublicKeyImpl object.
PublicKey(PublicKeyImpl *impl = NULL)
Constructs a PublicKey given a PublickeyImpl object. Typically a KeyFactory is used to create an instance of this class.
Parameters:
impl - wrapped PublicKeyImpl object.
See Also:
PublicKeyImpl
ref_ptr
initPublicKey(const string&, const string&, const string&)
generateRSAKeyPair(int, unsigned long)
generateDSAKeyPair(int, const string&)
getPublicKey()

~PublicKey()
Decrements the count of references to the wrapped PublickeyImpl object. If this count is zero, then the wrapped object is deleted.
See Also:
ref_ptr


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
ref_ptr
PublicKeyImpl
getPublicKey()
getKeyEncoded(const string&, const PublicKey&)
initPublicKey(const string&, const string&, const string&)
generateRSAKeyPair(int, unsigned long)
generateDSAKeyPair(int, const string&)
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