OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::OpenSSLPEM Class Reference

#include <pem.hpp>

Static Public Member Functions

static bool pem_encode (BufferAllocated &dst, const unsigned char *src, size_t src_len, const std::string &key_name)
 
static bool pem_decode (BufferAllocated &dst, const char *src, size_t src_len, const std::string &key_name)
 

Detailed Description

Definition at line 34 of file pem.hpp.

Member Function Documentation

◆ pem_decode()

static bool openvpn::OpenSSLPEM::pem_decode ( BufferAllocated dst,
const char *  src,
size_t  src_len,
const std::string &  key_name 
)
inlinestatic

Definition at line 65 of file pem.hpp.

◆ pem_encode()

static bool openvpn::OpenSSLPEM::pem_encode ( BufferAllocated dst,
const unsigned char *  src,
size_t  src_len,
const std::string &  key_name 
)
inlinestatic

Definition at line 37 of file pem.hpp.


The documentation for this class was generated from the following file: