class Akenti::KeyFactory

A KeyFactory is a reference-count pointer that wraps a KeyFactoryImpl.

Inheritance:


Public Methods

[more] KeyFactory (KeyFactoryImpl* impl)
Constructs a KeyFactory given a KeyFactoryImpl.
[more] ~KeyFactory ()
Destroys this object.
[more]static KeyFactory getInstance ()
Returns the KeyFactory from the installed Provider.


Documentation

A KeyFactory is a reference-count pointer that wraps a KeyFactoryImpl.

  *
  * Usage 1
  *
  *    KeyFactory fac = KeyFactory::getInstance();
  *    KeyPair pair = fac->generateRSAKeyPair(); 
  *    string enc = fac->getKeyEncoded("DER", pair.getPrivateKey());
  *     ....
  *
  * 

o KeyFactory(KeyFactoryImpl* impl)
Constructs a KeyFactory given a KeyFactoryImpl.

See Also:
KeyFactoryImpl
ref_ptr

o ~KeyFactory()
Destroys this object.

See Also:
ref_ptr

ostatic KeyFactory getInstance()
Returns the KeyFactory from the installed Provider.

See Also:
getProvider()
getKeyFactory()


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
KeyFactoryImpl
ProviderImpl
Provider
ref_ptr

Alphabetic index HTML hierarchy of classes or Java



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