olp-cpp-sdk
1.22.0
|
An encryption scheme of the catalog. More...
#include <Catalog.h>
Public Member Functions | |
Encryption (const Encryption &)=default | |
Encryption (Encryption &&)=default | |
Encryption & | operator= (const Encryption &)=default |
Encryption & | operator= (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... | |
An encryption scheme of the catalog.
|
inline |
Gets the encryption algorithm.
|
inline |
Gets a mutable reference to the encryption algorithm.
|
inline |
Sets the encryption algorithm.
value | The encryption algorithm. |