crypto-service key generation contents moved into SW backend.
[platform/core/security/key-manager.git] / src / manager / crypto / sw-backend / store.h
index 0eb86cc..1a4d111 100644 (file)
@@ -32,6 +32,7 @@ public:
     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 &){}
 };