#include <RakNetTypes.h>
Public Attributes | |
| PublicKeyMode | publicKeyMode |
| How to interpret the public key, see above. | |
| char * | remoteServerPublicKey |
| Pointer to a public key of length cat::EasyHandshake::PUBLIC_KEY_BYTES. See the Encryption sample. | |
| char * | myPublicKey |
| (Optional) Pointer to a public key of length cat::EasyHandshake::PUBLIC_KEY_BYTES | |
| char * | myPrivateKey |
| (Optional) Pointer to a private key of length cat::EasyHandshake::PRIVATE_KEY_BYTES | |
1.5.7.1