|
wxExtend
Additional templates and function helpers for wxWidgets
|
RSA AES Cryptographics Session. More...
#include <wxex/crypto.h>
Public Member Functions | |
| wxCryptoSessionRSAAES () | |
| Creates a new RSA AES cryptographics session. | |
Public Member Functions inherited from wxCryptoSession | |
| wxCryptoSession () | |
| Creates a new cryptographics session. | |
| virtual | ~wxCryptoSession () |
| Destructor. | |
| bool | IsOk () const noexcept |
| Has the session creation been successful? | |
| operator HCRYPTPROV () const noexcept | |
Additional Inherited Members | |
Protected Attributes inherited from wxCryptoSession | |
| HCRYPTPROV | m_h |
| Session Handle. | |
RSA AES Cryptographics Session.