![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | oci::ssl::Key_Content | 
Namespaces | |
| namespace | oci | 
| namespace | oci::ssl | 
Typedefs | |
| using | oci::Data = std::vector< unsigned char > | 
Enumerations | |
| enum class | oci::ssl::Algorithm { oci::ssl::SHA_1 , oci::ssl::SHA_256 } | 
Functions | |
| std::string | oci::ssl::base64_encode (const void *binary, size_t length) | 
| BASE64 encode encrypted data.  More... | |
| std::string | oci::ssl::base64_encode (const Data &data) | 
| Data | oci::ssl::base64_decode (const std::string &encoded) | 
| BASE64 decode an encoded string.  More... | |