class Akenti::KeyStoreImpl


Inheritance:


Public Methods

[more]virtual ~KeyStoreImpl ()
Deletes this object
[more]const string& getType ()
[more]const PrivateKey& getPrivateKey () const
[more]const Certificate& getSubjectCertificate () const
[more]const vector<Certificate> & getCaCertificates () const
[more]virtual void load (const string& fileName, const string& password)

Protected Methods

[more] KeyStoreImpl (const string& type_arg)
Constructs this object


Documentation

ovirtual ~KeyStoreImpl()
Deletes this object

oconst string& getType()

oconst PrivateKey& getPrivateKey() const

oconst Certificate& getSubjectCertificate() const

oconst vector<Certificate> & getCaCertificates() const

ovirtual void load(const string& fileName, const string& password) = 0

o KeyStoreImpl(const string& type_arg)
Constructs this object


Direct child classes:
PKCS12KeyStoreImpl
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1

Alphabetic index HTML hierarchy of classes or Java



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