class Akenti::KeyStore |
A KeyStore is a reference-count pointer that wraps a KeyStoreImpl.
![]() | KeyStore (KeyStoreImpl* impl) Constructs a KeyStore given a KeyStoreImpl. |
![]() | ~KeyStore () Destroys this object. |
![]() | getInstance (const string& type) Returns the KeyStore from the installed Provider. |
A KeyStore is a reference-count pointer that wraps a KeyStoreImpl.* * Usage 1 * * const KeyStore& st = KeyStore::getInstance("pkcs12"); * * st->load("someFileName", "somePassword"); * *
Alphabetic index HTML hierarchy of classes or Java