class Akenti::PublicKey

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

Inheritance:


Public Methods

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


Documentation

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

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

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



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