namespace Akenti class PrivateKey : public ref_ptr<PrivateKeyImpl>

A PrivateKey object is a reference-count pointer that wraps a PrivateKeyImpl object

Inheritance:


Public Methods

PrivateKey (PrivateKeyImpl* impl = NULL)
Constructs a PrivateKey given a PrivatekeyImpl object
~PrivateKey ()
Decrements the count of references to the wrapped PrivatekeyImpl 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 PrivateKey object is a reference-count pointer that wraps a PrivateKeyImpl object.
PrivateKey(PrivateKeyImpl* impl = NULL)
Constructs a PrivateKey given a PrivatekeyImpl object. Typically a KeyFactory is used to create an instance of this class.
Parameters:
impl - wrapped PrivateKeyImpl object.
See Also:
PrivateKeyImpl
ref_ptr
initPrivateKey(const string&, const string&, const string&)
generateRSAKeyPair(int, unsigned long)
generateDSAKeyPair(int, const string&)
getPrivateKey()

~PrivateKey()
Decrements the count of references to the wrapped PrivatekeyImpl 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
PrivateKeyImpl
getPrivateKey()
getKeyEncoded(const string&, const PrivateKey&)
initPrivateKey(const string&, const string&, const string&)
generateRSAKeyPair(int, unsigned long)
generateDSAKeyPair(int, const string&)
initSign(const PrivateKey&)

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