#include <signing_key.h>
◆ Signing_Key() [1/5]
      
        
          | oci::Signing_Key::Signing_Key  | 
          ( | 
          const std::string &  | 
          file_name | ) | 
           | 
        
      
 
Constructor. 
Read the key from the file. 
 
 
◆ Signing_Key() [2/5]
Constructor. 
Read the key from the memory string. 
 
 
◆ Signing_Key() [3/5]
      
        
          | oci::Signing_Key::Signing_Key  | 
          ( | 
           | ) | 
           | 
        
      
 
Constructor. 
Generate a key. 
 
 
◆ Signing_Key() [4/5]
◆ Signing_Key() [5/5]
◆ get_public_key()
  
  
      
        
          | std::string oci::Signing_Key::get_public_key  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator bool()
  
  
      
        
          | oci::Signing_Key::operator bool  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ sign() [1/2]
      
        
          | Data oci::Signing_Key::sign  | 
          ( | 
          const std::string &  | 
          message | ) | 
           | 
        
      
 
 
◆ sign() [2/2]
      
        
          | Data oci::Signing_Key::sign  | 
          ( | 
          const void *  | 
          message,  | 
        
        
           | 
           | 
          size_t  | 
          length  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ m_private_key
Private key from a local file, used to Signing_Key::sign() requests. 
 
 
◆ m_public_key
  
  
      
        
          | std::string oci::Signing_Key::m_public_key | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: