Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
RsaPrivateKey.h File Reference
#include "CtrDrbgContext.h"
#include "mbedtls/rsa.h"
Include dependency graph for RsaPrivateKey.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cRsaPrivateKey
 Encapsulates an RSA private key used in PKI cryptography. More...
 

Typedefs

typedef std::shared_ptr< cRsaPrivateKeycRsaPrivateKeyPtr
 

Typedef Documentation

◆ cRsaPrivateKeyPtr

typedef std::shared_ptr<cRsaPrivateKey> cRsaPrivateKeyPtr

Definition at line 57 of file RsaPrivateKey.h.