crypto-service key generation contents moved into SW backend.
[platform/core/security/key-manager.git] / src / manager / crypto / sw-backend / store.h
index dc7a78c..1a4d111 100644 (file)
@@ -29,9 +29,10 @@ namespace SW {
 
 class Store : public GStore {
 public:
-    explicit Store(CryptoBackend backendId) : GStore(backendId) {}
+    explicit Store(CryptoBackend backendId);
 
     virtual GKeyShPtr getKey(const Token &token);
+    virtual TokenPair generateAKey(const CryptoAlgorithm &);
     virtual Token import(DataType dataType, const RawBuffer &buffer);
     virtual void destroy(const Token &){}
 };