19#ifndef ENCRYPTIONKEYINFO_H_
20#define ENCRYPTIONKEYINFO_H_
22#include <pulsar/defines.h>
30class EncryptionKeyInfoImpl;
33typedef std::shared_ptr<EncryptionKeyInfoImpl> EncryptionKeyInfoImplPtr;
42 typedef std::map<std::string, std::string> StringMap;
79 EncryptionKeyInfoImplPtr impl_;
81 friend class PulsarWrapper;
Definition EncryptionKeyInfo.h:35
void setKey(std::string key)
void setMetadata(StringMap &metadata)
StringMap & getMetadata(void)
EncryptionKeyInfo(std::string key, StringMap &metadata)
Definition Authentication.h:31