| class CXmlSecKeyManager : public CBase |
Class that contains key manager.
Class allows application to have only one key menager. Class should be used internal.
XmlSecWrapper.dll S60 v3.2
| Public Member Functions | |
|---|---|
| ~CXmlSecKeyManager() | |
| LOCAL_C CXmlSecKeyManager * | GetInstanceL() |
| xmlSecKeysMngr * | GetKeyManagerPtr() |
| Private Member Functions | |
|---|---|
| CXmlSecKeyManager() | |
| void | ConstructL() |
| Private Attributes | |
|---|---|
| xmlSecKeysMngr * | iKeyManager |
| LOCAL_C CXmlSecKeyManager * | GetInstanceL | ( | ) |
Gets instance of key manager.
S60 v3.2
Key manager instance.
| xmlSecKeysMngr * | GetKeyManagerPtr | ( | ) |
Gets pointer to XmlSec key manager.
S60 v3.2
Key manager pointer.