]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_keychain/lib/Identity.h
Security-55471.14.4.tar.gz
[apple/security.git] / libsecurity_keychain / lib / Identity.h
index b39a3c268c8ecb2123b6d314fa5d11b4f5e00694..5ea548bdb551a184b2a0c13b0ba3f8ce4f540f98 100644 (file)
@@ -54,6 +54,7 @@ public:
        bool operator == (const Identity &other) const;
 
        bool equal(SecCFObject &other);
        bool operator == (const Identity &other) const;
 
        bool equal(SecCFObject &other);
+    CFHashCode hash();
 
 private:
        SecPointer<KeyItem> mPrivateKey;
 
 private:
        SecPointer<KeyItem> mPrivateKey;