8#include <openssl/bio.h>
10namespace Arp {
namespace System {
namespace Commons {
namespace Security {
namespace Internal
24 operator BIO*()
const;
29 void Seek(
int offset);
Definition: OpenSslBio.hpp:14
OpenSslBio(BIO_METHOD *type)
Constructs an CertificateStore instance.
Definition: OpenSslBio.cpp:24
~OpenSslBio(void)
Destructs this instance and frees all resources.
Definition: OpenSslBio.cpp:51
OpenSslBio & operator=(const OpenSslBio &arg)=delete
Assignment operator.
OpenSslBio(const OpenSslBio &arg)=delete
Copy constructor.
Root namespace for the PLCnext API