]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/testKeychainAPI/testKeychainAPI/KCAPI_Cert.h
Security-57740.51.3.tar.gz
[apple/security.git] / SecurityTests / testKeychainAPI / testKeychainAPI / KCAPI_Cert.h
diff --git a/SecurityTests/testKeychainAPI/testKeychainAPI/KCAPI_Cert.h b/SecurityTests/testKeychainAPI/testKeychainAPI/KCAPI_Cert.h
deleted file mode 100644 (file)
index 12937f5..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-// ======================================================================
-//     File:           KCAPI_Cert.h
-//
-//     Operation classes for APIs for working with Certificates
-//             - KCFindX509Certificates
-//             - KCChooseCertificate
-//
-//
-//     Copyright:      Copyright (c) 2000,2003 Apple Computer, Inc. All Rights Reserved.
-//
-//     Change History (most recent first):
-//
-//              <1>    3/1/00  em              Created.
-// ======================================================================
-
-#ifndef __KCAPI_CERT__
-#define __KCAPI_CERT__
-
-#include "KCOperation.h"
-#include "KCOperationID.h"
-
-
-// ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
-//     ¥ COp_KCFindX509Certificates
-// ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
-class COp_KCFindX509Certificates : public KCOperation
-{
-public:
-OPERATION_ID(KCFindX509Certificates)
-
-                                                               COp_KCFindX509Certificates();
-       virtual OSStatus                        Operate();
-
-protected:
-};
-
-// ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
-//     ¥ COp_KCChooseCertificate
-// ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
-class COp_KCChooseCertificate : public KCOperation
-{
-public:
-OPERATION_ID(KCChooseCertificate)
-
-                                                               COp_KCChooseCertificate();
-       virtual OSStatus                        Operate();
-
-protected:
-};
-
-#endif // __KCAPI_CERT__