olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::read::model::Encryption Class Reference

An encryption scheme of the catalog. More...

#include <Catalog.h>

Public Member Functions

 Encryption (const Encryption &)=default
 
 Encryption (Encryption &&)=default
 
Encryptionoperator= (const Encryption &)=default
 
Encryptionoperator= (Encryption &&)=default
 
const std::string & GetAlgorithm () const
 Gets the encryption algorithm. More...
 
std::string & GetMutableAlgorithm ()
 Gets a mutable reference to the encryption algorithm. More...
 
void SetAlgorithm (const std::string &value)
 Sets the encryption algorithm. More...
 

Detailed Description

An encryption scheme of the catalog.

Member Function Documentation

◆ GetAlgorithm()

const std::string& olp::dataservice::read::model::Encryption::GetAlgorithm ( ) const
inline

Gets the encryption algorithm.

Returns
The encryption algorithm.

◆ GetMutableAlgorithm()

std::string& olp::dataservice::read::model::Encryption::GetMutableAlgorithm ( )
inline

Gets a mutable reference to the encryption algorithm.

Returns
The mutable reference to the encryption algorithm.

◆ SetAlgorithm()

void olp::dataservice::read::model::Encryption::SetAlgorithm ( const std::string &  value)
inline

Sets the encryption algorithm.

Parameters
valueThe encryption algorithm.

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