AUI Framework
develop
Cross-platform base for C++ UI apps
|
Stores public and/or private RSA key. More...
#include <AUI/Crypt/ARsa.h>
Public Member Functions | |
AByteBuffer | encrypt (AByteBufferView in) |
AByteBuffer | decrypt (AByteBufferView in) |
size_t | getKeyLength () const |
AByteBuffer | getPrivateKeyPEM () const |
AByteBuffer | getPublicKeyPEM () const |
Public Member Functions inherited from aui::noncopyable | |
noncopyable (const noncopyable &)=delete | |
noncopyable & | operator= (const noncopyable &)=delete |
Static Public Member Functions | |
static _< ARsa > | generate (int bits=0x800) |
static _< ARsa > | fromPrivateKeyPEM (AByteBufferView buffer) |
static _< ARsa > | fromPublicKeyPEM (AByteBufferView buffer) |
Stores public and/or private RSA key.