class Akenti::KeyStore

A KeyStore is a reference-count pointer that wraps a KeyStoreImpl.

Inheritance:


Public Methods

[more] KeyStore (KeyStoreImpl* impl)
Constructs a KeyStore given a KeyStoreImpl.
[more] ~KeyStore ()
Destroys this object.
[more]static KeyStore getInstance (const string& type)
Returns the KeyStore from the installed Provider.


Documentation

A KeyStore is a reference-count pointer that wraps a KeyStoreImpl.

  *
  * Usage 1
  *
  *    const KeyStore& st =  KeyStore::getInstance("pkcs12");
  *
  *    st->load("someFileName", "somePassword");
  *
  * 

o KeyStore(KeyStoreImpl* impl)
Constructs a KeyStore given a KeyStoreImpl.

See Also:
KeyStoreImpl
ref_ptr

o ~KeyStore()
Destroys this object.

See Also:
ref_ptr

ostatic KeyStore getInstance(const string& type)
Returns the KeyStore from the installed Provider.

See Also:
getProvider()
getKeyStoreImpl(const string&)


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

Alphabetic index HTML hierarchy of classes or Java



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