tz-backend: Implement asymmetric operations
[platform/core/security/key-manager.git] / src / manager / common / data-type.h
index 30829e1..014869f 100644 (file)
@@ -84,6 +84,7 @@ public:
        bool isKeyPublic() const;
        bool isCertificate() const;
        bool isBinaryData() const;
+       bool isEllipticCurve() const;
 
        static bool isInRange(int data);
        static DataType getChainDatatype(unsigned int index);