namespace Akenti class KeyStore : public ref_ptr<KeyStoreImpl>

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

Inheritance:


Public Methods

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

Inherited from ref_ptr:

Public Methods

ref_ptr & operator=(const ref_ptr& rhs)
T* operator->() const
operator void*() const
T* get() const

Documentation

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

Usage 1

const KeyStore& st =  KeyStore::getInstance("pkcs12");

st->load("someFileName", "somePassword");

KeyStore(KeyStoreImpl *impl)
Constructs a KeyStore given a KeyStoreImpl.
See Also:
KeyStoreImpl
ref_ptr

~KeyStore()
Destroys this object.
See Also:
ref_ptr

static 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 hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de