ServerKeyInfo.h
Go to the documentation of this file.
34 DB_EDGEVIS_SDK ServerKeyInfo(const std::wstring& id, const std::wstring& key, const std::wstring& fingerprint = L"", OpResult result = OR_Unknown, const std::wstring& key_version = L"V2");
DB_EDGEVIS_SDK OpResult GetResult() const
Gets the result that was set when the key info was populated.
DB_EDGEVIS_SDK std::wstring KeyVersion() const
Gets the server's encryption key version.
Holds the server encryption key information.
Definition: ServerKeyInfo.h:29
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK std::wstring Fingerprint() const
Gets the server's encryption key fingerprint.
DB_EDGEVIS_SDK std::wstring Key() const
Gets the server's encryption key.