18 #ifndef _DECAF_SECURITY_KEY_H
19 #define _DECAF_SECURITY_KEY_H
75 virtual std::string getAlgorithm()
const = 0;
85 virtual void getEncoded(std::vector<unsigned char>& output)
const = 0;
100 virtual std::string getFormat()
const = 0;
The Key interface is the top-level interface for all keys.
Definition: Key.h:64
#define DECAF_API
Definition: Config.h:29