AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Stores public and/or private RSA key. More...
Stores public and/or private RSA key.
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) |
#include <AUI/Crypt/ARsa.h>