class Akenti::PrivateKey

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

Inheritance:


Public Methods

[more] PrivateKey (PrivateKeyImpl* impl = NULL)
Constructs a PrivateKey given a PrivatekeyImpl object.
[more] ~PrivateKey ()
Decrements the count of references to the wrapped PrivatekeyImpl object.


Documentation

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

o 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()

o ~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 HTML hierarchy of classes or Java



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