14#include "AUI/Common/SharedPtrTypes.h"
15#include "AUI/Common/AByteBuffer.h"
25 explicit ARsa(
void* rsa);
33 size_t getKeyLength()
const;
38 static _<ARsa> generate(
int bits = 0x800);
Acts like std::string_view but for AByteBuffer.
Definition AByteBufferView.h:24
std::vector-like growing array for byte storage.
Definition AByteBuffer.h:31
An std::weak_ptr with AUI extensions.
Definition SharedPtrTypes.h:178
Forbids copy of your class.
Definition values.h:40