diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000000000000000000000000000000000000..cdd3a6b3491f947e0ece501376c0008671b864fa
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,6 @@
+source "https://rubygems.org"
+
+gem "fastlane"
+
+plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
+eval_gemfile(plugins_path) if File.exist?(plugins_path)
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000000000000000000000000000000000000..89ab050a221a5ff4c730af6c28bbb5e958ee4b0d
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,161 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    CFPropertyList (3.0.0)
+    addressable (2.5.2)
+      public_suffix (>= 2.0.2, < 4.0)
+    atomos (0.1.3)
+    babosa (1.0.2)
+    claide (1.0.2)
+    colored (1.2)
+    colored2 (3.1.2)
+    commander-fastlane (4.4.6)
+      highline (~> 1.7.2)
+    declarative (0.0.10)
+    declarative-option (0.1.0)
+    digest-crc (0.4.1)
+    domain_name (0.5.20180417)
+      unf (>= 0.0.5, < 1.0.0)
+    dotenv (2.5.0)
+    emoji_regex (0.1.1)
+    excon (0.62.0)
+    faraday (0.15.4)
+      multipart-post (>= 1.2, < 3)
+    faraday-cookie_jar (0.0.6)
+      faraday (>= 0.7.4)
+      http-cookie (~> 1.0.0)
+    faraday_middleware (0.12.2)
+      faraday (>= 0.7.4, < 1.0)
+    fastimage (2.1.5)
+    fastlane (2.110.0)
+      CFPropertyList (>= 2.3, < 4.0.0)
+      addressable (>= 2.3, < 3.0.0)
+      babosa (>= 1.0.2, < 2.0.0)
+      bundler (>= 1.12.0, < 2.0.0)
+      colored
+      commander-fastlane (>= 4.4.6, < 5.0.0)
+      dotenv (>= 2.1.1, < 3.0.0)
+      emoji_regex (~> 0.1)
+      excon (>= 0.45.0, < 1.0.0)
+      faraday (~> 0.9)
+      faraday-cookie_jar (~> 0.0.6)
+      faraday_middleware (~> 0.9)
+      fastimage (>= 2.1.0, < 3.0.0)
+      gh_inspector (>= 1.1.2, < 2.0.0)
+      google-api-client (>= 0.21.2, < 0.24.0)
+      google-cloud-storage (>= 1.15.0, < 2.0.0)
+      highline (>= 1.7.2, < 2.0.0)
+      json (< 3.0.0)
+      mini_magick (~> 4.5.1)
+      multi_json
+      multi_xml (~> 0.5)
+      multipart-post (~> 2.0.0)
+      plist (>= 3.1.0, < 4.0.0)
+      public_suffix (~> 2.0.0)
+      rubyzip (>= 1.2.2, < 2.0.0)
+      security (= 0.1.3)
+      simctl (~> 1.6.3)
+      slack-notifier (>= 2.0.0, < 3.0.0)
+      terminal-notifier (>= 1.6.2, < 2.0.0)
+      terminal-table (>= 1.4.5, < 2.0.0)
+      tty-screen (>= 0.6.3, < 1.0.0)
+      tty-spinner (>= 0.8.0, < 1.0.0)
+      word_wrap (~> 1.0.0)
+      xcodeproj (>= 1.6.0, < 2.0.0)
+      xcpretty (~> 0.3.0)
+      xcpretty-travis-formatter (>= 0.0.3)
+    fastlane-plugin-pgyer (0.2.2)
+    gh_inspector (1.1.3)
+    google-api-client (0.23.9)
+      addressable (~> 2.5, >= 2.5.1)
+      googleauth (>= 0.5, < 0.7.0)
+      httpclient (>= 2.8.1, < 3.0)
+      mime-types (~> 3.0)
+      representable (~> 3.0)
+      retriable (>= 2.0, < 4.0)
+      signet (~> 0.9)
+    google-cloud-core (1.2.7)
+      google-cloud-env (~> 1.0)
+    google-cloud-env (1.0.5)
+      faraday (~> 0.11)
+    google-cloud-storage (1.15.0)
+      digest-crc (~> 0.4)
+      google-api-client (~> 0.23)
+      google-cloud-core (~> 1.2)
+      googleauth (~> 0.6.2)
+    googleauth (0.6.7)
+      faraday (~> 0.12)
+      jwt (>= 1.4, < 3.0)
+      memoist (~> 0.16)
+      multi_json (~> 1.11)
+      os (>= 0.9, < 2.0)
+      signet (~> 0.7)
+    highline (1.7.10)
+    http-cookie (1.0.3)
+      domain_name (~> 0.5)
+    httpclient (2.8.3)
+    json (2.1.0)
+    jwt (2.1.0)
+    memoist (0.16.0)
+    mime-types (3.2.2)
+      mime-types-data (~> 3.2015)
+    mime-types-data (3.2018.0812)
+    mini_magick (4.5.1)
+    multi_json (1.13.1)
+    multi_xml (0.6.0)
+    multipart-post (2.0.0)
+    nanaimo (0.2.6)
+    naturally (2.2.0)
+    os (1.0.0)
+    plist (3.4.0)
+    public_suffix (2.0.5)
+    representable (3.0.4)
+      declarative (< 0.1.0)
+      declarative-option (< 0.2.0)
+      uber (< 0.2.0)
+    retriable (3.1.2)
+    rouge (2.0.7)
+    rubyzip (1.2.2)
+    security (0.1.3)
+    signet (0.11.0)
+      addressable (~> 2.3)
+      faraday (~> 0.9)
+      jwt (>= 1.5, < 3.0)
+      multi_json (~> 1.10)
+    simctl (1.6.5)
+      CFPropertyList
+      naturally
+    slack-notifier (2.3.2)
+    terminal-notifier (1.8.0)
+    terminal-table (1.8.0)
+      unicode-display_width (~> 1.1, >= 1.1.1)
+    tty-cursor (0.6.0)
+    tty-screen (0.6.5)
+    tty-spinner (0.9.0)
+      tty-cursor (~> 0.6.0)
+    uber (0.1.0)
+    unf (0.1.4)
+      unf_ext
+    unf_ext (0.0.7.5)
+    unicode-display_width (1.4.0)
+    word_wrap (1.0.0)
+    xcodeproj (1.7.0)
+      CFPropertyList (>= 2.3.3, < 4.0)
+      atomos (~> 0.1.3)
+      claide (>= 1.0.2, < 2.0)
+      colored2 (~> 3.1)
+      nanaimo (~> 0.2.6)
+    xcpretty (0.3.0)
+      rouge (~> 2.0.7)
+    xcpretty-travis-formatter (1.0.0)
+      xcpretty (~> 0.2, >= 0.0.7)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  fastlane
+  fastlane-plugin-pgyer
+
+BUNDLED WITH
+   1.16.0
diff --git a/H5Demo.xcodeproj/project.pbxproj b/H5Demo.xcodeproj/project.pbxproj
new file mode 100755
index 0000000000000000000000000000000000000000..cb92a626db34efc7fcb2c36745fae6e31ed577e8
--- /dev/null
+++ b/H5Demo.xcodeproj/project.pbxproj
@@ -0,0 +1,984 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 46;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		00724FB3823AF8109AAE596C /* mPaas.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F40389E1D9BF01E32CAB784 /* mPaas.framework */; };
+		028E3755C0A8416233081631 /* UTDID.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 631A2827463E6F20F98345F9 /* UTDID.framework */; };
+		0A9B991B5812C95775F54C54 /* APMobileNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CABF2A3767DCD77B5F364C13 /* APMobileNetwork.framework */; };
+		0B9AEB4EB5BADC61E4A1EE59 /* DynamicReleaseInterface+H5Demo.m in Sources */ = {isa = PBXBuildFile; fileRef = EFB09A54F53E4E4BAC3F0246 /* DynamicReleaseInterface+H5Demo.m */; };
+		17D3CC3733C36405F1ABF095 /* APLogAdditions+H5Demo.m in Sources */ = {isa = PBXBuildFile; fileRef = A2AAB0950A071A336FEC517F /* APLogAdditions+H5Demo.m */; };
+		294AAFEFC2F2FD028173F84C /* NebulaAppManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1652C33939E7BD8D70A5435 /* NebulaAppManager.framework */; };
+		3034040ED90885956640966D /* DynamicDeployment.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 66BFE53BF68627A6543A9DA0 /* DynamicDeployment.bundle */; };
+		37B9D24B053E77186EA46D8A /* APProtocolBuffers.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A6F616B4234F0CF1BF5D8C9 /* APProtocolBuffers.framework */; };
+		441AC9801F35B88300D81786 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441AC97F1F35B88300D81786 /* AssetsLibrary.framework */; };
+		441AC9821F35B89100D81786 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 441AC9811F35B89100D81786 /* AVFoundation.framework */; };
+		4425E40E20FDF735003AA932 /* MPWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4425E40D20FDF735003AA932 /* MPWebView.m */; };
+		44C232001F1F571A00B7BE01 /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44C231FF1F1F571A00B7BE01 /* UserNotifications.framework */; };
+		44DED88C20071BE700EECEEB /* H52Native.html in Resources */ = {isa = PBXBuildFile; fileRef = 44DED85B20071BE700EECEEB /* H52Native.html */; };
+		44DED88D20071BE700EECEEB /* H5JsApiTest.html in Resources */ = {isa = PBXBuildFile; fileRef = 44DED85C20071BE700EECEEB /* H5JsApiTest.html */; };
+		44DED88E20071BE700EECEEB /* Native2H5.html in Resources */ = {isa = PBXBuildFile; fileRef = 44DED85D20071BE700EECEEB /* Native2H5.html */; };
+		44DED89020071BE700EECEEB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 44DED86120071BE700EECEEB /* Assets.xcassets */; };
+		44DED89120071BE700EECEEB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44DED86220071BE700EECEEB /* LaunchScreen.storyboard */; };
+		44DED89220071BE700EECEEB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 44DED86420071BE700EECEEB /* Main.storyboard */; };
+		44DED89420071BE700EECEEB /* DemoIndexViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED86920071BE700EECEEB /* DemoIndexViewController.m */; };
+		44DED89520071BE700EECEEB /* DemoQuestionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED86B20071BE700EECEEB /* DemoQuestionCell.m */; };
+		44DED89620071BE700EECEEB /* DemoQuestionTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED86D20071BE700EECEEB /* DemoQuestionTableViewController.m */; };
+		44DED89720071BE700EECEEB /* H5AppManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED86F20071BE700EECEEB /* H5AppManager.m */; };
+		44DED89820071BE700EECEEB /* H5Container.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED87120071BE700EECEEB /* H5Container.m */; };
+		44DED89920071BE700EECEEB /* H5JsApi4DemoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED87320071BE700EECEEB /* H5JsApi4DemoTest.m */; };
+		44DED89A20071BE700EECEEB /* H5JsApi4HXTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED87520071BE700EECEEB /* H5JsApi4HXTest.m */; };
+		44DED89C20071BE700EECEEB /* H5NavigationTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED87920071BE700EECEEB /* H5NavigationTitleView.m */; };
+		44DED89D20071BE700EECEEB /* H5Plugin4DemoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED87B20071BE700EECEEB /* H5Plugin4DemoTest.m */; };
+		44DED89E20071BE700EECEEB /* H5Plugin4TitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED87D20071BE700EECEEB /* H5Plugin4TitleView.m */; };
+		44DED89F20071BE700EECEEB /* H5WebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED87F20071BE700EECEEB /* H5WebViewController.m */; };
+		44DED8A220071BE700EECEEB /* DemoPlugins.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 44DED88320071BE700EECEEB /* DemoPlugins.bundle */; };
+		44DED8A320071BE700EECEEB /* DemoPresetApps.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 44DED88420071BE700EECEEB /* DemoPresetApps.bundle */; };
+		44DED8A420071BE700EECEEB /* CALayer+borderUIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED88720071BE700EECEEB /* CALayer+borderUIColor.m */; };
+		44DED8A520071BE700EECEEB /* UIButton+backgroundRect.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED88A20071BE700EECEEB /* UIButton+backgroundRect.m */; };
+		44DED8B620073B7D00EECEEB /* DemoConfigServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED8B420073B7D00EECEEB /* DemoConfigServer.m */; };
+		44DED8BC200745E600EECEEB /* AUBarButtonItem+MTPortal.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED8B9200745E600EECEEB /* AUBarButtonItem+MTPortal.m */; };
+		44DED8BD200745E600EECEEB /* AUThemeManager+MTPortal.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED8BB200745E600EECEEB /* AUThemeManager+MTPortal.m */; };
+		44DED8C12007464300EECEEB /* APCommonUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44DED8BE2007464300EECEEB /* APCommonUI.framework */; };
+		44DED8C22007464300EECEEB /* AntUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44DED8BF2007464300EECEEB /* AntUI.framework */; };
+		44DED8C32007464300EECEEB /* AntUIShellForMpass.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44DED8C02007464300EECEEB /* AntUIShellForMpass.framework */; };
+		44DED8C620074B7100EECEEB /* H5Plugin4NavigationBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DED8C520074B7100EECEEB /* H5Plugin4NavigationBar.m */; };
+		44DED8C820075CDE00EECEEB /* public_key.pem in Resources */ = {isa = PBXBuildFile; fileRef = 44DED8C720075CDE00EECEEB /* public_key.pem */; };
+		44F32ECB1DDDC82300D07E77 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44F32ECA1DDDC82300D07E77 /* MessageUI.framework */; };
+		44F32ECD1DDDC83400D07E77 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44F32ECC1DDDC83400D07E77 /* MessageUI.framework */; };
+		54B92025A491C681ADC4D046 /* APMobileFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A6FB0B38E0774BD66339AFE5 /* APMobileFramework.framework */; };
+		55F3A21AACB7A0E16238B0DB /* MPHotpatchSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA085CDDB7BC2E7AB3D19BFE /* MPHotpatchSDK.framework */; };
+		56A56455CBBDDB9F88B61530 /* MPaaSInterface+H5Demo.m in Sources */ = {isa = PBXBuildFile; fileRef = AFB5BC7DE121D239B390BDAD /* MPaaSInterface+H5Demo.m */; };
+		5903DBDB1D113BEA00B7343C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5903DBDA1D113BEA00B7343C /* CoreMotion.framework */; };
+		5903DBDD1D113BEF00B7343C /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5903DBDC1D113BEF00B7343C /* Accelerate.framework */; };
+		590E3FCA1D0FF9A10018A389 /* ic_launcher.png in Resources */ = {isa = PBXBuildFile; fileRef = 590E3FC81D0FF9A10018A389 /* ic_launcher.png */; };
+		590E3FCB1D0FF9A10018A389 /* menu_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 590E3FC91D0FF9A10018A389 /* menu_icon.png */; };
+		85C4B21873BF425848BDFE29 /* DTFrameworkInterface+H5Demo.m in Sources */ = {isa = PBXBuildFile; fileRef = B8F946822CAC3C1AB8724E34 /* DTFrameworkInterface+H5Demo.m */; };
+		895D0DF7B178861CD5A9BCAC /* MPDataCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B8E9D69EE34C0E2B1A4E711 /* MPDataCenter.framework */; };
+		8EE2A35B33F9B5A5D95AB449 /* AutoTracker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52A4FF7925AA39457C590478 /* AutoTracker.framework */; };
+		8F4189152175C8C900A4EB63 /* ContainerVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F4189142175C8C900A4EB63 /* ContainerVC.m */; };
+		90B1B5D6B435103A5717D0F4 /* SGMain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC18A0C5872FDD8CFBD67952 /* SGMain.framework */; };
+		90FF24000F7DF5F96D6AA93D /* MPAnalysisInterface+H5Demo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28012A8216604CFE5243FC84 /* MPAnalysisInterface+H5Demo.m */; };
+		A0E19EF9100A056238066A68 /* MobileRuntime.plist in Resources */ = {isa = PBXBuildFile; fileRef = 2F9D521F7FA3883F7BBB2ED5 /* MobileRuntime.plist */; };
+		A115D8CC3C066A1FE3E377E3 /* APSecurityUtility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A407A46E151143CA489B318 /* APSecurityUtility.framework */; };
+		A204CC8520EC58C8F788BE3D /* yw_1222.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4156B901C0A86F91DFBBFE0E /* yw_1222.jpg */; };
+		A9E7D97B35620CD4FA1D14C0 /* APLog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3D4769444C5E38E51E4D447 /* APLog.framework */; };
+		B3683CCB0D7C9D499BBCB056 /* APOpenSSL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18AFC5B0D5E0FD5F2E8FF388 /* APOpenSSL.framework */; };
+		B3EA81119A14FED1ABD8723F /* MPNavigationLauncherAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 38194F351DA7DF844E62B004 /* MPNavigationLauncherAppDelegate.m */; };
+		B3F8F96DDAD22E4519350B6A /* APLongLinkService.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 450CB746D659A3D9C0A8009D /* APLongLinkService.framework */; };
+		B806D52E1B5CCA7E008D7BC3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B806D52D1B5CCA7E008D7BC3 /* main.m */; };
+		B806D54E1B5CCA7E008D7BC3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B806D54D1B5CCA7E008D7BC3 /* Images.xcassets */; };
+		B8985EC51CF31C7800CCFC9D /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8985EC41CF31C7800CCFC9D /* ImageIO.framework */; };
+		B8985EC71CF31C8800CCFC9D /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8985EC61CF31C8800CCFC9D /* WebKit.framework */; };
+		B89A92FC1B94541D0062C578 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B89A92FB1B94541D0062C578 /* Info.plist */; };
+		B89F08F01BEFBA2000F49B6E /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B89F08EF1BEFBA2000F49B6E /* MediaPlayer.framework */; };
+		B89F08F21BEFBA2800F49B6E /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B89F08F11BEFBA2800F49B6E /* CoreTelephony.framework */; };
+		B89F08F41BEFBA2C00F49B6E /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B89F08F31BEFBA2C00F49B6E /* SystemConfiguration.framework */; };
+		BC4C8C9610338549D356D52E /* APCrashReporter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44345DCAA19B65C23BAB8598 /* APCrashReporter.framework */; };
+		C1CD0C5858B29D0C4824E6EB /* NebulaSDK.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 7A705653C41CFEE316D38AAF /* NebulaSDK.bundle */; };
+		CA7A954EBD1C1765F725DE3E /* MPAnalysis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F04EC61E4CA04381006CCEDC /* MPAnalysis.framework */; };
+		CDA14372537BEA69F93C58D4 /* APMobileNetwork.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6139FE47893D630A32BC7F94 /* APMobileNetwork.bundle */; };
+		CF31D26C6B1277306F8C68C9 /* NebulamPaaSBiz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 87145487F2900665542DFC9E /* NebulamPaaSBiz.framework */; };
+		D519C7FA178F65212529E728 /* NebulaPoseidon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 339DE55F363ACBA3DD59FF9B /* NebulaPoseidon.framework */; };
+		D5956F9D8E54143215ADB247 /* NebulaSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6A375CD8E381FC84953FC01 /* NebulaSDK.framework */; };
+		D607A3F21DF957A200253186 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D607A3F11DF957A200253186 /* CoreLocation.framework */; };
+		E58EA4646591E8AF961F7902 /* DTSyncInterface+H5Demo.m in Sources */ = {isa = PBXBuildFile; fileRef = DB6E2EFF0018ED956DF292AA /* DTSyncInterface+H5Demo.m */; };
+		E9CCC4A5EA8F6D58D01B94AB /* DTRpcInterface+H5Demo.m in Sources */ = {isa = PBXBuildFile; fileRef = 15E71C18B89DA514748FFC6D /* DTRpcInterface+H5Demo.m */; };
+		EA10D8070BFB3D03FE33C740 /* NebulaAppManager.bundle in Resources */ = {isa = PBXBuildFile; fileRef = A280CEA8A47DA2FD297B34DF /* NebulaAppManager.bundle */; };
+		ED2AB38492935BDB4D32C21F /* APRemoteLogging.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CF942CBFC5405FBB1C486A4B /* APRemoteLogging.framework */; };
+		FB9901E9E0E093837284336E /* NebulaPoseidon.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0C9F0F4702BF69DE154A7F53 /* NebulaPoseidon.bundle */; };
+		FBE1FEBE29681A03B5831A54 /* SecurityGuardSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1C2002FF493391327D297D /* SecurityGuardSDK.framework */; };
+		FD8376C2A52B9257EA4D01A5 /* MPNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F9DDD5400585DF0F3C23042 /* MPNavigationController.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+		0C9F0F4702BF69DE154A7F53 /* NebulaPoseidon.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NebulaPoseidon.bundle; sourceTree = "<group>"; };
+		15E71C18B89DA514748FFC6D /* DTRpcInterface+H5Demo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DTRpcInterface+H5Demo.m"; sourceTree = "<group>"; };
+		18AFC5B0D5E0FD5F2E8FF388 /* APOpenSSL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APOpenSSL.framework; sourceTree = "<group>"; };
+		28012A8216604CFE5243FC84 /* MPAnalysisInterface+H5Demo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MPAnalysisInterface+H5Demo.m"; sourceTree = "<group>"; };
+		2F9D521F7FA3883F7BBB2ED5 /* MobileRuntime.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = MobileRuntime.plist; sourceTree = "<group>"; };
+		339DE55F363ACBA3DD59FF9B /* NebulaPoseidon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = NebulaPoseidon.framework; sourceTree = "<group>"; };
+		38194F351DA7DF844E62B004 /* MPNavigationLauncherAppDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MPNavigationLauncherAppDelegate.m; sourceTree = "<group>"; };
+		3A71F2E06C04054C4F1BE48F /* H5Demo-Prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "H5Demo-Prefix.pch"; path = "../../../H5Demo/Supporting Files/H5Demo-Prefix.pch"; sourceTree = "<group>"; };
+		3F9DDD5400585DF0F3C23042 /* MPNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MPNavigationController.m; sourceTree = "<group>"; };
+		4156B901C0A86F91DFBBFE0E /* yw_1222.jpg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.jpeg; path = yw_1222.jpg; sourceTree = "<group>"; };
+		441AC97F1F35B88300D81786 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
+		441AC9811F35B89100D81786 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
+		4425E40C20FDF735003AA932 /* MPWebView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPWebView.h; sourceTree = "<group>"; };
+		4425E40D20FDF735003AA932 /* MPWebView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MPWebView.m; sourceTree = "<group>"; };
+		44345DCAA19B65C23BAB8598 /* APCrashReporter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APCrashReporter.framework; sourceTree = "<group>"; };
+		44C231FF1F1F571A00B7BE01 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
+		44DED85B20071BE700EECEEB /* H52Native.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = H52Native.html; sourceTree = "<group>"; };
+		44DED85C20071BE700EECEEB /* H5JsApiTest.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = H5JsApiTest.html; sourceTree = "<group>"; };
+		44DED85D20071BE700EECEEB /* Native2H5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = Native2H5.html; sourceTree = "<group>"; };
+		44DED86120071BE700EECEEB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+		44DED86320071BE700EECEEB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
+		44DED86520071BE700EECEEB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+		44DED86820071BE700EECEEB /* DemoIndexViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoIndexViewController.h; sourceTree = "<group>"; };
+		44DED86920071BE700EECEEB /* DemoIndexViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoIndexViewController.m; sourceTree = "<group>"; };
+		44DED86A20071BE700EECEEB /* DemoQuestionCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoQuestionCell.h; sourceTree = "<group>"; };
+		44DED86B20071BE700EECEEB /* DemoQuestionCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoQuestionCell.m; sourceTree = "<group>"; };
+		44DED86C20071BE700EECEEB /* DemoQuestionTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoQuestionTableViewController.h; sourceTree = "<group>"; };
+		44DED86D20071BE700EECEEB /* DemoQuestionTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoQuestionTableViewController.m; sourceTree = "<group>"; };
+		44DED86E20071BE700EECEEB /* H5AppManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = H5AppManager.h; sourceTree = "<group>"; };
+		44DED86F20071BE700EECEEB /* H5AppManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = H5AppManager.m; sourceTree = "<group>"; };
+		44DED87020071BE700EECEEB /* H5Container.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = H5Container.h; sourceTree = "<group>"; };
+		44DED87120071BE700EECEEB /* H5Container.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = H5Container.m; sourceTree = "<group>"; };
+		44DED87220071BE700EECEEB /* H5JsApi4DemoTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = H5JsApi4DemoTest.h; sourceTree = "<group>"; };
+		44DED87320071BE700EECEEB /* H5JsApi4DemoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = H5JsApi4DemoTest.m; sourceTree = "<group>"; };
+		44DED87420071BE700EECEEB /* H5JsApi4HXTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = H5JsApi4HXTest.h; sourceTree = "<group>"; };
+		44DED87520071BE700EECEEB /* H5JsApi4HXTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = H5JsApi4HXTest.m; sourceTree = "<group>"; };
+		44DED87820071BE700EECEEB /* H5NavigationTitleView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = H5NavigationTitleView.h; sourceTree = "<group>"; };
+		44DED87920071BE700EECEEB /* H5NavigationTitleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = H5NavigationTitleView.m; sourceTree = "<group>"; };
+		44DED87A20071BE700EECEEB /* H5Plugin4DemoTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = H5Plugin4DemoTest.h; sourceTree = "<group>"; };
+		44DED87B20071BE700EECEEB /* H5Plugin4DemoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = H5Plugin4DemoTest.m; sourceTree = "<group>"; };
+		44DED87C20071BE700EECEEB /* H5Plugin4TitleView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = H5Plugin4TitleView.h; sourceTree = "<group>"; };
+		44DED87D20071BE700EECEEB /* H5Plugin4TitleView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = H5Plugin4TitleView.m; sourceTree = "<group>"; };
+		44DED87E20071BE700EECEEB /* H5WebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = H5WebViewController.h; sourceTree = "<group>"; };
+		44DED87F20071BE700EECEEB /* H5WebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = H5WebViewController.m; sourceTree = "<group>"; };
+		44DED88320071BE700EECEEB /* DemoPlugins.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = DemoPlugins.bundle; sourceTree = "<group>"; };
+		44DED88420071BE700EECEEB /* DemoPresetApps.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = DemoPresetApps.bundle; sourceTree = "<group>"; };
+		44DED88620071BE700EECEEB /* CALayer+borderUIColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CALayer+borderUIColor.h"; sourceTree = "<group>"; };
+		44DED88720071BE700EECEEB /* CALayer+borderUIColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+borderUIColor.m"; sourceTree = "<group>"; };
+		44DED88920071BE700EECEEB /* UIButton+backgroundRect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+backgroundRect.h"; sourceTree = "<group>"; };
+		44DED88A20071BE700EECEEB /* UIButton+backgroundRect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+backgroundRect.m"; sourceTree = "<group>"; };
+		44DED88B20071BE700EECEEB /* WHUMacro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WHUMacro.h; sourceTree = "<group>"; };
+		44DED8B420073B7D00EECEEB /* DemoConfigServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DemoConfigServer.m; path = "页面或应用监控/DemoConfigServer.m"; sourceTree = "<group>"; };
+		44DED8B520073B7D00EECEEB /* DemoConfigServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DemoConfigServer.h; path = "页面或应用监控/DemoConfigServer.h"; sourceTree = "<group>"; };
+		44DED8B8200745E600EECEEB /* AUBarButtonItem+MTPortal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AUBarButtonItem+MTPortal.h"; sourceTree = "<group>"; };
+		44DED8B9200745E600EECEEB /* AUBarButtonItem+MTPortal.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AUBarButtonItem+MTPortal.m"; sourceTree = "<group>"; };
+		44DED8BA200745E600EECEEB /* AUThemeManager+MTPortal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AUThemeManager+MTPortal.h"; sourceTree = "<group>"; };
+		44DED8BB200745E600EECEEB /* AUThemeManager+MTPortal.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AUThemeManager+MTPortal.m"; sourceTree = "<group>"; };
+		44DED8BE2007464300EECEEB /* APCommonUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APCommonUI.framework; sourceTree = "<group>"; };
+		44DED8BF2007464300EECEEB /* AntUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AntUI.framework; sourceTree = "<group>"; };
+		44DED8C02007464300EECEEB /* AntUIShellForMpass.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AntUIShellForMpass.framework; sourceTree = "<group>"; };
+		44DED8C420074B7100EECEEB /* H5Plugin4NavigationBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = H5Plugin4NavigationBar.h; sourceTree = "<group>"; };
+		44DED8C520074B7100EECEEB /* H5Plugin4NavigationBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = H5Plugin4NavigationBar.m; sourceTree = "<group>"; };
+		44DED8C720075CDE00EECEEB /* public_key.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = public_key.pem; sourceTree = "<group>"; };
+		44F32ECA1DDDC82300D07E77 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
+		44F32ECC1DDDC83400D07E77 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
+		450CB746D659A3D9C0A8009D /* APLongLinkService.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APLongLinkService.framework; sourceTree = "<group>"; };
+		45B43F117633C1A88064A34C /* MPAnalysisInterface+H5Demo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MPAnalysisInterface+H5Demo.h"; sourceTree = "<group>"; };
+		52A4FF7925AA39457C590478 /* AutoTracker.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AutoTracker.framework; sourceTree = "<group>"; };
+		5903DBDA1D113BEA00B7343C /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
+		5903DBDC1D113BEF00B7343C /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
+		590E3FC81D0FF9A10018A389 /* ic_launcher.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ic_launcher.png; path = Resources/ic_launcher.png; sourceTree = "<group>"; };
+		590E3FC91D0FF9A10018A389 /* menu_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = menu_icon.png; path = Resources/menu_icon.png; sourceTree = "<group>"; };
+		6139FE47893D630A32BC7F94 /* APMobileNetwork.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = APMobileNetwork.bundle; sourceTree = "<group>"; };
+		631A2827463E6F20F98345F9 /* UTDID.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = UTDID.framework; sourceTree = "<group>"; };
+		633D13E537B607D357C9737C /* meta.config */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = meta.config; sourceTree = "<group>"; };
+		66B8D66EB7820F0DCDA552E8 /* DynamicReleaseInterface+H5Demo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DynamicReleaseInterface+H5Demo.h"; sourceTree = "<group>"; };
+		66BFE53BF68627A6543A9DA0 /* DynamicDeployment.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DynamicDeployment.bundle; sourceTree = "<group>"; };
+		6B8E9D69EE34C0E2B1A4E711 /* MPDataCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MPDataCenter.framework; sourceTree = "<group>"; };
+		7A705653C41CFEE316D38AAF /* NebulaSDK.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NebulaSDK.bundle; sourceTree = "<group>"; };
+		7F40389E1D9BF01E32CAB784 /* mPaas.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = mPaas.framework; sourceTree = "<group>"; };
+		87145487F2900665542DFC9E /* NebulamPaaSBiz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = NebulamPaaSBiz.framework; sourceTree = "<group>"; };
+		8F4189132175C8C900A4EB63 /* ContainerVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContainerVC.h; sourceTree = "<group>"; };
+		8F4189142175C8C900A4EB63 /* ContainerVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContainerVC.m; sourceTree = "<group>"; };
+		993FB33FA6BDF0E7DE787043 /* DTSyncInterface+H5Demo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DTSyncInterface+H5Demo.h"; sourceTree = "<group>"; };
+		99D911D5353B2D9F16B7ED29 /* MPNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MPNavigationController.h; sourceTree = "<group>"; };
+		9A407A46E151143CA489B318 /* APSecurityUtility.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APSecurityUtility.framework; sourceTree = "<group>"; };
+		9A6F616B4234F0CF1BF5D8C9 /* APProtocolBuffers.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APProtocolBuffers.framework; sourceTree = "<group>"; };
+		9E9437499E1960C875898A99 /* DTRpcInterface+H5Demo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DTRpcInterface+H5Demo.h"; sourceTree = "<group>"; };
+		A280CEA8A47DA2FD297B34DF /* NebulaAppManager.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NebulaAppManager.bundle; sourceTree = "<group>"; };
+		A2AAB0950A071A336FEC517F /* APLogAdditions+H5Demo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "APLogAdditions+H5Demo.m"; sourceTree = "<group>"; };
+		A44810D22BF5A298DD64DA20 /* mpaas_sdk.config */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = mpaas_sdk.config; sourceTree = "<group>"; };
+		A6FB0B38E0774BD66339AFE5 /* APMobileFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APMobileFramework.framework; sourceTree = "<group>"; };
+		ABB3A9C38F5EDB2A3A8E63FE /* DTFrameworkInterface+H5Demo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DTFrameworkInterface+H5Demo.h"; sourceTree = "<group>"; };
+		AFB5BC7DE121D239B390BDAD /* MPaaSInterface+H5Demo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MPaaSInterface+H5Demo.m"; sourceTree = "<group>"; };
+		B319F57F5F2BEFA9B249D871 /* MPNavigationLauncherAppDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MPNavigationLauncherAppDelegate.h; sourceTree = "<group>"; };
+		B806D5231B5CCA7E008D7BC3 /* H5Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = H5Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		B806D5281B5CCA7E008D7BC3 /* H5Demo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "H5Demo-Prefix.pch"; path = "Supporting Files/H5Demo-Prefix.pch"; sourceTree = "<group>"; };
+		B806D52D1B5CCA7E008D7BC3 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "Supporting Files/main.m"; sourceTree = "<group>"; };
+		B806D54D1B5CCA7E008D7BC3 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Resources/Images.xcassets; sourceTree = "<group>"; };
+		B806D54F1B5CCA7E008D7BC3 /* yw_1222.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = yw_1222.jpg; path = Resources/yw_1222.jpg; sourceTree = "<group>"; };
+		B8985EC41CF31C7800CCFC9D /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
+		B8985EC61CF31C8800CCFC9D /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
+		B89A92FB1B94541D0062C578 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "Supporting Files/Info.plist"; sourceTree = "<group>"; };
+		B89F08EF1BEFBA2000F49B6E /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
+		B89F08F11BEFBA2800F49B6E /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
+		B89F08F31BEFBA2C00F49B6E /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
+		B8F946822CAC3C1AB8724E34 /* DTFrameworkInterface+H5Demo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DTFrameworkInterface+H5Demo.m"; sourceTree = "<group>"; };
+		C8FF2CF8D1469CEDE0E5A0F3 /* MPaaSInterface+H5Demo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MPaaSInterface+H5Demo.h"; sourceTree = "<group>"; };
+		CABF2A3767DCD77B5F364C13 /* APMobileNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APMobileNetwork.framework; sourceTree = "<group>"; };
+		CF942CBFC5405FBB1C486A4B /* APRemoteLogging.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APRemoteLogging.framework; sourceTree = "<group>"; };
+		D607A3F11DF957A200253186 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
+		D60F3B3B1DAE9D7B000D7B08 /* H5Demo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = H5Demo.entitlements; sourceTree = "<group>"; };
+		D8E1AB93F9001222132E6127 /* APLogAdditions+H5Demo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "APLogAdditions+H5Demo.h"; sourceTree = "<group>"; };
+		DB6E2EFF0018ED956DF292AA /* DTSyncInterface+H5Demo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DTSyncInterface+H5Demo.m"; sourceTree = "<group>"; };
+		DC18A0C5872FDD8CFBD67952 /* SGMain.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SGMain.framework; sourceTree = "<group>"; };
+		E1652C33939E7BD8D70A5435 /* NebulaAppManager.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = NebulaAppManager.framework; sourceTree = "<group>"; };
+		E6A375CD8E381FC84953FC01 /* NebulaSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = NebulaSDK.framework; sourceTree = "<group>"; };
+		EA085CDDB7BC2E7AB3D19BFE /* MPHotpatchSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MPHotpatchSDK.framework; sourceTree = "<group>"; };
+		EFB09A54F53E4E4BAC3F0246 /* DynamicReleaseInterface+H5Demo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DynamicReleaseInterface+H5Demo.m"; sourceTree = "<group>"; };
+		F04EC61E4CA04381006CCEDC /* MPAnalysis.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MPAnalysis.framework; sourceTree = "<group>"; };
+		F3D4769444C5E38E51E4D447 /* APLog.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = APLog.framework; sourceTree = "<group>"; };
+		F9AA211D24940FAC154A1B11 /* H5Demo-mPaaS-Headers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "H5Demo-mPaaS-Headers.h"; sourceTree = "<group>"; };
+		FD1C2002FF493391327D297D /* SecurityGuardSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SecurityGuardSDK.framework; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		B806D5201B5CCA7E008D7BC3 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				44DED8C22007464300EECEEB /* AntUI.framework in Frameworks */,
+				441AC9821F35B89100D81786 /* AVFoundation.framework in Frameworks */,
+				441AC9801F35B88300D81786 /* AssetsLibrary.framework in Frameworks */,
+				44C232001F1F571A00B7BE01 /* UserNotifications.framework in Frameworks */,
+				D607A3F21DF957A200253186 /* CoreLocation.framework in Frameworks */,
+				44F32ECB1DDDC82300D07E77 /* MessageUI.framework in Frameworks */,
+				5903DBDD1D113BEF00B7343C /* Accelerate.framework in Frameworks */,
+				5903DBDB1D113BEA00B7343C /* CoreMotion.framework in Frameworks */,
+				B8985EC71CF31C8800CCFC9D /* WebKit.framework in Frameworks */,
+				B8985EC51CF31C7800CCFC9D /* ImageIO.framework in Frameworks */,
+				B89F08F41BEFBA2C00F49B6E /* SystemConfiguration.framework in Frameworks */,
+				B89F08F21BEFBA2800F49B6E /* CoreTelephony.framework in Frameworks */,
+				B89F08F01BEFBA2000F49B6E /* MediaPlayer.framework in Frameworks */,
+				44F32ECD1DDDC83400D07E77 /* MessageUI.framework in Frameworks */,
+				54B92025A491C681ADC4D046 /* APMobileFramework.framework in Frameworks */,
+				B3683CCB0D7C9D499BBCB056 /* APOpenSSL.framework in Frameworks */,
+				A9E7D97B35620CD4FA1D14C0 /* APLog.framework in Frameworks */,
+				44DED8C12007464300EECEEB /* APCommonUI.framework in Frameworks */,
+				A115D8CC3C066A1FE3E377E3 /* APSecurityUtility.framework in Frameworks */,
+				55F3A21AACB7A0E16238B0DB /* MPHotpatchSDK.framework in Frameworks */,
+				B3F8F96DDAD22E4519350B6A /* APLongLinkService.framework in Frameworks */,
+				294AAFEFC2F2FD028173F84C /* NebulaAppManager.framework in Frameworks */,
+				D519C7FA178F65212529E728 /* NebulaPoseidon.framework in Frameworks */,
+				D5956F9D8E54143215ADB247 /* NebulaSDK.framework in Frameworks */,
+				ED2AB38492935BDB4D32C21F /* APRemoteLogging.framework in Frameworks */,
+				00724FB3823AF8109AAE596C /* mPaas.framework in Frameworks */,
+				895D0DF7B178861CD5A9BCAC /* MPDataCenter.framework in Frameworks */,
+				028E3755C0A8416233081631 /* UTDID.framework in Frameworks */,
+				37B9D24B053E77186EA46D8A /* APProtocolBuffers.framework in Frameworks */,
+				BC4C8C9610338549D356D52E /* APCrashReporter.framework in Frameworks */,
+				0A9B991B5812C95775F54C54 /* APMobileNetwork.framework in Frameworks */,
+				CA7A954EBD1C1765F725DE3E /* MPAnalysis.framework in Frameworks */,
+				FBE1FEBE29681A03B5831A54 /* SecurityGuardSDK.framework in Frameworks */,
+				90B1B5D6B435103A5717D0F4 /* SGMain.framework in Frameworks */,
+				8EE2A35B33F9B5A5D95AB449 /* AutoTracker.framework in Frameworks */,
+				44DED8C32007464300EECEEB /* AntUIShellForMpass.framework in Frameworks */,
+				CF31D26C6B1277306F8C68C9 /* NebulamPaaSBiz.framework in Frameworks */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		0D99B7B7F448CB87793D956B /* mPaas */ = {
+			isa = PBXGroup;
+			children = (
+				AFB5BC7DE121D239B390BDAD /* MPaaSInterface+H5Demo.m */,
+				C8FF2CF8D1469CEDE0E5A0F3 /* MPaaSInterface+H5Demo.h */,
+			);
+			path = mPaas;
+			sourceTree = "<group>";
+		};
+		2887A79CF37ACF6855FE77FB /* MPHotpatchSDK */ = {
+			isa = PBXGroup;
+			children = (
+				EFB09A54F53E4E4BAC3F0246 /* DynamicReleaseInterface+H5Demo.m */,
+				66B8D66EB7820F0DCDA552E8 /* DynamicReleaseInterface+H5Demo.h */,
+			);
+			path = MPHotpatchSDK;
+			sourceTree = "<group>";
+		};
+		44DED85A20071BE700EECEEB /* DemoH5 */ = {
+			isa = PBXGroup;
+			children = (
+				44DED85B20071BE700EECEEB /* H52Native.html */,
+				44DED85C20071BE700EECEEB /* H5JsApiTest.html */,
+				44DED85D20071BE700EECEEB /* Native2H5.html */,
+			);
+			path = DemoH5;
+			sourceTree = "<group>";
+		};
+		44DED85E20071BE700EECEEB /* NebulaDemo */ = {
+			isa = PBXGroup;
+			children = (
+				44DED8B520073B7D00EECEEB /* DemoConfigServer.h */,
+				44DED8B420073B7D00EECEEB /* DemoConfigServer.m */,
+				44DED8AF2007229300EECEEB /* UI */,
+				44DED8B0200722A100EECEEB /* FAQ */,
+				44DED8A620071F8800EECEEB /* SDK接入 */,
+				44DED8AA2007201F00EECEEB /* 应用包管理 */,
+				44DED8A820071FB700EECEEB /* 自定义导航栏样式 */,
+				44DED8A920071FFF00EECEEB /* 自定义扩展插件 */,
+				44DED88520071BE700EECEEB /* Utils */,
+			);
+			path = NebulaDemo;
+			sourceTree = "<group>";
+		};
+		44DED88520071BE700EECEEB /* Utils */ = {
+			isa = PBXGroup;
+			children = (
+				44DED88B20071BE700EECEEB /* WHUMacro.h */,
+				44DED88620071BE700EECEEB /* CALayer+borderUIColor.h */,
+				44DED88720071BE700EECEEB /* CALayer+borderUIColor.m */,
+				44DED88920071BE700EECEEB /* UIButton+backgroundRect.h */,
+				44DED88A20071BE700EECEEB /* UIButton+backgroundRect.m */,
+			);
+			path = Utils;
+			sourceTree = "<group>";
+		};
+		44DED8A620071F8800EECEEB /* SDK接入 */ = {
+			isa = PBXGroup;
+			children = (
+				44DED87020071BE700EECEEB /* H5Container.h */,
+				44DED87120071BE700EECEEB /* H5Container.m */,
+				44DED87E20071BE700EECEEB /* H5WebViewController.h */,
+				44DED87F20071BE700EECEEB /* H5WebViewController.m */,
+				4425E40C20FDF735003AA932 /* MPWebView.h */,
+				4425E40D20FDF735003AA932 /* MPWebView.m */,
+			);
+			path = "SDK接入";
+			sourceTree = "<group>";
+		};
+		44DED8A820071FB700EECEEB /* 自定义导航栏样式 */ = {
+			isa = PBXGroup;
+			children = (
+				44DED87820071BE700EECEEB /* H5NavigationTitleView.h */,
+				44DED87920071BE700EECEEB /* H5NavigationTitleView.m */,
+				44DED87C20071BE700EECEEB /* H5Plugin4TitleView.h */,
+				44DED87D20071BE700EECEEB /* H5Plugin4TitleView.m */,
+				44DED8C420074B7100EECEEB /* H5Plugin4NavigationBar.h */,
+				44DED8C520074B7100EECEEB /* H5Plugin4NavigationBar.m */,
+			);
+			path = "自定义导航栏样式";
+			sourceTree = "<group>";
+		};
+		44DED8A920071FFF00EECEEB /* 自定义扩展插件 */ = {
+			isa = PBXGroup;
+			children = (
+				44DED87420071BE700EECEEB /* H5JsApi4HXTest.h */,
+				44DED87520071BE700EECEEB /* H5JsApi4HXTest.m */,
+				44DED87A20071BE700EECEEB /* H5Plugin4DemoTest.h */,
+				44DED87B20071BE700EECEEB /* H5Plugin4DemoTest.m */,
+				44DED87220071BE700EECEEB /* H5JsApi4DemoTest.h */,
+				44DED87320071BE700EECEEB /* H5JsApi4DemoTest.m */,
+			);
+			path = "自定义扩展插件";
+			sourceTree = "<group>";
+		};
+		44DED8AA2007201F00EECEEB /* 应用包管理 */ = {
+			isa = PBXGroup;
+			children = (
+				44DED86E20071BE700EECEEB /* H5AppManager.h */,
+				44DED86F20071BE700EECEEB /* H5AppManager.m */,
+			);
+			path = "应用包管理";
+			sourceTree = "<group>";
+		};
+		44DED8AF2007229300EECEEB /* UI */ = {
+			isa = PBXGroup;
+			children = (
+				44DED86120071BE700EECEEB /* Assets.xcassets */,
+				44DED86220071BE700EECEEB /* LaunchScreen.storyboard */,
+				44DED86420071BE700EECEEB /* Main.storyboard */,
+				44DED86820071BE700EECEEB /* DemoIndexViewController.h */,
+				44DED86920071BE700EECEEB /* DemoIndexViewController.m */,
+			);
+			path = UI;
+			sourceTree = "<group>";
+		};
+		44DED8B0200722A100EECEEB /* FAQ */ = {
+			isa = PBXGroup;
+			children = (
+				44DED86A20071BE700EECEEB /* DemoQuestionCell.h */,
+				44DED86B20071BE700EECEEB /* DemoQuestionCell.m */,
+				44DED86C20071BE700EECEEB /* DemoQuestionTableViewController.h */,
+				44DED86D20071BE700EECEEB /* DemoQuestionTableViewController.m */,
+			);
+			path = FAQ;
+			sourceTree = "<group>";
+		};
+		44DED8B7200745E600EECEEB /* AntUI */ = {
+			isa = PBXGroup;
+			children = (
+				44DED8B8200745E600EECEEB /* AUBarButtonItem+MTPortal.h */,
+				44DED8B9200745E600EECEEB /* AUBarButtonItem+MTPortal.m */,
+				44DED8BA200745E600EECEEB /* AUThemeManager+MTPortal.h */,
+				44DED8BB200745E600EECEEB /* AUThemeManager+MTPortal.m */,
+			);
+			path = AntUI;
+			sourceTree = "<group>";
+		};
+		44F32EC91DDDC82300D07E77 /* Frameworks */ = {
+			isa = PBXGroup;
+			children = (
+				441AC9811F35B89100D81786 /* AVFoundation.framework */,
+				441AC97F1F35B88300D81786 /* AssetsLibrary.framework */,
+				44C231FF1F1F571A00B7BE01 /* UserNotifications.framework */,
+				D607A3F11DF957A200253186 /* CoreLocation.framework */,
+				44F32ECA1DDDC82300D07E77 /* MessageUI.framework */,
+			);
+			name = Frameworks;
+			sourceTree = "<group>";
+		};
+		4705AD7AAB8CACA6F1253A68 /* H5Demo */ = {
+			isa = PBXGroup;
+			children = (
+				F9AA211D24940FAC154A1B11 /* H5Demo-mPaaS-Headers.h */,
+				3A71F2E06C04054C4F1BE48F /* H5Demo-Prefix.pch */,
+				44DED8B7200745E600EECEEB /* AntUI */,
+				0D99B7B7F448CB87793D956B /* mPaas */,
+				E0B2F5E4C5F2D6DBA901D46D /* APMobileFramework */,
+				633D13E537B607D357C9737C /* meta.config */,
+				4156B901C0A86F91DFBBFE0E /* yw_1222.jpg */,
+				DD1AA04FE74F7E75ED139D9B /* MPSyncService */,
+				939A0B3552EAF0E15EE36415 /* APRemoteLogging */,
+				6DE50A85CF8246000E2E3B3C /* MPAnalysis */,
+				2887A79CF37ACF6855FE77FB /* MPHotpatchSDK */,
+				F06009B2FE24D4E2DA28570C /* APMobileNetwork */,
+			);
+			path = H5Demo;
+			sourceTree = "<group>";
+		};
+		6DE50A85CF8246000E2E3B3C /* MPAnalysis */ = {
+			isa = PBXGroup;
+			children = (
+				28012A8216604CFE5243FC84 /* MPAnalysisInterface+H5Demo.m */,
+				45B43F117633C1A88064A34C /* MPAnalysisInterface+H5Demo.h */,
+			);
+			path = MPAnalysis;
+			sourceTree = "<group>";
+		};
+		82971F43C6AE3617714E746A /* MPaaS */ = {
+			isa = PBXGroup;
+			children = (
+				A44810D22BF5A298DD64DA20 /* mpaas_sdk.config */,
+				E0E05E867FDBDD510FB9598A /* Targets */,
+				A004759F724E951F63C25CB8 /* Resources */,
+				EEC10C94D5F8095159469D36 /* Frameworks */,
+			);
+			path = MPaaS;
+			sourceTree = "<group>";
+		};
+		939A0B3552EAF0E15EE36415 /* APRemoteLogging */ = {
+			isa = PBXGroup;
+			children = (
+				A2AAB0950A071A336FEC517F /* APLogAdditions+H5Demo.m */,
+				D8E1AB93F9001222132E6127 /* APLogAdditions+H5Demo.h */,
+			);
+			path = APRemoteLogging;
+			sourceTree = "<group>";
+		};
+		A004759F724E951F63C25CB8 /* Resources */ = {
+			isa = PBXGroup;
+			children = (
+				66BFE53BF68627A6543A9DA0 /* DynamicDeployment.bundle */,
+				A280CEA8A47DA2FD297B34DF /* NebulaAppManager.bundle */,
+				0C9F0F4702BF69DE154A7F53 /* NebulaPoseidon.bundle */,
+				7A705653C41CFEE316D38AAF /* NebulaSDK.bundle */,
+				6139FE47893D630A32BC7F94 /* APMobileNetwork.bundle */,
+			);
+			path = Resources;
+			sourceTree = "<group>";
+		};
+		B806D51A1B5CCA7E008D7BC3 = {
+			isa = PBXGroup;
+			children = (
+				B806D5251B5CCA7E008D7BC3 /* H5Demo */,
+				B806D5241B5CCA7E008D7BC3 /* Products */,
+				44F32EC91DDDC82300D07E77 /* Frameworks */,
+				82971F43C6AE3617714E746A /* MPaaS */,
+			);
+			sourceTree = "<group>";
+		};
+		B806D5241B5CCA7E008D7BC3 /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				B806D5231B5CCA7E008D7BC3 /* H5Demo.app */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		B806D5251B5CCA7E008D7BC3 /* H5Demo */ = {
+			isa = PBXGroup;
+			children = (
+				D60F3B3B1DAE9D7B000D7B08 /* H5Demo.entitlements */,
+				8F4189132175C8C900A4EB63 /* ContainerVC.h */,
+				8F4189142175C8C900A4EB63 /* ContainerVC.m */,
+				B8A3982A1D1436C80069BAF0 /* Sources */,
+				B806D54C1B5CCA7E008D7BC3 /* Resources */,
+				B89F08EE1BEFBA1700F49B6E /* Frameworks */,
+				B806D5261B5CCA7E008D7BC3 /* Supporting Files */,
+			);
+			path = H5Demo;
+			sourceTree = "<group>";
+		};
+		B806D5261B5CCA7E008D7BC3 /* Supporting Files */ = {
+			isa = PBXGroup;
+			children = (
+				B89A92FB1B94541D0062C578 /* Info.plist */,
+				B806D5281B5CCA7E008D7BC3 /* H5Demo-Prefix.pch */,
+				B806D52D1B5CCA7E008D7BC3 /* main.m */,
+			);
+			name = "Supporting Files";
+			sourceTree = "<group>";
+		};
+		B806D54C1B5CCA7E008D7BC3 /* Resources */ = {
+			isa = PBXGroup;
+			children = (
+				44DED88420071BE700EECEEB /* DemoPresetApps.bundle */,
+				44DED88320071BE700EECEEB /* DemoPlugins.bundle */,
+				590E3FC81D0FF9A10018A389 /* ic_launcher.png */,
+				590E3FC91D0FF9A10018A389 /* menu_icon.png */,
+				B806D54D1B5CCA7E008D7BC3 /* Images.xcassets */,
+				B806D54F1B5CCA7E008D7BC3 /* yw_1222.jpg */,
+				44DED8C720075CDE00EECEEB /* public_key.pem */,
+			);
+			name = Resources;
+			sourceTree = "<group>";
+		};
+		B89F08EE1BEFBA1700F49B6E /* Frameworks */ = {
+			isa = PBXGroup;
+			children = (
+				44F32ECC1DDDC83400D07E77 /* MessageUI.framework */,
+				5903DBDC1D113BEF00B7343C /* Accelerate.framework */,
+				5903DBDA1D113BEA00B7343C /* CoreMotion.framework */,
+				B8985EC61CF31C8800CCFC9D /* WebKit.framework */,
+				B8985EC41CF31C7800CCFC9D /* ImageIO.framework */,
+				B89F08F31BEFBA2C00F49B6E /* SystemConfiguration.framework */,
+				B89F08F11BEFBA2800F49B6E /* CoreTelephony.framework */,
+				B89F08EF1BEFBA2000F49B6E /* MediaPlayer.framework */,
+			);
+			path = Frameworks;
+			sourceTree = "<group>";
+		};
+		B8A3982A1D1436C80069BAF0 /* Sources */ = {
+			isa = PBXGroup;
+			children = (
+				44DED85A20071BE700EECEEB /* DemoH5 */,
+				44DED85E20071BE700EECEEB /* NebulaDemo */,
+			);
+			path = Sources;
+			sourceTree = "<group>";
+		};
+		DD1AA04FE74F7E75ED139D9B /* MPSyncService */ = {
+			isa = PBXGroup;
+			children = (
+				DB6E2EFF0018ED956DF292AA /* DTSyncInterface+H5Demo.m */,
+				993FB33FA6BDF0E7DE787043 /* DTSyncInterface+H5Demo.h */,
+			);
+			path = MPSyncService;
+			sourceTree = "<group>";
+		};
+		E0B2F5E4C5F2D6DBA901D46D /* APMobileFramework */ = {
+			isa = PBXGroup;
+			children = (
+				ABB3A9C38F5EDB2A3A8E63FE /* DTFrameworkInterface+H5Demo.h */,
+				B8F946822CAC3C1AB8724E34 /* DTFrameworkInterface+H5Demo.m */,
+				2F9D521F7FA3883F7BBB2ED5 /* MobileRuntime.plist */,
+				B319F57F5F2BEFA9B249D871 /* MPNavigationLauncherAppDelegate.h */,
+				38194F351DA7DF844E62B004 /* MPNavigationLauncherAppDelegate.m */,
+				99D911D5353B2D9F16B7ED29 /* MPNavigationController.h */,
+				3F9DDD5400585DF0F3C23042 /* MPNavigationController.m */,
+			);
+			path = APMobileFramework;
+			sourceTree = "<group>";
+		};
+		E0E05E867FDBDD510FB9598A /* Targets */ = {
+			isa = PBXGroup;
+			children = (
+				4705AD7AAB8CACA6F1253A68 /* H5Demo */,
+			);
+			path = Targets;
+			sourceTree = "<group>";
+		};
+		EEC10C94D5F8095159469D36 /* Frameworks */ = {
+			isa = PBXGroup;
+			children = (
+				44DED8BF2007464300EECEEB /* AntUI.framework */,
+				44DED8C02007464300EECEEB /* AntUIShellForMpass.framework */,
+				44DED8BE2007464300EECEEB /* APCommonUI.framework */,
+				A6FB0B38E0774BD66339AFE5 /* APMobileFramework.framework */,
+				18AFC5B0D5E0FD5F2E8FF388 /* APOpenSSL.framework */,
+				F3D4769444C5E38E51E4D447 /* APLog.framework */,
+				9A407A46E151143CA489B318 /* APSecurityUtility.framework */,
+				EA085CDDB7BC2E7AB3D19BFE /* MPHotpatchSDK.framework */,
+				450CB746D659A3D9C0A8009D /* APLongLinkService.framework */,
+				E1652C33939E7BD8D70A5435 /* NebulaAppManager.framework */,
+				339DE55F363ACBA3DD59FF9B /* NebulaPoseidon.framework */,
+				E6A375CD8E381FC84953FC01 /* NebulaSDK.framework */,
+				CF942CBFC5405FBB1C486A4B /* APRemoteLogging.framework */,
+				7F40389E1D9BF01E32CAB784 /* mPaas.framework */,
+				6B8E9D69EE34C0E2B1A4E711 /* MPDataCenter.framework */,
+				631A2827463E6F20F98345F9 /* UTDID.framework */,
+				9A6F616B4234F0CF1BF5D8C9 /* APProtocolBuffers.framework */,
+				44345DCAA19B65C23BAB8598 /* APCrashReporter.framework */,
+				CABF2A3767DCD77B5F364C13 /* APMobileNetwork.framework */,
+				F04EC61E4CA04381006CCEDC /* MPAnalysis.framework */,
+				FD1C2002FF493391327D297D /* SecurityGuardSDK.framework */,
+				DC18A0C5872FDD8CFBD67952 /* SGMain.framework */,
+				52A4FF7925AA39457C590478 /* AutoTracker.framework */,
+				87145487F2900665542DFC9E /* NebulamPaaSBiz.framework */,
+			);
+			path = Frameworks;
+			sourceTree = "<group>";
+		};
+		F06009B2FE24D4E2DA28570C /* APMobileNetwork */ = {
+			isa = PBXGroup;
+			children = (
+				15E71C18B89DA514748FFC6D /* DTRpcInterface+H5Demo.m */,
+				9E9437499E1960C875898A99 /* DTRpcInterface+H5Demo.h */,
+			);
+			path = APMobileNetwork;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		B806D5221B5CCA7E008D7BC3 /* H5Demo */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = B806D55E1B5CCA80008D7BC3 /* Build configuration list for PBXNativeTarget "H5Demo" */;
+			buildPhases = (
+				B806D51F1B5CCA7E008D7BC3 /* Sources */,
+				B806D5201B5CCA7E008D7BC3 /* Frameworks */,
+				B806D5211B5CCA7E008D7BC3 /* Resources */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = H5Demo;
+			productName = H5Demo;
+			productReference = B806D5231B5CCA7E008D7BC3 /* H5Demo.app */;
+			productType = "com.apple.product-type.application";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		B806D51B1B5CCA7E008D7BC3 /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastUpgradeCheck = 0640;
+				ORGANIZATIONNAME = Alibaba;
+				TargetAttributes = {
+					B806D5221B5CCA7E008D7BC3 = {
+						CreatedOnToolsVersion = 6.4;
+						DevelopmentTeam = W54V2VB863;
+						ProvisioningStyle = Automatic;
+						SystemCapabilities = {
+							com.apple.BackgroundModes = {
+								enabled = 1;
+							};
+							com.apple.Push = {
+								enabled = 1;
+							};
+						};
+					};
+				};
+			};
+			buildConfigurationList = B806D51E1B5CCA7E008D7BC3 /* Build configuration list for PBXProject "H5Demo" */;
+			compatibilityVersion = "Xcode 3.2";
+			developmentRegion = English;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+				Base,
+			);
+			mainGroup = B806D51A1B5CCA7E008D7BC3;
+			productRefGroup = B806D5241B5CCA7E008D7BC3 /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				B806D5221B5CCA7E008D7BC3 /* H5Demo */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+		B806D5211B5CCA7E008D7BC3 /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				590E3FCB1D0FF9A10018A389 /* menu_icon.png in Resources */,
+				44DED88E20071BE700EECEEB /* Native2H5.html in Resources */,
+				B806D54E1B5CCA7E008D7BC3 /* Images.xcassets in Resources */,
+				44DED8A220071BE700EECEEB /* DemoPlugins.bundle in Resources */,
+				44DED88D20071BE700EECEEB /* H5JsApiTest.html in Resources */,
+				44DED89020071BE700EECEEB /* Assets.xcassets in Resources */,
+				B89A92FC1B94541D0062C578 /* Info.plist in Resources */,
+				44DED89220071BE700EECEEB /* Main.storyboard in Resources */,
+				44DED8C820075CDE00EECEEB /* public_key.pem in Resources */,
+				44DED88C20071BE700EECEEB /* H52Native.html in Resources */,
+				590E3FCA1D0FF9A10018A389 /* ic_launcher.png in Resources */,
+				A0E19EF9100A056238066A68 /* MobileRuntime.plist in Resources */,
+				44DED89120071BE700EECEEB /* LaunchScreen.storyboard in Resources */,
+				A204CC8520EC58C8F788BE3D /* yw_1222.jpg in Resources */,
+				3034040ED90885956640966D /* DynamicDeployment.bundle in Resources */,
+				EA10D8070BFB3D03FE33C740 /* NebulaAppManager.bundle in Resources */,
+				FB9901E9E0E093837284336E /* NebulaPoseidon.bundle in Resources */,
+				44DED8A320071BE700EECEEB /* DemoPresetApps.bundle in Resources */,
+				C1CD0C5858B29D0C4824E6EB /* NebulaSDK.bundle in Resources */,
+				CDA14372537BEA69F93C58D4 /* APMobileNetwork.bundle in Resources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		B806D51F1B5CCA7E008D7BC3 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				8F4189152175C8C900A4EB63 /* ContainerVC.m in Sources */,
+				44DED89E20071BE700EECEEB /* H5Plugin4TitleView.m in Sources */,
+				44DED89820071BE700EECEEB /* H5Container.m in Sources */,
+				44DED89920071BE700EECEEB /* H5JsApi4DemoTest.m in Sources */,
+				44DED89420071BE700EECEEB /* DemoIndexViewController.m in Sources */,
+				44DED8BD200745E600EECEEB /* AUThemeManager+MTPortal.m in Sources */,
+				B806D52E1B5CCA7E008D7BC3 /* main.m in Sources */,
+				56A56455CBBDDB9F88B61530 /* MPaaSInterface+H5Demo.m in Sources */,
+				44DED8A420071BE700EECEEB /* CALayer+borderUIColor.m in Sources */,
+				85C4B21873BF425848BDFE29 /* DTFrameworkInterface+H5Demo.m in Sources */,
+				B3EA81119A14FED1ABD8723F /* MPNavigationLauncherAppDelegate.m in Sources */,
+				44DED8C620074B7100EECEEB /* H5Plugin4NavigationBar.m in Sources */,
+				FD8376C2A52B9257EA4D01A5 /* MPNavigationController.m in Sources */,
+				4425E40E20FDF735003AA932 /* MPWebView.m in Sources */,
+				44DED89D20071BE700EECEEB /* H5Plugin4DemoTest.m in Sources */,
+				44DED89A20071BE700EECEEB /* H5JsApi4HXTest.m in Sources */,
+				44DED89520071BE700EECEEB /* DemoQuestionCell.m in Sources */,
+				E58EA4646591E8AF961F7902 /* DTSyncInterface+H5Demo.m in Sources */,
+				17D3CC3733C36405F1ABF095 /* APLogAdditions+H5Demo.m in Sources */,
+				44DED8B620073B7D00EECEEB /* DemoConfigServer.m in Sources */,
+				44DED8A520071BE700EECEEB /* UIButton+backgroundRect.m in Sources */,
+				44DED89C20071BE700EECEEB /* H5NavigationTitleView.m in Sources */,
+				44DED89620071BE700EECEEB /* DemoQuestionTableViewController.m in Sources */,
+				44DED89720071BE700EECEEB /* H5AppManager.m in Sources */,
+				44DED89F20071BE700EECEEB /* H5WebViewController.m in Sources */,
+				90FF24000F7DF5F96D6AA93D /* MPAnalysisInterface+H5Demo.m in Sources */,
+				0B9AEB4EB5BADC61E4A1EE59 /* DynamicReleaseInterface+H5Demo.m in Sources */,
+				E9CCC4A5EA8F6D58D01B94AB /* DTRpcInterface+H5Demo.m in Sources */,
+				44DED8BC200745E600EECEEB /* AUBarButtonItem+MTPortal.m in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+		44DED86220071BE700EECEEB /* LaunchScreen.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				44DED86320071BE700EECEEB /* Base */,
+			);
+			name = LaunchScreen.storyboard;
+			sourceTree = "<group>";
+		};
+		44DED86420071BE700EECEEB /* Main.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				44DED86520071BE700EECEEB /* Base */,
+			);
+			name = Main.storyboard;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+		B806D55C1B5CCA80008D7BC3 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				CODE_SIGN_IDENTITY = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				DEVELOPMENT_TEAM = LQ38NAVXP6;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+				GCC_PREFIX_HEADER = "H5Demo/Supporting Files/H5Demo-Prefix.pch";
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				HEADER_SEARCH_PATHS = (
+					"$(inherited)",
+					"${SDK_ROOT}/usr/include/libxml2",
+				);
+				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
+				MTL_ENABLE_DEBUG_INFO = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				OTHER_LDFLAGS = (
+					"-ObjC",
+					"-lz",
+					"-lsqlite3",
+					"-lxml2",
+					"-lstdc++.6",
+					"-lc++",
+				);
+				SDKROOT = iphoneos;
+			};
+			name = Debug;
+		};
+		B806D55D1B5CCA80008D7BC3 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				CODE_SIGN_IDENTITY = "iPhone Developer";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				DEVELOPMENT_TEAM = LQ38NAVXP6;
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+				GCC_PREFIX_HEADER = "H5Demo/Supporting Files/H5Demo-Prefix.pch";
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				HEADER_SEARCH_PATHS = (
+					"$(inherited)",
+					"${SDK_ROOT}/usr/include/libxml2",
+				);
+				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				OTHER_LDFLAGS = (
+					"-ObjC",
+					"-lz",
+					"-lsqlite3",
+					"-lxml2",
+					"-lstdc++.6",
+					"-lc++",
+				);
+				SDKROOT = iphoneos;
+				VALIDATE_PRODUCT = YES;
+			};
+			name = Release;
+		};
+		B806D55F1B5CCA80008D7BC3 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				CODE_SIGN_ENTITLEMENTS = "";
+				CODE_SIGN_IDENTITY = "iPhone Developer";
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				CODE_SIGN_STYLE = Automatic;
+				DEVELOPMENT_TEAM = W54V2VB863;
+				ENABLE_BITCODE = NO;
+				FRAMEWORK_SEARCH_PATHS = (
+					"$(inherited)",
+					"$(PROJECT_DIR)/H5Demo/Frameworks",
+					"$(PROJECT_DIR)/MPaaS/Frameworks",
+				);
+				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+				GCC_PREFIX_HEADER = "H5Demo/Supporting Files/H5Demo-Prefix.pch";
+				INFOPLIST_FILE = "H5Demo/Supporting Files/Info.plist";
+				OTHER_LDFLAGS = (
+					"-ObjC",
+					"-lz",
+					"-lsqlite3",
+					"-lxml2",
+					"-lc++",
+					"-lbz2",
+				);
+				PRODUCT_BUNDLE_IDENTIFIER = com.gomore.mpaash5;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				PROVISIONING_PROFILE_SPECIFIER = "";
+			};
+			name = Debug;
+		};
+		B806D5601B5CCA80008D7BC3 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				CODE_SIGN_ENTITLEMENTS = "";
+				CODE_SIGN_IDENTITY = "iPhone Developer";
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+				CODE_SIGN_STYLE = Automatic;
+				DEVELOPMENT_TEAM = W54V2VB863;
+				ENABLE_BITCODE = NO;
+				FRAMEWORK_SEARCH_PATHS = (
+					"$(inherited)",
+					"$(PROJECT_DIR)/H5Demo/Frameworks",
+					"$(PROJECT_DIR)/MPaaS/Frameworks",
+				);
+				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+				GCC_PREFIX_HEADER = "H5Demo/Supporting Files/H5Demo-Prefix.pch";
+				INFOPLIST_FILE = "H5Demo/Supporting Files/Info.plist";
+				OTHER_LDFLAGS = (
+					"-ObjC",
+					"-lz",
+					"-lsqlite3",
+					"-lxml2",
+					"-lc++",
+					"-lbz2",
+				);
+				PRODUCT_BUNDLE_IDENTIFIER = com.gomore.mpaash5;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+				PROVISIONING_PROFILE_SPECIFIER = "";
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		B806D51E1B5CCA7E008D7BC3 /* Build configuration list for PBXProject "H5Demo" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				B806D55C1B5CCA80008D7BC3 /* Debug */,
+				B806D55D1B5CCA80008D7BC3 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		B806D55E1B5CCA80008D7BC3 /* Build configuration list for PBXNativeTarget "H5Demo" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				B806D55F1B5CCA80008D7BC3 /* Debug */,
+				B806D5601B5CCA80008D7BC3 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = B806D51B1B5CCA7E008D7BC3 /* Project object */;
+}
diff --git a/H5Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/H5Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100755
index 0000000000000000000000000000000000000000..682a784da7ba832deb472d5b351dc932c32b80f4
--- /dev/null
+++ b/H5Demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "self:H5Demo.xcodeproj">
+   </FileRef>
+</Workspace>
diff --git a/H5Demo.xcodeproj/project.xcworkspace/xcuserdata/Javen.xcuserdatad/IDEFindNavigatorScopes.plist b/H5Demo.xcodeproj/project.xcworkspace/xcuserdata/Javen.xcuserdatad/IDEFindNavigatorScopes.plist
new file mode 100644
index 0000000000000000000000000000000000000000..5dd5da85fdbd81ad600c193382e3305209b9e392
--- /dev/null
+++ b/H5Demo.xcodeproj/project.xcworkspace/xcuserdata/Javen.xcuserdatad/IDEFindNavigatorScopes.plist
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<array/>
+</plist>
diff --git a/H5Demo.xcodeproj/xcuserdata/Javen.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/H5Demo.xcodeproj/xcuserdata/Javen.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
new file mode 100644
index 0000000000000000000000000000000000000000..fe2b45415124ec4c223006e19defd56850da95d9
--- /dev/null
+++ b/H5Demo.xcodeproj/xcuserdata/Javen.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Bucket
+   type = "1"
+   version = "2.0">
+</Bucket>
diff --git a/H5Demo.xcodeproj/xcuserdata/Javen.xcuserdatad/xcschemes/xcschememanagement.plist b/H5Demo.xcodeproj/xcuserdata/Javen.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000000000000000000000000000000000000..87a11b9d5f716bdd312d9c83860b6c49decf6475
--- /dev/null
+++ b/H5Demo.xcodeproj/xcuserdata/Javen.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>SchemeUserState</key>
+	<dict>
+		<key>H5Demo.xcscheme</key>
+		<dict>
+			<key>orderHint</key>
+			<integer>0</integer>
+		</dict>
+	</dict>
+</dict>
+</plist>
diff --git a/H5Demo.xcodeproj/xcuserdata/yangwei.xcuserdatad/xcschemes/xcschememanagement.plist b/H5Demo.xcodeproj/xcuserdata/yangwei.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100755
index 0000000000000000000000000000000000000000..8072b3c9eacf167af674df6a739de73b85468d6b
--- /dev/null
+++ b/H5Demo.xcodeproj/xcuserdata/yangwei.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>SchemeUserState</key>
+	<dict>
+		<key>H5Demo.xcscheme</key>
+		<dict>
+			<key>orderHint</key>
+			<integer>4</integer>
+		</dict>
+	</dict>
+</dict>
+</plist>
diff --git a/H5Demo/ContainerVC.h b/H5Demo/ContainerVC.h
new file mode 100644
index 0000000000000000000000000000000000000000..3a50c0acb8628661166ad9d774510253eecfeeab
--- /dev/null
+++ b/H5Demo/ContainerVC.h
@@ -0,0 +1,13 @@
+//
+//  ContainerVC.h
+//  H5Demo
+//
+//  Created by Javen on 2018/10/16.
+//  Copyright © 2018 Alibaba. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ContainerVC : UIViewController
+
+@end
diff --git a/H5Demo/ContainerVC.m b/H5Demo/ContainerVC.m
new file mode 100644
index 0000000000000000000000000000000000000000..19790ddc194c28b4a6bc3128e10ee16774ad50f3
--- /dev/null
+++ b/H5Demo/ContainerVC.m
@@ -0,0 +1,51 @@
+//
+//  ContainerVC.m
+//  H5Demo
+//
+//  Created by Javen on 2018/10/16.
+//  Copyright © 2018 Alibaba. All rights reserved.
+//
+
+#import "ContainerVC.h"
+
+@interface ContainerVC ()
+
+@end
+
+@implementation ContainerVC
+
+- (void)viewDidLoad {
+    [super viewDidLoad];
+
+    [NBServiceGet() startSession:@{@"appId":@"2000999", @"url":@"https://oc.iot.aliyun.com/login/h5/login.htm", @"readTitle":@YES, @"showProgress":@YES, @"backgroundColor":@16775138, @"showTitleLoading": @YES} animated:YES];
+    
+    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.4 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+        NSMutableArray *arr = [NSMutableArray array];
+        for (UIViewController *vc in self.navigationController.viewControllers) {
+            if (![vc isKindOfClass:ContainerVC.class]) {
+                [arr addObject:vc];
+            }
+        }
+        [self.navigationController setViewControllers:arr];
+        
+    });
+    // Do any additional setup after loading the view.
+}
+
+
+- (void)didReceiveMemoryWarning {
+    [super didReceiveMemoryWarning];
+    // Dispose of any resources that can be recreated.
+}
+
+/*
+#pragma mark - Navigation
+
+// In a storyboard-based application, you will often want to do a little preparation before navigation
+- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
+    // Get the new view controller using [segue destinationViewController].
+    // Pass the selected object to the new view controller.
+}
+*/
+
+@end
diff --git a/H5Demo/DemoPlugins.bundle/Poseidon-Extra-Config.plist b/H5Demo/DemoPlugins.bundle/Poseidon-Extra-Config.plist
new file mode 100755
index 0000000000000000000000000000000000000000..30e2cca07eb1a13c3f76371e5f9e00e938d4f7ce
--- /dev/null
+++ b/H5Demo/DemoPlugins.bundle/Poseidon-Extra-Config.plist
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>JsApiRuntime</key>
+	<dict>
+		<key>JsApis</key>
+		<array>
+			<dict>
+				<key>jsApi</key>
+				<string>demoTest</string>
+				<key>name</key>
+				<string>H5JsApi4DemoTest</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>HXTest</string>
+				<key>name</key>
+				<string>H5JsApi4HXTest</string>
+			</dict>
+		</array>
+	</dict>
+	<key>PluginRuntime</key>
+	<dict>
+		<key>Plugins</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>H5Plugin4DemoTest</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>H5Plugin4TitleView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>H5Plugin4NavigationBar</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+		</array>
+	</dict>
+</dict>
+</plist>
diff --git a/H5Demo/DemoPresetApps.bundle/20150901_1.0.0.0.amr b/H5Demo/DemoPresetApps.bundle/20150901_1.0.0.0.amr
new file mode 100755
index 0000000000000000000000000000000000000000..f6b34a58e5152f094ac9a47df79e64cdb68b8c95
Binary files /dev/null and b/H5Demo/DemoPresetApps.bundle/20150901_1.0.0.0.amr differ
diff --git a/H5Demo/DemoPresetApps.bundle/20171228_1.0.0.0.amr b/H5Demo/DemoPresetApps.bundle/20171228_1.0.0.0.amr
new file mode 100755
index 0000000000000000000000000000000000000000..21494453fee2f439373c7c21e7b6534722be5b0d
Binary files /dev/null and b/H5Demo/DemoPresetApps.bundle/20171228_1.0.0.0.amr differ
diff --git a/H5Demo/DemoPresetApps.bundle/20171228_2.0.0.0.amr b/H5Demo/DemoPresetApps.bundle/20171228_2.0.0.0.amr
new file mode 100755
index 0000000000000000000000000000000000000000..e61196ade775b816e444b3a40455f92405e7f873
Binary files /dev/null and b/H5Demo/DemoPresetApps.bundle/20171228_2.0.0.0.amr differ
diff --git a/H5Demo/DemoPresetApps.bundle/77777777_1.0.0.0.amr b/H5Demo/DemoPresetApps.bundle/77777777_1.0.0.0.amr
new file mode 100755
index 0000000000000000000000000000000000000000..6e77afe5f13bdc97c958d78d7b84d6eed7e58080
Binary files /dev/null and b/H5Demo/DemoPresetApps.bundle/77777777_1.0.0.0.amr differ
diff --git a/H5Demo/DemoPresetApps.bundle/77777777_3.0.0.0.amr b/H5Demo/DemoPresetApps.bundle/77777777_3.0.0.0.amr
new file mode 100755
index 0000000000000000000000000000000000000000..7f4b48f6d7240d25767a6a05de8ba45d45272c4f
Binary files /dev/null and b/H5Demo/DemoPresetApps.bundle/77777777_3.0.0.0.amr differ
diff --git a/H5Demo/DemoPresetApps.bundle/NAMApplist.plist b/H5Demo/DemoPresetApps.bundle/NAMApplist.plist
new file mode 100755
index 0000000000000000000000000000000000000000..987a5e1f68e96e93a2ef05e03e84856ac49c5319
Binary files /dev/null and b/H5Demo/DemoPresetApps.bundle/NAMApplist.plist differ
diff --git a/H5Demo/H5Demo.entitlements b/H5Demo/H5Demo.entitlements
new file mode 100755
index 0000000000000000000000000000000000000000..903def2af53062463744294d5ad4c4ef8d9a4381
--- /dev/null
+++ b/H5Demo/H5Demo.entitlements
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>aps-environment</key>
+	<string>development</string>
+</dict>
+</plist>
diff --git a/H5Demo/Resources/Images.xcassets/Contents.json b/H5Demo/Resources/Images.xcassets/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..da4a164c918651cdd1e11dca5cc62c333f097601
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..1bc0b6d4bc64d27b84714d4ca2db14691170abea
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json
@@ -0,0 +1,95 @@
+{
+  "images" : [
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "736h",
+      "filename" : "Default-414w-736h@3x.png",
+      "minimum-system-version" : "8.0",
+      "orientation" : "portrait",
+      "scale" : "3x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "667h",
+      "filename" : "Default-375w-667h@2x.png",
+      "minimum-system-version" : "8.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "filename" : "Default@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "extent" : "full-screen",
+      "idiom" : "iphone",
+      "subtype" : "retina4",
+      "filename" : "Default-568h@2x.png",
+      "minimum-system-version" : "7.0",
+      "orientation" : "portrait",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "filename" : "Default-768w-1024h.png",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "extent" : "full-screen",
+      "minimum-system-version" : "7.0",
+      "filename" : "Default-768w-1024h@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "extent" : "full-screen",
+      "filename" : "Default.png",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "extent" : "full-screen",
+      "filename" : "Default@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "iphone",
+      "extent" : "full-screen",
+      "filename" : "Default-568h@2x.png",
+      "subtype" : "retina4",
+      "scale" : "2x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "extent" : "full-screen",
+      "filename" : "Default-768w-1024h.png",
+      "scale" : "1x"
+    },
+    {
+      "orientation" : "portrait",
+      "idiom" : "ipad",
+      "extent" : "full-screen",
+      "filename" : "Default-768w-1024h@2x.png",
+      "scale" : "2x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-375w-667h@2x.png b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-375w-667h@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..270f7d4ddcfbb04c6910ff164023db6ae8fd00ef
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-375w-667h@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-414w-736h@3x.png b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-414w-736h@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8ba029c321438da046cdcdfe025877193d7443dd
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-414w-736h@3x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..11e9160d7558c8562b1e771b7b540e520fb4ac56
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-768w-1024h.png b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-768w-1024h.png
new file mode 100755
index 0000000000000000000000000000000000000000..77563a9b120d108a64bfd62dece6293b1b9971b3
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-768w-1024h.png differ
diff --git a/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-768w-1024h@2x.png b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-768w-1024h@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..526865d19f076605f60bc61f03132d46ffb9653c
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default-768w-1024h@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default.png b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default.png
new file mode 100755
index 0000000000000000000000000000000000000000..6c2112b559b8be6cf426241a82a38928dac4ddea
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default.png differ
diff --git a/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default@2x.png b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8911452ae4081da4fe30fd2f31f04b96a778eb25
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/LaunchImage.launchimage/Default@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/Splash.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/Splash.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..a3ef112045fff675526a71de143e03a12a4db900
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/Splash.imageset/Contents.json
@@ -0,0 +1,21 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x",
+      "filename" : "Splash.jpg"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/Splash.imageset/Splash.jpg b/H5Demo/Resources/Images.xcassets/Splash.imageset/Splash.jpg
new file mode 100755
index 0000000000000000000000000000000000000000..f4c5c7bac0ccabdc6e7554bd345ec2ff2ddd97d9
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/Splash.imageset/Splash.jpg differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..4da71c395b35c020af42c50092038f1cb09b99e9
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x",
+      "filename" : "TabBar_Discovery@2x.png"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x",
+      "filename" : "TabBar_Discovery@3x.png"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/TabBar_Discovery@2x.png b/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/TabBar_Discovery@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..20685b7de248fb43902d3e45fb0a01f9bd94c902
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/TabBar_Discovery@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/TabBar_Discovery@3x.png b/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/TabBar_Discovery@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e8413ef4c2ecfc4804b46ce3ce397c13fb6b51d5
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_Discovery.imageset/TabBar_Discovery@3x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..1023f09847b7f8a2dbaef15eee8f501e80883f3a
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x",
+      "filename" : "TabBar_Discovery_Sel@2x.png"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x",
+      "filename" : "TabBar_Discovery_Sel@3x.png"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/TabBar_Discovery_Sel@2x.png b/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/TabBar_Discovery_Sel@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d210abf6de3757f0643122882fe5963e30286756
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/TabBar_Discovery_Sel@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/TabBar_Discovery_Sel@3x.png b/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/TabBar_Discovery_Sel@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..dddbf17f4a6b589e570f7f80439a48d168d195b2
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_Discovery_Sel.imageset/TabBar_Discovery_Sel@3x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..350d3f9c913166de6cba6e3f9c96c73e533e9960
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x",
+      "filename" : "TabBar_Friends@2x.png"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x",
+      "filename" : "TabBar_Friends@3x.png"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/TabBar_Friends@2x.png b/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/TabBar_Friends@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..546d4a848486d49b2adee6639455cf18aca111b6
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/TabBar_Friends@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/TabBar_Friends@3x.png b/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/TabBar_Friends@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c47df0cc9b13603f711f3a702736539fb9709929
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_Friends.imageset/TabBar_Friends@3x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..f9b40ad1a9ef6f9317f9e6f65d6cca5e57c29202
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x",
+      "filename" : "TabBar_Friends_Sel@2x.png"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x",
+      "filename" : "TabBar_Friends_Sel@3x.png"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/TabBar_Friends_Sel@2x.png b/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/TabBar_Friends_Sel@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c22e83b588007596353888651a9bdbf33a2b85d2
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/TabBar_Friends_Sel@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/TabBar_Friends_Sel@3x.png b/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/TabBar_Friends_Sel@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c1427b4a281c2d45dba57ee2d13baa61b14bdee1
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_Friends_Sel.imageset/TabBar_Friends_Sel@3x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..12d2d62d70006edc109749720e472c91042361de
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "icon30-line@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "icon30-line@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/icon30-line@2x.png b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/icon30-line@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d0ea31756350cf09db8a0f8a7e1a30c247d8b522
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/icon30-line@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/icon30-line@3x.png b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/icon30-line@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..2c5e6b05c668ecd27a53c4579b79b2147cf7dea9
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar.imageset/icon30-line@3x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..faf6ffd070e4e9accef5dc1b98cde04521332084
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "icon30@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "icon30@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/icon30@2x.png b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/icon30@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..b53e217e9cbc96d17f1e429d4358ba0d5442311e
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/icon30@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/icon30@3x.png b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/icon30@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..ff2bff955009331873afef41358ac010e58d06a1
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_HomeBar_Sel.imageset/icon30@3x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..557e5501075a8836da907dee46519e7f5d37d65c
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x",
+      "filename" : "TabBar_PublicService@2x.png"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x",
+      "filename" : "TabBar_PublicService@3x.png"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/TabBar_PublicService@2x.png b/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/TabBar_PublicService@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..75df5f017d02844871297454eb097c3d37e97762
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/TabBar_PublicService@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/TabBar_PublicService@3x.png b/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/TabBar_PublicService@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e28fd7fb47e1a6e4d00cb8ce13936fa09dd79175
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_PublicService.imageset/TabBar_PublicService@3x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/Contents.json b/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/Contents.json
new file mode 100755
index 0000000000000000000000000000000000000000..a52c754c25c77479a87c13066e2fe62c6be1081e
--- /dev/null
+++ b/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/Contents.json
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x",
+      "filename" : "TabBar_PublicService_Sel@2x.png"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x",
+      "filename" : "TabBar_PublicService_Sel@3x.png"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/TabBar_PublicService_Sel@2x.png b/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/TabBar_PublicService_Sel@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..19523f221e9c5fcc5ba28df9c44980cbf65d88e4
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/TabBar_PublicService_Sel@2x.png differ
diff --git a/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/TabBar_PublicService_Sel@3x.png b/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/TabBar_PublicService_Sel@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d4776d73e60c32a541bde3ae125ea43b6ee54a80
Binary files /dev/null and b/H5Demo/Resources/Images.xcassets/TabBar_PublicService_Sel.imageset/TabBar_PublicService_Sel@3x.png differ
diff --git a/H5Demo/Resources/ic_launcher.png b/H5Demo/Resources/ic_launcher.png
new file mode 100755
index 0000000000000000000000000000000000000000..698d73a9c7cb04b1eadd7ded2ab03c1c3e339d3b
Binary files /dev/null and b/H5Demo/Resources/ic_launcher.png differ
diff --git a/H5Demo/Resources/menu_icon.png b/H5Demo/Resources/menu_icon.png
new file mode 100755
index 0000000000000000000000000000000000000000..316601a02832b4ff5fb58e31111bfce86fb63dfe
Binary files /dev/null and b/H5Demo/Resources/menu_icon.png differ
diff --git a/H5Demo/Resources/yw_1222.jpg b/H5Demo/Resources/yw_1222.jpg
new file mode 100755
index 0000000000000000000000000000000000000000..1a3ca2e445812d622d5c4d90d2f9c01171fa6448
Binary files /dev/null and b/H5Demo/Resources/yw_1222.jpg differ
diff --git a/H5Demo/Sources/DemoH5/H52Native.html b/H5Demo/Sources/DemoH5/H52Native.html
new file mode 100755
index 0000000000000000000000000000000000000000..c4804c13bea8854b41aa8e6c961aac616b0206fc
--- /dev/null
+++ b/H5Demo/Sources/DemoH5/H52Native.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+            <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
+            
+            <title>H5向Native通信</title>
+            <style type="text/css">
+                
+                input {-webkit-appearance:none; /*去除input默认样式*/}
+                
+                .jsapiButton {
+                    height: 30px;
+                    margin-left: 4%;
+                    margin-top: 10px;
+                    padding-left:0px;
+                    width: 28%;
+                    outline: none;
+                    -webkit-appearance:none;
+                }
+            
+            .descript_title {
+                margin-bottom:0px;
+                font-size:12px;
+                font-weight:bold;
+            }
+            
+            .descript_content {
+                margin-top:0px;
+                margin-bottom:0px;
+                font-size:12px;
+            }
+            
+            
+                </style>
+            </head>
+    <body>
+        <div id="main" width = "100%" height = "100%">
+            <p class="descript_title">窗口控制</p>
+            <p class="descript_content">
+            startSession/pushWindow在示例中均推入了本身页面, popTo只能退回到本Session内的页面,popWindow无Session限制
+            </p>
+            
+            <button class="jsapiButton" onclick="jsapi_call('pushWindow', {url:window.location.href})">pushWindow</button>
+            <button class="jsapiButton" onclick="jsapi_call('startSession'),{appId:'200000003', url:window.location.href}">startSession</button>
+            <button class="jsapiButton" onclick="jsapi_call('popWindow')">popWindow</button>
+            <button class="jsapiButton" onclick="jsapi_call('exitSession')">exitSession</button>
+            <button class="jsapiButton" onclick="jsapi_call('popTo', {index:0})">popTo</button>
+            
+            <p class="descript_title">隐藏状态栏、导航栏</p>
+            <button class="jsapiButton" onclick="jsapi_call('showStatusBar')">showStatusBar</button>
+            <button class="jsapiButton" onclick="jsapi_call('hideStatusBar')">hideStatusBar</button>
+            <button class="jsapiButton" onclick="jsapi_call('showTitlebar')">showTitlebar</button>
+            <button class="jsapiButton" onclick="jsapi_call('hideTitlebar')">hideTitlebar</button>
+            <p class="descript_title">导航栏标题</p>
+            <button class="jsapiButton" onclick="jsapi_call('setTitle',{'title':'新标题','subtitle':'副标题'})">setTitle</button>
+            <button class="jsapiButton" onclick="jsapi_call('showTitleLoading')">showTitleLoading</button>
+            <button class="jsapiButton" onclick="jsapi_call('hideTitleLoading')">hideTitleLoading</button>
+            <p class="descript_title">导航栏右侧按钮</p>
+            <button class="jsapiButton" onclick="jsapi_call('setOptionMenu',{title:'选择'})">setOptionMenu</button>
+            <button class="jsapiButton" onclick="jsapi_call('showOptionMenu')">showOptionMenu</button>
+            <button class="jsapiButton" onclick="jsapi_call('hideOptionMenu')">hideOptionMenu</button>
+            <p class="descript_title">底部ToolBar</p>
+            <button class="jsapiButton" onclick="jsapi_call('setToolbarMenu',{menus:[{name:'字体',tag:'H5MenuActionOfFont',override:true,menus:[{name:'菜单项1',tag:'cm2',override:true}]},{name:'菜单项2',tag:'cm2',override:true},{name:'菜单项3',tag:'cm3',override:true}],override:true})">setToolbarMenu</button>
+            <button class="jsapiButton" onclick="jsapi_call('showToolbar')">showToolbar</button>
+            <button class="jsapiButton" onclick="jsapi_call('hideToolbar')">hideToolbar</button>
+            <p class="descript_title">加载指示器</p>
+            <button class="jsapiButton" onclick="jsapi_call_showLoading()">showLoading</button>
+            <button class="jsapiButton" onclick="jsapi_call('hideLoading')">hideLoading</button>
+            <p class="descript_title">自定义扩展JSApi测试</p>
+            <button class="jsapiButton" onclick="jsapi_call('demoTest')">demoTest</button>
+            <button class="jsapiButton" onclick="jsapi_call('demoTest2')">demoTest2</button>
+            <button class="jsapiButton" onclick="custom_jsapi_test()">JSAPI调试页</button>
+            <p class="descript_title">UI</p>
+            <button class="jsapiButton" onclick="jsapi_call('alert',{
+                title: '亲',
+                message: '你好',
+                button: '确定'
+                })">alert</button>
+
+            <p class="descript_title">其它注意事项</p>
+            <p class="descript_content">
+            因为安卓的bridge机制不能确保及早注入,如要尽早的调用js-api,建议监听dom事件AlipayJSBridgeReady,即document.addEventListener('AlipayJSBridgeReady', function(e) {xxxx});
+            </p>
+            
+
+
+            <script type="text/javascript">
+            function jsapi_call(apiName, params) {
+                window.AlipayJSBridge && AlipayJSBridge.call(apiName, params, function(data) {
+                                                             alert('调用结果'+JSON.stringify(data));
+                                                             });
+            }
+            
+            function jsapi_call_showLoading() {
+                window.AlipayJSBridge && AlipayJSBridge.call('showLoading');
+                setTimeout("window.AlipayJSBridge && AlipayJSBridge.call('hideLoading')", 3000);
+            }
+            
+            function jsapi_call_showToolbar() {
+                window.AlipayJSBridge && AlipayJSBridge.call('showLoading');
+                setTimeout("window.AlipayJSBridge && AlipayJSBridge.call('hideLoading')", 3000);
+            }
+            
+            document.addEventListener('toolbarMenuClick', function(data){
+                                      alert('调用结果'+JSON.stringify(data));
+                                      setTimeout("window.AlipayJSBridge && AlipayJSBridge.call('hideToolbar')", 0);
+                                      });
+              function custom_jsapi_test() {
+                  window.AlipayJSBridge && AlipayJSBridge.call('pushWindow', {'url':'H5JsApiTest.html'}, function(data) {alert('调用结果'+JSON.stringify(data));
+                                                               });
+
+                                      }
+            
+                </script>
+            </body>
+</html>
+
diff --git a/H5Demo/Sources/DemoH5/H5JsApiTest.html b/H5Demo/Sources/DemoH5/H5JsApiTest.html
new file mode 100755
index 0000000000000000000000000000000000000000..3f4983453eca3f1ee9dd12d8dd48645a7ea04c5c
--- /dev/null
+++ b/H5Demo/Sources/DemoH5/H5JsApiTest.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
+
+    <title>Test JSAPI</title>
+    <style type="text/css">
+
+    	#main {
+    	}
+
+    	.singleLine, .half {
+    		height: 35px;
+    		margin-left: 6%;
+            width: 80%;
+            font-size: 12px;
+    	}
+
+        .halfLeft {
+            width: 28%;
+        }
+
+        .halfRight {
+            width: 46%;
+        }
+
+    	.singleLine {
+    		margin-top: 10px;
+    		width: 86%
+    	}
+
+    	.btn {
+    		margin-left: 6%;
+    		margin-top: 10px;
+    		width: 86%;
+    		font-size: 15px;
+    		height: 30px;
+    	}
+
+		#content {
+			margin-left: 6%;
+    		margin-top: 10px;
+    		width: 86%;
+    		font-size: 12px;
+    		color: #888888;
+		}
+
+
+    </style>
+  </head>
+  <body>
+    <div id="main" width = "100%" height = "100%">
+
+	<input id="apiName" class="singleLine" type="text" placeholder="API调用名,如remoteLog"  size="14" />
+	<div id = "key_value">
+		<p><input id = "key1" class="half halfLeft" type="text" placeholder="参数名"  size="14" /> :
+		<input id= "value1" class="half halfRight" type="text" placeholder="参数值"  size="14" /></p>
+		<p><input id = "key2" class="half halfLeft" type="text" placeholder="参数名"  size="14" /> :
+		<input id= "value2" class="half halfRight" type="text" placeholder="参数值"  size="14" /></p>
+		<p><input id = "key3" class="half halfLeft" type="text" placeholder="参数名"  size="14" /> :
+		<input id= "value3" class="half halfRight" type="text" placeholder="参数值"  size="14" /></p>
+	</div>
+	<button class="btn" onclick= 'addKeyValue()' >+ 增加参数行</button>
+	<button class="btn" onclick= 'execute()' />执行JSAPI</button>
+
+	<div>
+		<div id="content">显示输出结果</div>
+    </div>
+
+    <div style="height:30px;"></div>
+
+    <script type="text/javascript">
+    	function addKeyValue () {
+    		var count = document.getElementsByClassName('half').length;
+    		count /= 2;
+    		count += 1;
+    		var kv = document.getElementById('key_value');
+    		kv.innerHTML += "<p><input id=\"key" +  count  + "\" class=\"half halfLeft\" type=\"text\" placeholder=\"参数名\"  size=\"14\" \/> : <input id=\"value" + count + "\"class=\"half halfRight\" type=\"text\" placeholder=\"参数值\"  size=\"14\" \/></p>";
+    	}
+
+    	function execute () {
+    		var count = document.getElementsByClassName('half').length;
+    		count /= 2;
+
+    		var params = {};
+    		for (var i = 1; i <= count; i++) {
+    			var key = document.getElementById('key'+i).value;
+    			var value = document.getElementById('value'+i).value;
+    			if (key.length > 0 && value.length > 0) {
+                    if (!isNaN(value)) {
+                        value = Number(value);
+                    }
+    				params[key] = value;
+    			}
+    		};
+
+
+    		var name = document.getElementById('apiName').value.trim();
+
+    		window.AlipayJSBridge && AlipayJSBridge.call(name, params, function(data) {
+    			var s =  JSON.stringify(data, null, 4);
+    			var content = document.getElementById('content');
+    			content.innerHTML = "<div><pre>" + s + "</pre></div>";
+    		});
+    	}
+    
+    function rpc_jsapi_test() {
+        window.AlipayJSBridge && AlipayJSBridge.call('rpc',{
+                                                     operationType:'com.cloudpay.auth.login',
+                                                     requestData:[{params:{
+                                                                  loginId:'15650783850',
+                                                                  loginPassword:'aaaaaa',
+                                                                  deviceInfo:{
+                                                                      appId:'5E5FD99271812',
+                                                                      osType:'2',
+                                                                      deviceToken:''
+                                                                      },
+                                                                  }}],
+                                                     headers:{Version:'2'}
+                                                     },
+                                                     function(data) {alert('调用结果'+JSON.stringify(data));
+                                                     });
+                                                     
+    }
+
+    </script>
+  </body>
+</html>
+
diff --git a/H5Demo/Sources/DemoH5/Native2H5.html b/H5Demo/Sources/DemoH5/Native2H5.html
new file mode 100755
index 0000000000000000000000000000000000000000..7142fa2f03d86de547f867c68489f4496267f534
--- /dev/null
+++ b/H5Demo/Sources/DemoH5/Native2H5.html
@@ -0,0 +1,76 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+            <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
+            
+            <title>Native向H5通信</title>
+            <style type="text/css">
+                
+                input {-webkit-appearance:none; /*去除input默认样式*/}
+                
+                .jsapiButton {
+                    height: 30px;
+                    margin-left: 4%;
+                    margin-top: 10px;
+                    padding-left:0px;
+                    width: 28%;
+                    outline: none;
+                    -webkit-appearance:none;
+                }
+            
+            .descript_title {
+                margin-bottom:0px;
+                font-size:12px;
+                font-weight:bold;
+            }
+            
+            .descript_content {
+                margin-top:0px;
+                margin-bottom:0px;
+                font-size:12px;
+            }
+            
+            
+                </style>
+            </head>
+    <body>
+        <div id="main" width = "100%" height = "100%">
+            <p class="descript_content">  Native向H5的通信以domEvent的形式传递消息,内容放于event.data中,支持Native向H5发送消息,并异步等待H5的处理结果决定后续行为
+            </p>
+            <br>
+            <p class="descript_content">  典型的如点击返回按钮,触发domEvent-back,H5可使用e.preventDefault()在responseCallback添加键值对 (domEvent名称+‘
+            EventCanceled’):true/false,然后Native会在responseCallback中根据该键值决定是否执行实际返回,如本页所示</p>
+            <br>
+            <p class="descript_content">
+              容器自带的domEvent有 AlipayJSBridgeReady、back、optionMenu、titleClick、subtitleClick、toolbarMenuClick、appWillResignActive、appDidBecomeActive、resume、pause等
+            </p>
+            <br>
+            <p class="descript_content">  其中pause包括应用按HOME压后台或者是窗口切换被压至栈底,resume包括应用进前台和窗口切换回到栈顶
+            </p>
+            
+            
+            <script type="text/javascript">
+                document.addEventListener('back', function (e) {
+                                          e.preventDefault();
+                                          if(confirm('back已拦截,是否确定返回?')) {
+                                            AlipayJSBridge.call('popWindow');
+                                          }
+                                          }, false);
+              
+              document.addEventListener('pause', function (e) {
+                                        alert('pause');
+                                        }, false);
+                                        
+                document.addEventListener('titleClick', function (e) {
+                                          AlipayJSBridge.call('hideTitlebar');
+                                          }, false);
+                                          
+                document.addEventListener('h5_domEvent_test', function(data){
+                                                alert(JSON.stringify(data))
+                                          });
+            
+                </script>
+            </body>
+</html>
+
diff --git a/H5Demo/Sources/DemoH5/dingding.html b/H5Demo/Sources/DemoH5/dingding.html
new file mode 100755
index 0000000000000000000000000000000000000000..4e4497466135be7d4b365b04f53e4189d8c5ccc5
--- /dev/null
+++ b/H5Demo/Sources/DemoH5/dingding.html
@@ -0,0 +1,174 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+     <meta charset="UTF-8">
+     <meta content="telephone=no" name="format-detection" />
+    <script src="/static/plug/flexible/flexible.js"></script>
+    <!-- 动态注入 钉钉或者阿里容器 -->
+    <script src="//g.alicdn.com/fgt/jsbridge/0.0.14/index.js"></script>
+    <script src="//g.alicdn.com/platform/nw_hybrid_jssdk/0.1.19/loader.js"></script>
+    <title>云打印使用流程</title>
+    <link rel="stylesheet" type="text/css" href="/static/src/css/app_common.css">
+</head>
+<body>
+
+<style type="text/css">
+
+  html,body {
+    height: 100%;
+    overflow: hidden;
+    background: #fff;
+  }
+
+    .main{
+        background-size: cover;
+        background: #fff;
+        -webkit-overflow-scrolling: touch;
+    }
+
+  .yuntab {
+    overflow: hidden;
+    text-align: center;
+    height: 1.4133rem;
+    line-height:  1.4133rem;
+    border-bottom:0.01333rem solid  rgba(31,56,88,0.10);
+  }
+  .yuntab-inside{
+    width:62%;
+    margin:auto;
+    margin-top: .32rem;
+    background-color:#fff;
+    border-radius: .10667rem;
+    height: .77333rem;
+    line-height: .77333rem;
+    border:0.026667rem solid #38ADFF;
+    color:#38ADFF;
+    box-sizing: border-box;
+    display: inline-flex;
+  }
+
+  .yuntab-inside div {
+    display: inline-block;
+    font-size: .34667rem;
+    width:50%;
+    text-align: center;
+  }
+  .yuntab-inside :first-child {
+    border-radius:.08rem 0 0 .08rem;
+  }
+
+  .yuntab-inside :last-child {
+    border-radius:0 .08rem .08rem 0;
+  }
+
+  .yuntab .selected {
+    border-bottom-color: #38ADFF;
+    background-color: #38ADFF;
+    color:#fff;
+  }
+
+  .yunprint1,
+  .yunprint2 {
+    position: absolute;
+    overflow: auto;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    top: 1.44rem;
+    padding: .5rem .34rem;
+    box-sizing: border-box;
+    display: none;
+
+  }
+
+  .yunprint1 img,
+  .yunprint2 img {
+    width: 100%;
+    display: block;
+  }
+
+
+</style>
+<div class="container">
+    <div class="main">
+      <div class="yuntab">
+        <div class="yuntab-inside">
+          <!-- <div class="selected" id="a1" onclick="tab(this,0)">方法一</div><div onclick="tab(this,1)">方法二</div> -->
+          <div class="selected" id="a1" onclick="tab(this,0)">方法一</div><div onclick="click_pushWindow()">方法二</div>
+        </div>
+      </div>
+
+    <div class="yunprint1" id="b1" style="display: block;"><img src="//img.alicdn.com/tfs/TB1JeYImwvD8KJjy0FlXXagBFXa-750-2216.png" /></div>
+    <div class="yunprint2" id="b2"><img src="//img.alicdn.com/tfs/TB1LaZamwDD8KJjy0FdXXcjvXXa-748-2726.png" /></div>
+
+    </div>
+</div>
+
+
+<script type="text/javascript">
+
+  var originDom = document.getElementById('a1');
+  var originDom2 = document.getElementById('b1');
+  var originDom3 = document.getElementById('b2');
+
+  var tab = function(dom,index) {
+    originDom.className = "";
+    dom.className = "selected";
+    originDom = dom;
+
+    if(!index){
+      originDom2.style.display = "block";
+      originDom3.style.display = "none";
+    }else{
+      originDom3.style.display = "block";
+      originDom2.style.display = "none";
+    }
+
+  }
+  window.onload=function(){
+    Ali && Ali.setRight && Ali.setRight({show:false});
+    Ali && Ali.bounce && Ali.bounce.disable();
+  }
+  var jsBridge = new JSBridge();
+  jsBridge.alert({
+  title: '标题',
+  message: '提示文本',
+  button: '好的'
+ }).then(() => {
+  // 点击确认按钮
+   console.log('success');
+ }).catch((err) => {
+  console.log(err);
+  });
+ var jsBridge = new JSBridge();
+ jsBridge.setTitle({
+  title: '人脸上传'
+}).then(() => {
+  console.log('success');
+}).catch((err) => {
+  console.log(err);
+});
+jsBridge.pushWindow({
+  url: 'https://www.baidu.com'
+}).then(() => {
+  console.log('success');
+}).catch((error) => {
+  console.log(error);
+});
+
+function click_pushWindow () {
+  // jsapi_call('pushWindow', {url:'https://www.baidu.com'});
+  var jsBridge = new JSBridge();
+  jsBridge.setTitle({
+    title: '人脸上传'
+  }).then(() => {
+    console.log('success');
+  }).catch((err) => {
+    console.log(err);
+  });
+}
+
+</script>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/H5Demo/Sources/NebulaDemo/AppDelegate.h b/H5Demo/Sources/NebulaDemo/AppDelegate.h
new file mode 100755
index 0000000000000000000000000000000000000000..f9d7522d00a178de487d9115b30cf778c022d3da
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/AppDelegate.h
@@ -0,0 +1,19 @@
+//
+//  AppDelegate.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/13.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#define APPDELEGATE ((AppDelegate *)[[UIApplication sharedApplication]delegate])
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+
+@end
+
diff --git a/H5Demo/Sources/NebulaDemo/AppDelegate.m b/H5Demo/Sources/NebulaDemo/AppDelegate.m
new file mode 100755
index 0000000000000000000000000000000000000000..82d1e87ceea57cb1b04900a842fb731eb64919bf
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/AppDelegate.m
@@ -0,0 +1,68 @@
+//
+//  AppDelegate.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/13.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AppDelegate.h"
+#import "H5Container.h"
+
+
+@interface AppDelegate ()
+
+@end
+
+@implementation AppDelegate
+
+
+- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
+    [[UIApplication sharedApplication]setStatusBarStyle:UIStatusBarStyleLightContent];
+
+    /* 2016.12.19, NEBUL暂未支持SB创建UINavigationController */
+    self.window = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds];
+    UIStoryboard *board = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
+    
+    UIViewController *indexVC = [board instantiateViewControllerWithIdentifier:@"NebulaIndexViewController"];
+    UINavigationController *navi = [[UINavigationController alloc]initWithRootViewController:indexVC];
+    navi.navigationBar.barTintColor = [UIColor colorWithRed:47/255.0 green:125/255.0 blue:204/255.0 alpha:1.0];
+    navi.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName: [UIColor whiteColor]};
+    navi.navigationBar.tintColor = [UIColor whiteColor];
+    self.window.rootViewController = navi;
+    [self.window makeKeyAndVisible];
+    
+    [H5Container configNebulaSDK];
+
+    return YES;
+}
+
+
+- (void)applicationWillResignActive:(UIApplication *)application {
+    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+    // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
+}
+
+
+- (void)applicationDidEnterBackground:(UIApplication *)application {
+    // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+    // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
+}
+
+
+- (void)applicationWillEnterForeground:(UIApplication *)application {
+    // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
+}
+
+
+- (void)applicationDidBecomeActive:(UIApplication *)application {
+    // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+}
+
+
+- (void)applicationWillTerminate:(UIApplication *)application {
+    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
+}
+
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionCell.h b/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..d25dc19f6503f0480de50be9dbc40fb631ea8807
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionCell.h
@@ -0,0 +1,15 @@
+//
+//  DemoQuestionCell.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface DemoQuestionCell : UITableViewCell
+
+@property (nonatomic, weak) IBOutlet UILabel *lblTitle;
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionCell.m b/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionCell.m
new file mode 100755
index 0000000000000000000000000000000000000000..474b11a5ba7a6b3f1e3375067f26ca1646236e9c
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionCell.m
@@ -0,0 +1,24 @@
+//
+//  DemoQuestionCell.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "DemoQuestionCell.h"
+
+@implementation DemoQuestionCell
+
+- (void)awakeFromNib {
+    [super awakeFromNib];
+    // Initialization code
+}
+
+- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
+    [super setSelected:selected animated:animated];
+
+    // Configure the view for the selected state
+}
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionTableViewController.h b/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionTableViewController.h
new file mode 100755
index 0000000000000000000000000000000000000000..00275fc20b6dd76d567e06e7b220dda472bfdaeb
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionTableViewController.h
@@ -0,0 +1,13 @@
+//
+//  DemoQuestionTableViewController.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface DemoQuestionTableViewController : UITableViewController
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionTableViewController.m b/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionTableViewController.m
new file mode 100755
index 0000000000000000000000000000000000000000..c8c07ea0563c874a9f10663b04f029e09a592847
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/FAQ/DemoQuestionTableViewController.m
@@ -0,0 +1,77 @@
+//
+//  DemoQuestionTableViewController.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "DemoQuestionTableViewController.h"
+#import "DemoQuestionCell.h"
+
+@interface DemoQuestionTableViewController ()
+
+@property (nonatomic, copy) NSArray<NSDictionary *> *dataSource;
+
+@end
+
+@implementation DemoQuestionTableViewController
+
+- (void)viewDidLoad {
+    [super viewDidLoad];
+    self.tableView.tableFooterView = [UIView new];
+    self.dataSource = @[@{@"title":@"如何限制jsapi只在某个特定session中起作用?", @"content": @"实际执行里判断上下文的appId,([[[[event context]currentSession]createParam]expandParams])[@\"appId\"]决定是否执行逻辑就可以了"},@{@"title":@"如何在插件编写代码时取得当前UIViewController的引用?", @"content":@"实行执行时,plugin可直接拿到PSDContext, JsApi可取event.context,\n在上下文PSDContext对象中,可以取到你想要的所有信息或引用,比如上个问题中的appId,比如当前控制器event.currentViewController的引用,当前webview的引用context.currentViewControllerProxy.psdContentView等等"}];
+    
+}
+
+- (void)didReceiveMemoryWarning {
+    [super didReceiveMemoryWarning];
+    // Dispose of any resources that can be recreated.
+}
+
+#pragma mark - Table view data source
+
+- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
+    return [self.dataSource count];
+}
+
+
+- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
+    DemoQuestionCell *cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([DemoQuestionCell class]) forIndexPath:indexPath];
+    cell.lblTitle.text = [self.dataSource[indexPath.row] objectForKey:@"title"];
+    cell.lblTitle.font = [UIFont systemFontOfSize:14];
+
+    return cell;
+}
+
+- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
+{
+    NSString *text = [self.dataSource[indexPath.row] objectForKey:@"title"];
+    CGSize constraintSize = CGSizeMake([UIScreen mainScreen].bounds.size.width - 30, MAXFLOAT);
+    CGRect labelRect = [text boundingRectWithSize:constraintSize options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:14]} context:nil];
+    return labelRect.size.height + 10 >44?:44;
+}
+
+- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(nonnull NSIndexPath *)indexPath
+{
+    [tableView deselectRowAtIndexPath:indexPath animated:NO];
+    
+    UIViewController *vc = [UIViewController new];
+    vc.view.backgroundColor = [UIColor whiteColor];
+    vc.title = [self.dataSource[indexPath.row] objectForKey:@"title"];
+    UILabel *label = [UILabel new];
+    label.numberOfLines = 0;
+    label.text = [self.dataSource[indexPath.row] objectForKey:@"content"];
+    label.font = [UIFont systemFontOfSize:14];
+    [vc.view addSubview:label];
+    label.translatesAutoresizingMaskIntoConstraints = NO;
+    label.preferredMaxLayoutWidth = [UIScreen mainScreen].bounds.size.width - 30;
+    [vc.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-15-[label]-15-|" options:0 metrics:nil views:NSDictionaryOfVariableBindings(label)]];
+    [vc.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:|-84-[label]" options:0 metrics:nil views:NSDictionaryOfVariableBindings(label)]];
+    [self.navigationController pushViewController:vc animated:YES];
+    
+}
+
+
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5Container.h" "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5Container.h"
new file mode 100755
index 0000000000000000000000000000000000000000..31c685abb8259433c9fc92e9e79223283b9a857e
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5Container.h"
@@ -0,0 +1,16 @@
+//
+//  H5Container.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/13.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface H5Container : NSObject
+
++ (void)configNebulaSDK;
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5Container.m" "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5Container.m"
new file mode 100755
index 0000000000000000000000000000000000000000..1950ee2adaccb5cdb1edb835883145eef74fb4c0
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5Container.m"
@@ -0,0 +1,198 @@
+//
+//  H5Container.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/13.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "H5Container.h"
+#import <UIKit/UIKit.h>
+#import "H5WebViewController.h"
+#import "MPWebView.h"
+
+@interface H5Container ()
+
+@property (weak, nonatomic) IBOutlet UIView *viewSubMode;
+@property (weak, nonatomic) IBOutlet UIView *viewFullMode;
+@property (weak, nonatomic) IBOutlet UITextView *txvURL;
+@property (weak, nonatomic) IBOutlet UIViewController *viewController;
+@property (weak, nonatomic) UIViewController *h5ViewController;
+
+@end
+
+@implementation H5Container {
+    BOOL _isSubViewMode;
+}
+
+-(IBAction)btnOpenURLClicked:(UIButton *)button
+{
+    [self.viewController.view endEditing:YES];
+    NSString *urlStr = self.txvURL.text;
+    BOOL isFullMode = !_isSubViewMode;
+    
+    NSMutableDictionary *mCreateParams = [NSMutableDictionary dictionary];
+    [mCreateParams setValue:urlStr forKey:@"url"];
+
+    
+    if (isFullMode) {
+        // MARK: - 创建容器,创建后的ViewController将由NEBULA持有并负责销毁时机
+        /* 方式1
+        UIViewController *vc = (UIViewController *)[NBServiceGet() createNBViewController:mCreateParams];
+        vc.view.backgroundColor = [UIColor whiteColor];
+        
+        [self.viewController.navigationController pushViewController:vc animated:YES];
+         */
+        // 方式2
+        [NBServiceGet() startSession:@{@"appId":@"2000999", @"url":urlStr?:@"", @"readTitle":@YES, @"showProgress":@YES, @"backgroundColor":@16775138, @"showTitleLoading": @YES} animated:YES];
+        
+        // 更多启动参数参考 NebulaSDK / NBOptions.h
+    }
+    else {
+        UIViewController *vc = [UIViewController new];
+        vc.title = @"嵌入式页面使用容器";
+        vc.view.backgroundColor = [UIColor blackColor];
+        
+        // - 创建容器,创建后的ViewController将由NEBULA持有并负责销毁时机
+        UIViewController *vc2 = (UIViewController *)[NBServiceGet() createNBViewController:mCreateParams];
+        vc2.view.backgroundColor = [UIColor whiteColor];
+
+        // MARK: - 将创建后的ViewController的view添入到自有ViewController,作为嵌入区块
+        UIView *fragmentView = vc2.view;
+        [vc.view addSubview:fragmentView];
+        fragmentView.translatesAutoresizingMaskIntoConstraints = NO;
+        [vc.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-20-[fragmentView]-20-|" options:0 metrics:nil views:NSDictionaryOfVariableBindings(fragmentView)]];
+        [vc.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:|-80-[fragmentView]-80-|" options:0 metrics:nil views:NSDictionaryOfVariableBindings(fragmentView)]];
+        
+        [self.viewController.navigationController pushViewController:vc animated:YES];
+    }
+}
+
+
++ (void)configNebulaSDK
+{
+    // 控件创建
+    [NBServiceConfigurationGet() setViewControllerClass:[H5WebViewController class]];
+    [NBServiceConfigurationGet() setContentViewClass:[MPWebView class]];
+    
+    // 自定义的插件配置,所有自定义的jsapi和plugin都保存在DemoPresetApps.bundle/Poseidon-Extra-Config.plist中
+    NSString *filePath = [[NSBundle mainBundle].bundlePath stringByAppendingFormat:@"/%@/%@", @"DemoPlugins.bundle", @"Poseidon-Extra-Config.plist"];
+    [NBServiceConfigurationGet() setExtraPluginsFilePath:filePath];
+    
+    // 预置包配置,所有预置的离线包在DemoPresetApps.bundle中,预置的包信息在 DemoPresetApps.bundle/NAMApplist.plist 中
+    [NBServiceConfigurationGet().appConfig setPresetApplistPath:[[NSBundle mainBundle] pathForResource:[NSString stringWithFormat:@"DemoPresetApps.bundle/NAMApplist.plist"] ofType:nil]];
+    [NBServiceConfigurationGet().appConfig setPresetAppPackagePath:[[NSBundle mainBundle] pathForResource:@"DemoPresetApps.bundle" ofType:nil]];
+    
+    // 包管理服务器配置
+    NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"Product Version"];
+    [NBServiceConfigurationGet() setClientVersion:version];
+    NSString *bundleId = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"];
+    [NBServiceConfigurationGet() setClientBundleId:bundleId];
+    [NBServiceConfigurationGet() setUserAgent:[NSString stringWithFormat:@"H5Demo %@", version]];//指定userAgent
+    
+    // 离线包管理设置(验签公钥、公共资源包、离线包下载器)
+    NSString *pubpem = [[NSBundle mainBundle] pathForResource:@"public_key" ofType:@"pem"];
+    [NBServiceConfigurationGet().appConfig setSignPublicKey: [NSString stringWithContentsOfFile:pubpem encoding:NSUTF8StringEncoding error:nil]];// 设置离线包验签公钥
+    [NBServiceConfigurationGet() setIsNeed2VerifyApp:NO];//关闭验签,上述设置公钥不生效
+    [NBServiceConfigurationGet() setCommonResourceAppList:@[@"7777777"]];  //指定应用的全局资源包
+    [NBServiceConfigurationGet().appConfig setRequestManager:[NARequestManager sharedInctance]]; // 设置离线包下载器
+//    [NBServiceConfigurationGet().appConfig setDynamicConfigManager:[CGBNebulaLoggingHelper sharedInstance]];
+    
+    // H5埋点监控委托
+//    NBLogConfigurationGet().shouldInjectSPMJS=YES;
+//    NBLogConfigurationGet().configServiceDelegate = [CGBNebulaLoggingHelper sharedInstance];
+//    [NBLogServiceGet() start];
+//    [[NBMonitor defaultMonitor] setDelegate:NBLogServiceGet()];
+    
+    NAMServiceGet();
+    [NBServiceGet() start];
+
+}
+
+#pragma mark - UI相关代码,不需关心
+
+- (IBAction)viewh5ModeClicked:(UIView *)sender
+{
+    [self.viewController.view endEditing:YES];
+
+    _isSubViewMode = sender.tag == 0;
+    NSArray<UIView *> *views = @[self.viewSubMode, self.viewFullMode];
+    for (UIView *view in views) {
+        view.backgroundColor = [UIColor colorWithWhite:0.92 alpha:1];
+        view.layer.borderWidth = 0;
+        
+        UILabel *label = (UILabel *)[view viewWithTag:11];
+        label.textColor = [UIColor colorWithWhite:0x99/255.0 alpha:1];
+    }
+    
+    sender.backgroundColor = [UIColor whiteColor];
+    sender.layer.borderWidth = 1;
+    UILabel *label = (UILabel *)[sender viewWithTag:11];
+    label.textColor = [UIColor colorWithWhite:0x33/255.0 alpha:1];
+}
+
+- (IBAction)btnClearClicked:(id)sender
+{
+    self.txvURL.text = @"";
+}
+
+- (IBAction)btnCustomNavigationItemClicked:(id)sender {
+    [DemoConfigServer sharedInstance].useCustomNavigationItemView = YES;
+    NSMutableDictionary *mCreateParams = [NSMutableDictionary dictionary];
+    
+    [mCreateParams setValue:@"https://www.baidu.com" forKey:@"url"];
+    UIViewController *vc = (UIViewController *)[NBServiceGet() createNBViewController:mCreateParams];
+    vc.view.backgroundColor = [UIColor whiteColor];
+    [self.viewController.navigationController pushViewController:vc animated:YES];
+}
+
+- (IBAction)btnNative2H5:(id)sender {
+    NSMutableDictionary *mCreateParams = [NSMutableDictionary dictionary];
+    
+    NSString *path = [[NSBundle mainBundle]pathForResource:@"Native2H5" ofType:@".html"];
+    
+    [mCreateParams setValue:path forKey:@"url"];
+    UIViewController *vc = (UIViewController *)[NBServiceGet() createNBViewController:mCreateParams];
+    self.h5ViewController = vc;
+
+    vc.view.backgroundColor = [UIColor whiteColor];
+    
+    UIButton *btn = [[UIButton alloc]init];
+    [btn setTitle:@"自定义消息通信" forState:UIControlStateNormal];
+    btn.backgroundColor = [UIColor colorWithRed:0x33/255.0 green:0x99/255.0 blue:0 alpha:1];
+    [btn addTarget:self action:@selector(sendDomEvent:) forControlEvents:UIControlEventTouchUpInside];
+    [vc.view addSubview:btn];
+    btn.translatesAutoresizingMaskIntoConstraints = NO;
+    [vc.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-0-[btn]-0-|" options:0 metrics:nil views:NSDictionaryOfVariableBindings(btn)]];
+    [vc.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:[btn]-0-|" options:0 metrics:nil views:NSDictionaryOfVariableBindings(btn)]];
+    [vc.view addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:[btn(==40)]" options:0 metrics:nil views:NSDictionaryOfVariableBindings(btn)]];
+    
+    [self.viewController.navigationController pushViewController:vc animated:YES];
+}
+
+- (IBAction)btnH52Native:(id)sender {
+    NSMutableDictionary *mCreateParams = [NSMutableDictionary dictionary];
+    
+    NSString *path = [[NSBundle mainBundle]pathForResource:@"H52Native" ofType:@".html"];
+    
+    [mCreateParams setValue:path forKey:@"url"];
+    UIViewController *vc = (UIViewController *)[NBServiceGet() createNBViewController:mCreateParams];
+    vc.view.backgroundColor = [UIColor whiteColor];
+    [self.viewController.navigationController pushViewController:vc animated:YES];
+}
+
+- (void)sendDomEvent:(UIButton *)btn
+{
+    [self.h5ViewController callHandler:@"h5_domEvent_test" data:@{@"message":@"收到从Native发来的消息"} responseCallback:^(NSDictionary *responseData){
+        if (![responseData[@"h5_domEvent_testEventCanceled"] boolValue]) {
+            NSLog(@"%@", responseData);
+        }
+    }];
+}
+
+- (IBAction)btnMonitorClicked:(id)sender {
+//    [[H5Monitor sharedInstance].showBtn sendActionsForControlEvents:UIControlEventTouchUpInside];
+}
+
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5WebViewController.h" "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5WebViewController.h"
new file mode 100755
index 0000000000000000000000000000000000000000..4f0051131d9751d6231d96ba61b00c33914c1118
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5WebViewController.h"
@@ -0,0 +1,18 @@
+//
+//  H5WebViewController.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/14.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface H5WebViewController : UIViewController
+
+- (IBAction)btnBackItemClicked:(id)sender;
+
+- (IBAction)btnRightItemClicked:(id)sender;
+
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5WebViewController.m" "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5WebViewController.m"
new file mode 100755
index 0000000000000000000000000000000000000000..e73eb64217fa766f0b6cb19515fff4db005e93a9
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/H5WebViewController.m"
@@ -0,0 +1,139 @@
+//
+//  H5WebViewController.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/14.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "H5WebViewController.h"
+
+@interface H5WebViewController ()<PSDPluginProtocol>
+
+@end
+
+@implementation H5WebViewController
+
+#pragma mark - UIViewController LifeCycle
+
+- (void)viewDidLoad {
+    [super viewDidLoad];
+    NSLog(@"[NebulaDemo]: 容器中的一个Scene被打开");
+}
+
+- (void)viewWillAppear:(BOOL)animated
+{
+    [super viewWillAppear:animated];
+    
+    // 当前WebView
+    UIWebView *webView = (UIWebView *)self.psdContentView;
+    
+    // 当前页面的启动参数
+    NSDictionary *expandParams = self.psdScene.createParam.expandParams;
+}
+
+- (void)viewDidAppear:(BOOL)animated
+{
+    [super viewDidAppear:animated];
+}
+
+- (void)viewWillDisappear:(BOOL)animated
+{
+    [super viewWillDisappear:animated];
+}
+
+
+#pragma mark - 自定义导航栏时的点击事件实现
+
+- (IBAction)btnBackItemClicked:(id)sender
+{
+    if (self.navigationController) {
+        NSMutableArray *arr = [[self.navigationController viewControllers] mutableCopy];
+        [arr removeLastObject];
+        
+        [self.navigationController setViewControllers:arr animated:YES];
+    }
+    else {
+        [self dismissViewControllerAnimated:YES completion:NULL];
+    }
+}
+
+- (IBAction)btnRightItemClicked:(id)sender
+{
+    NSLog(@"[NebulaDemo]: 导航栏右侧按钮被点击");
+    
+    // native手动触发 JSAPI
+    [self callHandler:@"HXTest" data:@{@"key":@"value"} responseCallback:^(id responseData) {
+        
+    }];
+}
+
+#pragma mark - 注册为容器插件
+- (void)nbViewControllerInit
+{
+    PSDSession *session = [self viewControllerProxy].psdSession;
+    [session addEventListener:kEvent_Navigation_All
+                 withListener:self
+                   useCapture:NO];
+    [session addEventListener:kEvent_Page_All
+                 withListener:self
+                   useCapture:NO];
+    
+}
+
+- (NSString *)name
+{
+    return NSStringFromClass([self class]);
+}
+
+#pragma mark - 对应UIWebViewDelegate的委托实现
+
+- (void)handleEvent:(PSDEvent *)event
+{
+    if (![[event.context currentViewController] isEqual:self]) {
+        return;
+    }
+    if ([kEvent_Navigation_Start isEqualToString:event.eventType]) {
+        BOOL shouldStart = [self handleContentViewShouldStartLoad:(id)event ];
+        
+        if (!shouldStart) {
+            [event preventDefault];
+        }
+    }
+    else if ([kEvent_Page_Load_Start isEqualToString:event.eventType]) {
+        [self handleContentViewDidStartLoad:(id)event];
+    }
+    else if ([kEvent_Page_Load_Complete isEqualToString:event.eventType]) {
+        [self handleContentViewDidFinishLoad:(id)event];
+    }
+    else if ([kEvent_Navigation_Error isEqualToString:event.eventType]) {
+        [self handleContentViewDidFailLoad:(id)event];
+    }
+    else if ([kNBEvent_Scene_NavigationItem_Left_Back_Click isEqualToString:event.eventType]) {
+        
+    }
+}
+
+
+- (BOOL)handleContentViewShouldStartLoad:(PSDNavigationEvent *)event
+{
+    return YES;
+}
+
+- (void)handleContentViewDidStartLoad:(PSDPageEvent *)event
+{
+    
+}
+
+- (void)handleContentViewDidFinishLoad:(PSDPageEvent *)event
+{
+    
+}
+
+- (void)handleContentViewDidFailLoad:(PSDNavigationEvent *)event
+{
+    
+}
+
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/MPWebView.h" "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/MPWebView.h"
new file mode 100755
index 0000000000000000000000000000000000000000..ea5f0aedde40968d3c6cd27973163d672b588d3a
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/MPWebView.h"
@@ -0,0 +1,13 @@
+//
+//  MPWebView.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/7/17.
+//  Copyright © 2018年 Alibaba. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface MPWebView : UIWebView
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/MPWebView.m" "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/MPWebView.m"
new file mode 100755
index 0000000000000000000000000000000000000000..76311f7567bc26793bc0ba721da45a43ac27c6d1
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/SDK\346\216\245\345\205\245/MPWebView.m"
@@ -0,0 +1,21 @@
+//
+//  MPWebView.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/7/17.
+//  Copyright © 2018年 Alibaba. All rights reserved.
+//
+
+#import "MPWebView.h"
+
+@implementation MPWebView
+
+/*
+// Only override drawRect: if you perform custom drawing.
+// An empty implementation adversely affects performance during animation.
+- (void)drawRect:(CGRect)rect {
+    // Drawing code
+}
+*/
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/Contents.json b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..787c756460b1ac9deaf0f4657e60797654998552
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,62 @@
+{
+  "images" : [
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "icon-02iPhoneNotification_20pt@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "20x20",
+      "idiom" : "iphone",
+      "filename" : "icon-02iPhoneNotification_20pt@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "icon-02iPhoneSpootlight5_29pt@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "29x29",
+      "idiom" : "iphone",
+      "filename" : "icon-02iPhoneSpootlight5_29pt@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "icon-02iPhoneSpootlight7_40pt@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "40x40",
+      "idiom" : "iphone",
+      "filename" : "icon-02iPhoneSpootlight7_40pt@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "icon-02iPhoneApp_60pt@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "size" : "60x60",
+      "idiom" : "iphone",
+      "filename" : "icon-02iPhoneApp_60pt@3x.png",
+      "scale" : "3x"
+    },
+    {
+      "size" : "1024x1024",
+      "idiom" : "ios-marketing",
+      "filename" : "icon-02store_1024pt.png",
+      "scale" : "1x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneApp_60pt@2x.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneApp_60pt@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..dc6d4f27983d0ac5de6dd2d07b92edc710701a7b
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneApp_60pt@2x.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneApp_60pt@3x.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneApp_60pt@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..f66e25cff08c642daa12ba4064aaff8447d25102
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneApp_60pt@3x.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneNotification_20pt@2x.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneNotification_20pt@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..cbbe42c202f5667dba1c37a0e7d1aa59b27542b5
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneNotification_20pt@2x.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneNotification_20pt@3x.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneNotification_20pt@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..ed621fd71fece28a5f3216d07d2a78526a2132ab
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneNotification_20pt@3x.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight5_29pt@2x.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight5_29pt@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c7046cc74ee5d21265ca62eecaf160bfc684277
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight5_29pt@2x.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight5_29pt@3x.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight5_29pt@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..f14418713d5860a098361d268adb0e344ce8644d
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight5_29pt@3x.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight7_40pt@2x.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight7_40pt@2x.png
new file mode 100644
index 0000000000000000000000000000000000000000..0e0d88c53bfde2ff8d7adf9f1d9214cbbc2fa4eb
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight7_40pt@2x.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight7_40pt@3x.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight7_40pt@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..dc6d4f27983d0ac5de6dd2d07b92edc710701a7b
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02iPhoneSpootlight7_40pt@3x.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02store_1024pt.png b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02store_1024pt.png
new file mode 100644
index 0000000000000000000000000000000000000000..8a6da95f4f955e04994762aa0211ac15cf57d6b6
Binary files /dev/null and b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/AppIcon.appiconset/icon-02store_1024pt.png differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/Contents.json b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/Contents.json
new file mode 100644
index 0000000000000000000000000000000000000000..da4a164c918651cdd1e11dca5cc62c333f097601
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git "a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/Contents.json" "b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/Contents.json"
new file mode 100644
index 0000000000000000000000000000000000000000..ceb3c9c32b5d75fdf47b1354e4267704eb1f6bec
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/Contents.json"
@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "启动页@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "启动页@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}
\ No newline at end of file
diff --git "a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/\345\220\257\345\212\250\351\241\265@2x.png" "b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/\345\220\257\345\212\250\351\241\265@2x.png"
new file mode 100644
index 0000000000000000000000000000000000000000..3844e7dea99efdd877e68f8c89e8ce913d0fc761
Binary files /dev/null and "b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/\345\220\257\345\212\250\351\241\265@2x.png" differ
diff --git "a/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/\345\220\257\345\212\250\351\241\265@3x.png" "b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/\345\220\257\345\212\250\351\241\265@3x.png"
new file mode 100644
index 0000000000000000000000000000000000000000..b08e68ce6671a2f6067bc6eca91c9933b1a9a375
Binary files /dev/null and "b/H5Demo/Sources/NebulaDemo/UI/Assets.xcassets/\345\220\257\345\212\250\351\241\265.imageset/\345\220\257\345\212\250\351\241\265@3x.png" differ
diff --git a/H5Demo/Sources/NebulaDemo/UI/Base.lproj/LaunchScreen.storyboard b/H5Demo/Sources/NebulaDemo/UI/Base.lproj/LaunchScreen.storyboard
new file mode 100755
index 0000000000000000000000000000000000000000..989c56bc8a96ac9729c7e5df162bbb35f11d314f
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/UI/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
+    <device id="retina4_7" orientation="portrait">
+        <adaptation id="fullscreen"/>
+    </device>
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
+        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
+    </dependencies>
+    <scenes>
+        <!--View Controller-->
+        <scene sceneID="EHf-IW-A2E">
+            <objects>
+                <viewController id="01J-lp-oVM" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
+                        <viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
+                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="启动页" translatesAutoresizingMaskIntoConstraints="NO" id="uTu-ei-y1E">
+                                <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
+                            </imageView>
+                        </subviews>
+                        <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
+                        <constraints>
+                            <constraint firstAttribute="bottom" secondItem="uTu-ei-y1E" secondAttribute="bottom" id="EXg-hr-CX1"/>
+                            <constraint firstItem="uTu-ei-y1E" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="O0h-u5-p8u"/>
+                            <constraint firstAttribute="trailing" secondItem="uTu-ei-y1E" secondAttribute="trailing" id="rNh-Uh-cZJ"/>
+                            <constraint firstItem="uTu-ei-y1E" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="yso-QA-MN7"/>
+                        </constraints>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="-4" y="142"/>
+        </scene>
+    </scenes>
+    <resources>
+        <image name="启动页" width="360" height="640"/>
+    </resources>
+</document>
diff --git a/H5Demo/Sources/NebulaDemo/UI/Base.lproj/Main.storyboard b/H5Demo/Sources/NebulaDemo/UI/Base.lproj/Main.storyboard
new file mode 100755
index 0000000000000000000000000000000000000000..120490cb09ffaf67064592ff5e98af82b580bcca
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/UI/Base.lproj/Main.storyboard
@@ -0,0 +1,498 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="yJf-Fx-CIR">
+    <device id="retina4_0" orientation="portrait">
+        <adaptation id="fullscreen"/>
+    </device>
+    <dependencies>
+        <deployment identifier="iOS"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
+        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
+    </dependencies>
+    <scenes>
+        <!--View Controller-->
+        <scene sceneID="tne-QT-ifu">
+            <objects>
+                <viewController storyboardIdentifier="NebulaIndexViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="BYZ-38-t0r" customClass="DemoIndexViewController" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
+                        <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
+                        <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zs4-em-VGL">
+                                <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
+                                <subviews>
+                                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="CHj-rJ-0he">
+                                        <rect key="frame" x="0.0" y="0.0" width="320" height="561"/>
+                                        <subviews>
+                                            <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NUD-9Q-3NG">
+                                                <rect key="frame" x="15" y="20" width="289" height="110"/>
+                                                <color key="backgroundColor" red="1" green="0.97185018999999995" blue="0.59890452260000004" alpha="1" colorSpace="calibratedRGB"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="110" id="fcs-4p-kU1"/>
+                                                </constraints>
+                                                <state key="normal">
+                                                    <color key="titleColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                </state>
+                                            </button>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="WebViewBridge" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pII-QL-VW8">
+                                                <rect key="frame" x="15" y="30" width="289" height="21"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                                <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="提供H5与Native的异步交互引擎,自定义插件扩展参考H5Plugin4DemoTest和H5JsApi4DeomoTest" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FcX-KH-4EF">
+                                                <rect key="frame" x="23" y="59" width="273" height="29"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
+                                                <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eFz-Q3-NEm">
+                                                <rect key="frame" x="15" y="145" width="290" height="75"/>
+                                                <color key="backgroundColor" red="1" green="0.97185018999999995" blue="0.59890452260000004" alpha="1" colorSpace="calibratedRGB"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="75" id="3hF-u4-8WB"/>
+                                                </constraints>
+                                                <state key="normal">
+                                                    <color key="titleColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                </state>
+                                                <connections>
+                                                    <segue destination="uJL-9q-Syp" kind="show" id="NPa-E7-wa3"/>
+                                                </connections>
+                                            </button>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="AppManager" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c3r-g9-eyQ">
+                                                <rect key="frame" x="15" y="155" width="290" height="21"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                                <color key="textColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="提供客户端的应用包机制" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2GH-0J-TrM">
+                                                <rect key="frame" x="15" y="184" width="290" height="15"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
+                                                <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="T1H-nT-pOd">
+                                                <rect key="frame" x="15" y="90" width="95.5" height="40"/>
+                                                <color key="backgroundColor" white="1" alpha="0.49598293440000002" colorSpace="calibratedWhite"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="40" id="qmc-9A-m23"/>
+                                                </constraints>
+                                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
+                                                <state key="normal" title="打开容器"/>
+                                                <connections>
+                                                    <segue destination="yJf-Fx-CIR" kind="show" id="cbD-jz-WAf"/>
+                                                </connections>
+                                            </button>
+                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="n2Y-Tf-wnV">
+                                                <rect key="frame" x="111.5" y="90" width="96" height="40"/>
+                                                <color key="backgroundColor" white="1" alpha="0.49598293440000002" colorSpace="calibratedWhite"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="40" id="6kz-Vf-l8P"/>
+                                                </constraints>
+                                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
+                                                <state key="normal" title="H5向Native通信"/>
+                                                <connections>
+                                                    <action selector="btnH52Native:" destination="Sjq-aC-1A2" eventType="touchUpInside" id="UQP-jp-R28"/>
+                                                </connections>
+                                            </button>
+                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tnV-zH-0zk">
+                                                <rect key="frame" x="208.5" y="90" width="95.5" height="40"/>
+                                                <color key="backgroundColor" white="1" alpha="0.49598293440000002" colorSpace="calibratedWhite"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="40" id="m7u-LH-OJ2"/>
+                                                </constraints>
+                                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
+                                                <state key="normal" title="Native向H5通信"/>
+                                                <connections>
+                                                    <action selector="btnNative2H5:" destination="Sjq-aC-1A2" eventType="touchUpInside" id="Gys-a6-jgF"/>
+                                                </connections>
+                                            </button>
+                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tlp-KV-I6Z">
+                                                <rect key="frame" x="15" y="238" width="290" height="75"/>
+                                                <color key="backgroundColor" red="1" green="0.97185018999999995" blue="0.59890452260000004" alpha="1" colorSpace="calibratedRGB"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="75" id="kAN-Ba-2Bz"/>
+                                                </constraints>
+                                                <state key="normal">
+                                                    <color key="titleColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                </state>
+                                                <connections>
+                                                    <action selector="btnMonitorClicked:" destination="Sjq-aC-1A2" eventType="touchUpInside" id="j6R-XF-MSX"/>
+                                                </connections>
+                                            </button>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="监控(点击状态栏中按钮)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OLm-KW-8fg">
+                                                <rect key="frame" x="15" y="248" width="290" height="21"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                                <color key="textColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <label opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="提供页面性能及应用操作元数据,需实现NBMonitorDelegate协议并在协议方法中自行实现日志写入本地或上传服务器" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FEp-2U-hR3">
+                                                <rect key="frame" x="23" y="277" width="274" height="43"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
+                                                <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Omr-Ox-WxD">
+                                                <rect key="frame" x="15" y="331" width="290" height="75"/>
+                                                <color key="backgroundColor" red="1" green="0.97185018999999995" blue="0.59890452260000004" alpha="1" colorSpace="calibratedRGB"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="75" id="Qde-q7-GTy"/>
+                                                </constraints>
+                                                <state key="normal">
+                                                    <color key="titleColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                </state>
+                                                <connections>
+                                                    <action selector="btnCustomNavigationItemClicked:" destination="Sjq-aC-1A2" eventType="touchUpInside" id="7bn-DQ-AP9"/>
+                                                </connections>
+                                            </button>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="自定义导航栏TitleView及左右按钮" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hWV-Fr-2wU">
+                                                <rect key="frame" x="15" y="341" width="290" height="21"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                                <color key="textColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="参考H5PluginTitleView/H5NavigationTitleView" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dll-Na-9fK">
+                                                <rect key="frame" x="15" y="370" width="290" height="15"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
+                                                <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lch-cu-jWn">
+                                                <rect key="frame" x="15" y="416" width="290" height="75"/>
+                                                <color key="backgroundColor" red="1" green="0.97185018999999995" blue="0.59890452260000004" alpha="1" colorSpace="calibratedRGB"/>
+                                                <constraints>
+                                                    <constraint firstAttribute="height" constant="75" id="7uc-1B-y9R"/>
+                                                </constraints>
+                                                <state key="normal">
+                                                    <color key="titleColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                </state>
+                                                <connections>
+                                                    <segue destination="IaM-wK-5dj" kind="show" id="psN-Qy-xdH"/>
+                                                </connections>
+                                            </button>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="常见问题收集" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lEv-6U-aUY">
+                                                <rect key="frame" x="15" y="426" width="290" height="21"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                                <color key="textColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="看下有没有你想找的答案,持续收集中..." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="J8y-nX-P9d">
+                                                <rect key="frame" x="15" y="455" width="290" height="15"/>
+                                                <fontDescription key="fontDescription" type="system" pointSize="12"/>
+                                                <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
+                                                <nil key="highlightedColor"/>
+                                            </label>
+                                        </subviews>
+                                        <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
+                                        <constraints>
+                                            <constraint firstItem="n2Y-Tf-wnV" firstAttribute="width" secondItem="T1H-nT-pOd" secondAttribute="width" id="1pZ-hx-9Gl"/>
+                                            <constraint firstAttribute="trailing" secondItem="Omr-Ox-WxD" secondAttribute="trailing" constant="15" id="2GK-97-Awg"/>
+                                            <constraint firstItem="tnV-zH-0zk" firstAttribute="trailing" secondItem="NUD-9Q-3NG" secondAttribute="trailing" id="3oj-tj-UKf"/>
+                                            <constraint firstItem="c3r-g9-eyQ" firstAttribute="leading" secondItem="eFz-Q3-NEm" secondAttribute="leading" id="49b-K2-cHI"/>
+                                            <constraint firstItem="eFz-Q3-NEm" firstAttribute="leading" secondItem="CHj-rJ-0he" secondAttribute="leading" constant="15" id="4e9-hI-OJo"/>
+                                            <constraint firstItem="2GH-0J-TrM" firstAttribute="leading" secondItem="eFz-Q3-NEm" secondAttribute="leading" id="6Eg-bQ-LU7"/>
+                                            <constraint firstItem="T1H-nT-pOd" firstAttribute="leading" secondItem="NUD-9Q-3NG" secondAttribute="leading" id="6rl-nv-DU3"/>
+                                            <constraint firstItem="tnV-zH-0zk" firstAttribute="width" secondItem="T1H-nT-pOd" secondAttribute="width" id="72l-Mo-0yl"/>
+                                            <constraint firstAttribute="trailing" secondItem="NUD-9Q-3NG" secondAttribute="trailing" constant="16" id="75K-lK-ayP"/>
+                                            <constraint firstItem="lEv-6U-aUY" firstAttribute="leading" secondItem="lch-cu-jWn" secondAttribute="leading" id="9sJ-nZ-Cc4"/>
+                                            <constraint firstItem="FEp-2U-hR3" firstAttribute="trailing" secondItem="tlp-KV-I6Z" secondAttribute="trailing" constant="-8" id="AQj-u9-pcX"/>
+                                            <constraint firstItem="dll-Na-9fK" firstAttribute="leading" secondItem="Omr-Ox-WxD" secondAttribute="leading" id="BKv-KK-xwq"/>
+                                            <constraint firstItem="tlp-KV-I6Z" firstAttribute="leading" secondItem="CHj-rJ-0he" secondAttribute="leading" constant="15" id="Bfq-qo-53S"/>
+                                            <constraint firstItem="NUD-9Q-3NG" firstAttribute="leading" secondItem="CHj-rJ-0he" secondAttribute="leading" constant="15" id="Bsn-RG-oXX"/>
+                                            <constraint firstAttribute="trailing" secondItem="eFz-Q3-NEm" secondAttribute="trailing" constant="15" id="CyS-fx-603"/>
+                                            <constraint firstItem="OLm-KW-8fg" firstAttribute="top" secondItem="tlp-KV-I6Z" secondAttribute="top" constant="10" id="EdL-gA-ufF"/>
+                                            <constraint firstAttribute="trailing" secondItem="tlp-KV-I6Z" secondAttribute="trailing" constant="15" id="F1W-aj-53z"/>
+                                            <constraint firstItem="pII-QL-VW8" firstAttribute="leading" secondItem="NUD-9Q-3NG" secondAttribute="leading" id="I1Y-0D-3bd"/>
+                                            <constraint firstItem="OLm-KW-8fg" firstAttribute="trailing" secondItem="tlp-KV-I6Z" secondAttribute="trailing" id="JTx-Dk-gHK"/>
+                                            <constraint firstItem="OLm-KW-8fg" firstAttribute="leading" secondItem="tlp-KV-I6Z" secondAttribute="leading" id="KN8-0S-LmE"/>
+                                            <constraint firstItem="FEp-2U-hR3" firstAttribute="top" secondItem="OLm-KW-8fg" secondAttribute="bottom" constant="8" id="Lgv-ZG-d3m"/>
+                                            <constraint firstItem="lch-cu-jWn" firstAttribute="top" secondItem="Omr-Ox-WxD" secondAttribute="bottom" constant="10" id="N9w-DU-FTk"/>
+                                            <constraint firstAttribute="bottom" secondItem="lch-cu-jWn" secondAttribute="bottom" constant="70" id="SP9-Ai-rVu"/>
+                                            <constraint firstItem="dll-Na-9fK" firstAttribute="top" secondItem="hWV-Fr-2wU" secondAttribute="bottom" constant="8" id="Sgy-KK-Gmr"/>
+                                            <constraint firstItem="eFz-Q3-NEm" firstAttribute="top" secondItem="NUD-9Q-3NG" secondAttribute="bottom" constant="15" id="TvX-tk-cNd"/>
+                                            <constraint firstItem="n2Y-Tf-wnV" firstAttribute="bottom" secondItem="NUD-9Q-3NG" secondAttribute="bottom" id="UH3-Tb-6SA"/>
+                                            <constraint firstItem="pII-QL-VW8" firstAttribute="trailing" secondItem="NUD-9Q-3NG" secondAttribute="trailing" id="UM1-8h-lVw"/>
+                                            <constraint firstItem="2GH-0J-TrM" firstAttribute="top" secondItem="c3r-g9-eyQ" secondAttribute="bottom" constant="8" id="WYD-VA-M31"/>
+                                            <constraint firstItem="c3r-g9-eyQ" firstAttribute="top" secondItem="eFz-Q3-NEm" secondAttribute="top" constant="10" id="WsL-l8-fbM"/>
+                                            <constraint firstItem="J8y-nX-P9d" firstAttribute="leading" secondItem="lch-cu-jWn" secondAttribute="leading" id="XcW-i1-21E"/>
+                                            <constraint firstItem="Omr-Ox-WxD" firstAttribute="leading" secondItem="CHj-rJ-0he" secondAttribute="leading" constant="15" id="agC-aP-idx"/>
+                                            <constraint firstItem="FcX-KH-4EF" firstAttribute="trailing" secondItem="NUD-9Q-3NG" secondAttribute="trailing" constant="-8" id="azr-7r-SUm"/>
+                                            <constraint firstItem="NUD-9Q-3NG" firstAttribute="top" secondItem="CHj-rJ-0he" secondAttribute="top" constant="20" id="b0s-nU-N2M"/>
+                                            <constraint firstItem="FcX-KH-4EF" firstAttribute="leading" secondItem="NUD-9Q-3NG" secondAttribute="leading" constant="8" id="c18-oD-3fR"/>
+                                            <constraint firstItem="T1H-nT-pOd" firstAttribute="bottom" secondItem="NUD-9Q-3NG" secondAttribute="bottom" id="ctx-s5-5Aa"/>
+                                            <constraint firstItem="tlp-KV-I6Z" firstAttribute="top" secondItem="eFz-Q3-NEm" secondAttribute="bottom" constant="18" id="eDL-uq-bKS"/>
+                                            <constraint firstItem="pII-QL-VW8" firstAttribute="top" secondItem="NUD-9Q-3NG" secondAttribute="top" constant="10" id="eMn-Or-eFt"/>
+                                            <constraint firstItem="lEv-6U-aUY" firstAttribute="trailing" secondItem="lch-cu-jWn" secondAttribute="trailing" id="fPC-cL-e6M"/>
+                                            <constraint firstItem="J8y-nX-P9d" firstAttribute="top" secondItem="lEv-6U-aUY" secondAttribute="bottom" constant="8" id="gOf-mH-CTv"/>
+                                            <constraint firstItem="lch-cu-jWn" firstAttribute="leading" secondItem="CHj-rJ-0he" secondAttribute="leading" constant="15" id="gyF-YZ-eWj"/>
+                                            <constraint firstItem="hWV-Fr-2wU" firstAttribute="top" secondItem="Omr-Ox-WxD" secondAttribute="top" constant="10" id="jB0-TF-BIL"/>
+                                            <constraint firstItem="tnV-zH-0zk" firstAttribute="bottom" secondItem="NUD-9Q-3NG" secondAttribute="bottom" id="jeV-UI-B4S"/>
+                                            <constraint firstItem="hWV-Fr-2wU" firstAttribute="leading" secondItem="Omr-Ox-WxD" secondAttribute="leading" id="jgP-Tt-4bS"/>
+                                            <constraint firstItem="FEp-2U-hR3" firstAttribute="leading" secondItem="tlp-KV-I6Z" secondAttribute="leading" constant="8" id="lBx-qc-I9s"/>
+                                            <constraint firstItem="lEv-6U-aUY" firstAttribute="top" secondItem="lch-cu-jWn" secondAttribute="top" constant="10" id="loE-9W-LpS"/>
+                                            <constraint firstItem="hWV-Fr-2wU" firstAttribute="trailing" secondItem="Omr-Ox-WxD" secondAttribute="trailing" id="qaf-UR-Y3E"/>
+                                            <constraint firstItem="J8y-nX-P9d" firstAttribute="trailing" secondItem="lch-cu-jWn" secondAttribute="trailing" id="qtJ-ci-raP"/>
+                                            <constraint firstItem="FcX-KH-4EF" firstAttribute="top" secondItem="pII-QL-VW8" secondAttribute="bottom" constant="8" id="rC2-E8-zeN"/>
+                                            <constraint firstItem="tnV-zH-0zk" firstAttribute="leading" secondItem="n2Y-Tf-wnV" secondAttribute="trailing" constant="1" id="rg0-js-XqO"/>
+                                            <constraint firstItem="dll-Na-9fK" firstAttribute="trailing" secondItem="Omr-Ox-WxD" secondAttribute="trailing" id="shQ-2V-RpU"/>
+                                            <constraint firstAttribute="trailing" secondItem="lch-cu-jWn" secondAttribute="trailing" constant="15" id="u9F-DY-wyS"/>
+                                            <constraint firstItem="2GH-0J-TrM" firstAttribute="trailing" secondItem="eFz-Q3-NEm" secondAttribute="trailing" id="uOE-ms-ClC"/>
+                                            <constraint firstItem="Omr-Ox-WxD" firstAttribute="top" secondItem="tlp-KV-I6Z" secondAttribute="bottom" constant="18" id="ufx-N1-JI4"/>
+                                            <constraint firstItem="n2Y-Tf-wnV" firstAttribute="leading" secondItem="T1H-nT-pOd" secondAttribute="trailing" constant="1" id="x42-Eq-jI4"/>
+                                            <constraint firstItem="c3r-g9-eyQ" firstAttribute="trailing" secondItem="eFz-Q3-NEm" secondAttribute="trailing" id="xxh-Hk-eRF"/>
+                                        </constraints>
+                                    </view>
+                                </subviews>
+                                <constraints>
+                                    <constraint firstItem="CHj-rJ-0he" firstAttribute="top" secondItem="Zs4-em-VGL" secondAttribute="top" id="Iz3-vC-or0"/>
+                                    <constraint firstAttribute="bottom" secondItem="CHj-rJ-0he" secondAttribute="bottom" id="PRc-n2-Dre"/>
+                                    <constraint firstItem="CHj-rJ-0he" firstAttribute="leading" secondItem="Zs4-em-VGL" secondAttribute="leading" id="gFg-x7-7cv"/>
+                                    <constraint firstAttribute="trailing" secondItem="CHj-rJ-0he" secondAttribute="trailing" id="yO3-W8-ZWS"/>
+                                </constraints>
+                            </scrollView>
+                        </subviews>
+                        <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
+                        <constraints>
+                            <constraint firstItem="Zs4-em-VGL" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="8cv-uT-JMU"/>
+                            <constraint firstItem="Zs4-em-VGL" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="B9v-iz-qkz"/>
+                            <constraint firstAttribute="trailing" secondItem="Zs4-em-VGL" secondAttribute="trailing" id="Ktb-SK-asd"/>
+                            <constraint firstAttribute="bottom" secondItem="Zs4-em-VGL" secondAttribute="bottom" id="WPH-Co-NkO"/>
+                            <constraint firstAttribute="trailing" secondItem="CHj-rJ-0he" secondAttribute="trailing" id="bfe-1Y-6vI"/>
+                            <constraint firstItem="CHj-rJ-0he" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leading" id="dzv-eT-xHu"/>
+                        </constraints>
+                    </view>
+                    <navigationItem key="navigationItem" title="Nebula接入Demo" id="Oaq-Hb-qdO">
+                        <barButtonItem key="backBarButtonItem" title="返回" id="Hav-UN-vZU"/>
+                    </navigationItem>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
+                <customObject id="Sjq-aC-1A2" customClass="H5Container">
+                    <connections>
+                        <outlet property="viewController" destination="BYZ-38-t0r" id="3hV-i9-510"/>
+                    </connections>
+                </customObject>
+            </objects>
+            <point key="canvasLocation" x="956.25" y="-559.85915492957747"/>
+        </scene>
+        <!--View Controller-->
+        <scene sceneID="Ttp-80-KIr">
+            <objects>
+                <viewController title="打开独立应用" id="uJL-9q-Syp" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="BSY-dO-Lo8"/>
+                        <viewControllerLayoutGuide type="bottom" id="scq-Oi-rWZ"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="Mzg-Gh-2Uj">
+                        <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <subviews>
+                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="appId" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dTw-ue-dsH">
+                                <rect key="frame" x="31" y="138.5" width="44" height="21"/>
+                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                <nil key="textColor"/>
+                                <nil key="highlightedColor"/>
+                            </label>
+                            <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="20171228" borderStyle="roundedRect" placeholder="请输入应用appId" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="Te6-p2-jTb">
+                                <rect key="frame" x="90" y="134" width="210" height="30"/>
+                                <nil key="textColor"/>
+                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
+                                <textInputTraits key="textInputTraits"/>
+                            </textField>
+                            <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入应用版本号" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="vUI-Vi-hEh">
+                                <rect key="frame" x="90" y="179" width="215" height="30"/>
+                                <nil key="textColor"/>
+                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
+                                <textInputTraits key="textInputTraits"/>
+                            </textField>
+                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="version" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WES-b6-Q62">
+                                <rect key="frame" x="19" y="183.5" width="56" height="21"/>
+                                <fontDescription key="fontDescription" type="system" pointSize="17"/>
+                                <nil key="textColor"/>
+                                <nil key="highlightedColor"/>
+                            </label>
+                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cBA-Dc-GiT" customClass="UIControl">
+                                <rect key="frame" x="0.0" y="84" width="320" height="30"/>
+                                <subviews>
+                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="当前环境:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="12" translatesAutoresizingMaskIntoConstraints="NO" id="5Ip-uL-tXj">
+                                        <rect key="frame" x="20" y="0.0" width="71.5" height="30"/>
+                                        <constraints>
+                                            <constraint firstAttribute="width" constant="74" id="WVV-kG-sHy"/>
+                                        </constraints>
+                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
+                                        <nil key="textColor"/>
+                                        <nil key="highlightedColor"/>
+                                    </label>
+                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="开发" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="j93-Nk-yWn">
+                                        <rect key="frame" x="94" y="0.0" width="226" height="30"/>
+                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
+                                        <color key="textColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
+                                        <nil key="highlightedColor"/>
+                                    </label>
+                                </subviews>
+                                <color key="backgroundColor" red="0.80392156862745101" green="0.80392156862745101" blue="0.80392156862745101" alpha="1" colorSpace="calibratedRGB"/>
+                                <constraints>
+                                    <constraint firstAttribute="trailing" secondItem="j93-Nk-yWn" secondAttribute="trailing" id="3AB-eI-fER"/>
+                                    <constraint firstAttribute="bottom" secondItem="j93-Nk-yWn" secondAttribute="bottom" id="H6s-gG-4IA"/>
+                                    <constraint firstItem="5Ip-uL-tXj" firstAttribute="leading" secondItem="cBA-Dc-GiT" secondAttribute="leading" constant="20" id="VPx-9A-viq"/>
+                                    <constraint firstAttribute="bottom" secondItem="5Ip-uL-tXj" secondAttribute="bottom" id="dzG-8l-AqN"/>
+                                    <constraint firstItem="j93-Nk-yWn" firstAttribute="leading" secondItem="5Ip-uL-tXj" secondAttribute="trailing" id="laE-W8-V81"/>
+                                    <constraint firstAttribute="height" constant="30" id="m99-pF-7y7"/>
+                                    <constraint firstItem="5Ip-uL-tXj" firstAttribute="top" secondItem="cBA-Dc-GiT" secondAttribute="top" id="qaf-C6-7jq"/>
+                                    <constraint firstItem="j93-Nk-yWn" firstAttribute="top" secondItem="cBA-Dc-GiT" secondAttribute="top" id="zMU-dm-1W4"/>
+                                </constraints>
+                                <connections>
+                                    <action selector="viewEnvironmentClicked:" destination="Qxr-2o-5GN" eventType="touchUpInside" id="slF-b3-x2e"/>
+                                </connections>
+                            </view>
+                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NQX-HO-1Jn">
+                                <rect key="frame" x="15" y="239" width="290" height="50"/>
+                                <color key="backgroundColor" red="0.20000000000000001" green="0.59999999999999998" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
+                                <constraints>
+                                    <constraint firstAttribute="height" constant="50" id="2ht-ae-1fG"/>
+                                    <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="z0g-Ou-cX7"/>
+                                </constraints>
+                                <state key="normal" title="打开应用"/>
+                                <userDefinedRuntimeAttributes>
+                                    <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
+                                    <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
+                                        <integer key="value" value="4"/>
+                                    </userDefinedRuntimeAttribute>
+                                </userDefinedRuntimeAttributes>
+                                <connections>
+                                    <action selector="btnOpenAppClicked:" destination="Qxr-2o-5GN" eventType="touchUpInside" id="CrO-1U-Q1B"/>
+                                </connections>
+                            </button>
+                        </subviews>
+                        <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
+                        <constraints>
+                            <constraint firstItem="Te6-p2-jTb" firstAttribute="leading" secondItem="Mzg-Gh-2Uj" secondAttribute="leading" constant="90" id="2eb-AS-rgb"/>
+                            <constraint firstItem="Te6-p2-jTb" firstAttribute="centerY" secondItem="dTw-ue-dsH" secondAttribute="centerY" id="3Xg-kf-P3Y"/>
+                            <constraint firstAttribute="trailing" secondItem="vUI-Vi-hEh" secondAttribute="trailing" constant="15" id="7xe-OR-dIR"/>
+                            <constraint firstItem="cBA-Dc-GiT" firstAttribute="top" secondItem="BSY-dO-Lo8" secondAttribute="bottom" constant="20" id="9Sm-26-sKh"/>
+                            <constraint firstItem="vUI-Vi-hEh" firstAttribute="leading" secondItem="WES-b6-Q62" secondAttribute="trailing" constant="15" id="O8X-Si-2vU"/>
+                            <constraint firstItem="cBA-Dc-GiT" firstAttribute="leading" secondItem="Mzg-Gh-2Uj" secondAttribute="leading" id="P3x-5x-89F"/>
+                            <constraint firstAttribute="trailing" secondItem="cBA-Dc-GiT" secondAttribute="trailing" id="UXv-vl-mm2"/>
+                            <constraint firstItem="Te6-p2-jTb" firstAttribute="top" secondItem="cBA-Dc-GiT" secondAttribute="bottom" constant="20" id="atO-dV-2X5"/>
+                            <constraint firstItem="Te6-p2-jTb" firstAttribute="leading" secondItem="dTw-ue-dsH" secondAttribute="trailing" constant="15" id="ddi-Xi-MXI"/>
+                            <constraint firstItem="NQX-HO-1Jn" firstAttribute="top" secondItem="vUI-Vi-hEh" secondAttribute="bottom" constant="30" id="dj0-qI-seB"/>
+                            <constraint firstAttribute="trailing" secondItem="Te6-p2-jTb" secondAttribute="trailing" constant="20" id="kwg-8P-AZ2"/>
+                            <constraint firstItem="vUI-Vi-hEh" firstAttribute="centerY" secondItem="WES-b6-Q62" secondAttribute="centerY" id="p4d-Tq-Iff"/>
+                            <constraint firstItem="vUI-Vi-hEh" firstAttribute="top" secondItem="Te6-p2-jTb" secondAttribute="bottom" constant="15" id="qhT-7a-car"/>
+                            <constraint firstAttribute="trailing" secondItem="NQX-HO-1Jn" secondAttribute="trailing" constant="15" id="w7Q-a4-Bo1"/>
+                            <constraint firstItem="NQX-HO-1Jn" firstAttribute="leading" secondItem="Mzg-Gh-2Uj" secondAttribute="leading" constant="15" id="yHo-nA-Zy5"/>
+                            <constraint firstItem="vUI-Vi-hEh" firstAttribute="leading" secondItem="Mzg-Gh-2Uj" secondAttribute="leading" constant="90" id="zDP-ac-qpb"/>
+                        </constraints>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="egl-qD-b0J" userLabel="First Responder" sceneMemberID="firstResponder"/>
+                <customObject id="Qxr-2o-5GN" customClass="H5AppManager">
+                    <connections>
+                        <outlet property="lblCurEnvironment" destination="j93-Nk-yWn" id="HAc-vO-rZq"/>
+                        <outlet property="txfAppId" destination="Te6-p2-jTb" id="vcd-yb-c0s"/>
+                        <outlet property="txfVersion" destination="vUI-Vi-hEh" id="4Lc-av-ydY"/>
+                        <outlet property="viewController" destination="uJL-9q-Syp" id="1yr-tg-LjV"/>
+                    </connections>
+                </customObject>
+            </objects>
+            <point key="canvasLocation" x="1888" y="-560"/>
+        </scene>
+        <!--Demo Question Table View Controller-->
+        <scene sceneID="xm0-wL-e9k">
+            <objects>
+                <tableViewController id="IaM-wK-5dj" customClass="DemoQuestionTableViewController" sceneMemberID="viewController">
+                    <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="KEE-Sg-rmD">
+                        <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                        <prototypes>
+                            <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="DemoQuestionCell" id="2Yk-sb-Ank" customClass="DemoQuestionCell">
+                                <rect key="frame" x="0.0" y="28" width="320" height="44"/>
+                                <autoresizingMask key="autoresizingMask"/>
+                                <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="2Yk-sb-Ank" id="3kS-iX-kHS">
+                                    <rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
+                                    <autoresizingMask key="autoresizingMask"/>
+                                    <subviews>
+                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="s30-gk-Yje">
+                                            <rect key="frame" x="15" y="13.5" width="290" height="17"/>
+                                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
+                                            <nil key="textColor"/>
+                                            <nil key="highlightedColor"/>
+                                        </label>
+                                    </subviews>
+                                    <constraints>
+                                        <constraint firstItem="s30-gk-Yje" firstAttribute="centerY" secondItem="3kS-iX-kHS" secondAttribute="centerY" id="XOw-yJ-cWm"/>
+                                        <constraint firstAttribute="trailing" secondItem="s30-gk-Yje" secondAttribute="trailing" constant="15" id="Yc4-UU-3Yu"/>
+                                        <constraint firstItem="s30-gk-Yje" firstAttribute="leading" secondItem="3kS-iX-kHS" secondAttribute="leading" constant="15" id="gHh-ep-Ujy"/>
+                                    </constraints>
+                                </tableViewCellContentView>
+                                <connections>
+                                    <outlet property="lblTitle" destination="s30-gk-Yje" id="Z2O-DN-RjV"/>
+                                </connections>
+                            </tableViewCell>
+                        </prototypes>
+                        <connections>
+                            <outlet property="dataSource" destination="IaM-wK-5dj" id="2Rd-kb-rjv"/>
+                            <outlet property="delegate" destination="IaM-wK-5dj" id="w78-wq-P6w"/>
+                        </connections>
+                    </tableView>
+                </tableViewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="BXN-gb-seu" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="1884.375" y="107.74647887323944"/>
+        </scene>
+        <!--View Controller-->
+        <scene sceneID="aNw-Dq-HT9">
+            <objects>
+                <viewController storyboardIdentifier="ContainerVC" id="yJf-Fx-CIR" customClass="ContainerVC" sceneMemberID="viewController">
+                    <layoutGuides>
+                        <viewControllerLayoutGuide type="top" id="Apm-kW-G03"/>
+                        <viewControllerLayoutGuide type="bottom" id="w2K-Bj-2zm"/>
+                    </layoutGuides>
+                    <view key="view" contentMode="scaleToFill" id="z5x-Pv-NCs">
+                        <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+                        <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
+                    </view>
+                </viewController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="aGB-Cj-pck" userLabel="First Responder" sceneMemberID="firstResponder"/>
+                <customObject id="TJZ-eE-IER" customClass="H5Container">
+                    <connections>
+                        <outlet property="viewController" destination="yJf-Fx-CIR" id="K0k-pl-hSX"/>
+                    </connections>
+                </customObject>
+            </objects>
+            <point key="canvasLocation" x="1888" y="-1236"/>
+        </scene>
+        <!--Navigation Controller-->
+        <scene sceneID="gSC-aD-Nu8">
+            <objects>
+                <navigationController automaticallyAdjustsScrollViewInsets="NO" id="cvr-01-c4v" sceneMemberID="viewController">
+                    <toolbarItems/>
+                    <navigationBar key="navigationBar" contentMode="scaleToFill" id="Osp-a2-Sh9">
+                        <rect key="frame" x="0.0" y="20" width="320" height="44"/>
+                        <autoresizingMask key="autoresizingMask"/>
+                        <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                        <color key="barTintColor" red="0.098039215686274508" green="0.42352941176470588" blue="0.7803921568627451" alpha="1" colorSpace="calibratedRGB"/>
+                        <textAttributes key="titleTextAttributes">
+                            <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
+                        </textAttributes>
+                    </navigationBar>
+                    <nil name="viewControllers"/>
+                    <userDefinedRuntimeAttributes>
+                        <userDefinedRuntimeAttribute type="color" keyPath="view.backgroundColor">
+                            <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+                        </userDefinedRuntimeAttribute>
+                    </userDefinedRuntimeAttributes>
+                    <connections>
+                        <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="Ib0-Ao-prK"/>
+                    </connections>
+                </navigationController>
+                <placeholder placeholderIdentifier="IBFirstResponder" id="7RO-zk-33l" userLabel="First Responder" sceneMemberID="firstResponder"/>
+            </objects>
+            <point key="canvasLocation" x="258.75" y="-559.85915492957747"/>
+        </scene>
+    </scenes>
+</document>
diff --git a/H5Demo/Sources/NebulaDemo/UI/DemoIndexViewController.h b/H5Demo/Sources/NebulaDemo/UI/DemoIndexViewController.h
new file mode 100755
index 0000000000000000000000000000000000000000..301c98c98af412dd124a7bf04130745adf6d3b53
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/UI/DemoIndexViewController.h
@@ -0,0 +1,13 @@
+//
+//  DemoIndexViewController.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/19.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface DemoIndexViewController : UIViewController
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/UI/DemoIndexViewController.m b/H5Demo/Sources/NebulaDemo/UI/DemoIndexViewController.m
new file mode 100755
index 0000000000000000000000000000000000000000..d7b5b4eeac90b478f6854d24e4e56cdd17ad5dfc
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/UI/DemoIndexViewController.m
@@ -0,0 +1,39 @@
+//
+//  DemoIndexViewController.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/19.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "DemoIndexViewController.h"
+
+@interface DemoIndexViewController ()
+
+@end
+
+@implementation DemoIndexViewController
+
+- (void)viewDidLoad {
+    [super viewDidLoad];
+    // Do any additional setup after loading the view.
+    [DemoConfigServer sharedInstance].showMonitor = NO;
+
+}
+
+- (void)didReceiveMemoryWarning {
+    [super didReceiveMemoryWarning];
+    // Dispose of any resources that can be recreated.
+}
+
+/*
+#pragma mark - Navigation
+
+// In a storyboard-based application, you will often want to do a little preparation before navigation
+- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
+    // Get the new view controller using [segue destinationViewController].
+    // Pass the selected object to the new view controller.
+}
+*/
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/Utils/CALayer+borderUIColor.h b/H5Demo/Sources/NebulaDemo/Utils/CALayer+borderUIColor.h
new file mode 100755
index 0000000000000000000000000000000000000000..17c270badb420a433acd7691a764aa5e73c919f7
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/Utils/CALayer+borderUIColor.h
@@ -0,0 +1,16 @@
+//
+//  CALayer+borderUIColor.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/13.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <QuartzCore/QuartzCore.h>
+#import <UIKit/UIKit.h>
+
+@interface CALayer (borderUIColor)
+
+@property(nonatomic, assign) UIColor* borderUIColor;
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/Utils/CALayer+borderUIColor.m b/H5Demo/Sources/NebulaDemo/Utils/CALayer+borderUIColor.m
new file mode 100755
index 0000000000000000000000000000000000000000..6e24c466d747a08cac8373ff33b0891a269569e9
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/Utils/CALayer+borderUIColor.m
@@ -0,0 +1,21 @@
+//
+//  CALayer+borderUIColor.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/13.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "CALayer+borderUIColor.h"
+
+@implementation CALayer (borderUIColor)
+
+- (void)setBorderUIColor:(UIColor*)color {
+    self.borderColor = color.CGColor;
+}
+
+- (UIColor*)borderUIColor {
+    return [UIColor colorWithCGColor:self.borderColor];
+}
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/Utils/UIButton+backgroundRect.h b/H5Demo/Sources/NebulaDemo/Utils/UIButton+backgroundRect.h
new file mode 100755
index 0000000000000000000000000000000000000000..0dcb246583e99af6f71fe78235b200342de0299c
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/Utils/UIButton+backgroundRect.h
@@ -0,0 +1,13 @@
+//
+//  UIButton+backgroundRect.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIButton (backgroundRect)
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/Utils/UIButton+backgroundRect.m b/H5Demo/Sources/NebulaDemo/Utils/UIButton+backgroundRect.m
new file mode 100755
index 0000000000000000000000000000000000000000..75032cf7a56787d410e8eed51843ebc4c956fbe8
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/Utils/UIButton+backgroundRect.m
@@ -0,0 +1,53 @@
+//
+//  UIButton+backgroundRect.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "UIButton+backgroundRect.h"
+#import <objc/runtime.h>
+@implementation UIButton (backgroundRect)
+
++ (void)load
+{
+    [self swizzleClassName:@"NBButton" origSelectorName:@"backgroundRectForBounds:" newSelector:@selector(new_backgroundRectForBounds:)];
+
+}
+
+- (CGRect)new_backgroundRectForBounds:(CGRect)bounds
+{
+    CGRect rect = self.bounds;
+    rect.origin.y = (CGRectGetHeight(self.bounds) - 20) / 2;
+    rect.origin.x = (CGRectGetWidth(self.bounds) - 20);
+    rect.size.width = 20;
+    rect.size.height = 20;
+    return rect;
+}
+
+
+
++ (void)swizzleClassName:(NSString *)clsName origSelectorName:(NSString *)origSelName newSelector:(SEL)new
+{
+    Class cls = NSClassFromString(clsName);
+    SEL orig = NSSelectorFromString(origSelName);
+    Method newMethod = class_getInstanceMethod(self, new);
+    
+    if(class_addMethod(cls, new, method_getImplementation(newMethod), method_getTypeEncoding(newMethod))) {
+        H5Swizzle(cls, orig, new);
+    }
+}
+
+void H5Swizzle(Class c, SEL orig, SEL new)
+{
+    Method origMethod = class_getInstanceMethod(c, orig);
+    Method newMethod = class_getInstanceMethod(c, new);
+    if(class_addMethod(c, orig, method_getImplementation(newMethod), method_getTypeEncoding(newMethod))) {
+        class_replaceMethod(c, new, method_getImplementation(origMethod), method_getTypeEncoding(origMethod));
+    } else {
+        method_exchangeImplementations(origMethod, newMethod);
+    }
+}
+
+@end
diff --git a/H5Demo/Sources/NebulaDemo/Utils/WHUMacro.h b/H5Demo/Sources/NebulaDemo/Utils/WHUMacro.h
new file mode 100755
index 0000000000000000000000000000000000000000..2aab315e54b5b836a920210fd5673df0e4769708
--- /dev/null
+++ b/H5Demo/Sources/NebulaDemo/Utils/WHUMacro.h
@@ -0,0 +1,87 @@
+//
+//  WHUMacro.h
+//  WHUKitDemo
+//
+//  Created by Glance on 16/4/1.
+//  Copyright © 2016年 Disney. All rights reserved.
+//
+
+#import <objc/runtime.h>
+
+
+#ifndef WHUMacro_h
+#define WHUMacro_h
+
+/***************************************************/
+/*                                                 */
+/*                     真单例                       */
+/*                                                 */
+/***************************************************/
+
+// -------------------- 单例 -------------------声明
+#define WHU_DECLARE_SINGLETON_FOR_CLASS(classname) \
++ (classname *)sharedInstance;
+
+// -------------------- 单例 --------------------实现
+#define WHU_SYNTHESIZE_SINGLETON_FOR_CLASS(classname) \
+\
+static classname *_sharedInstance = nil; \
+\
++ (classname *)sharedInstance { \
+    static dispatch_once_t onceToken; \
+    dispatch_once(&onceToken, ^{      \
+        if(_sharedInstance == nil) { \
+            _sharedInstance = [super allocWithZone:NULL];\
+            _sharedInstance = [_sharedInstance init];\
+            method_exchangeImplementations(\
+                class_getClassMethod([_sharedInstance class], @selector(sharedInstance)),\
+                class_getClassMethod([_sharedInstance class], @selector(WHU_lockless_sharedInstance)));\
+            method_exchangeImplementations(\
+                class_getInstanceMethod([_sharedInstance class], @selector(init)),\
+                class_getInstanceMethod([_sharedInstance class], @selector(WHU_onlyInitOnce)));\
+        }  \
+    }); \
+    \
+    return _sharedInstance; \
+} \
+\
++ (classname *)WHU_lockless_sharedInstance {\
+    return _sharedInstance; \
+} \
+\
++ (id)allocWithZone:(NSZone *)zone {\
+    return [self sharedInstance]; \
+} \
+\
+- (id)copyWithZone:(NSZone *)zone {\
+    return self; \
+} \
+- (id)WHU_onlyInitOnce {\
+    return self;\
+} 
+
+
+// -------------------- 单例 --------------------end
+
+
+/* ---   weak strong Dance ------ */
+#ifdef DEBUG
+#define ext_keywordify autoreleasepool {}
+#else
+#define ext_keywordify try {} @catch (...) {}
+#endif
+
+#define weakify(self) \
+ext_keywordify \
+__attribute__((objc_ownership(weak))) __typeof__(self) self_weak_ = (self)
+
+#define strongify(self) \
+ext_keywordify \
+_Pragma("clang diagnostic push") \
+_Pragma("clang diagnostic ignored \"-Wshadow\"") \
+__attribute__((objc_ownership(strong))) __typeof__(self) self = (self_weak_)\
+_Pragma("clang diagnostic pop")
+
+
+
+#endif /* WHUMacro_h */
diff --git "a/H5Demo/Sources/NebulaDemo/\345\272\224\347\224\250\345\214\205\347\256\241\347\220\206/H5AppManager.h" "b/H5Demo/Sources/NebulaDemo/\345\272\224\347\224\250\345\214\205\347\256\241\347\220\206/H5AppManager.h"
new file mode 100755
index 0000000000000000000000000000000000000000..098c797987cf4d02484201a24145e9c355863a41
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\345\272\224\347\224\250\345\214\205\347\256\241\347\220\206/H5AppManager.h"
@@ -0,0 +1,13 @@
+//
+//  H5AppManager.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/14.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface H5AppManager : NSObject
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\345\272\224\347\224\250\345\214\205\347\256\241\347\220\206/H5AppManager.m" "b/H5Demo/Sources/NebulaDemo/\345\272\224\347\224\250\345\214\205\347\256\241\347\220\206/H5AppManager.m"
new file mode 100755
index 0000000000000000000000000000000000000000..6f5bd80a518025fe7c6cc3d4a7a6ad20c4c970f4
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\345\272\224\347\224\250\345\214\205\347\256\241\347\220\206/H5AppManager.m"
@@ -0,0 +1,85 @@
+//
+//  H5AppManager.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/14.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "H5AppManager.h"
+#import <UIKit/UIKit.h>
+
+@interface H5AppManager ()
+
+@property (weak, nonatomic) IBOutlet UILabel *lblCurEnvironment;
+@property (weak, nonatomic) IBOutlet UITextField *txfAppId;
+@property (weak, nonatomic) IBOutlet UITextField *txfVersion;
+@property (weak, nonatomic) IBOutlet UIViewController *viewController;
+
+@end
+
+@implementation H5AppManager
+
+
+- (IBAction)btnOpenAppClicked:(id)sender
+{
+    [self.viewController.view endEditing:YES];
+    NSString *appId = self.txfAppId.text;
+    NSString *appVersion = self.txfVersion.text;
+    
+    // MARK: 从应用管理服务器下载或从本地缓存加载指定应用
+    // 示例 从服务器下载 appId - 20000001 version - 1.0.0.1   本地预置 appId - 20150901 version - 1.0.0.0
+    [[NBServiceGet() appCenter] prepareApp:appId version:appVersion process:^(NAMAppPrepareStep step, id info) {
+        
+    } finish:^(NAMApp *app, NSError *error) {
+        if (!error) {
+    // 打开应用, 需切至主线程
+            dispatch_async(dispatch_get_main_queue(), ^{
+                [NBServiceGet() startSession:@{@"appId":appId, @"version":appVersion, @"showOptionMenu":@"NO"} animated:YES];
+            });
+        }
+    }];
+}
+
+
+#pragma mark - UI相关代码,不需关心
+
+- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder
+{
+    self = [super awakeAfterUsingCoder:aDecoder];
+    
+    __weak typeof (self) weakSelf = self;
+    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.4 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+        [weakSelf refreshEnvironmentView];
+    });
+    return self;
+}
+
+- (IBAction)viewEnvironmentClicked:(id)sender {
+    UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"切换应用服务器环境" message:nil preferredStyle:UIAlertControllerStyleActionSheet];
+    
+    UIAlertAction *action0 = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
+    }];
+    
+    [alertController addAction:action0];
+    
+    NSArray *l = @[@"线上", @"预发", @"测试", @"开发", @"自定义"];
+    __weak typeof (self) weakSelf = self;
+
+    for (NSUInteger i = 0; i < [l count]; i++) {
+        UIAlertAction *action = [UIAlertAction actionWithTitle:l[i] style:UIAlertActionStyleDefault handler:^(UIAlertAction * _Nonnull action) {
+            [NBServiceConfigurationGet() setEnvironment:i];
+            [weakSelf refreshEnvironmentView];
+        }];
+        [alertController addAction:action];
+    }
+    [self.viewController presentViewController:alertController animated:YES completion:nil];
+}
+
+- (void)refreshEnvironmentView
+{
+    NSUInteger i = NBServiceConfigurationGet().environment;
+    NSArray *l = @[@"线上", @"预发", @"测试", @"开发", @"自定义"];
+    self.lblCurEnvironment.text = [NSString stringWithFormat:@"%@", l[i]];
+}
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5NavigationTitleView.h" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5NavigationTitleView.h"
new file mode 100755
index 0000000000000000000000000000000000000000..ac072d11593c17b9a549646ddc200d5b54248d75
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5NavigationTitleView.h"
@@ -0,0 +1,13 @@
+//
+//  H5NavigationTitleView.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface H5NavigationTitleView : NBNavigationTitleView
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5NavigationTitleView.m" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5NavigationTitleView.m"
new file mode 100755
index 0000000000000000000000000000000000000000..f4722ccddc5ef077351337a8c70100ed573ea68c
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5NavigationTitleView.m"
@@ -0,0 +1,32 @@
+//
+//  H5NavigationTitleView.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "H5NavigationTitleView.h"
+
+@implementation H5NavigationTitleView
+
+- (void)pluginDidLoad
+{
+//    self.scope = kPSDScope_Scene;
+//    // -- 如只需修改外观,可监听如下事件
+//    [self.target addEventListener:kNBEvent_Scene_TitleView_Create_After
+//                     withListener:self
+//                       useCapture:NO];
+//
+//
+//    [self.target addEventListener:kNBEvent_Scene_NavigationItem_Left_Back_Create_After
+//                     withListener:self
+//                       useCapture:NO];
+    
+}
+
+- (void)handleEvent:(NBNavigationTitleViewEvent *)event
+{
+    
+}
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4NavigationBar.h" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4NavigationBar.h"
new file mode 100755
index 0000000000000000000000000000000000000000..7add70a7b42755fd0d107587c4f4dd0bd1a2e0b5
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4NavigationBar.h"
@@ -0,0 +1,13 @@
+//
+//  H5Plugin4NavigationBar.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/1/11.
+//  Copyright © 2018年 Alibaba. All rights reserved.
+//
+
+#import <NebulaSDK/NebulaSDK.h>
+
+@interface H5Plugin4NavigationBar : NBPluginBase
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4NavigationBar.m" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4NavigationBar.m"
new file mode 100755
index 0000000000000000000000000000000000000000..6253daa8e6da26f9d348c0357adc6a35b0eca82d
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4NavigationBar.m"
@@ -0,0 +1,45 @@
+//
+//  H5Plugin4NavigationBar.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/1/11.
+//  Copyright © 2018年 Alibaba. All rights reserved.
+//
+
+#import "H5Plugin4NavigationBar.h"
+
+@implementation H5Plugin4NavigationBar
+
+- (void)pluginDidLoad
+{
+    self.scope = kPSDScope_Scene;
+    // -- 如只需修改外观,可监听如下事件
+    [self.target addEventListener:kNBEvent_Scene_TitleView_Create_After
+                     withListener:self
+                       useCapture:NO];
+    
+    
+    [self.target addEventListener:kNBEvent_Scene_NavigationItem_Left_Back_Create_After
+                     withListener:self
+                       useCapture:NO];
+}
+
+- (void)addJSApis
+{
+    [super addJSApis];
+    // 可以在这里添加TitleView相关的自定义JSApi
+}
+
+- (void)handleEvent:(NBNavigationTitleViewEvent *)event
+{
+    [super handleEvent:event];
+    
+    if ([kNBEvent_Scene_TitleView_Create_After isEqualToString:event.eventType]) {
+        // 更改已创建TitleView的样式
+        NBNavigationTitleViewEvent *e = (id)event;
+        [[e.titleView mainTitleLabel] setFont:[UIFont systemFontOfSize:18]];
+        [[e.titleView mainTitleLabel] setTextColor:[UIColor blackColor]];
+    }
+}
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4TitleView.h" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4TitleView.h"
new file mode 100755
index 0000000000000000000000000000000000000000..7d4ef645ccc9f77f9aef15c3b2a3b6dc8de746aa
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4TitleView.h"
@@ -0,0 +1,12 @@
+//
+//  H5Plugin4TitleView.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+
+@interface H5Plugin4TitleView : NBPluginBase
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4TitleView.m" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4TitleView.m"
new file mode 100755
index 0000000000000000000000000000000000000000..b51034c1b38ebe5e386003f0fab728efef464a15
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\345\257\274\350\210\252\346\240\217\346\240\267\345\274\217/H5Plugin4TitleView.m"
@@ -0,0 +1,178 @@
+//
+//  H5Plugin4TitleView.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "H5Plugin4TitleView.h"
+#import "H5NavigationTitleView.h"
+#import "H5WebViewController.h"
+
+@implementation H5Plugin4TitleView
+
+- (void)pluginDidLoad
+{
+    self.scope = kPSDScope_Scene;
+    if (![DemoConfigServer sharedInstance].useCustomNavigationItemView) {
+        return;
+    }
+    // -- 如需重写事件支持,可监听如下事件重新创建
+    [self.target addEventListener:kNBEvent_Scene_TitleView_Create_Before
+                     withListener:self
+                       useCapture:NO];
+    
+    [self.target addEventListener:kNBEvent_Scene_NavigationItem_Left_Back_Create_Before
+                     withListener:self
+                       useCapture:NO];
+
+    [self.target addEventListener:kNBEvent_Scene_NavigationItem_Right_Setting_Create_Before
+                     withListener:self
+                       useCapture:NO];
+    // -- 如只需修改外观,可监听如下事件
+    [self.target addEventListener:kNBEvent_Scene_TitleView_Create_After
+                     withListener:self
+                       useCapture:NO];
+    
+    
+    [self.target addEventListener:kNBEvent_Scene_NavigationItem_Left_Back_Create_After
+                     withListener:self
+                       useCapture:NO];
+    
+    
+    [self.target addEventListener:kNBEvent_Scene_NavigationItem_Right_Setting_Create_After
+                     withListener:self
+                       useCapture:NO];
+    
+    // -- 如未得新创建,默认支持了如下事件
+    [self.target addEventListener:kNBEvent_Scene_TitleView_Title_Click
+                     withListener:self
+                       useCapture:NO];
+    
+    [self.target addEventListener:kNBEvent_Scene_NavigationItem_Left_Back_Click
+                     withListener:self
+                       useCapture:NO];
+    
+    [self.target addEventListener:kNBEvent_Scene_NavigationItem_Right_Setting_Click
+                     withListener:self
+                       useCapture:NO];
+    
+    [super pluginDidLoad];
+    [DemoConfigServer sharedInstance].useCustomNavigationItemView = NO;
+}
+
+- (void)addJSApis
+{
+    [super addJSApis];
+    // 可以在这里添加TitleView相关的自定义JSApi
+}
+
+- (void)handleEvent:(NBNavigationTitleViewEvent *)event
+{
+    [super handleEvent:event];
+    
+    if([kNBEvent_Scene_TitleView_Create_Before isEqualToString:event.eventType]) {
+        // 自定义创建TitleView, 将失去默认 kNBEvent_Scene_TitleView_[Title_Set | Title_Click | Subtitle_Click]等事件支持
+        NBNavigationTitleViewEvent *e = (NBNavigationTitleViewEvent *)event;
+        H5WebViewController *currentViewController = (H5WebViewController *)event.context.currentViewController;
+        UIWindow *window = [[UIApplication sharedApplication] keyWindow];
+        UINavigationController *navi = currentViewController.navigationController ?:(UINavigationController *)window.rootViewController;
+        UINavigationBar *bar = navi.navigationBar;
+        H5NavigationTitleView *newTitleView = [self createNavigationTitleView:bar.bounds];
+        [newTitleView setMainTitle:@"重新创建" subtitle:nil];
+        newTitleView.delegate = [e.titleView delegate];
+        currentViewController.navigationItem.titleView = newTitleView;
+        e.titleView = newTitleView;
+        [e preventDefault];
+    }
+    else if ([kNBEvent_Scene_NavigationItem_Left_Back_Create_Before isEqualToString:event.eventType]) {
+        // 自定义LeftBarItem, 将失去 kNBEvent_Scene_NavigationItem_Left_Back_Click 事件支持
+        UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 45, 20)];
+        button.backgroundColor = [UIColor orangeColor];
+        button.layer.masksToBounds = YES;
+        [button setTitle:@"重新创建" forState:UIControlStateNormal];
+        [button setTitleColor:[UIColor purpleColor] forState:UIControlStateNormal];
+        
+        H5WebViewController *currentViewController = (H5WebViewController *)event.context.currentViewController;
+        
+        [button addTarget:currentViewController action:@selector(btnBackItemClicked:) forControlEvents:UIControlEventTouchUpInside];
+        
+        UIBarButtonItem *item = [[UIBarButtonItem alloc]initWithCustomView:button];
+        
+        [currentViewController.navigationItem setLeftBarButtonItem:item];
+        
+        NBNavigationItemLeftBackEvent *navEvent = (NBNavigationItemLeftBackEvent *)event;
+        [navEvent setCustomView:button];
+        [navEvent preventDefault];
+    }
+    else if ([kNBEvent_Scene_NavigationItem_Right_Setting_Create_Before isEqualToString:event.eventType]) {
+        // 自定义RightBarItem, 将失去 kNBEvent_Scene_NavigationItem_Right_Setting_[Click | Change] 事件支持
+        UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 45, 20)];
+        button.backgroundColor = [UIColor purpleColor];
+        button.layer.masksToBounds = YES;
+        [button setTitle:@"重新创建" forState:UIControlStateNormal];
+        [button setTitleColor:[UIColor orangeColor] forState:UIControlStateNormal];
+        
+        H5WebViewController *currentViewController = (H5WebViewController *)event.context.currentViewController;
+        
+        [button addTarget:currentViewController action:@selector(btnRightItemClicked:) forControlEvents:UIControlEventTouchUpInside];
+        
+        UIBarButtonItem *item = [[UIBarButtonItem alloc]initWithCustomView:button];
+        
+        [currentViewController.navigationItem setRightBarButtonItem:item];
+        
+        NBNavigationItemLeftBackEvent *navEvent = (NBNavigationItemLeftBackEvent *)event;
+        [navEvent setCustomView:button];
+        [navEvent preventDefault];
+        
+    }
+    else if ([kNBEvent_Scene_TitleView_Create_After isEqualToString:event.eventType]) {
+        // 更改已创建TitleView的样式
+        NBNavigationTitleViewEvent *e = (id)event;
+        [e.titleView setMainTitle:@"容器Demo" subtitle:nil];
+        [[e.titleView mainTitleLabel] setFont:[UIFont systemFontOfSize:18]];
+        [[e.titleView mainTitleLabel] setTextColor:[UIColor blueColor]];
+    }
+    else if ([kNBEvent_Scene_NavigationItem_Left_Back_Create_After isEqualToString:event.eventType]) {
+        // 更改已创建LeftBarItem的样式
+        NBNavigationItemEvent *e = (id)event;
+        UIButton *backButton = e.customView;
+        [backButton setTitle:@"退出" forState:UIControlStateNormal];
+    }
+    else if ([kNBEvent_Scene_NavigationItem_Right_Setting_Create_After isEqualToString:event.eventType]) {
+        // 更改已创建RightBarItem的样式
+        NBNavigationItemEvent *e = (id)event;
+        UIButton *optionButton = e.customView;
+        [optionButton setBackgroundImage:nil forState:UIControlStateNormal];
+        [optionButton setBackgroundImage:nil forState:UIControlStateHighlighted];
+
+        [optionButton setTitle:@"选择" forState:UIControlStateNormal];
+    }
+    else if ([kNBEvent_Scene_TitleView_Title_Click isEqualToString:event.eventType]) {
+        NSLog(@"[Nebula Event]: kNBEvent_Scene_TitleView_Title_Click");
+    }
+    else if([kNBEvent_Scene_NavigationItem_Left_Back_Click isEqualToString:event.eventType]) {
+        NSLog(@"[Nebula Event]: kNBEvent_Scene_NavigationItem_Left_Back_Click");
+    }
+    else if([kNBEvent_Scene_NavigationItem_Right_Setting_Click isEqualToString:event.eventType]) {
+        NSLog(@"[Nebula Event]: kNBEvent_Scene_NavigationItem_Right_Setting_Click");
+        [event preventDefault];
+    }
+}
+
+
+- (H5NavigationTitleView *)createNavigationTitleView:(CGRect)frame
+{
+    H5NavigationTitleView *navigationTitleView = [[H5NavigationTitleView alloc] initWithFrame:frame];
+    navigationTitleView.backgroundColor = [UIColor yellowColor];
+    navigationTitleView.paddingRight = 0.f;
+    navigationTitleView.rightIconWidth = 0.f;
+    navigationTitleView.rightIconImage = nil;
+    navigationTitleView.canShowRightIconWhenSubTitleIsWhitespace = NO;
+    
+    return navigationTitleView;
+}
+
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4DemoTest.h" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4DemoTest.h"
new file mode 100755
index 0000000000000000000000000000000000000000..257749de24869e4a6392b71be1d8b56c2dfb28f5
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4DemoTest.h"
@@ -0,0 +1,12 @@
+//
+//  H5JsApi4DemoTest.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+
+@interface H5JsApi4DemoTest : PSDJsApiHandler
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4DemoTest.m" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4DemoTest.m"
new file mode 100755
index 0000000000000000000000000000000000000000..ecd0848408a6c4851bd02874182e262dac0e84e7
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4DemoTest.m"
@@ -0,0 +1,35 @@
+//
+//  H5JsApi4DemoTest.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "H5JsApi4DemoTest.h"
+// 该JSApi已在Poseidon-Extra-Config.plist中注册
+
+@implementation H5JsApi4DemoTest
+
+- (void)handler:(NSDictionary *)data
+        context:(PSDContext *)context
+       callback:(PSDJsApiResponseCallbackBlock)callback
+{
+    [super handler:data context:context callback:callback];
+    UIViewController *vc = context.currentViewController;
+    UIWebView *webView = (UIWebView *)context.currentViewController.psdContentView;
+    NSLog(@"[NEBULADEMO]:JSAPI调用,当前viewController %@, webView:%@, jsApi实例为 %@",vc, webView, self);
+    
+    NSString *appId = context.currentSession.createParam.expandParams[@"appId"];
+
+    if (!data) {
+        ErrorCallback(callback, e_inavlid_params);
+        return;
+    }
+    else {
+        callback(@{@"result":@"jsapi-demoTest来自Native的处理结果"});
+    }
+    
+}
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4HXTest.h" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4HXTest.h"
new file mode 100755
index 0000000000000000000000000000000000000000..29f57949d6ab6ca05315f721bbb9121fc8e62f00
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4HXTest.h"
@@ -0,0 +1,13 @@
+//
+//  H5JsApi4HXTest.h
+//  NebulaDemo
+//
+//  Created by yangwei on 2017/6/13.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface H5JsApi4HXTest : PSDJsApiHandler
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4HXTest.m" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4HXTest.m"
new file mode 100755
index 0000000000000000000000000000000000000000..86dad8cad889e9bcfb6cb24adb07ba07f317495a
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5JsApi4HXTest.m"
@@ -0,0 +1,26 @@
+//
+//  H5JsApi4HXTest.m
+//  NebulaDemo
+//
+//  Created by yangwei on 2017/6/13.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "H5JsApi4HXTest.h"
+
+@implementation H5JsApi4HXTest
+
+- (void)handler:(NSDictionary *)data context:(PSDContext *)context callback:(PSDJsApiResponseCallbackBlock)callback
+{
+    [super handler:data context:context callback:callback];
+    if (!data) {
+        ErrorCallback(callback, e_inavlid_params);
+        return;
+    }
+    else {
+        NSDictionary *dic = @{@"kkkk":@"kkk", @"www":@"www"};
+        callback(dic);
+    }
+}
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5Plugin4DemoTest.h" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5Plugin4DemoTest.h"
new file mode 100755
index 0000000000000000000000000000000000000000..bd0f49c318543ba2c3d92f0e64a87e12e2a3c0ef
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5Plugin4DemoTest.h"
@@ -0,0 +1,12 @@
+//
+//  H5Plugin4DemoTest.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+
+@interface H5Plugin4DemoTest : NBPluginBase
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5Plugin4DemoTest.m" "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5Plugin4DemoTest.m"
new file mode 100755
index 0000000000000000000000000000000000000000..bcd7811bf3690bf26631fe7702eed9c5257db5d1
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\350\207\252\345\256\232\344\271\211\346\211\251\345\261\225\346\217\222\344\273\266/H5Plugin4DemoTest.m"
@@ -0,0 +1,49 @@
+//
+//  H5Plugin4DemoTest.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "H5Plugin4DemoTest.h"
+
+// 该插件已在Poseidon-Extra-Config.plist中注册
+@implementation H5Plugin4DemoTest
+
+- (void)pluginDidLoad
+{
+    self.scope = kPSDScope_Scene;
+    // 可监听的事件可参考 NBDefines.h
+    [self.target addEventListener:kNBEvent_Scene_TitleView_Title_Click
+                     withListener:self
+                       useCapture:NO];
+    [super pluginDidLoad];
+}
+
+- (void)addJSApis
+{
+    [super addJSApis];
+    // 这种jsapi的注册是在plist中配置之外的另一种方式
+    PSDJsApi *jsApi4DemoTest2 = [PSDJsApi jsApi:@"demoTest2"
+                                          handler:^(NSDictionary *data, PSDContext *context, PSDJsApiResponseCallbackBlock responseCallbackBlock) {
+                                              responseCallbackBlock(@{@"result":@"jsapi-demoTest2调用Native的处理结果"});
+                                          }
+                                      checkParams:NO
+                                        isPrivate:NO
+                                            scope:self.scope];
+    [self registerJsApi2Target:jsApi4DemoTest2];
+}
+
+- (void)handleEvent:(PSDEvent *)event
+{
+    [super handleEvent:event];
+    UIViewController *vc = event.context.currentViewController;
+    UIWebView *webView = (UIWebView *)event.context.currentViewController.psdContentView;
+    NSString *eventType = event.eventType;
+    NSLog(@"[NEBULADEMO]:有事件抛出,当前viewController %@, webView:%@, 事件名为 %@",vc, webView, eventType);
+    
+}
+
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/DemoConfigServer.h" "b/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/DemoConfigServer.h"
new file mode 100755
index 0000000000000000000000000000000000000000..7d94f41fb3ae85da531ed00c59c185f8c462d854
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/DemoConfigServer.h"
@@ -0,0 +1,19 @@
+//
+//  DemoConfigServer.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface DemoConfigServer : NSObject
+WHU_DECLARE_SINGLETON_FOR_CLASS(DemoConfigServer);
+
+@property (nonatomic, assign) BOOL showMonitor;
+@property (nonatomic, assign) BOOL useCustomNavigationItemView;
+
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/DemoConfigServer.m" "b/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/DemoConfigServer.m"
new file mode 100755
index 0000000000000000000000000000000000000000..80a6626e6a2a47982bceabbdf47ccfcc731f4771
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/DemoConfigServer.m"
@@ -0,0 +1,21 @@
+//
+//  DemoConfigServer.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "DemoConfigServer.h"
+
+
+@implementation DemoConfigServer
+WHU_SYNTHESIZE_SINGLETON_FOR_CLASS(DemoConfigServer);
+
+- (void)setShowMonitor:(BOOL)showMonitor
+{
+    _showMonitor = showMonitor;
+//    [H5Monitor sharedInstance].monitorTableView.hidden = !showMonitor;
+}
+
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/H5Monitor.h" "b/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/H5Monitor.h"
new file mode 100755
index 0000000000000000000000000000000000000000..3cae940ef7c56553f05455e50eee41fade09256f
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/H5Monitor.h"
@@ -0,0 +1,17 @@
+//
+//  H5Monitor.h
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/15.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface H5Monitor : NSObject<NBMonitorDelegate>
+WHU_DECLARE_SINGLETON_FOR_CLASS(H5Monitor);
+
+@property (nonatomic, strong) NSMutableArray<NSDictionary *> *receivedLogs;
+@property (nonatomic, readonly) UITableView *monitorTableView;
+@property (nonatomic, readonly) UIButton *showBtn;
+@end
diff --git "a/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/H5Monitor.m" "b/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/H5Monitor.m"
new file mode 100755
index 0000000000000000000000000000000000000000..37990a41a57c4c71d19a0460b8946b2779ba6be6
--- /dev/null
+++ "b/H5Demo/Sources/NebulaDemo/\351\241\265\351\235\242\346\210\226\345\272\224\347\224\250\347\233\221\346\216\247/H5Monitor.m"
@@ -0,0 +1,120 @@
+//
+//  H5Monitor.m
+//  NebulaDemo
+//
+//  Created by Glance on 16/12/15.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "H5Monitor.h"
+
+@interface H5Monitor ()<UITableViewDataSource, UITableViewDelegate>
+
+@end
+
+@implementation H5Monitor {
+    UIWindow* _statusbarWindow;
+}
+
+WHU_SYNTHESIZE_SINGLETON_FOR_CLASS(H5Monitor);
+
+- (void)monitor:(NBMonitor *)monitor logWithLogId:(NSString *)logId params:(NSDictionary *)params
+{
+    NSMutableDictionary *mDict = [NSMutableDictionary dictionary];
+    [mDict setValue:logId forKey:@"logId"];
+    [mDict setValue:params forKey:@"params"];
+    NSDate *date = [NSDate date];
+    NSDateFormatter *dateFormatter = [NSDateFormatter new];
+    dateFormatter.dateFormat = @"HH:mm:ss";
+    [mDict setValue:[dateFormatter stringFromDate:date]  forKey:@"date"];
+    [self.receivedLogs insertObject:mDict atIndex:0];
+    [self.monitorTableView reloadData];
+}
+
+
+#pragma mark - UI相关代码,不需关心
+
+- (UITableView *)monitorTableView
+{
+    UIWindow *w = [[UIApplication sharedApplication] keyWindow];
+    UITableView *tableView = (UITableView *)[w viewWithTag:999];
+    if (!tableView) {
+        [self createMonitorButton];
+        tableView = [UITableView new];
+        tableView.dataSource = self;
+        tableView.delegate = self;
+        tableView.backgroundColor = [UIColor colorWithWhite:1 alpha:0.8];
+        tableView.tag = 999;
+        [w addSubview:tableView];
+        tableView.userInteractionEnabled = YES;
+        tableView.allowsSelection = NO;
+        tableView.translatesAutoresizingMaskIntoConstraints = NO;
+        [w addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-0-[tableView]-0-|" options:0 metrics:nil views:NSDictionaryOfVariableBindings(tableView)]];
+        [w addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:|-20-[tableView]" options:0 metrics:nil views:NSDictionaryOfVariableBindings(tableView)]];
+        [w addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:[tableView(==200)]" options:0 metrics:nil views:NSDictionaryOfVariableBindings(tableView)]];
+        
+        tableView.tableFooterView = [UIView new];
+    }
+    return tableView;
+}
+
+- (void)createMonitorButton
+{
+    CGRect frame = CGRectMake(0.0, 0.0, [UIScreen mainScreen].bounds.size.width, 20.0);
+    _statusbarWindow = [[UIWindow alloc] initWithFrame:frame];
+    [_statusbarWindow setBackgroundColor:[UIColor clearColor]];
+    [_statusbarWindow setWindowLevel:UIWindowLevelStatusBar];
+    UIButton *showBtn = [[UIButton alloc]initWithFrame:CGRectMake([UIScreen mainScreen].bounds.size.width - 140, 0, 100, 20)];
+    [showBtn setTitle:@"查看监控" forState:UIControlStateNormal];
+    [showBtn addTarget:self action:@selector(showTableView:) forControlEvents:UIControlEventTouchUpInside];
+    [showBtn.titleLabel setFont:[UIFont systemFontOfSize:10]];
+    showBtn.userInteractionEnabled = YES;
+    [_statusbarWindow addSubview:showBtn];
+    [_statusbarWindow makeKeyAndVisible];
+    _showBtn = showBtn;
+}
+
+- (void)showTableView:(UIButton *)btn
+{
+    self.monitorTableView.hidden = !self.monitorTableView.hidden;
+    [btn setTitle:self.monitorTableView.hidden?@"查看监控":@"关闭面板" forState:UIControlStateNormal];
+}
+
+- (NSMutableArray<NSDictionary *> *)receivedLogs
+{
+    if (!_receivedLogs) {
+        _receivedLogs = [NSMutableArray array];
+    }
+    return _receivedLogs;
+}
+
+- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
+{
+    return [self.receivedLogs count];
+}
+
+- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
+{
+    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell"];
+    if (!cell) {
+        cell = [[UITableViewCell alloc]initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"cell"];
+        cell.textLabel.font = [UIFont systemFontOfSize:10];
+        cell.selectionStyle = UITableViewCellSelectionStyleNone;
+        cell.backgroundColor = [UIColor clearColor];
+    }
+    NSDictionary *dict = self.receivedLogs[indexPath.row];
+    
+    NSString *log = [NSString stringWithFormat:@"%@ 捕获监控Id:%@", dict[@"date"], dict[@"logId"]];
+    log = [log stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]];
+    log = [log stringByReplacingOccurrencesOfString:@"\n" withString:@""];
+    cell.textLabel.text = log;
+    return cell;
+}
+
+- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
+{
+    return 20;
+}
+
+
+@end
diff --git a/H5Demo/Supporting Files/H5Demo-Prefix.pch b/H5Demo/Supporting Files/H5Demo-Prefix.pch
new file mode 100755
index 0000000000000000000000000000000000000000..64320b90a9e87d52c119db81fd1ce1c3c2982ef1
--- /dev/null
+++ b/H5Demo/Supporting Files/H5Demo-Prefix.pch	
@@ -0,0 +1,23 @@
+//
+//  Prototype-Prefix.pch
+//  Prototype
+//
+//  Created by shenmo on 7/20/15.
+//  Copyright (c) 2015 Alibaba. All rights reserved.
+//
+
+// MPAAS HEADERS BEGIN
+// This part is maintained by MPaaS plugin automatically. 
+#ifdef __OBJC__
+
+#import "H5Demo-mPaaS-Headers.h"
+
+#import <NebulaSDK/NebulaSDK.h>
+#import <NebulaSDK/NBPluginBase.h>
+#import "WHUMacro.h"
+#import "DemoConfigServer.h"
+#import "H5Container.h"
+//#import "H5Monitor.h"
+
+#endif
+// MPAAS HEADERS END
diff --git a/H5Demo/Supporting Files/Info.plist b/H5Demo/Supporting Files/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..7619d9a2d19e5edfa4ad63a0188b408f9d42b172
--- /dev/null
+++ b/H5Demo/Supporting Files/Info.plist	
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleDisplayName</key>
+	<string>智慧黄龙</string>
+	<key>CFBundleExecutable</key>
+	<string>$(EXECUTABLE_NAME)</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>$(PRODUCT_NAME)</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>2.0.0.0</string>
+	<key>CFBundleURLTypes</key>
+	<array>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>com.alipay.mpportal</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>mpportal</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string></string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>wxc5c09c98c276ac86</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>wb1877934830</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>tencent1104122330</string>
+			</array>
+		</dict>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>1</string>
+	<key>LSApplicationQueriesSchemes</key>
+	<array>
+		<string>baidumap</string>
+		<string>iosamap</string>
+		<string>mqq</string>
+		<string>alipayShare</string>
+		<string>wechat</string>
+		<string>weixin</string>
+		<string>mqqapi</string>
+		<string>mqq</string>
+		<string>mqqwpa</string>
+		<string>mqqOpensdkSSoLogin</string>
+		<string>dingtalk</string>
+		<string>dingtalk-open</string>
+		<string>alipay</string>
+		<string>metro</string>
+		<string>sinaweibohd</string>
+		<string>sinaweibo</string>
+		<string>weibosdk</string>
+		<string>weibosdk2.5</string>
+	</array>
+	<key>LSRequiresIPhoneOS</key>
+	<true/>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+	</dict>
+	<key>NSCameraUsageDescription</key>
+	<string>若不允许,您将无法在APP中使用相机等功能</string>
+	<key>NSLocationWhenInUseUsageDescription</key>
+	<string>若不允许,您将无法在APP中使用定位等功能</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>若不允许,您将无法在APP中选区照片</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>若不允许,您将无法在APP中保存和读取照片</string>
+	<key>Product ID</key>
+	<string>655FBF9111052_IOS-default</string>
+	<key>Product Version</key>
+	<string>2.0.0.0</string>
+	<key>UILaunchStoryboardName</key>
+	<string>LaunchScreen</string>
+	<key>UIRequiredDeviceCapabilities</key>
+	<array>
+		<string>armv7</string>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>mPaaS</key>
+	<dict>
+		<key>AppId</key>
+		<string>655FBF9111052</string>
+		<key>Platform</key>
+		<string>IOS</string>
+		<key>UniformGateway</key>
+		<string>https://cn-hangzhou-component-gw.cloud.alipay.com/mgw.htm</string>
+		<key>WorkspaceId</key>
+		<string>default</string>
+	</dict>
+	<key>mPaaSInternal</key>
+	<dict>
+		<key>SyncPort</key>
+		<string>443</string>
+		<key>SyncServer</key>
+		<string>test-cn-hangzhou-mss-link.cloud.alipay.com</string>
+	</dict>
+</dict>
+</plist>
diff --git a/H5Demo/Supporting Files/main.m b/H5Demo/Supporting Files/main.m
new file mode 100755
index 0000000000000000000000000000000000000000..cdf52ea22e904f2684e2ebb74f1b25fe0be7db79
--- /dev/null
+++ b/H5Demo/Supporting Files/main.m	
@@ -0,0 +1,46 @@
+//
+//  main.m
+//  H5Demo
+//
+//  Created by shenmo on 7/20/15.
+//  Copyright (c) 2015 Alibaba. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#ifdef HOTPATCHEXIST
+APSecBufferRef APSecGetPKS()
+{
+    char sig[] = {0x89,0x55,0xec,0x73,0xd3,0xb1,0x98,0x20,0xb4,0xa3,0x2b,0x1,0x6a,0x1,0xc5,0x59,0xd9,0x3,0x48,0x9d,0x90,0x32,0x69,0xab,0x8e,0x61,0xb8,0x26,0xd5,0xbe,0xd2,0x42,0xde,0xf8,0x8a,0x4d,0xe2,0x57,0xa9,0xbc,0xb2,0x5b,0x7,0x56,0xfa,0x16,0x38,0x7c,0x27,0x3b,0x98,0x4b,0x12,0x30,0x2f,0x2,0xc0,0x2a,0x4b,0x57,0xfb,0xba,0x90,0xd5,0x17,0x8a,0x31,0x40,0x5e,0x94,0x35,0x9e,0x11,0x5b,0xb5,0x1c,0x5d,0xdb,0x9e,0x97,0x24,0x59,0x61,0xf,0x3,0xe,0x15,0x9d,0x19,0x4c,0x8a,0xba,0x1e,0x41,0x4e,0x25,0x39,0x72,0x41,0xaf,0xb8,0xc1,0x1c,0x35,0x2f,0x55,0xe1,0xbd,0x78,0x49,0xac,0x34,0x6d,0xe8,0x6,0x6f,0x9b,0x5f,0xda,0xd5,0xe8,0xca,0x86,0x4d,0xb3,0xe3,0xc0,0x8c,0x1c,0x6a,0x6c,0x98,0x72,0xe8,0x4d,0xb2,0x6b,0x88,0x22,0x2,0xb3,0xc8,0x77,0x24,0xc,0x62,0xd,0x3d,0xdf,0xfc,0x3e,0xd4,0xf4,0xf3,0x2b,0x89,0x27,0x23,0x57,0xf6,0x52,0x57,0x56,0x71,0x4a,0x91,0xbc,0x36,0xa3,0x59,0x16,0xb5,0xd4,0xd7,0x1d,0x7b,0xd0,0x72,0xb2,0x7e,0xb0,0x84,0x9,0x93,0x4e,0xcd,0x33,0x4e,0xfc,0x25,0x4a,0x50,0x90,0x7a,0x73,0x4f,0x45,0xb4,0x18,0x40,0xdc,0x92,0xf6,0xa1,0x1f,0x34,0xdf,0x63,0x81,0x26,0xcb,0xd3,0x7,0xfe,0x4a,0x17,0xe9,0xe8,0x8,0x80,0xc,0x1b,0xba,0x38,0xb9,0xfe,0x69,0x78,0xbd,0x9d,0xcf,0xe5,0x12,0xdf,0xbe,0x86,0x86,0x11,0x99,0x36,0xb9,0xb2,0xee,0xfc,0x71,0xf6,0x2f,0xbb,0xd9,0x16,0x67,0x42,0x9f,0xb9,0x58,0x89};
+    
+    size_t len = sizeof(sig);
+    APSecBufferRef buf = (APSecBufferRef)malloc(sizeof(APSecBuffer) + len);
+    buf->length = len;
+    memcpy(buf->data, sig, len);
+    return buf;
+}
+#endif
+
+int main(int argc, char * argv[]) {
+    @autoreleasepool {
+        
+    #ifdef HOTPATCHEXIST
+        NSString *path;
+        APSecBufferRef buf;
+        int ret;
+        
+        path = [[NSBundle mainBundle] pathForResource:@"pubkey" ofType:@"pem"];
+        APSecInitPublicKey([path UTF8String]); // 读取并初始化公钥
+        
+        buf = APSecGetPKS(); // 读取公钥的签名
+        ret = APSecVerifyFile([path UTF8String], buf->data, buf->length); // 验证公钥文件自身是否符合签名
+        free(buf);
+        if (ret != 0) {
+            NSLog(@"The public key is modified.");
+        }
+    #endif
+        
+//        return UIApplicationMain(argc, argv, nil, @"AppDelegate");
+        return UIApplicationMain(argc, argv, @"DFApplication", @"DFClientDelegate"); // NOW USE MPAAS FRAMEWORK
+    }
+}
diff --git a/H5Demo/public_key.pem b/H5Demo/public_key.pem
new file mode 100755
index 0000000000000000000000000000000000000000..5f7ee2baa41ca469f3225dc992e1a169f48bdf4c
--- /dev/null
+++ b/H5Demo/public_key.pem
@@ -0,0 +1,9 @@
+-----BEGIN PUBLIC KEY-----
+MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsMHXIh7qjKDBucpHJcUe
+J3cAjzOr357V+WnZqBJcMsnZW5Ql7iPatc7UTwtzte59mCElvZN9ggxGQ9MVG3Hh
+ysZpr2jD4XScUKUST6phMd5uTEiHH560YOo5Snojwv+hJTi6TfAp/VNCEjvJxxHl
+C0SLwBcFgcABoTfu9eufw5nUYoWetIyvmaWra2DDNKH2Vq3q3CHoGDoGwooRxgyM
+IysaJcpBhZlkscK8FtF+ESh0VaeESAnqCnSV6E5x9aGthevhocnRQmJC5R3s8snL
+32s93quAfw5WnvlEjtdgWChHGUj96cd8GBp4OXxmJ9tpnkM0cotoFRSg52A5jZKy
+cQIDAQAB
+-----END PUBLIC KEY-----
diff --git a/MPaaS/Frameworks/APCommonUI.framework/APCommonUI b/MPaaS/Frameworks/APCommonUI.framework/APCommonUI
new file mode 100755
index 0000000000000000000000000000000000000000..36196b46818073fab2b7a66580796bac70d7b1e8
Binary files /dev/null and b/MPaaS/Frameworks/APCommonUI.framework/APCommonUI differ
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APActionSheet.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APActionSheet.h
new file mode 100755
index 0000000000000000000000000000000000000000..64233b7becc1d88963ddd23c50353d2beb355f4e
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APActionSheet.h
@@ -0,0 +1,21 @@
+//
+//  APActionSheet.h
+//  TestView3
+//
+//  Created by sampan(渔真) on 13-9-29.
+//  Copyright (c) 2013å¹´ sampan. All rights reserved.
+//
+
+#import <AntUI/AUActionSheet.h>
+
+__deprecated_msg("APActionSheetButtonType 已经废弃,请直接使用 AUActionSheetButtonType")
+typedef AUActionSheetButtonType APActionSheetButtonType;
+
+__deprecated_msg("APActionSheet 已经废弃,请直接使用 AntUI中的 AUActionSheet")
+@interface APActionSheetItem : AUActionSheetItem
+
+@end
+
+@interface APActionSheet : AUActionSheet //UIView<UIAppearanceContainer>
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APActionSheetManager.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APActionSheetManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..54e325f16df4eae3d0cecf2b059f8f34bc28052c
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APActionSheetManager.h
@@ -0,0 +1,15 @@
+//
+//  APAlertViewManager.h
+//  TestView3
+//
+//  Created by sampan(渔真) on 13-9-29.
+//  Copyright (c) 2013å¹´ sampan. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <AntUI/AUActionSheetManager.h>
+
+__deprecated_msg("APActionSheetManager 已经废弃,请直接使用 AntUI中的 AUActionSheetManager")
+@interface APActionSheetManager : AUActionSheetManager //NSObject<UIActionSheetDelegate>
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APActivityIndicatorView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APActivityIndicatorView.h
new file mode 100755
index 0000000000000000000000000000000000000000..c18d6c928b10cbc6d272d60b75df05138be365a7
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APActivityIndicatorView.h
@@ -0,0 +1,21 @@
+//
+//  APActivityIndicatorView.h
+//  APCommonUI
+//
+//  Created by yangwei on 16/4/12.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AULoadingIndicatorView.h>
+
+
+__deprecated_msg("APActivityIndicatorViewStyle 已经废弃,请直接使用 AULoadingIndicatorViewStyle")
+typedef AULoadingIndicatorViewStyle APActivityIndicatorViewStyle;
+
+__deprecated_msg("APActivityIndicatorView 已经废弃,请直接使用 AULoadingIndicatorView")
+@interface APActivityIndicatorView : AULoadingIndicatorView //UIView
+
+- (instancetype)initWithActivityIndicatorStyle:(APActivityIndicatorViewStyle)style;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APAgreementBox.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAgreementBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..67d854073935321774b51863aff22d787f71341e
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAgreementBox.h
@@ -0,0 +1,41 @@
+//
+//  APAgreementBox.h
+//  CommonUI
+//
+//  Created by tgf on 2013-04.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class APCheckBox;
+@class APLinkButton;
+
+/**
+ * 用于显示用户注册协议的组件
+ */
+@interface APAgreementBox : UIControl
+
+@property(nonatomic, readonly) APCheckBox *checkBox;  //单选框
+@property(nonatomic, readonly) APLinkButton *linkButton; //注册信息链接button
+@property(nonatomic, assign) BOOL disabled; // 设置APCheckBox是选中不可取消状态,默认是NO
+
+/**
+ *  创建注册协议组件
+ *
+ *  @param frame     组件frame
+ *  @param labelText 单选框显示文本
+ *  @param linkText  注册信息链接文本
+ *
+ *  @return 新建并初始化的注册协议组件
+ */
+- (id)initWithFrame:(CGRect)frame labelText:(NSString *)labelText linkText:(NSString *)linkText;
+
+/**
+ *  设置单选框是否隐藏
+ *
+ *  @param hidden 是否隐藏
+ */
+- (void)setCheckBoxHidden:(BOOL)hidden;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertView.h
new file mode 100755
index 0000000000000000000000000000000000000000..5dd6ba1638e9f74fde75f422513077edeacbb14b
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertView.h
@@ -0,0 +1,28 @@
+//
+//  ALPAlertView.h
+//  CommonUI
+//
+//  Created by tgf on 13-4-23.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "APAlertViewBase.h"
+
+#pragma mark -
+// TODO: Do not subclass UIAlertView
+#pragma mark -
+
+/**
+ * 定制的alert view
+ */
+@interface APAlertView : APAlertViewBase
+
+/**
+ *  显示alert窗口
+ *
+ *  @return 点击的button下标
+ */
+- (NSInteger)showModel;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertViewBase.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertViewBase.h
new file mode 100755
index 0000000000000000000000000000000000000000..066326246740b55ca361f12af16747c6491a0258
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertViewBase.h
@@ -0,0 +1,56 @@
+//
+//  APAlertView.h
+//  MobileFoundation
+//
+//  Created by 朱建 on 13-4-9.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+/*!
+ @class         APAlertView
+ @abstract      可管理的 UIAlertView 类
+ @discussion    使用 UIAlertView 时需要使用该类
+ */
+@interface APAlertViewBase : UIAlertView
+
+/**
+ *以下属性和方法私有,使用者不要调用
+ */
+@property(nonatomic,weak)id<UIAlertViewDelegate>dtDelegate;
+- (void)showAlert;
++(void)setBackgroundMode:(BOOL)isBackMode;
++(void)removeAllAlerviews;
+
+/**
+ *@brief 初始化方法
+ */
+- (id)initWithTitle:(NSString *)title message:(NSString *)message;
+
+/**
+ @brief 添加Button 和回调
+ @param title: 按钮title
+ @param callback: 回调的callback
+ */
+- (NSInteger)addButtonWithTitle:(NSString *)title callback:(void (^)(int index, NSString *title))callback;
+
+/**
+ @brief 添加取消Button和回调
+ @param title: 按钮title
+ @param callback: 回调的callback
+ */
+- (NSInteger)addCancelButtonWithTitle:(NSString *)title callback:(void (^)(int index, NSString *title))callback;
+
+/**
+ @brief 添加Button
+ @param title: 按钮title
+ */
+- (NSInteger)addButtonWithTitle:(NSString *)title;
+
+/**
+ @brief 添加取消button
+ @param title: 按钮title
+ */
+- (NSInteger)addCancelButtonWithTitle:(NSString *)title;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertViewManager.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertViewManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..721ad52f5e734f28d2effe50296a56882522e9f0
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAlertViewManager.h
@@ -0,0 +1,35 @@
+//
+//  APAlertViewManager.h
+//  MobileFoundation
+//
+//  Created by 朱建 on 13-4-9.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@interface APAlertViewManager : NSObject<UIAlertViewDelegate>
+
+@property(nonatomic,assign)bool isBackGroundMode;//是否是后台模式
+
+/**
+ *  创建APAlertViewManager对象,用来管理屏幕上所有的alertView
+ *
+ *  @return 初始化的APAlertViewManager
+ */
++ (APAlertViewManager *)sharedAPAlertViewManager;
+
+/**
+ *  显示alertView,若为后台模式,押入后台池保存;否则立即前台显示
+ *
+ *  @param alertview 需要显示的alertView
+ */
+- (void)pushAPAlertView:(UIAlertView *)alertview;
+
+/**
+ *  删除所有的alert,包括已经存在的AlertView界面窗口和后台预备的alerview
+ */
+- (void)removeAllAlertView;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APAuthCodeBox.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAuthCodeBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..a987118aba20502225305038a4cbe4eb0920c1dc
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APAuthCodeBox.h
@@ -0,0 +1,65 @@
+//
+//  APAuthCodeBox.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-17.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+@class APInputBox;
+@class APTextField;
+@class APButton;
+@class APAuthCodeBox;
+
+@protocol AuthCodeDelegate <NSObject>
+
+- (void) onAuthTimerout:(APAuthCodeBox *)authBox;
+
+@end
+
+/**
+ *  验证码控件
+ */
+@interface APAuthCodeBox : UIView
+
+
+#pragma mark - APAuthCodeBox属性
+
+
+@property (strong, nonatomic) APInputBox        *inputBox;
+@property (strong, nonatomic) UIButton          *button;
+@property (assign, nonatomic) BOOL              waiting;
+@property(nonatomic, weak)id<AuthCodeDelegate>  delegate;
+
+
+
+#pragma mark - APAuthCodeBox实例方法
+
+/**
+ *  开始等待
+ *  应用场景1:   对于图片验证码,开始转菊花
+ *  应用场景2:   对于短信验证码,按钮变为不可用,开始倒计时
+ */
+- (void)startWaiting;
+
+/**
+ *  停止等待
+ *  应用场景1:   对于图片验证码,停止转菊花
+ *  应用场景2:   对于短信验证码,按钮恢复可用,按钮文字变为”重新发送“;倒计时结束以后stopWaiting后被自动调用
+ */
+- (void)stopWaiting;
+
+
+
+#pragma mark - APAuthCodeBox静态方法
+
+/**
+ *  控件高度
+ *  @return     返回固定高度:49.0
+ */
++ (float)heightOfControl;
+
+
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APBankCardTextField.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APBankCardTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..55008ae2df87b9c0a1a4a26c99cb801b7db76e86
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APBankCardTextField.h
@@ -0,0 +1,15 @@
+//
+//  APBankCardTextField.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-17.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+
+#import <AntUI/AUBankCardTextField.h>
+
+__deprecated_msg("APBankCardTextField 已经废弃,请直接使用 AUBankCardTextField")
+@interface APBankCardTextField : AUBankCardTextField //APTextField
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APBarButtonItem.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APBarButtonItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..07e7b2a47f830699cacee0542ebecb626f7bce69
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APBarButtonItem.h
@@ -0,0 +1,21 @@
+//
+//  APBarButtonItem.h
+//  APCommonUI
+//
+//  Created by WenBi on 13-12-8.
+//  Copyright (c) 2013å¹´ WenBi. All rights reserved.
+//
+
+#import <AntUI/AUBarButtonItem.h>
+
+@class APVisualStyle;
+
+/**
+ *  A bar button item is a button used for a <code>UIToolBar</code> or <code>APNavigationBar</code.
+ */
+__deprecated_msg("APBarButtonItem 已经废弃,请直接使用 AUBarButtonItem")
+@interface APBarButtonItem : AUBarButtonItem //UIBarButtonItem
+
+@property(nonatomic, strong) APVisualStyle *visualStyle NS_UNAVAILABLE;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APBorderedButton.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APBorderedButton.h
new file mode 100755
index 0000000000000000000000000000000000000000..91c53b485878477ea2474e1a4cd57f1b59535930
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APBorderedButton.h
@@ -0,0 +1,45 @@
+//
+//  APBorderedButton.h
+//  APCommonUI
+//
+//  Created by liangbao.llb on 7/3/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+typedef NS_ENUM(NSInteger, APBorderedButtonType) {
+    APBorderedButtonTypeCustom,
+    APBorderedButtonTypeDefault,
+    APBorderedButtonTypeSecondary,
+};
+
+@interface APBorderedButton : UIButton
+
+/**
+ *  一个方法的辅助方法,用于创建并初始化一个按钮的对象
+ *
+ *  @param buttonType 按钮类型,必须是定义在<code>APBorderedButtonType</code>中的其中一个值
+ *  @param title      铵钮标题
+ *  @param target     响应按钮点击事件的对象
+ *  @param action     响应按钮点击事件的函数
+ *
+ *  @return 新创建并经过初始化的按钮对象
+ *
+ *  使用这个方法创建的按钮对象,其默认的frame为<code>CGRectMake(0.0, 0, 标题宽度+20, 26.0)</code>,
+ *  对于指定的target和action所对应事件为<code>UIControlEventTouchUpInside</code>
+ */
++ (APBorderedButton *)buttonWithType:(APBorderedButtonType)buttonType
+                               title:(NSString *)title
+                              target:(id)target
+                              action:(SEL)action;
+
+/**
+ *  用于创建并初始化一个按钮的对象
+ * 
+ *  @param title      按钮标题
+ *  @param buttonType 按钮类型,必须是定义在<code>APBorderedButtonType</code>中的其中一个值
+ *
+ *  @return 新创建并经过初始化的按钮对象
+ */
+- (id)initWithButtonTitle:(NSString *)title buttonType:(APBorderedButtonType)buttonType;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APButton.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APButton.h
new file mode 100755
index 0000000000000000000000000000000000000000..32c97bd07374a891f82c29046adbff7ce04332a4
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APButton.h
@@ -0,0 +1,82 @@
+//
+//  APButton.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-14.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef NS_ENUM(NSInteger, APButtonType) {
+    APButtonTypeCustom,      //自定义按钮
+    APButtonTypeDefault,     //主按钮
+    APButtonTypeSecondary,   //次按钮
+    APButtonTypeCaution,     //警示按钮
+    APButtonTypeAdd,         //信用卡添加按钮
+    APButtonTypeSocial,      //社交按钮
+    APButtonTypeAssist,      //辅助按钮
+};
+
+/**
+ *  按钮。
+ *  
+ *  目前默认实现了以下三种样式的按钮:
+ *  
+ *      - 主按钮
+ *      - 次按钮
+ *      - 一种警示按钮,通常按钮背景会显示为较醒目的红色。
+ *      - 自定义按钮,不会应用任何样式,也不会初始化frame。
+ *
+ *  如果使用带frame的init方法初始化按钮,按钮会使用指定的frame,否则会使用默认的frame。
+ *
+ */
+@interface APButton : UIButton
+
+/**
+ *  扩展的按钮类型。
+ */
+@property(nonatomic, assign, readonly) APButtonType extendedButtonType;
+
+/**
+ *  一个方法的辅助方法,用于创建并初始化一个按钮的对象。
+ *
+ *  @param buttonType 按钮类型,必须是定义在<code>APButtonType</code>中的其中一个值。
+ *  @param title      铵钮标题
+ *  @param target     响应按钮点击事件的对象
+ *  @param action     响应按钮点击事件的函数
+ *
+ *  @return 新创建并经过初始化的按钮对象。
+ *  
+ *  使用这个方法创建的按钮对象,其默认的frame为<code>CGRectMake(10.0, 0, APCommonUIGetScreenWidth()-20, 42.0)</code>,
+ *  对于指定的target和action所对应事件为<code>UIControlEventTouchUpInside</code>。
+ */
++ (APButton *)buttonWithType:(APButtonType)buttonType title:(NSString *)title target:(id)target action:(SEL)action;
+
+/**
+ *  Initializes and returns the newly created button with specified button type.
+ *
+ *  @param buttonType The type of the button to be initialized.
+ *
+ *  @return An initialized button with specified button type.
+ */
+- (id)initWithButtonType:(APButtonType)buttonType;
+
+#pragma 加载菊花
+/**
+ *  点击button时,显示加载小菊花
+ *  1、APButtonTypeCustom 和 APButtonTypeAdd两种类型不支持添菊花
+ *  2、加载过程中,除导航栏可操作外,当前页面不允许其他操作,如有其他操作,请先调用stopLoading停止加载
+ *
+ *  @param loadingTitle 菊花显示时的文案,若不设置此文案,菊花居中显示
+ *  @param currentVC    当前VC
+ */
+- (void)startLoadingWithTitle:(NSString *)loadingTitle currentViewController:(UIViewController *)currentVC;
+
+
+/**
+ * 停止显示小菊花,恢复button原本文案
+ */
+- (void)stopLoading;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APButtonCell.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APButtonCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..cdbdc34c79dd67fb0c66aa4608c2ab06185ef2c6
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APButtonCell.h
@@ -0,0 +1,39 @@
+//
+//  APButtonCell.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-2-1.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "APButton.h"
+
+@interface APButtonCell : UITableViewCell
+
+/**
+ *  添加button
+ *
+ *  @param button 需要添加的button
+ */
+- (void)addButton:(APButton *)button;
+
+/**
+ *  用于cell中的点击button场景
+ *
+ *  @param buttonType button类型
+ *  @param title      button的文本
+ *  @param target     控制button的对象
+ *  @param action     点击button触发的事件
+ *
+ *  @return 
+ */
+- (APButton *)addButtonWithType:(APButtonType)buttonType title:(NSString *)title target:(id)target action:(SEL)action;
+
+/**
+ *  返回cell的高度
+ *
+ *  @return 返回cell的高度
+ */
++ (CGFloat)cellBtnHeight;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APButtonVisualStyle.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APButtonVisualStyle.h
new file mode 100755
index 0000000000000000000000000000000000000000..810b6c1651edcfdfac3ab6b14eb0255ec9b4ba20
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APButtonVisualStyle.h
@@ -0,0 +1,13 @@
+//
+//  APButtonVisualStyle.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-19.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import "APVisualStyle.h"
+
+@interface APButtonVisualStyle : APVisualStyle
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APCheckBox.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCheckBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..5769614a7abfdbf5c0aafe889156166fe8efeee6
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCheckBox.h
@@ -0,0 +1,75 @@
+//
+//  APCheckBox.h
+//  AlipayPortal
+//
+//  Created by WenBi on 12-5-29.
+//  Copyright (c) 2012å¹´ aliPay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef NS_ENUM(NSInteger, APCheckBoxType) {
+    APCheckBoxTypeDefault,  // The default image size is 30*30.
+    APCheckBoxTypeMain,     // The default image size is 48*48.
+};
+
+/**
+ *  A checkbox is a specific type of two-states control that can be either checked or unchecked.
+ */
+@interface APCheckBox : UIControl
+
+/**
+ *  A boolean value indicates whether the <code>APCheckBox</code> is checked.
+ *
+ *  The default value is NO.
+ */
+@property(nonatomic, assign, getter = isChecked) BOOL checked;
+
+/**
+ *  A boolean value indicates whether the <code>APCheckBox</code> is disable.
+ *
+ *  The default is NO. if YES, ignores touch
+ */
+@property(nonatomic, assign) BOOL disable;
+
+/** Gets or sets the image for check state. */
+@property(nonatomic, strong) UIImage *checkedImage;
+
+/** Gets or sets the image for unchecked state. */
+@property(nonatomic, strong) UIImage *uncheckedImage;
+
+/** Gets or sets the image for disable state */
+@property(nonatomic, strong) UIImage *disableImage;
+
+/**
+ *  The inset or outset margins for the rectangle around the check-box's image.
+ *  The default value is <code>UIEdgeInsetsMake(0, 0, 0, 7.0)<code>.
+ *  The default value is <code>UIEdgeInsetsMake(0, 0, 0, 10.0)<code> in iPhone6 plus.
+ */
+@property(nonatomic, assign) UIEdgeInsets imageEdgeInsets;
+
+/** Returns the label used for title of check box. */
+@property(nonatomic, strong, readonly) UILabel *titleLabel;
+
+/** 设置选框与文字之间的描述图片 ,按图片大小显示*/
+@property(nonatomic, strong) UIImage *infoImage;
+
+/**
+ *  Returns an initialized <code>APCheckBox</code> object with the height of 20.0.
+ *  The default image size of 30*30.
+ *
+ *  @return An initialized check box object.
+ */
+- (id)init;
+
+/**
+ *  Returns an initialized <code>APCheckBox</code> object with the height of 24.0.
+ *  The default image size of 48*48.
+ *
+ *  @param type APCheckBoxType
+ *
+ *  @return An initialized check box object.
+ */
+- (id)initWithType:(APCheckBoxType)type;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APCircleRefreshControl.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCircleRefreshControl.h
new file mode 100755
index 0000000000000000000000000000000000000000..e91baf392be28d58165402b17b085a50a5f47c06
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCircleRefreshControl.h
@@ -0,0 +1,21 @@
+//
+//  PPChatRefreshControl.h
+//  PPChat
+//
+//  Created by tgf on 13-11-5.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface APCircleRefreshControl : UIControl
+
+- (id)initInScrollView:(UIScrollView *)scrollView;
+
+// Tells the control that a refresh operation was started programmatically
+- (void)beginRefreshing;
+
+// Tells the control the refresh operation has ended
+- (void)endRefreshing;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APCommonUI.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCommonUI.h
new file mode 100755
index 0000000000000000000000000000000000000000..86e86413188790b42affc64ec38407c0b20c2351
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCommonUI.h
@@ -0,0 +1,109 @@
+//
+//  APControl.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-16.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+#import <APCommonUI/APThemeManager.h>
+#import <APCommonUI/APThemeScreenCategory.h>
+
+#import <APCommonUI/APCommonUIExtensions.h>
+#import <APCommonUI/UIContext.h>
+#import <APCommonUI/APViewEventHook.h>
+
+#import <APCommonUI/APUtils.h>
+
+#import <APCommonUI/APVisualStyle.h>
+#import <APCommonUI/APButtonVisualStyle.h>
+
+#import <APCommonUI/APNotEmptyTextValidator.h>
+
+#import <APCommonUI/APButton.h>
+#import <APCommonUI/APBorderedButton.h>
+#import <APCommonUI/APCheckBox.h>
+#import <APCommonUI/APLinkButton.h>
+#import <APCommonUI/APTextField.h>
+#import <APCommonUI/APCreditCardTextField.h>
+#import <APCommonUI/APBankCardTextField.h>
+#import <APCommonUI/APMobileTextField.h>
+#import <APCommonUI/APIDNumberTextField.h>
+#import <APCommonUI/APAgreementBox.h>
+#import <APCommonUI/APBarButtonItem.h>
+#import <APCommonUI/APSegmentedControl.h>
+#import <APCommonUI/APInputBox.h>
+#import <APCommonUI/APCircleRefreshControl.h>
+#import <APCommonUI/ODRefreshControl.h>
+#import <APCommonUI/TTTAttributedLabel.h>
+
+#import <APCommonUI/APExceptionView.h>
+#import <APCommonUI/APNetErrorView.h>
+#import <APCommonUI/APActionSheet.h>
+#import <APCommonUI/UIActionSheet+DismissAPActionSheets.h>
+#import <APCommonUI/APActionSheetManager.h>
+#import <APCommonUI/APAuthCodeBox.h>
+#import <APCommonUI/APSmsAuthCodeBox.h>
+#import <APCommonUI/APSecurityCodeBox.h>
+#import <APCommonUI/APSmsSecurityCodeBox.h>
+#import <APCommonUI/APLoginBox.h>
+#import <APCommonUI/APAlertViewBase.h>
+#import <APCommonUI/APAlertView.h>
+#import <APCommonUI/APAlertViewManager.h>
+#import <APCommonUI/APNavigationBar.h>
+#import <APCommonUI/APSearchBar.h>
+#import <APCommonUI/APSearchBarEx.h>
+#import <APCommonUI/APSearchDisplayController.h>
+#import <APCommonUI/APToastView.h>
+#import <APCommonUI/APToastDelegate.h>
+#import <APCommonUI/EGORefreshTableHeaderView.h>
+#import <APCommonUI/APTableView.h>
+#import <APCommonUI/APTipView.h>
+#import <APCommonUI/APRichLayer.h>
+
+#import <APCommonUI/APTableViewDataSource.h>
+#import <APCommonUI/APTableView.h>
+#import <APCommonUI/APTableSection.h>
+#import <APCommonUI/APTableRow.h>
+
+#import <APCommonUI/APSwitch.h>
+
+#import <APCommonUI/APTableViewCell.h>
+#import <APCommonUI/APButtonCell.h>
+#import <APCommonUI/APTextFieldCell.h>
+#import <APCommonUI/APSwitchCell.h>
+#import <APCommonUI/APTableViewBaseCell.h>
+#import <APCommonUI/APInputBoxCell.h>
+#import <APCommonUI/APTextFieldCell.h>
+#import <APCommonUI/APInputBoxCell.h>
+#import <APCommonUI/APTableViewTwoTextCell.h>
+#import <APCommonUI/APNextPagePullView.h>
+#import <APCommonUI/APTableViewDoubleLineCell.h>
+
+#import <APCommonUI/APNumericKeyboard.h>
+#import <APCommonUI/APNumericKeyboardEx.h>
+#import <APCommonUI/APNumericKeyboardPubDef.h>
+
+#import <APCommonUI/APNumPwdInputView.h>
+#import <APCommonUI/APNumPwdPopupView.h>
+#import <APCommonUI/APNumPwdTextField.h>
+#import <APCommonUI/APPickerView.h>
+
+#import <APCommonUI/APRichTextLabel.h>
+#import <APCommonUI/APIconFont.h>
+
+#import <APCommonUI/UIImage+Blur.h>
+#import <APCommonUI/UIIMage+ChangeColor.h>
+#import <APCommonUI/Masonry.h>
+
+#import <APCommonUI/APWindow.h>
+#import <APCommonUI/APLimitView.h>
+
+#import <APCommonUI/APActivityIndicatorView.h>
+#import <APCommonUI/UIImageEffects.h>
+#import <APCommonUI/APTitleView.h>
+
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APCommonUIExtensions.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCommonUIExtensions.h
new file mode 100755
index 0000000000000000000000000000000000000000..6fe4448cae3eafa1a5c03c62a34821b05f8bd8d1
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCommonUIExtensions.h
@@ -0,0 +1,60 @@
+//
+//  APView.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-23.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class APVisualStyle;
+
+/**
+ * @addtogroup APCommonUI
+ * @{
+ */
+
+/**
+ *  对 <code>UIView</code> 的扩展,用于实现视图样式管理。
+ *
+ *
+ *  视图样式会在这个函数中进行初始化:
+ *  <blockquote>- (id)initWithFrame:(CGRect)frame</blockquote>
+ *
+ *
+ *  视图样式会在下面的函数调用时,应用到视图上:
+ *  <blockquote>- (void)setFrame:(CGRect)frame</blockquote>
+ *
+ *  当前的样式改变时,会自动将新的样式应用到当前视图。
+ *
+ *  如果你想让你的视图不创建默认样式,或者想自定义视图样式时,可以不调用<code>initWithFrame:</code>方法,
+ *  而是按以下的方法写:
+ *  <blockquote><pre>
+ *  @@implementation MyControl
+ *  -&nbsp;(id)initWithFrame:(CGRect)frame
+ *  {
+ *      self = [super init];
+ *      if (self) {
+ *          self.frame = frame;
+ *      }
+ *  }
+ *  </pre></blockquote>
+ */
+@interface UIView (APCommonUIExtensions)
+
+/** 视图样式 */
+@property(nonatomic, strong) APVisualStyle *visualStyle;
+
+@end
+
+/**
+ *  UIScrollView底部添加蚂蚁金服品牌文案说明
+ *  默认不显示,需要显示的UIScrollView,请设置alipayShouldShow = YES
+ */
+//@interface UIScrollView (APCommonUIExtensions)
+//
+//@property(nonatomic, strong) UILabel *alipayBrandLabel;  // 底部品牌文案
+//@property(nonatomic, assign) BOOL alipayShouldShow;      // 是否显示,默认不显示
+//
+//@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APCreditCardTextField.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCreditCardTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..ca664d16b22ee34fc43a41b77882adb4d144ee01
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APCreditCardTextField.h
@@ -0,0 +1,17 @@
+//
+//  APCreditCardTextField.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-20.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import "APTextField.h"
+
+#import <AntUI/AUCreditCardTextField.h>
+
+__deprecated_msg("APCreditCardTextField 已经废弃,请直接使用 AUCreditCardTextField")
+
+@interface APCreditCardTextField : AUCreditCardTextField
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APExceptionView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APExceptionView.h
new file mode 100755
index 0000000000000000000000000000000000000000..b1fafaf3930ccdec40f1af92ce402d7b2a593536
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APExceptionView.h
@@ -0,0 +1,130 @@
+//
+//  APExceptionView.h
+//  APCommonUI
+//
+//  Created by Yuanchen on 14-1-20.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef enum {
+    APExceptionEnumNetworkError,   //网络错误,完全无法连接
+    APExceptionEnumEmpty,          //内容为空
+    APExceptionEnumAlert,          //警示
+    APExceptionEnumLimit,          //限流,注意:此类型只在插图版中存在,初始化时请指定 APExceptionStyle 为APExceptionStyleIlustration
+    APExceptionEnumNetworkFailure  //网络不给力
+} APExceptionEnum;
+
+typedef enum {
+    APExceptionStyleIlustration,  //插图版
+    APExceptionStyleMinimalist    //简单版
+} APExceptionStyle;
+
+@interface APExceptionView : UIView
+
+/**
+ *  行为按钮,通过设置他来修改按钮的样式
+ *  注意:用initWithFrame方法初始化异常控件后,行为按钮默认不显示,需调get方法才会显示
+ */
+@property(nonatomic, strong) UIButton *actionButton;
+
+/**
+ *  主文案说明
+ */
+@property(nonatomic, strong) NSString *infoTitle;
+
+/**
+ *  辅助文案说明
+ */
+@property(nonatomic, strong) NSString *detailTitle;
+
+/**
+ *  初始化异常view并设定异常风格和类型
+ *
+ *  @param frame view的坐标,必选
+ *  @param style 异常的风格,插画版or极简版,必选
+ *  @param type  异常类型,必选
+ *
+ *  @return APExceptionView
+ */
+- (id)initWithFrame:(CGRect)frame style:(APExceptionStyle)style exceptionType:(APExceptionEnum)type;
+
+/**
+ *  初始化异常视图并显示在指定的视图上
+ *
+ *  @param parent view的superView,必选
+ *  @param style  异常的风格,插画版or极简版,必选
+ *  @param type   异常类型,必选
+ *  @param target 事件处理对象
+ *  @param action 事件处理方法
+ *
+ *  @return APExceptionView
+ */
+- (id)initWithParentView:(UIView *)parent style:(APExceptionStyle)style exceptionType:(APExceptionEnum)type target:(id)target action:(SEL)action;
+
+/**
+ *  初始化异常view并设定异常类型
+ *
+ *  @param frame view的坐标,必选
+ *  @param type  异常类型,必选
+ *
+ *  @return APExceptionView
+ */
+- (id)initWithFrame:(CGRect)frame exceptionType:(APExceptionEnum)type;
+
+/**
+ *  初始化异常视图并显示在指定的视图上
+ *
+ *  @param parent view的superView,必选
+ *  @param type   异常类型,必选
+ *  @param target 事件处理对象
+ *  @param action 事件处理方法
+ *
+ *  @return APExceptionView
+ */
+- (id)initWithParentView:(UIView *)parent exceptionType:(APExceptionEnum)type target:(id)target action:(SEL)action;
+
+/**
+ * 取消异常视图的显示
+ */
+- (void)dismiss;
+
+/**
+ *  获取大图标的只读UIImageView
+ *
+ *  @return UIImageView
+ */
+- (UIImageView *)getIconImageView;
+
+/**
+ *  获取说明文案的只读UILabel。自定义主文案,请设置infoTitle属性
+ *
+ *  @return UILabel
+ */
+- (UILabel *)getInfoLabel;
+
+/**
+ *  获取辅助文案的只读UILabel。默认为nil,若需自定义辅助文案,请设置detailTitle属性
+ *
+ *  @return UILabel
+ */
+- (UILabel *)getDetailLabel;
+
+/**
+ *  获取行动按钮,建议使用actionButton属性
+ *
+ *  @return UIButton
+ */
+- (UIButton *)getActionButton;
+
+/**
+ *  倒计时 仅限限流使用
+ *  如果 completeBlock == nil 且 业务没有设置actionButton的点击响应事件 则倒计时功能不生效;
+ *  如果 completeBlock != nil, 倒计时结束直接执行 completeBlock,同时隐藏 actionButton
+ *  如果使用 getActionButton 来添加button的响应事件,要确保在该方法之前添加 actionButton 的响应事件
+ */
+- (void)setCountdownTimeInterval:(NSInteger)startTime  // 倒计时起始时间
+                   completeBlock:(void (^)(void))completeBlock; // 倒计时结束后
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APIDNumberTextField.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APIDNumberTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..3ca527a9eac8c864dff5a91cb35ca128e7ce8e7c
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APIDNumberTextField.h
@@ -0,0 +1,16 @@
+//
+//  APIDNumberTextField.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-20.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+
+#import <AntUI/AUIDNumberTextField.h>
+
+__deprecated_msg("APIDNumberTextField 已经废弃,请直接使用 AUIDNumberTextField")
+
+@interface APIDNumberTextField : AUIDNumberTextField //APTextField
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APIconFont.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APIconFont.h
new file mode 100755
index 0000000000000000000000000000000000000000..96e3418b9e659b2c0abd401f9551ca2c1cf89143
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APIconFont.h
@@ -0,0 +1,16 @@
+//
+//  APIconLabel.h
+//  a16
+//
+//  Created by majie on 14-12-30.
+//  Copyright (c) 2014å¹´ majie. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AUIconFont.h>
+
+__deprecated_msg("APIconFont 已经废弃,请直接使用 AUIconFont")
+@interface APIconFont : AUIconFont //NSObject
+
+@end
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APInputBox.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APInputBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..204f6104a5d542a779ee85a04c361a749d49de25
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APInputBox.h
@@ -0,0 +1,28 @@
+//
+//  APInputBox.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-17.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AUInputBox.h>
+
+@class APTextField;
+@class APButton;
+@class APVisualStyle;
+@class UITextField;
+@class UIButton;
+
+__deprecated_msg("APInputBoxType 已经废弃,请直接使用 AUInputBoxType")
+typedef AUInputBoxType APInputBoxType;
+
+
+__deprecated_msg("APInputBoxStyle 已经废弃,请直接使用 AUInputBoxStyle")
+typedef AUInputBoxStyle APInputBoxStyle;
+
+__deprecated_msg("APInputBox 已废弃,请直接使用 AUInputBox")
+@interface APInputBox : AUInputBox
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APInputBoxCell.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APInputBoxCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..fd835255167f65d57ddd49cc558b5ed71ca32170
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APInputBoxCell.h
@@ -0,0 +1,30 @@
+//
+//  APInputBoxCell.h
+//  APCommonUI
+//
+//  Created by Yuanchen on 14-1-17.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "APTableViewCell.h"
+
+@class APInputBox;
+
+@interface APInputBoxCell : APTableViewCell
+
+/**
+ *  返回cell的默认高度,默认45
+ *
+ *  @return cell的高度
+ */
++ (float)cellHeight;
+
+/**
+ *  返回cell中输入框
+ *
+ *  @return 输入框
+ */
+- (APInputBox *)textFieldInCell;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APLimitView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APLimitView.h
new file mode 100755
index 0000000000000000000000000000000000000000..c9a2c68c5e27dce85e7dd00be0640bde81ac7926
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APLimitView.h
@@ -0,0 +1,113 @@
+//
+//  APLimitView.h
+//  CommonUI
+//
+//  Created by yangwei on 15/11/3.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface APLimitView : UIView
+
+/**
+ *  模态view
+ */
+@property (nonatomic, strong) UIView *backgoundView;
+
+/**
+ *  主图片
+ */
+@property(nonatomic, strong) UIImageView *imageView;
+
+/**
+ *  主文案
+ */
+@property(nonatomic, strong) UILabel *titleLabel;
+
+/**
+ *  副文案
+ */
+@property(nonatomic, strong) UILabel *detailTitleLabel;
+
+/**
+ *  底部事件按钮。无关闭按钮时,默认文案为“确定”;有关闭按钮时,默认文案为“再试一次”。
+ */
+@property(nonatomic, strong) UIButton *actionButton;
+
+/**
+ *  判断当前界面是否有弹框显示,若返回YES,表明界面上已显示限流弹框,初始化方法控件不生效
+ *
+ *  @return 展示中返回YES,否则返回NO
+ */
++ (BOOL)isShowing;
+
+/**
+ *  创建限流弹框控件,此方法创建一个单例对象,模态显示初始化后的限流弹框,若界面上已显示限流弹框,show方法不生效
+ *  注意:业务请调用此方法进行初始化,保证界面上只显示一个弹框。
+ *
+ *  显示限流控件,无关闭按钮,用户只能点击底部按钮使弹框消失,底部按钮默认文案为“确定”
+ *
+ *  @param superview   父view
+ *  @param title       主文案,只能显示一行
+ *  @param detailTitle 副文案,最多显示两行
+ *
+ *  @return 初始化后的APLimitView控件
+ */
++ (APLimitView *)showInSuperview:(UIView *)superview title:(NSString *)title detailTitle:(NSString *)detailTitle;
+
+/**
+ *  创建限流弹框控件,此方法创建一个单例对象,模态显示初始化后的限流弹框,若界面上已显示限流弹框,show方法不生效
+ *  注意:业务请调用此方法进行初始化,保证界面上只显示一个弹框
+ *
+ *  显示限流弹框控件,用户可点击右上角关闭按钮使弹框消失,业务自行配置倒计时时间,倒计时结束后,显示底部按钮默认文案“再试一次”
+ *
+ *  @param superview   父view
+ *  @param title       主文案,只能显示一行
+ *  @param detailTitle 副文案,最多显示两行
+ *  @param interval    倒计时等待时间
+ *
+ *  @return 初始化后的APLimitView控件
+ */
++ (APLimitView *)showInSuperview:(UIView *)superview title:(NSString *)title detailTitle:(NSString *)detailTitle interval:(NSTimeInterval)interval;
+
+/*
+ *  创建限流弹框控件,此方法创建一个单例对象,模态显示初始化后的限流弹框,若界面上已显示限流弹框,show方法不生效
+ *  注意:业务请调用此方法进行初始化,保证界面上只显示一个弹框
+ *
+ *  显示限流弹框控件,用户可点击右上角关闭按钮使弹框消失,业务自行配置倒计时时间,倒计时结束后,显示底部按钮默认文案“再试一次”
+ *  @param title       主文案,只能显示一行
+ *  @param detailTitle 副文案,最多显示两行
+ *
+ *  @return 初始化后的APLimitView控件
+ */
+
++ (APLimitView *)showWithTitle:(NSString *)title detailTitle:(NSString *)detailTitle;
+
+/**
+ *  消除当前显示的弹框控件
+ */
++ (void)dismiss;
+
+#pragma mark 回调方法
+/**
+ *  设置点击底部按钮时执行的block
+ *  @param block  执行的block
+ */
+- (void)setActionButtonDidClickBlock:(void (^)(void))block;
+
+/**
+ *  设置点击右上角关闭按钮时执行的block
+ *
+ *  @param block 执行的block
+ */
+- (void)setCloseButtonDidDissmissBlock:(void (^)(void))block;
+
+/**
+ *  链接按钮默认不显示,如需显示请调用此方法,并设置title
+ *
+ *  @return 获取链接按钮
+ */
+- (UIButton *)getLinkButton;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APLinkButton.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APLinkButton.h
new file mode 100755
index 0000000000000000000000000000000000000000..fe2865ea95199ffc5ddd835998818fdfda64afbb
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APLinkButton.h
@@ -0,0 +1,43 @@
+//
+//  APLinkButton.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-20.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  超链接风格的按钮。
+ */
+@interface APLinkButton : UIControl
+
+/** A view that displays the title of the link button. */
+@property(nonatomic, readonly) UILabel *titleLabel;
+
+/** The title of the link button. */
+@property(nonatomic, strong) NSString *title;
+
+/** A boolean value indicates whether display a line under link-button's title. */
+@property(nonatomic, assign) BOOL underline;
+
+/**
+ *  Sets the title's color used for the specified state.
+ *
+ *  @param color The color to use for specified state.
+ *  @param state The control state that uses the specified color.
+ */
+- (void)setTitleColor:(UIColor *)color forState:(UIControlState)state;
+
+/**
+ *  Gets the color used for specified state.
+ *
+ *  @param state The control state that uses the color.
+ *
+ *  @return The color used for the specified state.
+ */
+- (UIColor *)titleColorForState:(UIControlState)state;
+
+@end
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APLoginBox.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APLoginBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..6c1e0937f7d3c9727f2de9f36274d3a41a34cc8d
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APLoginBox.h
@@ -0,0 +1,139 @@
+//
+//  APLoginBox.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-17.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class APTextField;
+@class APAuthCodeBox;
+@class APLinkButton;
+@class APInputBox;
+
+@protocol APLoginBoxDelegate;
+
+/**
+ * 登录框控件
+ */
+@interface APLoginBox : UIView
+
+/**
+ * 帐号输入框
+ */
+@property(nonatomic, readonly) UITextField *usernameField;
+/**
+ * 密码输入框
+ */
+@property(nonatomic, readonly) UITextField *passwordField;
+/**
+ * 验证码输入框
+ */
+@property(nonatomic, readonly) APAuthCodeBox *authCodeBox;
+/**
+ * 忘记密码"链接"
+ */
+@property(nonatomic, readonly) APLinkButton *forgotButton;
+/**
+ * 注册按钮
+ */
+@property(nonatomic, readonly) UIButton *registerButton;
+/**
+ * 登录按钮
+ */
+@property(nonatomic, readonly) UIButton *loginButton;
+
+/**
+ * 历史登录账号
+ *
+ * 数组,每个元素为一个NSString,将显示在历史帐号列表上
+ */
+@property(nonatomic, copy) NSArray *historyItems;
+/**
+ * 历史账号列表是否可见
+ */
+@property(nonatomic, assign) BOOL historyTableVisible;
+/**
+ * 验证码控件是否可见
+ */
+@property(nonatomic, assign) BOOL authCodeBoxVisible;
+/**
+ * 代理
+ */
+@property(nonatomic, weak) id<APLoginBoxDelegate> delegate;
+
+/**
+ *  输入框与密码框
+ */
+- (APInputBox *)usernameInputBox;
+- (APInputBox *)passwordInputBox;
+
+/**
+ * 构造函数
+ *
+ * @param originY 指定frame.origin.y
+ * @param flag 是否带注册按钮
+ * @return 返回登录组件
+ *
+ */
++ (APLoginBox *)loginBoxWithOriginY:(CGFloat)originY registerButton:(BOOL)flag;
+
+
+#pragma mark -
+#pragma mark 信用卡账单邮箱登陆定制方法
+/**
+ *  设置下拉框提示内容,并且直接显示下拉列表
+ *
+ *  @param  historyItems    下拉框中提示的内容
+ *  @return 调整后需要增加的高度
+ */
+- (NSInteger)setHistoryItemsAndDisplayHistory:(NSArray *)historyItems;
+
+/**
+ *  设置文本框变更,修改通知逻辑
+ */
+- (void)setupDidBeginEditNotification;
+
+
+@end
+
+
+
+@protocol APLoginBoxDelegate <NSObject>
+
+/**
+ * 用户选中一个历史登录帐号
+ */
+- (void)loginBox:(APLoginBox *)loginBox didSelectHistoryItemAtIndex:(NSUInteger)index;
+/**
+ * 用户删除一个历史登录帐号
+ *
+ * 界面上删除了一个Cell, historyItems已更新。delegate应该执行真正的历史数据删除操作
+ */
+- (void)loginBox:(APLoginBox *)loginBox didDeleteHistoryItemAtIndex:(NSUInteger)index;
+
+@optional
+
+/*
+ * 展开按钮点中回调
+ */
+- (void)didExpandButtonClicked:(APLoginBox *)loginBox;
+
+@optional
+
+/**
+ * 界面高度发生变化
+ *
+ * 可能会在以下情况下触发:
+ *  1. 展开/收起历史登录帐号
+ *  2. 显示/隐藏验证码输入框
+ *  3. 用户删除一个历史登录帐号
+ */
+- (void)loginBoxDidChangeHeight:(APLoginBox *)loginBox;
+
+
+
+@end
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APMobileTextField.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APMobileTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..89f4314f11e843a6fea6cb1d27c82db785cf03a2
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APMobileTextField.h
@@ -0,0 +1,14 @@
+//
+//  APMobileTextField.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-17.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <AntUI/AUMobileTextField.h>
+
+__deprecated_msg("APCreditCardTextField 已经废弃,请直接使用 AUMobileTextField")
+@interface APMobileTextField : AUMobileTextField 
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNavigationBar.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNavigationBar.h
new file mode 100755
index 0000000000000000000000000000000000000000..d0bdbedbadf8e9cbffb745b00ede72bd7ccb0963
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNavigationBar.h
@@ -0,0 +1,115 @@
+//
+//  APNavigationBar.h
+//  APCommonUI
+//
+//  Created by wenbi on 14-2-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+//#import <UIKit/UIKit.h>
+#import <AntUI/AUNavigationBar.h>
+
+//@interface UINavigationBar (APNavigationBarExtensions)
+//
+///**
+// *  返回框架导航栏默认title颜色,默认为#000000
+// *
+// *  @return
+// */
+//+ (UIColor*)getNavigationBarTitleDefaultColor;
+//
+///**
+// *  返回框架导航栏上item颜色,默认为#108EE9
+// *
+// *  @return
+// */
+//+ (UIColor*)getNavigationBarButtonItemDefaultColor;
+//
+///**
+// *  返回框架导航栏颜色,默认为#fffff
+// *
+// *  @return
+// */
+//+ (UIColor*)getNavigationBarDefaultColor;
+//
+///**
+// *  获取导航栏底部横线的颜色,默认为#e1e1e1
+// *
+// *  @return
+// */
+//+ (UIColor*)getNavigationBarBotLineColor;
+//
+///**
+// * 注意:
+// * 1、基类DTViewController在ViewWillAppear里设置了导航栏的默认样式;
+// * 2、业务可以通过系统接口或者下面提供的接口来修改导航栏的样式,一般在ViewWillAppear设置;
+// * 3、如果VC是DTViewController的子类必须在ViewWillAppear里设置,否则会被覆盖;
+// * 4、保证修改后在ViewWillDisappear时通过setNavigationBarDefaultStyle恢复默认样式;
+// * 5、如果VC是在UITabBarController容器的首页,不要做上面4的处理,否则切换tab时有覆盖问题。
+// */
+//
+///**
+// *
+// * 设置默认的导航栏背景,默认设置背景色#ffffff,底部横线#e1e1e1
+// *
+// */
+//- (void)setNavigationBarDefaultStyle;
+//
+///**
+// *
+// * 设置默认的导航栏标题样式
+// *
+// */
+//- (void)setNavigationBarDefaultTitleTextAttributes;
+//
+///**
+// *
+// * 设置导航栏标题颜色,请在ViewWillAppear里设置,否则会被框架默认颜色覆盖
+// *
+// */
+//- (void)setNavigationBarTitleTextAttributesWithTextColor:(UIColor *)textColor;
+//
+///**
+// *
+// * 设置导航栏透明样式
+// * 注意:此方法设置导航栏全透明后,返回的动画过程中会产生闪白问题,目前无解,业务请勿使用。如需使用,请评估影响是否可接受
+// */
+//- (void)setNavigationBarTranslucentStyle;
+//
+///**
+// * 指定导航栏颜色,当translucent为Yes时,有毛玻璃效果
+// * 注意:调用此接口后,如有需要,请在此方法之后调用设置底部横线的接口,否则底部横线颜色会被默认颜色#e1e1e1覆盖
+// *
+// * @param color          显示颜色
+// * @param translucent    是否透明
+// *
+// */
+//- (void)setNavigationBarStyleWithColor:(UIColor *)color translucent:(BOOL)translucent;
+//
+///**
+// *  导航栏下面可能有分割线,导致界面不符合一些UI的要求,使用这个方法设置
+// *  注意:若自定义了导航栏背景,(包括调用setNavigationBarStyleWithColor:或重写 opaqueNavigationBarColor)
+// *  请在修改背景色方法之后调用此接口,否则底部横线颜色会被默认颜色#e1e1e1覆盖
+// */
+//- (void)setNavigationBarBottomLineColor:(UIColor*)color;
+//
+///**
+// *  业务使用系统方法setBarTintColor,setBackGroundImage,setBackgroundColor设置导航栏颜色时,先调用此方法消除默认效果
+// *  否则默认颜色会与系统设置色叠加产生色差
+// */
+//- (void)resetNavigationBarColor;
+//
+///**
+// *
+// *  屏蔽右滑返回取消时,导航栏闪烁的问题,业务方请勿调用
+// */
+//- (void)setNavigationBarMaskLayerWithtColor:(UIColor *)color;
+//
+///**
+// *  返回导航栏当前的背景色
+// *  注意:如果设置了 BarTintColor 或者 BackgroundImage 的话,则获取不到 CurrentColor ,会返回 nil
+// *  @return 导航栏当前的背景色
+// *  注意:如果设置了 BarTintColor 或者 BackgroundImage 的话,则获取不到 CurrentColor ,会返回 nil
+// */
+//- (UIColor*)getNavigationBarCurrentColor;
+//@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNetErrorView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNetErrorView.h
new file mode 100755
index 0000000000000000000000000000000000000000..bb56c5ad638498df32e49458982aac73a290ecbb
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNetErrorView.h
@@ -0,0 +1,25 @@
+//
+//  ALPNetErrorView.h
+//  CommonUI
+//
+//  Created by zhiyuan.yzy on 13-6-16.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface APNetErrorView : UIView
+
+/**
+ *  网络异常老控件样式,建议使用新控件 `APExceptionView`
+ */
++ (id)showInParentView:(UIView *)parent withTarget:(id)target action:(SEL)action;
+
+/**
+ *  隐藏APNetErrorView
+ */
+- (void)dismiss;
+
+- (void)setTarget:(id)target action:(SEL)action;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNextPagePullView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNextPagePullView.h
new file mode 100755
index 0000000000000000000000000000000000000000..f2ba0609f018a6ad69c5389e745e58687a9753fb
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNextPagePullView.h
@@ -0,0 +1,71 @@
+//
+//  APNextPagePullView.h
+//  APCommonUI
+//
+//  Created by zikong on 14-1-20.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class APNextPagePullView;
+@protocol APNextPagePullViewDelegate <NSObject>
+
+- (BOOL)isTableViewLoadingNextPage:(APNextPagePullView *)pullView;
+
+/**
+ *  上拉触发菊花转动的回调方法
+ *
+ *  @param pullView 上拉刷新view
+ */
+- (void)upPullTableDidTriggerRefresh:(APNextPagePullView *)pullView;
+
+@end
+
+
+@interface APNextPagePullView : UIView
+
+/**
+ *  如果不到一屏,tableview下拉也会触发loading;如果不希望这样,设置这个属性为NO。
+ */
+@property(nonatomic, assign) bool downPullInvalid;
+
+/**
+ *  上拉刷新代理
+ */
+@property(nonatomic, weak) id delegate;
+
+/**
+ *  底部加载标签
+ */
+@property(nonatomic, strong)UILabel *tipLabel;
+
+/**
+ *  滚动列表时,改变APNextPagePullView的状态
+ *
+ *  @param scrollView 滚动的列表
+ */
+- (void)refreshScrollViewDidScroll:(UIScrollView *)scrollView;
+
+/**
+ *  停止触摸列表时,改变APNextPagePullView的状态
+ *
+ *  @param scrollView 滚动的列表
+ */
+- (void)refreshScrollViewDidEndDragging:(UIScrollView *)scrollView;
+
+/**
+ *  数据源加载完成时,改变APNextPagePullView的状态
+ *
+ *  @param scrollView 滚动的列表
+ */
+- (void)refreshScrollViewDataSourceDidFinishedLoading:(UIScrollView *)scrollView;
+
+/**
+ *  数据源加载完成时,推迟改变APNextPagePullView的状态,以免闪屏
+ *
+ *  @param scrollView 滚动的列表
+ */
+- (void)refreshScrollViewDataSourceDidFinishedLoadingAndDelay:(UIScrollView *)scrollView;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNotEmptyTextValidator.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNotEmptyTextValidator.h
new file mode 100755
index 0000000000000000000000000000000000000000..cfeb99a5cc2a255ba57a3e2d636717ee6552900c
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNotEmptyTextValidator.h
@@ -0,0 +1,13 @@
+//
+//  APNotEmptyTextValidator.h
+//  APCommonUI
+//
+//  Created by wenbi on 14-2-10.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "APTextValidator.h"
+
+@interface APNotEmptyTextValidator : APTextValidator
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdInputView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdInputView.h
new file mode 100755
index 0000000000000000000000000000000000000000..a7a1de2b3a2ea9c1d10b1b24358b8e695ec7ded0
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdInputView.h
@@ -0,0 +1,63 @@
+//
+//  ALPNumPwdInputView.h
+//  CommonUI
+//
+//  Created by shaobin on 11/6/13.
+//  Copyright (c) 2013 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class APNumPwdInputView, APTextField;
+
+@protocol APNumPwdInputViewDelegate <NSObject>
+
+- (void)onPasswordDidChange:(APNumPwdInputView*)sender;
+
+@end
+
+/**
+ * 6位数字密码输入框控件。
+ */
+@interface APNumPwdInputView : UIView<UITextFieldDelegate>
+
+/** 用户输入的密码 */
+@property (nonatomic, strong, readonly) NSString *password;
+@property (nonatomic, readonly) UILabel *titleLabel;    // 密码输入的提示文字
+@property (nonatomic, readonly) APTextField *textField;
+@property (nonatomic, weak) id<APNumPwdInputViewDelegate> delegate;
+
+/**
+ * 是否是6位数字密码控件。如果是NO,则显示为普通的密码输入框。
+ */
+@property (nonatomic, assign, getter = isNumericPassword) BOOL numericPassword;
+
+/**
+ * 初始化6位数字密码
+ * 
+ * quadWidth:单个方格宽度  
+ * quadHeight:单个方格高度
+ */
+- (id)initWithQuadWidth:(CGFloat)quadWidth quadHeight:(CGFloat)quadHeight;
+
+/**
+ * 初始化6位数字密码
+ *
+ * quadWidth:单个方格宽度
+ * quadHeight:单个方格高度
+ * password:初始密码
+ */
+- (id)initWithQuadWidth:(CGFloat)quadWidth quadHeight:(CGFloat)quadHeight password:(NSString*)password;
+
+/**
+ * 清空密码框,不会触发delegate回调
+ */
+- (void)reset;
+
+- (BOOL)showKeyBoard;
+- (BOOL)hideKeyBoard;
+
+- (void)setBackgroundImage:(UIImage *)image;
+
+@end
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdPopupView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdPopupView.h
new file mode 100755
index 0000000000000000000000000000000000000000..a323dba3df1e2c48d171086a8f655e386d79b9b9
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdPopupView.h
@@ -0,0 +1,55 @@
+//
+//  ALPNumPwdPopupView.h
+//  CommonUI
+//
+//  Created by shaobin on 11/6/13.
+//  Copyright (c) 2013 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "APNumPwdInputView.h"
+
+@class APNumPwdPopupView;
+@class APButton;
+
+typedef void(^APNumPwdPopupViewBlock) (APNumPwdPopupView *sender, int buttonIndex);
+typedef void(^APNumPwdPopupViewCallback) (APNumPwdPopupView *sender, int buttonIndex);
+
+@interface APNumPwdPopupView : UIView<APNumPwdInputViewDelegate>
+
+@property (nonatomic, copy) APNumPwdPopupViewBlock cancelBlock;
+@property (nonatomic, copy) APNumPwdPopupViewBlock confirmBlock;
+
+@property (nonatomic, weak) APButton *cancelBtn;
+@property (nonatomic, weak) APButton *confirmBtn;
+@property (nonatomic, weak) APNumPwdInputView *pwdInputView;
+
+- (id)initWithTitle:(NSString*)title
+  cancelButtonTitle:(NSString*)cancelButtonTitle
+ confirmButtonTitle:(NSString*)confirmButtonTitle;
+
+- (id)initWithTitle:(NSString*)title
+       subtitleView:(UIView  *)subtitleView
+  cancelButtonTitle:(NSString*)cancelButtonTitle
+ confirmButtonTitle:(NSString*)confirmButtonTitle;
+
+- (void)presentWithinWindow:(UIWindow*)window;
+- (void)presentWithinWindow:(UIWindow*)window onComplete:(APNumPwdPopupViewCallback)onComplete;
+
+/**如果没有设置target或者selector,执行默认行为*/
+- (void)addLeftBackButtonTarget:(id)target selector:(SEL)selector events:(UIControlEvents)events;
+
+/**获取subtitle的固定宽度*/
++ (CGFloat )subtitleViewWidth;
+
+/**手动添加title的说明文字*/
+- (void)showSubtitleView:(UIView *)subtitleView;
+
+/*
+ 和UIAlertView不同,按钮点击后不会自动dismiss,需要在alpNumPwdPopupViewCallback回调里手动调用。
+ */
+- (void)dismiss;
+- (void)dismissWithCompletionBlock:(void (^)(void))block;
+- (void)clearBlock;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdTextField.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..24fc20d8f6a5cd8176b62bc989c9f92833855903
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumPwdTextField.h
@@ -0,0 +1,13 @@
+//
+//  APNumPwdTextField.h
+//  APCommonUI
+//
+//  Created by liangbao.llb on 10/11/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import "APTextField.h"
+
+@interface APNumPwdTextField : APTextField
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboard.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboard.h
new file mode 100755
index 0000000000000000000000000000000000000000..04a7bafd3e356064ca430416e7f74b6d01af45b6
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboard.h
@@ -0,0 +1,18 @@
+//
+//  APNumericKeyboard.h
+//  2014117
+//
+//  Created by yang.zy on 14-1-22.
+//  Copyright (c) 2014å¹´ yang.zy. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AUNumKeyboards.h>
+
+__deprecated_msg("APNumericKeyboardMode已经废弃,请尽快替换 AUNumKeyboardMode")
+typedef AUNumKeyboardMode APNumericKeyboardMode;
+
+__deprecated_msg("APNumericKeyboard 已经废弃,请直接使用 AUNumKeyboards")
+@interface APNumericKeyboard : AUNumKeyboards //UIView
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboardEx.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboardEx.h
new file mode 100755
index 0000000000000000000000000000000000000000..06dea4f5dcc98f2dcecd83513699868f2c426498
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboardEx.h
@@ -0,0 +1,24 @@
+//
+//  APNumericKeyboardEx.h
+//  APCommonUI
+//
+//  Created by majie on 14-11-24.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AUNumericKeyboardEx.H>
+
+__deprecated_msg("APNumericKeyboardEx 已废弃,请直接使用 AUNumericKeyboardEx")
+@interface APNumericKeyboardEx : AUNumericKeyboardEx
+
+//手动设置textinput,外部需要设置keyboard的y轴
+//@property (nonatomic, weak) id<UITextInput> textInput;
+////身份证x
+//@property (nonatomic, assign) BOOL idNumber;
+//
+//@property (nonatomic, assign) BOOL dotHidden;
+//@property (nonatomic, assign) BOOL dismissHidden;
+//@property (nonatomic, assign) BOOL submitEnable;
+//@property (nonatomic, strong) NSString *submitText;  //提交按钮文案
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboardPubDef.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboardPubDef.h
new file mode 100755
index 0000000000000000000000000000000000000000..56286c2d277825fb9484a72ac517ea6b03c64ae1
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APNumericKeyboardPubDef.h
@@ -0,0 +1,53 @@
+//
+//  APNumericKeyboardDef.h
+//  APCommonUI
+//
+//  Created by majie on 14-11-24.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+
+#import <AntUI/AUNumKeyboardsDefs.h>
+
+
+#ifndef APCommonUI_APNumericKeyboardDef_h
+#define APCommonUI_APNumericKeyboardDef_h
+
+//typedef void(^APNumericKeyboardButtonPressBlock) ();
+//typedef void(^APNumericKeyboardButtonBlock) (UIView *sender, int keyCode);
+
+__deprecated_msg("APNumericKeyboardButtonPressBlock 已经废弃,请直接使用 AUNumericKeyboardButtonPressBlock")
+typedef AUNumericKeyboardButtonPressBlock APNumericKeyboardButtonPressBlock;
+
+__deprecated_msg("APNumericKeyboardButtonBlock 已经废弃,请直接使用 AUNumericKeyboardButtonBlock")
+typedef AUNumericKeyboardButtonBlock APNumericKeyboardButtonBlock;
+
+__deprecated_msg("APNumericKeyboardButtonType 已经废弃,请直接使用 AUNumericKeyboardButtonType")
+typedef AUNumericKeyboardButtonType APNumericKeyboardButtonType;
+
+__deprecated_msg("APNumericKeyboardButtonKeyCodeType 已经废弃,请直接使用 AUNumericKeyboardButtonKeyCodeType")
+typedef AUNumericKeyboardButtonKeyCodeType APNumericKeyboardButtonKeyCodeType;
+
+__deprecated_msg("APNumericKeyboardKeyExInfo 已经废弃,请直接使用 AUNumericKeyboardKeyExInfo")
+typedef AUNumericKeyboardKeyExInfo APNumericKeyboardKeyExInfo;
+// 存储每个键盘按钮信息的结构
+//typedef struct {
+//    int keyCode;
+//    CGRect	frame;
+//    APNumericKeyboardButtonType keyType;
+//} APNumericKeyboardKeyExInfo;
+
+
+
+//#define DEVICE_IS_IPHONE4 ([[UIScreen mainScreen] bounds].size.height == 480)
+//#define DEVICE_IS_IPHONE5 ([[UIScreen mainScreen] bounds].size.height == 568)
+//#define DEVICE_IS_IPHONE6 ([[UIScreen mainScreen] bounds].size.height == 667)
+//#define DEVICE_IS_IPHONE6Pluc ([[UIScreen mainScreen] bounds].size.height == 736)
+//
+//#define APNumericKeyboardLineSize() \
+//        if (DEVICE_IS_IPHONE6Pluc) {\
+//            return 1.1 / 3;         \
+//        }                           \
+//        return 1. / 2;              \
+
+#endif
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APPickerView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APPickerView.h
new file mode 100755
index 0000000000000000000000000000000000000000..3b27d90d137de5616e29e682634829748d4a379c
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APPickerView.h
@@ -0,0 +1,20 @@
+//
+//  ALPPicketView.h
+//  TestCell
+//
+//  Created by zhiyuan.yzy on 13-4-19.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AUDatePicker.h>
+
+__deprecated_msg("APPickerDelegate 已废弃,请直接使用 AUDatePickerDelegate ")
+@protocol APPickerDelegate <AUDatePickerDelegate>
+
+@end
+
+__deprecated_msg("APPickerView 已废弃,请直接使用 AUDatePicker ")
+@interface APPickerView : AUDatePicker //UIView
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APRichLayer.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APRichLayer.h
new file mode 100755
index 0000000000000000000000000000000000000000..5056ae82232e812b4b44e5aef27747bc16f21897
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APRichLayer.h
@@ -0,0 +1,16 @@
+//
+//  APRichLayer.h
+//  APCommonUI
+//
+//  支付宝最有钱(Rich) 的 layer
+//  Created by 天作 on 14-5-20.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <QuartzCore/QuartzCore.h>
+#import <AntUI/AURichLayer.h>
+
+__deprecated_msg("APRichLayer 已经废弃,请直接使用 AURichLayer")
+@interface APRichLayer : AURichLayer
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APRichTextLabel.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APRichTextLabel.h
new file mode 100755
index 0000000000000000000000000000000000000000..a213271487466d0bbc19b624576b21ef05b0b3ec
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APRichTextLabel.h
@@ -0,0 +1,27 @@
+//
+//  APRichTextLabel.h
+//
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AURichTextLabel.h>
+
+__deprecated_msg("请直接替换 APRichTextLabelDelegate 为 AURichTextLabelDelegate")
+@protocol APRichTextLabelDelegate <AURichTextLabelDelegate>
+
+@end
+
+__deprecated_msg("请直接替换 APRichTextLabelComponent 为 AURichTextLabelComponent")
+@interface APRichTextLabelComponent : AURichTextLabelComponent //NSObject
+
+@end
+
+@interface APRichTextLabelExtractedComponent : AURichTextLabelExtractedComponent 
+
+@end
+
+__deprecated_msg("APRichTextLabel 已经废弃,请直接使用 AURichTextLabel")
+@interface APRichTextLabel : AURichTextLabel
+
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchBar.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchBar.h
new file mode 100755
index 0000000000000000000000000000000000000000..167d407c999ed2aef0d6e6c85ec248c3b4e48574
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchBar.h
@@ -0,0 +1,68 @@
+//
+//  PPSearchBar.h
+//  PPSearchDisplayController
+//
+//  Created by chenwenhong on 14-6-7.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#define PPSearchBarDelegate APSearchBarDelegate
+
+@protocol APSearchBarDelegate;
+
+/**
+ *  用于展示APSearchBar,frame需要自己设置,高度为44
+ */
+@interface APSearchBar : UIView
+
+@property(nonatomic, strong) UITextField            *searchTextField;
+@property(nonatomic, copy) NSString                 *text;                  // 搜索框展示的文字,default is nil
+@property(nonatomic, strong) UIColor                *textColor;             // 文字颜色
+@property(nonatomic, strong) UIColor                *placeHolderTextColor;  // 占位符文字颜色
+@property(nonatomic, strong) UIFont                 *font;                  // 文字的字体
+@property(nonatomic, copy) NSString                 *placeholder;           // 占位符文字,default is nil
+@property(nonatomic, assign) NSUInteger         backgroundCornerRadius;    // 背景的圆角
+@property(nonatomic, strong) UIColor *          backgroundImageColor;      // 搜索框内背景的颜色
+@property(nonatomic, strong) UIColor *          backgroundViewColor;       // 搜索框外背景的颜色
+@property(nonatomic, strong) UIColor *          tintColor;                 // 光标和按钮的颜色
+@property(nonatomic) BOOL                       showsCancelButton;      // 是否展示取消按钮,default is NO
+@property(nonatomic) BOOL                       markedTextDidChange;      // 输入处于高亮状态TextDidChange不触发
+@property(nonatomic) BOOL                       isAnimation;               //是否显示动画
+@property(nonatomic) BOOL                       isAnimationing;            //是否处于动画过程中
+
+
+@property(nonatomic, weak) id<APSearchBarDelegate>  delegate;
+@property(nonatomic, strong) UIButton *cancelBtn;
+
+- (BOOL)becomeFirstResponder;
+- (BOOL)resignFirstResponder;
+
+- (void)cancelSearch;
+
+@end
+
+
+/**
+ *  APSearchBar delegate
+ */
+@protocol APSearchBarDelegate <NSObject>
+
+@optional
+- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField;                      // 返回NO时,textfield不可以编辑
+- (BOOL)textFieldShouldEndEditing:(UITextField *)textField;                        // 返回NO时,textfield不会resignFirstResponder
+
+- (void)searchBarTextDidBeginEditing:(APSearchBar *)searchBar;                     // called when text starts editing
+- (void)searchBarTextDidEndEditing:(APSearchBar *)searchBar;                       // called when text ends editing
+- (void)searchBar:(APSearchBar *)searchBar textDidChange:(NSString *)searchText;   // called when text changes (including clear)
+- (BOOL)searchBar:(APSearchBar *)searchBar shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text NS_AVAILABLE_IOS(3_0); // called before text changes
+
+- (void)searchBarSearchButtonClicked:(APSearchBar *)searchBar;                     // called when keyboard search button pressed
+- (void)searchBarBookmarkButtonClicked:(APSearchBar *)searchBar;                   // called when bookmark button pressed
+- (void)searchBarCancelButtonClicked:(APSearchBar *) searchBar;                    // called when cancel button pressed
+- (void)searchBarResultsListButtonClicked:(APSearchBar *)searchBar NS_AVAILABLE_IOS(3_2); // called when search results button pressed
+
+- (BOOL)textFieldShouldClear:(UITextField *)textField;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchBarEx.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchBarEx.h
new file mode 100755
index 0000000000000000000000000000000000000000..8cb1d8fa4b26abbc6f42bf8a029414731228a27d
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchBarEx.h
@@ -0,0 +1,13 @@
+//
+//  APSearchBarEx.h
+//  APCommonUI
+//
+//  Created by majie on 15/7/16.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import "APSearchBar.h"
+
+@interface APSearchBarEx : APSearchBar
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchDisplayController.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchDisplayController.h
new file mode 100755
index 0000000000000000000000000000000000000000..2e8583a98d0eeac5881c302c290085827f3865fc
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSearchDisplayController.h
@@ -0,0 +1,124 @@
+//
+//  PPSearchDisplayController.h
+//  PPSearchDisplayController
+//
+//  Created by chenwenhong on 14-6-7.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#define PPk_notifySearchBarResignFirstResponder @"kNotificationPPSearchBarResignFirstResponder"
+#define PPk_notifySearchBarBecomeFirstResponder @"kNotificationPPSearchBarBecomeFirstResponder"
+
+@class APSearchBar;
+
+@protocol APSearchDisplayControllerDelegate;
+
+/**
+ *  3个view之间的切换
+ */
+typedef enum {
+    APSearchShowDimming,        //遮罩层,进入searchVC默认的背景view
+    APSearchShowAutoComplete,   //自动完成的tableView
+    APSearchShowSearching       //点了查询按钮后的tableView
+}APSearchShow;
+
+
+/**
+ *  APSearchDisplayController,用于展示搜索结果以及自动提示的结果
+ */
+@interface APSearchDisplayController : NSObject
+
+@property(nonatomic, weak) id<APSearchDisplayControllerDelegate>    delegate;
+@property(nonatomic, getter=isActive) BOOL                          active;                     // 是否可点击,当正在搜索时或者动画过程中,默认为不可点击
+@property(nonatomic, readonly) APSearchBar                          *searchBar;                 // 包含的seacherBar
+@property(nonatomic, weak, readonly) UIViewController               *searchContentsController;  // searchController的宿主VC (通常是 UITableViewController)
+@property(nonatomic, readonly) UITableView                          *searchResultsTableView;    // 搜索结果的tableView,默认会返回一个,需要的话可以自定义
+@property(nonatomic, readonly) UITableView                          *autoCompleteTableView;     // 自动完成的tableView,默认会返回一个,需要的话可以自定义
+
+@property(nonatomic, readonly) UITapGestureRecognizer *dimmingTapRecognizer;
+
+/**
+ *  初始化一个APSearchDisplayController
+ *
+ *  @param searchBar      创建的searchBar
+ *  @param viewController 展示结果的VC
+ *
+ *  @return APSearchDisplayController
+ */
+- (id)initWithSearchBar:(APSearchBar *)searchBar contentsController:(UIViewController *)viewController;
+
+- (void)setActive:(BOOL)visible animated:(BOOL)animated; // animate the view controller for searching
+
+/**
+ *  显示指定搜索的view
+ *
+ *  @param show 展示的view的enum
+ */
+- (void)showView:(APSearchShow)show; //
+
+@end
+
+/**
+ *  APSearchDisplayControllerDelegate
+ */
+@protocol APSearchDisplayControllerDelegate <NSObject>
+
+/**
+ *  阴影层,初始化的时候展示的背景view,自定义可以改变颜色、展示默认的推荐或者其他需求
+ */
+- (UIView*)dimmingView;
+
+/**
+ *  搜索文字改变的回调
+ *
+ *  @param searchBar  搜索文字所属的APSearchBar
+ *  @param searchText 搜索的文字
+ */
+- (void)searchBar:(APSearchBar *)searchBar textDidChange:(NSString *)searchText;
+
+/**
+ *  点击搜索按钮,通常用于改变数据源,reload searchResultsTableView的datasoure
+ *
+ *  @param searchBar 搜索所属的APSearchBar
+ */
+- (void)searchBarSearchButtonClicked:(APSearchBar *)searchBar;
+
+/**
+ *  点击取消搜索按钮,通常用来清空所有的数据源,reload 所有的结果tableview
+ *
+ *  @param searchBar 搜索所属的APSearchBar
+ */
+- (void)searchBarCancelButtonClicked:(APSearchBar *)searchBar;
+
+
+@optional
+
+
+- (BOOL)searchBar:(APSearchBar *)searchBar shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text;
+
+- (BOOL)textFieldShouldClear:(UITextField *)textField;
+
+// 当展示/隐藏searchDisplayController的回调
+- (void)searchDisplayControllerWillBeginSearch:(APSearchDisplayController *)controller;
+- (void)searchDisplayControllerDidBeginSearch:(APSearchDisplayController *)controller;
+- (void)searchDisplayControllerWillEndSearch:(APSearchDisplayController *)controller;
+- (void)searchDisplayControllerDidEndSearch:(APSearchDisplayController *)controller;
+
+// 当加载/卸载搜索结果tableview时的回调
+- (void)searchDisplayController:(APSearchDisplayController *)controller didLoadSearchResultsTableView:(UITableView *)tableView;
+- (void)searchDisplayController:(APSearchDisplayController *)controller willUnloadSearchResultsTableView:(UITableView *)tableView;
+
+// 当加载/卸载搜索结果tableview时的回调
+- (void)searchDisplayController:(APSearchDisplayController *)controller willShowSearchResultsTableView:(UITableView *)tableView;
+- (void)searchDisplayController:(APSearchDisplayController *)controller didShowSearchResultsTableView:(UITableView *)tableView;
+- (void)searchDisplayController:(APSearchDisplayController *)controller willHideSearchResultsTableView:(UITableView *)tableView;
+- (void)searchDisplayController:(APSearchDisplayController *)controller didHideSearchResultsTableView:(UITableView *)tableView;
+
+// return YES to reload table. called when search string/option changes. convenience methods on top PPSearchBar delegate methods
+- (BOOL)searchDisplayController:(APSearchDisplayController *)controller shouldReloadTableForSearchString:(NSString *)searchString;
+- (BOOL)searchDisplayController:(APSearchDisplayController *)controller shouldReloadTableForSearchScope:(NSInteger)searchOption;
+- (BOOL)searchDisplayController:(APSearchDisplayController *)controller shouldShowDimmingViewWhenSearchTextLengthIsZero:(BOOL)isZero;// called when search text didchanged
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSecurityCodeBox.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSecurityCodeBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..954a1554bccd4de01e417061dfc400e0d82d6088
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSecurityCodeBox.h
@@ -0,0 +1,52 @@
+//
+//  APSecurityCodeBox.h
+//  APCommonUI
+//
+//  Created by liangbao.llb on 4/30/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@protocol APSecurityCodeBoxDelegate;
+@class APTextField;
+
+@interface APSecurityCodeBox : UIView
+
+@property (nonatomic, readonly) UILabel     *titleLabel;    // 验证码标题
+@property(nonatomic, assign)   CGFloat      titleLabelWidth;// 验证码标题宽度
+@property (nonatomic, readonly) APTextField *textField;     // 验证码输入框
+@property (nonatomic, readonly) UIButton    *actionButton;  // 右侧执行按钮
+@property (nonatomic, assign) BOOL          waiting;        // 倒计时等待状态
+@property (nonatomic, assign) BOOL          bShowBorder;    // 默认是显示边框
+@property (nonatomic, weak) id<APSecurityCodeBoxDelegate> delegate;
+
+/**
+ *  开始倒计时
+ *  应用场景1:   对于图片验证码,开始转菊花
+ *  应用场景2:   对于短信验证码,按钮变为不可用,开始倒计时
+ */
+- (void)startCountdown;
+
+/**
+ *  停止倒计时
+ *  应用场景1:   对于图片验证码,停止转菊花
+ *  应用场景2:   对于短信验证码,按钮恢复可用,按钮文字变为”重复校验码“;倒计时结束以后stopCountdown后被自动调用
+ */
+- (void)stopCountdown;
+
+/**
+ *  控件默认高度
+ *  @return     返回固定高度:45.0
+ */
++ (float)heightOfControl;
+
+@end
+
+
+@protocol APSecurityCodeBoxDelegate <NSObject>
+
+@optional
+- (void)onAuthTimerout:(APSecurityCodeBox *)securityCodeBox;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSegmentControlVisualStyle.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSegmentControlVisualStyle.h
new file mode 100755
index 0000000000000000000000000000000000000000..8aa923b2b64b7668a9f742cf9e4bb81629ef0d72
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSegmentControlVisualStyle.h
@@ -0,0 +1,12 @@
+//
+//  APSegmentControlVisualStyle.h
+//  APSegmentControl
+//
+//  Created by zikong on 14-1-22.
+//  Copyright (c) 2014å¹´ zikong. All rights reserved.
+//
+
+#import "APVisualStyle.h"
+
+@interface APSegmentControlVisualStyle : APVisualStyle
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSegmentedControl.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSegmentedControl.h
new file mode 100755
index 0000000000000000000000000000000000000000..ca3551d3b37b85ac3400b3801999e158a43f53e3
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSegmentedControl.h
@@ -0,0 +1,20 @@
+//
+//  APSegmentedControl.h
+//  APCommonUI
+//
+//  Created by 紫空 on 14-1-18.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef NS_ENUM(NSInteger, APSegmentedControlType) {
+    APSegmentedControlTypeCustomSystem = 0, //蚂蚁蓝
+    APSegmentedControlTypeCustom,           //系统默认颜色
+};
+
+@interface APSegmentedControl : UISegmentedControl
+
+@property(nonatomic, assign) APSegmentedControlType segmentedType;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSmsAuthCodeBox.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSmsAuthCodeBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..a977277eb773de1746b541a24a3855b4568958a1
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSmsAuthCodeBox.h
@@ -0,0 +1,32 @@
+//
+//  APSmsAuthCodeBox.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-18.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import "APAuthCodeBox.h"
+
+@interface APSmsAuthCodeBox : APAuthCodeBox
+
+
+@property (assign, nonatomic) NSTimeInterval interval;
+@property (assign, nonatomic) NSTimeInterval startTime;
+
+#pragma mark - APSmsAuthCodeBox实例方法
+
+/**
+ *  创建短信验证码输入框
+ *  @param originY   组件的y坐标
+ *  @param interval  发送短信前的等待时间
+ *  @return          短信验证码输入框
+ */
+- (APSmsAuthCodeBox *)initWithOriginY:(CGFloat)originY
+                             Interval:(NSTimeInterval)interval;
+
+
+
+
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSmsSecurityCodeBox.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSmsSecurityCodeBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..9f3c8bd07d8c43bd73c9e6eef5c1e92b80838a48
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSmsSecurityCodeBox.h
@@ -0,0 +1,40 @@
+//
+//  APSmsSecurityCodeBox.h
+//  APCommonUI
+//
+//  Created by liangbao.llb on 4/30/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import "APSecurityCodeBox.h"
+
+@interface APSmsSecurityCodeBox : APSecurityCodeBox
+
+@property (nonatomic, assign) NSTimeInterval interval; // 发送短信前的等待时间
+
+/**
+ *  创建短信验证码输入框
+ *  @param frame    在父类的位置和大小
+ *  @param interval 发送短信前的等待时间
+ *  @return         短信验证码输入框
+ */
+- (APSmsSecurityCodeBox *)initWithFrame:(CGRect)frame
+                               Interval:(NSTimeInterval)interval;
+
+/**
+ *  创建短信验证码输入框
+ *  @param originY  组件的y坐标
+ *  @param interval 发送短信前的等待时间
+ *  @return         短信验证码输入框
+ */
+- (APSmsSecurityCodeBox *)initWithOriginY:(CGFloat)originY
+                                 Interval:(NSTimeInterval)interval;
+
+/**
+ *  设置倒计时结束时执行的block
+ *  @param block  执行的block
+ *  @return       æ— 
+ */
+- (void)setCountdownDidCompleteBlock:(void (^)(void))block;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSwitch.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSwitch.h
new file mode 100755
index 0000000000000000000000000000000000000000..98aefe3c436434086c5a99c58dfec28d910ad6ae
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSwitch.h
@@ -0,0 +1,13 @@
+//
+//  APSwitch.h
+//  APCommonUI
+//
+//  Created by 杨薇 on 15-4-9.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface APSwitch : UISwitch
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APSwitchCell.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSwitchCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..1f7da528adf7174355a68a946e4f234900e3a60e
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APSwitchCell.h
@@ -0,0 +1,32 @@
+//
+//  APSwitchCell.h
+//  APCommonUI
+//
+//  Created by Yuanchen on 14-1-18.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "APTableViewBaseCell.h"
+
+@interface APSwitchCell : APTableViewBaseCell
+
+/**
+ *  返回cell高度
+ *
+ *  @return 高度值
+ */
++ (float)cellHeight;
+
+/**
+ *  初始化函数,设置的Style为UITableViewCellStyleDefault
+ *
+ *  @param reuseIdentifier cell复用id
+ *
+ *  @return APSwitchCell实例
+ */
+- (id)initWithReuseIdentifier:(NSString *)reuseIdentifier;
+
+@property (nonatomic, readonly) UISwitch *switchControl;//UISwitch控件
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableRow.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableRow.h
new file mode 100755
index 0000000000000000000000000000000000000000..4a70f7a6ae8bbf57c1124def9808b38245738e98
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableRow.h
@@ -0,0 +1,27 @@
+//
+//  APTableRow.h
+//  APCommonUI
+//
+//  Created by WenBi on 13-12-6.
+//  Copyright (c) 2013å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class UITableViewCell;
+
+@interface APTableRow : NSObject
+
+@property(nonatomic, assign, readonly) CGFloat cellHeight;
+
+/**
+ *  Creates a new cell that the table view row manages.
+ *
+ *  @return The newly created cell that the row manages.
+ */
+- (UITableViewCell *)cellForTableView:(UITableView *)tableView;
+
+- (void)updateCell:(UITableViewCell *)cell;
+
+@end
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableSection.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableSection.h
new file mode 100755
index 0000000000000000000000000000000000000000..16d49fe85dee2a2090897248f110b217ddc582a5
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableSection.h
@@ -0,0 +1,37 @@
+//
+//  APTableSection.h
+//  APCommonUI
+//
+//  Created by WenBi on 13-12-4.
+//  Copyright (c) 2013å¹´ WenBi. All rights reserved.
+//
+
+@class APTableRow;
+
+@interface APTableSection : NSObject
+
+@property(nonatomic, assign) CGFloat height;
+
++ (APTableSection *)sectionWithTitle:(NSString *)title;
++ (APTableSection *)sectionWithImage:(UIImage *)image;
+
+- (id)initWithTitle:(NSString *)title;
+- (id)initWithImage:(UIImage *)image;
+- (id)initWithCustomView:(UIView *)customView;
+
+- (UITableViewHeaderFooterView *)viewForTableView:(UITableView *)tableView;
+
+- (UITableViewHeaderFooterView *)viewForHeaderInTableView:(UITableView *)tableView;
+- (UITableViewHeaderFooterView *)viewForFooterInTableView:(UITableView *)tableView;
+
+- (CGFloat)heightForHeaderInTableView:(UITableView *)tableView inSection:(NSInteger)section;
+- (CGFloat)heightForFooterInTableView:(UITableView *)tableView inSection:(NSInteger)section;
+
+- (NSArray *)allRows;
+
+- (APTableRow *)rowAtIndex:(NSUInteger)index;
+
+- (void)addRow:(APTableRow *)row;
+- (void)addRowsFromArray:(NSArray *)array;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableView.h
new file mode 100755
index 0000000000000000000000000000000000000000..53a5965016a9e25dbc23f1dc3090603fb6ef7f0b
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableView.h
@@ -0,0 +1,15 @@
+//
+//  APTableView.h
+//  APCommonUI
+//
+//  Created by WenBi on 13-12-4.
+//  Copyright (c) 2013å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AUTableView.h>
+
+__deprecated_msg("APTableView 已经废弃,请直接使用 AUTableView")
+@interface APTableView : UITableView
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewBaseCell.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewBaseCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..0c0247e197e0658bf3f2b5591cdeb7eb493d078a
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewBaseCell.h
@@ -0,0 +1,167 @@
+//
+//  ALPTableViewBaseCell.h
+//  TestTable
+//
+//  Created by zhiyuan.yzy on 13-4-1.
+//  Copyright (c) 2013å¹´ zhiyuan.yzy. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "APTableViewCell.h"
+
+@interface APTableViewBaseCell : APTableViewCell
+
+@property(nonatomic, strong) UILabel *cellTitle;                  //左侧主标题
+@property(nonatomic, strong) UILabel *cellInfo;                   //右侧提示信息
+@property(nonatomic, strong) UIImageView *cellLogo;               //左侧头像图标
+@property(nonatomic, strong) UIImageView *cellInfoImg;            //右侧提示图标,位置同提示信息
+@property(nonatomic, strong) UIImageView *arrowImageView;         //未设置
+@property(nonatomic, strong) UIImageView *cellBackgroundImageView;//未设置
+@property(nonatomic, strong) UIImageView *topLineImageView;       //未设置
+@property(nonatomic, strong) UIImageView *bottomLineImageView;    //底部通栏横线
+@property(nonatomic, strong) UIImageView *separatorLineImageView; //与左侧文本对齐底部横线
+@property(nonatomic, strong) UIColor *normalBackground;
+@property(nonatomic, strong, readonly) UISwitch *cellSwitch;      //开关
+@property(nonatomic, assign) CGFloat imageSize;                   //左侧图片大小,不设置会使用默认值21
+@property(nonatomic, assign) CGSize infoImageSize;                //右侧提示图片大小,不设置会使用图片原大小
+
+/**
+ *  返回cell高度
+ *
+ *  @return 高度值
+ */
++ (float)cellHeight;
+
+/**
+ * 重置所有子控件,reuse时应调此方法
+ */
+- (void)reset;
+
+/**
+ *  设置左侧头像图标cellLogo
+ *
+ *  @param img 显示图片
+ */
+- (void)setLogoImg:(UIImage *)img;
+
+/**
+ *  注意:需要引入SDWebImage.framework才能有效!设置头像为指定url,并设置默认头像,defaultImg不可为空
+ *
+ *  @param imgUrl     图片url
+ *  @param defaultImg 默认图片UIImage实例
+ */
+- (void)setLogoImgWithUrl:(NSString *)imgUrl withDefault:(UIImage *)defaultImg;
+
+/**
+ * 设置主标题cellTitle
+ */
+- (void)setTitle:(NSString* )title;
+
+/**
+ * 设置右侧展开图标
+ */
+- (void)setExtendLogo;
+
+/**
+ * 设置默认背景色
+ */
+- (void)setNormalBackground:(UIColor *)normalColor;
+
+/**
+ * 设置选中背景色
+ */
+- (void)setSelectedBackground:(UIColor *)selectedColor;
+
+/**
+ * 设置提示信息cellInfo,对主标题信息进行补充,靠右显示,有展开图标则显示于展开图标左边
+ */
+- (void)setInfo:(NSString *)info;
+
+/**
+ * 设置提示信息的宽度,已到达显示更多的文字
+ */
+- (void)setInfoLabelWidth:(CGFloat)width;
+
+/**
+ * 设置提示图标与提示文案之间的间距,不设置默认为30px
+ */
+- (void)setMarginBetweenInfoTitleAndImage:(CGFloat)margin;
+
+/**
+ * 设置提示信息cellInfo字体颜色
+ */
+- (void)setInfoFontColor:(UIColor *)color;
+
+/**
+ * 设计提示图标cellInfoImg,位置同提示信息cellInfo,提示信息和提示图标同时只能设一个
+ */
+- (void)setInfoImg:(UIImage *)img;
+
+/**
+ *  注意:需要引入SDWebImage.framework才能有效!设置提示头像为指定url,并设置默认头像,defaultImg不可为空
+ *
+ *  @param imgUrl     图片url
+ *  @param defaultImg 默认图片UIImage实例
+ */
+- (void)setInfoImgWithUrl:(NSString *)imgUrl withDefault:(UIImage *)defaultImg;
+
+/**
+ * 设置开关
+ * @prama isOpen 默认开关设置
+ * @prama target 开关事件响应对象
+ * @prama selector 开关事件响应方法
+ */
+- (void)setSwitchWithDefault:(BOOL) isOpne withTarget:(id) target withSelector:(SEL) selector;
+
+/**
+ * 设置具体详情信息,此类无此效果,richcell可设置
+ */
+- (void)setInfoDetail:(NSString *)detail;
+
+/**
+ *  是否显示展开图标
+ *
+ */
+- (BOOL)isShowExtend;
+
+/**
+ *  cell的contentView上添加子view
+ *
+ *  @param subView 要添加的子view
+ */
+- (void)addView:(UIView *)subView;
+
+/**
+ *  是否显示顶部通栏横线
+ *
+ *  @param yesOrNo bool值
+ */
+- (void)enableTopLineImageView:(BOOL)yesOrNo;
+
+/**
+ *  是否显示底部通栏横线
+ *
+ *  @param yesOrNo bool值
+ */
+- (void)enableLineImageView:(BOOL)yesOrNo;
+
+/**
+ *  是否显示自定义分割横线,与左侧文本保持对齐
+ *
+ *  @param yesOrNo bool值
+ */
+- (void)enableSeparatorLineImageView:(BOOL)yesOrNo;
+
+/**
+ *  设置cell右侧间距,默认为0,若有展开图标,间距为20
+ *
+ *  @return 右侧间距值
+ */
+- (NSInteger )contentViewRightGap;
+
+/**
+ *  设置图片大小
+ */
+- (void)setImageSize:(CGFloat)imageSize;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewCell.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..0aec93b4be572152c75841a03f55fd395d26aacd
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewCell.h
@@ -0,0 +1,31 @@
+//
+//  APTableViewCell.h
+//  APCommonUI
+//
+//  Created by WenBi on 13-12-5.
+//  Copyright (c) 2013å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef NS_ENUM(NSInteger, APTableViewCellStyle) {
+    /** Simple cell with text label and optional image view. */
+    APTableViewCellStyleSimple,
+    APTableViewCellStyleSubtitle = UITableViewCellStyleSubtitle,
+};
+
+@interface APTableViewCell : UITableViewCell
+
+@property(nonatomic) UIEdgeInsets contentInset;//Add additional padding area around content
+
+/**
+ *  初始化
+ *
+ *  @param style           cell的风格
+ *  @param reuseIdentifier cell重用ID
+ *
+ *  @return APTableViewCell
+ */
+- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewDataSource.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewDataSource.h
new file mode 100755
index 0000000000000000000000000000000000000000..274e973d0841c6f400b9de635babf569412f9041
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewDataSource.h
@@ -0,0 +1,38 @@
+//
+//  APTableViewDataSource.h
+//  APCommonUI
+//
+//  Created by WenBi on 13-12-4.
+//  Copyright (c) 2013å¹´ WenBi. All rights reserved.
+//
+
+@class APTableSection;
+@class APTableRow;
+
+
+@protocol APTableViewDataSource <NSObject>
+
+/**
+ * A convenient utility method for retrieving the row at specified index path.
+ *
+ * @param indexPath An index path locating a row in data source.
+ * @return The row at specified index path.
+ */
+- (APTableRow *)rowAtIndexPath:(NSIndexPath *)indexPath;
+
+- (NSArray *)allSections;
+
+@end
+
+@interface APTableViewDataSource : NSObject <UITableViewDataSource, APTableViewDataSource>
+
+/**
+ * Inserts a given section at the end of the section array.
+ * 
+ * @param section The section object to add to the end of section array. This value MUST NOT be nil.
+ */
+- (void)addSection:(APTableSection *)section;
+- (void)addSectionsFromArray:(NSArray *)array;
+- (void)registerClass:(Class)cellClass forCellReuseIdentifier:(NSString *)identifier;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewDoubleLineCell.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewDoubleLineCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..f2d5d1d028a0b6513fdc160d29c779b031766e8e
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewDoubleLineCell.h
@@ -0,0 +1,60 @@
+//
+//  APTableViewDoubleLineCell.h
+//  APCommonUI
+//
+//  Created by 紫空 on 14-1-18.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "APTableViewCell.h"
+
+@interface APTableViewDoubleLineCell : APTableViewCell
+
+@property(nonatomic, assign) CGFloat imageSize;                         //图片大小,不设置会使用默认值45
+@property (nonatomic) UIEdgeInsets imageEdgeInsets;                     //设置左侧图片edgeinset
+@property (nonatomic) UIEdgeInsets textLabelEdgeInsets;                 //设置左侧主标题edgeinset
+@property (nonatomic) UIEdgeInsets detailTextLabelEdgeInsets;           //设置左侧副标题edgeinset
+@property(nonatomic, strong) UILabel *cellRightTitle;                   //右侧主提示信息
+@property(nonatomic, strong) UILabel *cellRightDetailTitle;             //右侧副提示信息
+@property(nonatomic, strong) UIImageView *cellRightInfoImg;             //右侧副提示图标,位置同右侧副提示信息
+
+/**
+ *  APTableViewDoubleLineCell初始化函数,设置的Style为UITableViewCellStyleSubtitle
+ *  推荐使用该接口初始化
+ *
+ *  @param reuseIdentifier 重用标记
+ *
+ *  @return 返回初始化的实例
+ */
+- (id)initWithReuseIdentifier:(NSString *)reuseIdentifier;
+
+/**
+ *  返回cell的默认高度
+ *
+ *  @return cell的高度
+ */
++ (float)cellHeight;
+
+/**
+ *  cell的重置
+ */
+- (void)reset;
+
+/**
+ * 设置右侧主标题cellRightTitle
+ */
+- (void)setRightTitle:(NSString* )title;
+
+/**
+ * 设置右侧副标题cellRightDetailTitle
+ */
+- (void)setRightDetaileTitle:(NSString* )title;
+
+/**
+ * 设置右侧提示图标cellRightInfoImg,位置同右侧副标题,提示信息和提示图标同时只能设一个
+ */
+- (void)setRightInfoImg:(UIImage *)img;
+
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewTwoTextCell.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewTwoTextCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..1d208ffcac69e10026530db68f28874666e4145d
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTableViewTwoTextCell.h
@@ -0,0 +1,41 @@
+//
+//  APTableViewRightTextCell.h
+//  APCommonUI
+//
+//  Created by Gao Jing on 1/21/14.
+//  Copyright (c) 2014 Gao Jing. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "APTableViewCell.h"
+
+
+@interface APTableViewTwoTextCell : APTableViewCell
+
+@property(nonatomic, readonly) UILabel *leftLabel;
+@property(nonatomic, readonly) UILabel *rightLabel;
+@property(nonatomic, assign) CGFloat imageSize;                 //图片大小,不设置会使用默认值29
+
+/**
+ *  初始化cell,cell两侧有显示文本
+ *
+ *  @param style           UITableViewCellStyle
+ *  @param reuseIdentifier cell重用ID
+ *  @param leftText        左侧显示文本
+ *  @param rightText       右侧显示文本
+ *
+ *  @return 返回初始化的实例
+ */
+- (id)initWithStyle:(UITableViewCellStyle)style
+    reuseIdentifier:(NSString *)reuseIdentifier
+           leftText:(NSString*)leftText
+          rightText:(NSString*)rightText;
+
+/**
+ *  返回cell的默认高度,默认49,6plus的高度为47
+ *
+ *  @return cell的高度
+ */
++ (float)cellHeight;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextField.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..3e329c84e4209ec5978a95c665661ae0ea222fc5
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextField.h
@@ -0,0 +1,21 @@
+
+
+
+
+#import <AntUI/AUTextField.h>
+
+__deprecated_msg("APTextFieldStyle 已经废弃,请尽快替换成 AUTextFieldStyle")
+typedef AUTextFieldStyle APTextFieldStyle;
+
+__deprecated_msg("APKeyboardType 已经废弃,请尽快替换成 AUKeyboardType")
+typedef AUKeyboardType APKeyboardType;
+
+__deprecated_msg("APTextField 已经废弃,请直接使用 AUTextField ")
+@interface APTextField : AUTextField //UITextField
+
+@end
+
+@interface APTextFieldDelegateProxy : AUTextFieldDelegateProxy
+
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextFieldCell.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextFieldCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..c935461ef80bd2cd83b500a3d7a8df673c77d3bf
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextFieldCell.h
@@ -0,0 +1,20 @@
+//
+//  APTextFieldCell.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-2-8.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "APTableViewCell.h"
+
+@class APTextField;
+/**
+ *  用于cell中的输入框场景
+ */
+@interface APTextFieldCell : APTableViewCell
+
+@property(nonatomic, strong, readonly) APTextField *textField;//输入框
+@property(nonatomic, assign) CGFloat textLabelWidth;//左侧主标题宽度
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextValidator.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextValidator.h
new file mode 100755
index 0000000000000000000000000000000000000000..82ebf416b0ea15301308f1d91643772ff262c408
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTextValidator.h
@@ -0,0 +1,17 @@
+//
+//  APTextValidator.h
+//  APCommonUI
+//
+//  Created by wenbi on 14-1-23.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <AntUI/AUTextValidator.h>
+
+/**
+ * 文本有效性验证器。
+ */
+@interface APTextValidator : AUTextValidator
+
+@end
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTheme.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTheme.h
new file mode 100755
index 0000000000000000000000000000000000000000..060e2b1646e874617df4501b8a494ed6bf5ac00f
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTheme.h
@@ -0,0 +1,44 @@
+//
+//  APTheme.h
+//  APCommonUI
+//
+//  Created by shenmo on 10/8/15.
+//  Copyright © 2015 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol APThemeValuePath <NSObject>
+
+- (NSString*)stringForPath:(NSString*)path;
+- (UIColor*)colorForPath:(NSString*)path;
+- (UIColor*)colorForPath:(NSString*)path defaultColor:(UIColor *)defaultColor;
+- (NSInteger)intForPath:(NSString*)path;
+- (float)floatForPath:(NSString*)path;
+- (BOOL)boolForPath:(NSString*)path;
+- (UIImage*)imageForPath:(NSString*)path;
+- (UIFont*)fontForPath:(NSString*)path;
+
+// 某个路径的值是否在配置文件里定义了
+- (BOOL)definedForPath:(NSString*)path;
+
+// 某个路径是否在配置文件里定义了,当没定义时,不会回溯默认主题
+- (BOOL)definedForPathNoRecursion:(NSString*)path;
+
+@end
+
+@interface APThemeFetch : NSObject <APThemeValuePath>
+
+@end
+
+@interface APTheme : NSBundle <APThemeValuePath>
+
+@property (nonatomic, strong, readonly) NSString* name;
+@property (nonatomic, strong, readonly) NSDictionary* theme;
+@property (nonatomic, assign, readonly) BOOL inherited; // 当某个值找不到时,是否继续搜索默认主题
+
+- (instancetype)initWithPath:(NSString*)path;
+
+- (APThemeFetch*)fetchForPrefix:(NSString*)prefix;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APThemeManager.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APThemeManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..ce36c2f19720a630370d8c35f5d0da21e311845f
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APThemeManager.h
@@ -0,0 +1,36 @@
+//
+//  APThemeManager.h
+//  APCommonUI
+//
+//  Created by shenmo on 10/8/15.
+//  Copyright © 2015 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APTheme.h"
+
+#define APDefaultTheme [APThemeManager sharedInstance].defaultTheme
+#define APCurrentTheme [APThemeManager sharedInstance].currentTheme
+
+@protocol UnableUseLoggerProtocol <NSObject>
+
++ (void)logger_unableUse:(NSString*)bizName subName:(NSString*)subName failCode:(NSInteger)failCode params:(NSDictionary*) params;
+
+@end
+
+@interface APThemeManager : NSObject <UnableUseLoggerProtocol>
+
+@property (nonatomic, strong, readonly) APTheme* defaultTheme;
+@property (nonatomic, strong, readonly) APTheme* currentTheme;
+
++ (instancetype)sharedInstance;
+
+/**
+ *  加载主题,并作为Current Theme
+ *
+ *  @param path 主题.bundle的资源路径
+ */
+- (void)loadThemeWithPath:(NSString*)path;
+
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APThemeScreenCategory.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APThemeScreenCategory.h
new file mode 100755
index 0000000000000000000000000000000000000000..f18e47f202f06d24b0af69a3cdf4c7cfc3d19c31
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APThemeScreenCategory.h
@@ -0,0 +1,24 @@
+//
+//  APThemeScreenCategory.h
+//  APCommonUI
+//
+//  Created by shenmo on 10/10/15.
+//  Copyright © 2015 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM (NSInteger, APThemeScreenCategory)
+{
+    APThemeScreenNone = 0,
+    APThemeScreenPadLow,        // 非Retina的iPad
+    APThemeScreenPadRetina,
+    APThemeScreenPhoneLow,      // 非Retina的iPhone
+    APThemeScreenPhone4,
+    APThemeScreenPhone5,
+    APThemeScreenPhone6,
+    APThemeScreenPhone6p,
+};
+
+// 当前设备的屏幕类型
+extern APThemeScreenCategory APDeviceScreenCategory();
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTipView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTipView.h
new file mode 100755
index 0000000000000000000000000000000000000000..8411fc0dc559f1b1df85b99e92d096bebaabff92
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTipView.h
@@ -0,0 +1,45 @@
+//
+//  ALTipView.h
+//  UITest
+//
+//  Created by Moncter8 on 13-8-28.
+//  Copyright (c) 2013å¹´ Moncter8. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@protocol APTipViewDelegate <NSObject>
+@required
+
+/**
+ *  点击tipView中button的回调方法
+ *
+ *  @param sender 点击的button
+ */
+- (void)tipButtonClick:(UIButton *)sender;
+@end
+
+@interface APTipView : UIView
+@property (nonatomic, weak) id <APTipViewDelegate> delegate;
+
+/**
+ *  创建APTipView对象
+ *
+ *  @param frame frame的width要够大,否则显示会有问题,建议width取屏幕宽度
+ *  @param tip   tipView文案
+ *  @param title button的文本
+ *
+ *  @return 初始化的APTipView对象
+ */
+- (id)initWithFrame:(CGRect)frame tipMessage:(NSString *)tip title:(NSString *)title;
+
+/**
+ *  创建APTipView对象
+ *
+ *  @param frame frame的width要够大,否则显示会有问题,建议width取屏幕宽度
+ *  @param tip   tipView文案
+ *
+ *  @return 初始化的APTipView对象
+ */
+- (id)initWithFrame:(CGRect)frame tipMessage:(NSString *)tip;
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APTitleView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTitleView.h
new file mode 100755
index 0000000000000000000000000000000000000000..75fe956223aef0bd73f24775dfa876d539a59c13
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APTitleView.h
@@ -0,0 +1,45 @@
+//
+//  APTitleView.h
+//  APCommonUI
+//
+//  Created by yangwei on 16/4/7.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface APTitleView : UIView
+
+@property(nonatomic, strong) UILabel *titleBar;           // 主标题。注意:初始化后如需修改title请使用下面接口方法,不要直接设置
+@property(nonatomic, strong) UIButton *detailTitleBar;    // 副标题。注意:初始化后如需修改detailTitle请使用下面接口方法,不要直接设置
+
+/**
+ *  创建上下两个标题的titleView
+ *
+ *  @param title          主标题
+ *  @param detaileTitle   副标题
+ *
+ *  @return 初始化后的APTitleView控件
+ */
+- (UIView *)initWithTitle:(NSString *)title detailTitle:(NSString *)detaileTitle;
+
+/**
+ *  修改主标题的文案或font。注意:直接修改titleBar的text或font不会自动布局,业务若需修改title,务必调用此接口方法
+ *  说明:在导航栏titleView的layoutSubview方法里设置frame,会死循环调用layoutSubview,导致程序卡死
+ *
+ *  @param title          主标题文案
+ *  @param titleFont      主标题font
+ *
+ */
+- (void)updateTitle:(NSString *)title titleFont:(UIFont *)titleFont;
+
+/**
+ *  修改主标题的文案或font。注意:直接修改detailTitleBar的text或font不会自动布局,业务若需修改detailTitle,务必调用此接口方法
+ *  说明:在导航栏titleView的layoutSubview方法里设置frame,会死循环调用layoutSubview,导致程序卡死
+ *
+ *  @param title          主标题文案
+ *  @param titleFont      主标题font
+ *
+ */
+- (void)updateDetailTitle:(NSString *)detailTitle detailTitleFont:(UIFont *)detailTitleFont;
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APToastDelegate.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APToastDelegate.h
new file mode 100755
index 0000000000000000000000000000000000000000..7007d2544e856b5b5d4adc902e99456f9b3aec8d
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APToastDelegate.h
@@ -0,0 +1,15 @@
+//
+//  APToastDelegate.h
+//  CommonUI
+//
+//  Created by  songdh on 14-1-6.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <AntUI/AUToastDelegate.h>
+
+
+__deprecated_msg("APToastDelegate已经废弃,请直接使用AUToastDelegate")
+@protocol APToastDelegate <AUToastDelegate>
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APToastView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APToastView.h
new file mode 100755
index 0000000000000000000000000000000000000000..27877ddb50a3b6acec39bee35b772cbc5ad70478
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APToastView.h
@@ -0,0 +1,222 @@
+//
+//  APToastView.h
+//  CommonUI
+//
+//  Created by  tudou on 13-4-12.
+//  Copyright (c) 2013å¹´  tudou. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AUToast.h>
+
+#define APToast_Default_Duration    AUToast_Default_Duration    // 2.0    // APToast默认展示时间
+#define APToast_Strong_Duration     AUToast_Strong_Duration    //1.5     // APToast强提示展示时长
+#define APToast_Weak_Duration       AUToast_Weak_Duration     //1.0       // APToast弱提示展示时长
+
+// log输出函数声明,由外部设置
+//typedef void(*apuiExternLogFuncType)(NSString *tag, NSString *format, ...);
+//extern apuiExternLogFuncType g_apuiExternLogFunc;
+//#define APUI_EXLapuiExternLogFuncTypeOG(fmt, ...) {if(g_apuiExternLogFunc)g_apuiExternLogFunc(@"@APUI",fmt,##__VA_ARGS__);}
+
+extern AUToastLogFunc g_apuiExternLogFunc;
+
+/**
+ *  添加新的toastIcon时,请向后添加,不要在中间插入,否则业务使用会有问题
+ */
+
+__deprecated_msg("APToastIcon 已经废弃,请尽快替换成 AUToastIcon")
+typedef AUToastIcon APToastIcon;
+
+
+__deprecated_msg("APToastView 已废弃,请直接使用 AUToast")
+@interface APToastView : AUToast //UIView
+
+///**
+// * 首页卡券页面弹得特殊样式toast。
+// */
+//- (void)setSocialTipToastStyle;
+
+
+#pragma mark - 带tag的版本,tag串会打到log文件里,用来标识这个ToastView是哪弹的。业务尽量使用这组方法,方便出问题时定位哪里弹的toast。
+
++ (APToastView *)presentTagToastWithin:(UIView *)superview
+                              withIcon:(APToastIcon)icon
+                                  text:(NSString *)text
+                              duration:(NSTimeInterval)duration
+                                logTag:(NSString*)logTag;
++ (APToastView *)presentTagToastWithin:(UIView *)superview
+                           withIcon:(APToastIcon)icon
+                               text:(NSString *)text
+                             logTag:(NSString*)logTag;
+/**
+ *  不推荐。 为使带tag的方法接口名保持一致,请使用 presentTagToastWithin 初始化,之后此方法会废弃。
+ */
++ (APToastView *)presentToastWithin:(UIView *)superview
+                           withIcon:(APToastIcon)icon
+                               text:(NSString *)text
+                             logTag:(NSString*)logTag;
++ (APToastView *)presentTagToastWithin:(UIView *)superview text:(NSString *)text logTag:(NSString*)logTag;
++ (APToastView *)presentTagToastWithText:(NSString *)text logTag:(NSString*)logTag;
++ (APToastView *)presentModelTagToastWithin:(UIView *)superview text:(NSString *)text logTag:(NSString*)logTag;
++ (APToastView *)presentTagToastWithin:(UIView *)superview
+                           withIcon:(APToastIcon)icon
+                               text:(NSString *)text
+                           duration:(NSTimeInterval)duration
+                                logTag:(NSString*)logTag
+                         completion:(void (^)())completion;
++ (APToastView *)presentTagToastWithin:(UIView *)superview
+                           withIcon:(APToastIcon)icon
+                               text:(NSString *)text
+                           duration:(NSTimeInterval)duration
+                              delay:(NSTimeInterval)delay
+                                logTag:(NSString*)logTag
+                         completion:(void (^)())completion;
++ (APToastView *)presentModalTagToastWithin:(UIView *)superview
+                                withIcon:(APToastIcon)icon
+                                    text:(NSString *)text
+                                duration:(NSTimeInterval)duration
+                                     logTag:(NSString*)logTag
+                              completion:(void (^)())completion;
++ (APToastView *)presentModalTagToastWithin:(UIView *)superview
+                                withIcon:(APToastIcon)icon
+                                    text:(NSString *)text
+                                duration:(NSTimeInterval)duration
+                                   delay:(NSTimeInterval)delay
+                                     logTag:(NSString*)logTag
+                              completion:(void (^)())completion;
+
+#pragma mark - 没有带tag的老版本
+
+
+/**
+ * 显示Toast
+ *
+ * @param superview 父视图
+ * @param icon      图标类型
+ * @param text      显示文本
+ * @param duration  显示时长
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentToastWithin:(UIView *)superview
+                           withIcon:(APToastIcon)icon
+                               text:(NSString *)text
+                           duration:(NSTimeInterval)duration;
+
+/**
+ * 显示Toast,需调用dismissToast方法使Toast消失
+ *
+ * @param superview 父视图
+ * @param icon      图标类型
+ * @param text      显示文本
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentToastWithin:(UIView *)superview
+                           withIcon:(APToastIcon)icon
+                               text:(NSString *)text;
+
+/**
+ * 显示Toast,需调用dismissToast方法使Toast消失
+ *
+ * @param superview 父视图
+ * @param text      显示文本
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentToastWithin:(UIView *)superview text:(NSString *)text;
+
+/*
+ * 模态显示提示,此时屏幕不响应用户操作,需调用dismissToast方法使Toast消失
+ *
+ * @param text 显示文本,默认为loading加载
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentToastWithText:(NSString *)text;
+
+/*
+ * 模态toast,需调用dismissToast方法使Toast消失
+ *
+ * @param superview 父视图
+ * @param text      显示文本
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentModelToastWithin:(UIView *)superview text:(NSString *)text;
+
+
+/**
+ * 显示Toast
+ *
+ * @param superview     要在其中显示Toast的视图
+ * @param icon          图标类型
+ * @param text          显示文本
+ * @param duration      显示时长
+ * @param completion    Toast自动消失后的回调
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentToastWithin:(UIView *)superview
+                           withIcon:(APToastIcon)icon
+                               text:(NSString *)text
+                           duration:(NSTimeInterval)duration
+                         completion:(void (^)())completion;
+
+/**
+ * 显示Toast
+ *
+ * @param superview     要在其中显示Toast的视图
+ * @param icon          图标类型
+ * @param text          显示文本
+ * @param duration      显示时长
+ * @param delay         延迟显示时长
+ * @param completion    Toast自动消失后的回调
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentToastWithin:(UIView *)superview
+                           withIcon:(APToastIcon)icon
+                               text:(NSString *)text
+                           duration:(NSTimeInterval)duration
+                              delay:(NSTimeInterval)delay
+                         completion:(void (^)())completion;
+
+/**
+ * 显示模态Toast
+ *
+ * @param superview     要在其中显示Toast的视图
+ * @param icon          图标类型
+ * @param text          显示文本
+ * @param duration      显示时长
+ * @param completion    Toast自动消失后的回调
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentModalToastWithin:(UIView *)superview
+                                withIcon:(APToastIcon)icon
+                                    text:(NSString *)text
+                                duration:(NSTimeInterval)duration
+                              completion:(void (^)())completion;
+
+
+/**
+ * 显示模态Toast
+ *
+ * @param superview     要在其中显示Toast的视图
+ * @param icon          图标类型
+ * @param text          显示文本
+ * @param duration      显示时长
+ * @param delay         延迟显示时长
+ * @param completion    Toast自动消失后的回调
+ *
+ * @return 返回显示的Toast对象
+ */
++ (APToastView *)presentModalToastWithin:(UIView *)superview
+                                withIcon:(APToastIcon)icon
+                                    text:(NSString *)text
+                                duration:(NSTimeInterval)duration
+                                   delay:(NSTimeInterval)delay
+                              completion:(void (^)())completion;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APUtils.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APUtils.h
new file mode 100755
index 0000000000000000000000000000000000000000..675500468cc30e5fca1921bd6e63483f96afa69a
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APUtils.h
@@ -0,0 +1,77 @@
+//
+//  APUtils.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-16.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <AntUI/AntUI.h>
+
+#define APCommonUILoadImage(imageName) \
+    [UIImage imageNamed:[NSString stringWithFormat:@"APCommonUI.bundle/%@", imageName]]
+
+#define APCommonUIResourcePath(resName, resType) \
+    [[NSBundle mainBundle] pathForResource:[NSString stringWithFormat:@"APCommonUI.bundle/%@", resName] ofType:resType]
+
+#define APCommonUIGetSystemVersion() \
+    ([[[UIDevice currentDevice] systemVersion] floatValue])
+
+#define APCommonUIIsIphone6Plus \
+    (CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(414, 736)))
+
+#define APCommonUIIsLowerIphone6 \
+    [UIScreen mainScreen].bounds.size.width == 320
+
+//@interface UIColor (APCommonUIExtensions)
+//
+///**
+// * 用一个24位的整数生成UIColor
+// * 这个方法实现如下,只会返回不透明的颜色
+//   return [UIColor colorWithRed:((rgb & 0xFF0000) >> 16) / 255.0f
+//      green:((rgb & 0xFF00) >> 8) / 255.0f
+//      blue:((rgb & 0xFF)) / 255.0f
+//      alpha:1.0f];
+// * @param rgb 形如0xRRGGBB
+// */
+//+ (UIColor *)colorWithRGB:(int)rgb;
+//
+//// 这个方法可以指定透明度,alpha取值是[0, 1.0]
+//+ (UIColor *)colorWithRGB:(int)rgb alpha:(CGFloat)alpha;
+//
+//@end
+
+/**
+ *  获取view距离屏幕上方的距离
+ *
+ */
+__deprecated_msg("该方法已废弃,请直接用AUCommonUIGetContentInsetTop()")
+CGFloat APCommonUIGetContentInsetTop();
+
+/**
+ *  无论竖屏还是横屏,都返回竖屏时屏幕的宽度
+ */
+__deprecated_msg("该方法已废弃,请直接用AUCommonUIGetScreenWidthForPortrait()")
+CGFloat APCommonUIGetScreenWidthForPortrait();
+
+/**
+ * 获取屏幕宽度,竖屏时返回竖屏的宽度,横屏时返回横屏的宽度
+ */
+__deprecated_msg("该方法已废弃,请直接用AUCommonUIGetScreenWidth()")
+CGFloat APCommonUIGetScreenWidth();
+
+/**
+ * 获取屏幕高度
+ */
+__deprecated_msg("该方法已废弃,请直接用AUCommonUIGetScreenHeight()")
+CGFloat APCommonUIGetScreenHeight();
+
+
+/**
+ *  获取导航栏上icon的间距
+ */
+__deprecated_msg("该方法已废弃,请直接用AUCommonUIGetMarginBetweenNavigationItemIcon()")
+CGFloat APCommonUIGetMarginBetweenNavigationItemIcon();
+
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APViewEventHook.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APViewEventHook.h
new file mode 100755
index 0000000000000000000000000000000000000000..cb692e77ef564a1cd2a280644a80fa51711f4791
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APViewEventHook.h
@@ -0,0 +1,18 @@
+//
+//  APViewEventHook.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-23.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol APViewEventHook <NSObject>
+
+- (BOOL)beginTrackingWithTouch:(UITouch *)touch event:(UIEvent *)event;
+- (BOOL)continueTrackingWithTouch:(UITouch *)touch event:(UIEvent *)event;
+- (void)endTrackingWithTouch:(UITouch *)touch event:(UIEvent *)event;
+- (void)cancelTrackingWithEvent:(UIEvent *)event;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APVisualStyle.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APVisualStyle.h
new file mode 100755
index 0000000000000000000000000000000000000000..c6074cae3593df3817649e62813e6233fbca5c42
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APVisualStyle.h
@@ -0,0 +1,46 @@
+//
+//  APVisualStyle.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-16.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ * @addtogroup APCommonUI
+ * @{
+ *
+ * @defgroup APVisualStyle
+ * @{
+ */
+
+/**
+ *  控件的显示样式。
+ *
+ *  一个<code>APVisutalStyle</code>的对象会在<code>-[UIView initWithFrame:]</code>中被创建出来,
+ *  创建的工作由<code>APVisualStyleFactory</code>类完成。
+ *
+ *  你不能在<code>apply</code>方法中修改目标view对象的frame,
+ *  因为这个方法是在目标view的frame改变时调用的,如果在这个方法中改变目标view的frame,
+ *  会产生死循环。
+ */
+@interface APVisualStyle : NSObject
+
+/**
+ *  附加当前样式的view对象。
+ */
+@property(nonatomic, assign, readonly) UIView *target;
+
+/**
+ *  应用样式。
+ */
+- (void)apply;
+
+@end
+
+/**
+* @}
+* @}
+*/
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APVisualStyleFactory.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APVisualStyleFactory.h
new file mode 100755
index 0000000000000000000000000000000000000000..07ae60e9a7b3fd965b3a2611ee25ad2a51674e31
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APVisualStyleFactory.h
@@ -0,0 +1,29 @@
+//
+//  APVisualStyleFactory.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-23.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class APVisualStyle;
+
+/**
+ *  样式的工厂类,为指定的view对象创建对应的样式对象。
+ */
+@interface APVisualStyleFactory : NSObject
+
+/**
+ *  Returns a <code>APVisualStyle</code> object with the supplied name.
+ *
+ *  @param name The name that defines search condition of visual style.
+ *
+ *  @return The visual style object that matches the conditions defined by the name, if found;
+ *  otherwise, the result is nil.
+ *
+ */
+- (APVisualStyle *)visutalStyleForName:(NSString *)aName;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/APWindow.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/APWindow.h
new file mode 100755
index 0000000000000000000000000000000000000000..65557d25200b5f3debf24b322074dd297800c339
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/APWindow.h
@@ -0,0 +1,13 @@
+//
+//  APWindow.h
+//  APCommonUI
+//
+//  Created by liangbao.llb on 10/22/15.
+//  Copyright © 2015 Alipay. All rights reserved.
+//
+
+#import <AntUI/AUWindow.h>
+
+@interface APWindow : AUWindow
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/EGORefreshTableHeaderView.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/EGORefreshTableHeaderView.h
new file mode 100755
index 0000000000000000000000000000000000000000..0f03827a86aa5b8142b16e3712894046c6b27b23
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/EGORefreshTableHeaderView.h
@@ -0,0 +1,25 @@
+//
+//  EGORefreshTableHeaderView.h
+//  Demo
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/AntUI.h>
+//#import <QuartzCore/QuartzCore.h>
+//#import <AntUI/AUPullLoadingView.h>
+
+__deprecated_msg("EGORefreshTableHeaderDelegate 已经废弃,请直接使用 AURefreshLoadingViewDelegate")
+@protocol EGORefreshTableHeaderDelegate <AURefreshLoadingViewDelegate>
+@end
+
+__deprecated_msg("EGOPullDirection 已经废弃,请直接使用 AUEGOPullDirection")
+typedef AUEGOPullDirection EGOPullDirection;
+
+__deprecated_msg(" EGOPullRefreshState 已经废弃,请直接使用 AUEGOPullRefreshState")
+typedef AUEGOPullRefreshState EGOPullRefreshState;
+
+__deprecated_msg("EGORefreshTableHeaderView 已经废弃,请直接使用 AUPullLoadingView")
+@interface EGORefreshTableHeaderView : AUPullLoadingView
+
+@end
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/Masonry.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/Masonry.h
new file mode 100755
index 0000000000000000000000000000000000000000..a8bddd59f85ad3442ace1b8f3ee6639294340b7c
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/Masonry.h
@@ -0,0 +1,13 @@
+//
+//  Masonry.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 20/07/13.
+//  Copyright (c) 2013 cloudling. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+__deprecated_msg("请直接使用 AntUI 中的masory,当前库文件已迁移")
+#import <AntUI/Masonry.h>
+
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/NSString+colorRGBArray.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/NSString+colorRGBArray.h
new file mode 100755
index 0000000000000000000000000000000000000000..96e213b4329e382b91c06858a568746a36d941fc
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/NSString+colorRGBArray.h
@@ -0,0 +1,10 @@
+//
+//  NSString+colorRGBArray.h
+//  APCommonUI
+//
+//  Created by 孟嵩 on 15/12/4.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <AntUI/NSString+colorRGBArray.h>
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/ODRefreshControl.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/ODRefreshControl.h
new file mode 100755
index 0000000000000000000000000000000000000000..ef518b11ab72a0e30b4a675c2a47078e67bcdf12
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/ODRefreshControl.h
@@ -0,0 +1,44 @@
+//
+//  ODRefreshControl.h
+//  ODRefreshControl
+//
+//  Created by Fabio Ritrovato on 6/13/12.
+//  Copyright (c) 2012 orange in a day. All rights reserved.
+//
+// https://github.com/Sephiroth87/ODRefreshControl
+//
+
+#import <UIKit/UIKit.h>
+#import <QuartzCore/QuartzCore.h>
+
+@interface ODRefreshControl : UIControl {
+    CAShapeLayer *_shapeLayer;
+    CAShapeLayer *_arrowLayer;
+    CAShapeLayer *_highlightLayer;
+    UIView *_activity;
+    BOOL _refreshing;
+    BOOL _canRefresh;
+    BOOL _ignoreInset;
+    BOOL _ignoreOffset;
+    BOOL _didSetInset;
+    BOOL _hasSectionHeaders;
+    CGFloat _lastOffset;
+}
+
+@property (nonatomic, readonly) BOOL refreshing;
+@property (nonatomic, strong) UIColor *tintColor;
+@property (nonatomic, assign) UIActivityIndicatorViewStyle activityIndicatorViewStyle;
+@property (nonatomic, strong) UIColor *activityIndicatorViewColor; // iOS5 or more
+
+- (id)initInScrollView:(UIScrollView *)scrollView;
+
+// use custom activity indicator
+- (id)initInScrollView:(UIScrollView *)scrollView activityIndicatorView:(UIView *)activity;
+
+// Tells the control that a refresh operation was started programmatically
+- (void)beginRefreshing;
+
+// Tells the control the refresh operation has ended
+- (void)endRefreshing;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/TTTAttributedLabel.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/TTTAttributedLabel.h
new file mode 100755
index 0000000000000000000000000000000000000000..495bbbe6d4549118903ee5d884697dfb13be3fd4
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/TTTAttributedLabel.h
@@ -0,0 +1,2 @@
+
+#import <AntUI/TTTAttributedLabel.h>
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/UIActionSheet+DismissAPActionSheets.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIActionSheet+DismissAPActionSheets.h
new file mode 100755
index 0000000000000000000000000000000000000000..46c8134dda2316c7244dc485b43abdc5d3a23905
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIActionSheet+DismissAPActionSheets.h
@@ -0,0 +1,20 @@
+//
+//  UIActionSheet+DismissAPActionSheets.h
+//  APCommonUI
+//
+//  Created by liangbao.llb on 10/22/15.
+//  Copyright © 2015 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+//__deprecated_msg("请直接使用 UIActionSheet+DismissAUActionSheet.h 提供的方法")
+@interface UIActionSheet (DismissAPActionSheets)
+
+/**
+ *  清除所有APActionSheet的显示。
+ *  注意:对系统类做category时,加alipay前缀防止和系统函数冲突。
+ */
++ (void)alipayDismissAllAPActionSheets;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/UIContext.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..6c04c18287eaec043aa4e71a7f366fed57b4fc14
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIContext.h
@@ -0,0 +1,19 @@
+//
+//  UIContext.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-23.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class APVisualStyleFactory;
+
+@interface UIContext : NSObject
+
+@property(nonatomic, strong) APVisualStyleFactory *visualStyleFactory;
+
++ (UIContext *)sharedContext;
+
+@end
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+Blur.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+Blur.h
new file mode 100755
index 0000000000000000000000000000000000000000..a14dacf10d472f3da2e27db991dbb465cb2d4827
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+Blur.h
@@ -0,0 +1,10 @@
+//
+//  UIImage+Blur.h
+//  APCommonUI
+//
+//  Created by liangbao.llb on 7/17/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <AntUI/UIImage+Blur.h>
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+ChangeColor.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+ChangeColor.h
new file mode 100755
index 0000000000000000000000000000000000000000..8a9e6570df964d1c1a2f8599a978b602f21d165d
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+ChangeColor.h
@@ -0,0 +1,11 @@
+//
+//  UIImage+ChangeColor.h
+//  APCommonUI
+//
+//  Created by 孟嵩 on 15/11/30.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import <AntUI/UIImage+ChangeColor.h>
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+Scale.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+Scale.h
new file mode 100755
index 0000000000000000000000000000000000000000..912a33d0c73cc6bdf4998a122e0738fd176ddd4b
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImage+Scale.h
@@ -0,0 +1,11 @@
+//
+//  UIImage+Scale.h
+//  WealthTally
+//
+//  Created by Yanzhi on 15/2/5.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import <AntUI/UIImage+Scale.h>
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImageEffects.h b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImageEffects.h
new file mode 100755
index 0000000000000000000000000000000000000000..3e759445b90238957db9ed3505b3339a82f2d8f6
--- /dev/null
+++ b/MPaaS/Frameworks/APCommonUI.framework/Headers/UIImageEffects.h
@@ -0,0 +1,4 @@
+
+#import <Foundation/Foundation.h>
+
+#import <AntUI/UIImageEffects.h>
diff --git a/MPaaS/Frameworks/APCommonUI.framework/Info.plist b/MPaaS/Frameworks/APCommonUI.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..408680c8788e286d78b9a8587bc4b08939d3701b
Binary files /dev/null and b/MPaaS/Frameworks/APCommonUI.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/APCrashReporter b/MPaaS/Frameworks/APCrashReporter.framework/APCrashReporter
new file mode 100755
index 0000000000000000000000000000000000000000..1402ebf4c53c37a74a4ea6988dea892006b3794f
Binary files /dev/null and b/MPaaS/Frameworks/APCrashReporter.framework/APCrashReporter differ
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/APResetDataManager.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/APResetDataManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..d0636915a61cda41d3053eb7233b25f1986f1392
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/APResetDataManager.h
@@ -0,0 +1,93 @@
+//
+//  APResetDataManager.h
+//  APCrashReporter
+//
+//  Created by NianXi on 16/1/11.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  定制容灾恢复出厂设置操作,默认值是支付宝白名单
+ *  mPaaS接入方务必通过 set_data_cleanup_action(APDataCleanupAction action) 接口重置自己的清除任务
+ */
+typedef void (*APDataCleanupAction)(void);
+
+extern void set_data_cleanup_action(APDataCleanupAction action);
+extern APDataCleanupAction get_data_cleanup_action(void);
+
+
+//异常事件关键字
+extern NSString * const kSequentialCrashRecord;                 //闪退
+extern NSString * const kSequentialMainThreadDeadLockRecord;    //主线程卡死
+extern NSString * const kSequentialBlockLaunchRecord;           //启动卡死
+
+/**
+ *  清理白名单以外的本地数据
+ */
+extern void data_mananger_clean_local_data(void);
+
+/**
+ *  创建异常事件的标记,并且自动计数为1
+ *
+ *  @param key 异常事件关键字 如:闪退、主线程卡死
+ *
+ *  @return BOOL型 创建标记文件成功与否,若该异常标记已经存在则返回NO
+ */
+extern BOOL data_manager_create_mark(NSString *key);
+
+/**
+ *  异常计数加1,若之前没有记录则自动创建该异常的计数,并且计数为1
+ *
+ *  @param key 异常事件关键字 如:闪退、主线程卡死
+ */
+extern void data_manager_record_mark(NSString *key);
+
+/**
+ *  检查连续启动发生异常事件的计数是否超时
+ *
+ *  @param key     异常事件关键字 如:闪退、主线程卡死
+ *  @param timeout è¶…æ—¶æ—¶é—´
+ *
+ *  @return BOOL型 YES表示超时,反之NO
+ */
+extern BOOL data_manager_check_mark_timeout(NSString *key, NSTimeInterval timeout);
+
+/**
+ *  检查异常事件的计数是否到了设定的最大值(触发异常容灾逻辑的计数数值)
+ *
+ *  @param key 异常事件关键字 如:闪退、主线程卡死
+ *  @param max 触发容灾逻辑的异常次数
+ *
+ *  @return OOL型 YES表示到了最大值,应触发容灾;反之则NO
+ */
+extern BOOL data_manager_check_mark(NSString *key, NSInteger max);
+
+/**
+ *  清除异常计数
+ *
+ *  @param key 异常事件关键字 如:闪退、主线程卡死
+ */
+extern void data_manager_clean_mark(NSString *key);
+
+/**
+ *  重置异常事件计数,并自动创建1次异常标记
+ *
+ *  @param key 异常事件关键字 如:闪退、主线程卡死
+ */
+extern void data_manager_refresh_mark(NSString *key);
+
+/**
+ *  设置连续异常的容灾策略
+ *
+ *  @param key      异常事件关键字 如:闪退、主线程卡死
+ *  @param timeout  连续异常判定的超时阈值
+ *  @param max      连续发生异常的次数最大值,到达该值则触发容灾逻辑
+ *  @param callback 容灾回调
+ */
+extern void data_manager_disaster_recovery(NSString *key,
+                                           NSTimeInterval timeout,
+                                           NSInteger max,
+                                           void(*callback)(void));
+
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/CrashReporter.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/CrashReporter.h
new file mode 100755
index 0000000000000000000000000000000000000000..c6543191121b6885b89786249432aeaf6b53c3ce
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/CrashReporter.h
@@ -0,0 +1,363 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+#ifdef __APPLE__
+#import <AvailabilityMacros.h>
+#endif
+
+// This must be included before any other PLCrashReporter includes, as
+// it redefines symbol names
+#import "PLCrashNamespace.h"
+
+#import "PLCrashReporter.h"
+#import "PLCrashReport.h"
+#import "PLCrashReportTextFormatter.h"
+
+/**
+ * @defgroup functions Crash Reporter Functions Reference
+ */
+
+/**
+ * @defgroup types Crash Reporter Data Types Reference
+ */
+
+/**
+ * @defgroup constants Crash Reporter Constants Reference
+ */
+
+/**
+ * @internal
+ * @defgroup plcrash_internal Crash Reporter Internal Documentation
+ */
+
+/**
+ * @defgroup enums Enumerations
+ * @ingroup constants
+ */
+
+/**
+ * @defgroup globals Global Variables
+ * @ingroup constants
+ */
+
+/**
+ * @defgroup exceptions Exceptions
+ * @ingroup constants
+ */
+
+/* Exceptions */
+extern NSString *PLCrashReporterException;
+
+/* Error Domain and Codes */
+extern NSString *PLCrashReporterErrorDomain;
+
+/**
+ * NSError codes in the Plausible Crash Reporter error domain.
+ * @ingroup enums
+ */
+typedef enum {
+    /** An unknown error has occured. If this
+     * code is received, it is a bug, and should be reported. */
+    PLCrashReporterErrorUnknown = 0,
+    
+    /** An Mach or POSIX operating system error has occured. The underlying NSError cause may be fetched from the userInfo
+     * dictionary using the NSUnderlyingErrorKey key. */
+    PLCrashReporterErrorOperatingSystem = 1,
+
+    /** The crash report log file is corrupt or invalid */
+    PLCrashReporterErrorCrashReportInvalid = 2,
+
+    /** An attempt to use a resource which was in use at the time in a manner which would have conflicted with the request. */
+    PLCrashReporterErrorResourceBusy = 3
+} PLCrashReporterError;
+
+
+/* Library Imports */
+#import "PLCrashReporter.h"
+#import "PLCrashReport.h"
+#import "PLCrashReportTextFormatter.h"
+
+/**
+ * @mainpage Plausible Crash Reporter
+ *
+ * @section intro_sec Introduction
+ *
+ * Plausile CrashReporter implements in-process crash reporting on the iPhone and Mac OS X.
+ *
+ * The following features are supported:
+ *
+ * - Implemented as an in-process signal handler.
+ * - Does not interfer with debugging in gdb..
+ * - Handles both uncaught Objective-C exceptions and fatal signals (SIGSEGV, SIGBUS, etc).
+ * - Full thread state for all active threads (backtraces, register dumps) is provided.
+ *
+ * If your application crashes, a crash report will be written. When the application is next run, you may check for a
+ * pending crash report, and submit the report to your own HTTP server, send an e-mail, or even introspect the
+ * report locally.
+ *
+ * @section intro_encoding Crash Report Format
+ *
+ * Crash logs are encoded using <a href="http://code.google.com/p/protobuf/">google protobuf</a>, and may be decoded
+ * using the provided PLCrashReport API. Additionally, the include plcrashutil handles conversion of binary crash reports to the 
+ * symbolicate-compatible iPhone text format.
+ *
+ * @section doc_sections Documentation Sections
+ * - @subpage example_usage_iphone
+ * - @subpage error_handling
+ * - @subpage async_safety
+ */
+
+/**
+ * @page example_usage_iphone Example iPhone Usage
+ *
+ * @code
+ * //
+ * // Called to handle a pending crash report.
+ * //
+ * - (void) handleCrashReport {
+ *     PLCrashReporter *crashReporter = [PLCrashReporter sharedReporter];
+ *     NSData *crashData;
+ *     NSError *error;
+ *     
+ *     // Try loading the crash report
+ *     crashData = [crashReporter loadPendingCrashReportDataAndReturnError: &error];
+ *     if (crashData == nil) {
+ *         NSLog(@"Could not load crash report: %@", error);
+ *         goto finish;
+ *     }
+ *     
+ *     // We could send the report from here, but we'll just print out
+ *     // some debugging info instead
+ *     PLCrashReport *report = [[[PLCrashReport alloc] initWithData: crashData error: &error] autorelease];
+ *     if (report == nil) {
+ *         NSLog(@"Could not parse crash report");
+ *         goto finish;
+ *     }
+ *     
+ *     NSLog(@"Crashed on %@", report.systemInfo.timestamp);
+ *     NSLog(@"Crashed with signal %@ (code %@, address=0x%" PRIx64 ")", report.signalInfo.name,
+ *           report.signalInfo.code, report.signalInfo.address);
+ *     
+ *     // Purge the report
+ * finish:
+ *     [crashReporter purgePendingCrashReport];
+ *     return;
+ * }
+ * 
+ * // from UIApplicationDelegate protocol
+ * - (void) applicationDidFinishLaunching: (UIApplication *) application {
+ *     PLCrashReporter *crashReporter = [PLCrashReporter sharedReporter];
+ *     NSError *error;
+ *     
+ *     // Check if we previously crashed
+ *     if ([crashReporter hasPendingCrashReport])
+ *         [self handleCrashReport];
+    
+ *     // Enable the Crash Reporter
+ *     if (![crashReporter enableCrashReporterAndReturnError: &error])
+ *         NSLog(@"Warning: Could not enable crash reporter: %@", error);
+ *         
+ * }
+ * @endcode
+ * 
+ */
+
+/**
+ * @page error_handling Error Handling Programming Guide
+ *
+ * Where a method may return an error, Plausible Crash Reporter provides access to the underlying
+ * cause via an optional NSError argument.
+ *
+ * All returned errors will be a member of one of the below defined domains, however, new domains and
+ * error codes may be added at any time. If you do not wish to report on the error cause, many methods
+ * support a simple form that requires no NSError argument.
+ *
+ * @section error_domains Error Domains, Codes, and User Info
+ *
+ * @subsection crashreporter_errors Crash Reporter Errors
+ *
+ * Any errors in Plausible Crash Reporter use the #PLCrashReporterErrorDomain error domain, and and one
+ * of the error codes defined in #PLCrashReporterError.
+ */
+
+/**
+ * @page async_safety Async-Safe Programming Guide
+ *
+ * Plausible CrashReporter provides support for executing an application specified function in the context of the
+ * crash reporter's signal handler, after the crash report has been written to disk. This was a regularly requested
+ * feature, and provides the ability to implement application finalization in the event of a crash. However, writing
+ * code intended for execution inside of a signal handler is exceptionally difficult, and is not recommended.
+ *
+ * @section program_flow Program Flow and Signal Handlers
+ *
+ * When the signal handler is called the normal flow of the program is interrupted, and your program is an unknown
+ * state. Locks may be held, the heap may be corrupt (or in the process of being updated), and your signal
+ * handler may invoke a function that was being executed at the time of the signal. This may result in deadlocks,
+ * data corruption, and program termination.
+ *
+ * @section functions Async-Safe Functions
+ *
+ * A subset of functions are defined to be async-safe by the OS, and are safely callable from within a signal handler. If
+ * you do implement a custom post-crash handler, it must be async-safe. A table of POSIX-defined async-safe functions
+ * and additional information is available from the
+ * <a href="https://www.securecoding.cert.org/confluence/display/seccode/SIG30-C.+Call+only+asynchronous-safe+functions+within+signal+handlers">CERT programming guide - SIG30-C</a>
+ *
+ * Most notably, the Objective-C runtime itself is not async-safe, and Objective-C may not be used within a signal
+ * handler.
+ *
+ * @sa PLCrashReporter::setCrashCallbacks:
+ */
+
+/**
+ * @page mach_exceptions Mach Exceptions on Mac OS X and iOS
+ *
+ * PLCrashReporter includes support for monitoring crashes via an in-process Mach exception handler. There are a small
+ * number of crash cases that will not be caught with via a POSIX signal handler, but can be caught via a Mach
+ * exception handler:
+ *
+ * - Stack overflow. sigaltstack() is broken in later iOS releases, and even if functional, must be configured
+ *   on a per-thread basis.
+ * - Internal Apple assertions that call libSystem's __assert. These include compiler-checked constraints
+ *   for built-in functions, such as strcpy_chk(). The __abort() implementation actually disables the SIGABRT
+ *   signal handler (resetting it to SIG_DFL) prior to to issueing a SIGABRT, bypassing signal-based crash
+ *   reporters entirely.
+ *
+ * Unfortunately, the latter issue (__assert) can not be handled on iOS; trapping abort requires that
+ * a Mach exception handler operate out-of-process, which is impossible on iOS. On Mac OS X, this will
+ * only be handled once we've implemented fully out-of-process crash excution.
+ *
+ * On Mac OS X, the Mach exception implementation is fully supported using entirely public API. On iOS,
+ * the APIs required are not fully public -- more details on the implications of this for exception handling on
+ * iOS may be found in @ref mach_exceptions_ios below. It is worth noting that even where the Mach exception APIs
+ * are fully supported, kernel-internal constants, as well
+ * as architecture-specific trap information, may be required to fully interpret a Mach exception's root cause.
+ *
+ * For example, the EXC_SOFTWARE exception is dispatched for four different failure types, using the exception
+ * code to differentiate failure types:
+ *   - Non-existent system call invoked (SIGSYS)
+ *   - Write on a pipe with no reader (SIGPIPE)
+ *   - Abort program (SIGABRT -- unused)
+ *   - Kill program (SIGKILL)
+ *
+ * Of those four types, only the constant required to interpret the SIGKILL behavior (EXC_SOFT_SIGNAL) is publicly defined.
+ * Of the remaining three failure types, the constant values are kernel implementation-private, defined only in the available
+ * kernel sources. On iOS, these sources are unavailable, and while they generally do match the Mac OS X implementation, there
+ * are no gaurantees that this is -- or will remain -- the case in the future.
+ *
+ * Likewise, interpretation of particular fault types requires information regarding the underlying machine traps
+ * that triggered the Mach exceptions. For example, a floating point trap on x86/x86-64 will trigger an EXC_ARITHMETIC,
+ * with a subcode value containing the value of the FPU status register. Determining the exact FPU cause requires
+ * extracting the actual exception flags from status register as per the x86 architecture documentation. The exact format
+ * of this subcode value is not actually documented outside the kernel, and may change in future releases.
+ *
+ * While we have the advantage of access to the x86 kernel sources, the situation on ARM is even less clear. The actual
+ * use of the Mach exception codes and subcodes is largely undefined by both headers and publicly available documentation,
+ * and the available x86 kernel sources are of little use in interpreting this data.
+ *
+ * As such, while Mach exceptions may catch some cases that BSD signals can not, they are not a perfect solution,
+ * and may also provide less insight into the actual failures that occur. By comparison, the BSD signal interface
+ * is both fully defined and architecture independent, with any necessary interpretation of the Mach exception
+ * codes handled in-kernel at the time of exception dispatch. It is generally recommended by Apple as the preferred
+ * interface, and should generally be preferred by PLCrashReporter API clients.
+ *
+ * @section mach_exceptions_compatibility Compatibility Issues
+ *
+ * @subsection Debuggers
+ *
+ * Enabling in-process Mach exception handlers will conflict with any attached debuggers; the debugger
+ * may suspend the processes Mach exception handling thread, which will result in any exception messages
+ * sent via the debugger being lost, as the in-process handler will be unable to receive and forward
+ * the messages.
+ *
+ * @subsection Managed Runtimes (Xamarin, Unity)
+ *
+ * A Mach exception handler may conflict with any managed runtime that registers a BSD signal handler that
+ * can safely handle otherwise fatal signals, allowing execution to proceed. This includes products
+ * such as Xamarin for iOS.
+ *
+ * In such a case, PLCrashReporter will write a crash report for non-fatal signals, as there is no
+ * immediate mechanism for determining whether a signal handler exists and that it can safely
+ * handle the failure. This can result in unexpected delays in application execution, increased I/O to
+ * disk, and other undesirable operations.
+ *
+ * @section mach_exceptions_ios Mach Exceptions on iOS
+ *
+ * The APIs required for Mach exception handling are not fully public on iOS. After filing a request with
+ * Apple DTS to clarify the status of the Mach exception APIs on iOS, and implementing a Mach Exception
+ * handler using only supported API, they provided the following guidance:
+ *
+ *    <em>Our engineers have reviewed your request and have determined that this would be best handled as a bug report,
+ *    which you have already filed. There is no documented way of accomplishing this, nor is there a workaround
+ *    possible.</em>
+ *
+ * Due to user request, PLCrashReporter provides an optional implementation of Mach exception handling for both
+ * iOS and Mac OS X.
+ *
+ * This implementation uses only supported API on Mac OS X, and depends on limited undefined API on iOS. The reporter
+ * may be excluded entirely at build time by modifying the PLCRASH_FEATURE_MACH_EXCEPTIONS build configuration; it
+ * may also be disabled at runtime by configuring the PLCrashReporter instance appropriately via PLCrashReporterConfig.
+ *
+ * The iOS implementation is implemented almost entirely using public API, and links against no actual private symbols;
+ * the use of undocumented functionality is limited to assuming the use of specific msgh_id values (see below
+ * for details). As a result, it may be considered perfectly safe to include the Mach Exception code in the
+ * standard build, and enable/disable it at runtime.
+ *
+ * The following issues exist in the iOS implementation:
+ *  - The msgh_id values required for an exception reply message are not available from the available
+ *    headers and must be hard-coded. This prevents one from safely replying to exception messages, which
+ *    means that it is impossible to (correctly) inform the server that an exception has *not* been
+ *    handled.
+ *
+ *    Impact:
+ *      This can lead to the process locking up and not dispatching to the host exception handler (eg, Apple's
+ *      crash reporter), depending on the behavior of the kernel exception code.
+ *
+ *  - The mach_* structure/type variants required by MACH_EXCEPTION_CODES are not publicly defined (on Mac OS X,
+ *    these are provided by mach_exc.defs). This prevents one from forwarding exception messages to an existing
+ *    handler that was registered with a MACH_EXCEPTION_CODES behavior (eg, forwarding is entirely non-functional
+ *    on ARM64 devices).
+ *
+ *    Impact:
+ *      This can break forwarding to any task exception handler that registers itself with MACH_EXCEPTION_CODES,
+ *      including other handlers registered within the current process, eg, by a managed runtime. This could
+ *      also result in misinterpretation of a Mach exception message, in the case where the message format is
+ *      modified by Apple to be incompatible with the existing 32-bit format.
+ *
+ *      This is the case with LLDB; it will register a task exception handler with MACH_EXCEPTION_CODES set. Failure
+ *      to correctly forward these exceptions will result in the debugger breaking in interesting ways; for example,
+ *      changes to the set of dyld-loaded images are detected by setting a breakpoint on the dyld image registration
+ *      funtions, and this functionality will break if the exception is not correctly forwarded.
+ *
+ * Since Mach exception handling is important for a fully functional crash reporter, we have also filed a radar
+ * to request that the API be made public:
+ *  Radar: rdar://12939497 RFE: Provide mach_exc.defs for iOS
+ *
+ * At the time of this writing, the radar remains open/unresolved.
+ */
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/DFCrashReport.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/DFCrashReport.h
new file mode 100755
index 0000000000000000000000000000000000000000..f078908f73ab035869c98d36118c4d68515c1744
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/DFCrashReport.h
@@ -0,0 +1,69 @@
+//
+//  DFCrashReport.h
+//  APMobileRuntime
+//
+//  Created by liangbao.llb on 12/30/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <mach/mach.h>
+
+/**
+ *  启动APCrashReporter服务
+ */
+void enable_crash_reporter_service (void);
+
+@interface DFCrashReport : NSObject
+
+/**
+ *  上传crash日志
+ */
++ (void)uploadCrashReport;
+
+/**
+ *  获取内存中所有的VC
+ *
+ *  @return 返回包含所有VC的字符串
+ */
++ (NSString *) allAliveVc;
+
+/**
+ *  指定Crashed Thread生成闪退日志(base64)
+ *
+ *  @param tid 指定的Crashed线程id
+ *
+ *  @return 闪退日志
+ */
++ (NSString *)generateMonitorLogWithThread:(thread_t) tid;
+
+/**
+ *  指定Crashed Thread生成全栈日志(明文)
+ *
+ *  @param tid 指定的Crashed线程id
+ *
+ *  @return 全栈日志
+ */
++ (NSString *)generateReadableMonitorLogWithThread:(thread_t) tid;
+
+/**
+ *  上次程序退出是否闪退退出
+ *
+ *  @return BOOL型 YES表示上次程序发生闪退退出,否则反之
+ */
++ (BOOL)isCrashedLastTime;
+
+/**
+ *  上次程序退出是否是启动闪退
+ *
+ *  @return BOOL型 YES表示上次程序退出是启动闪退,否则反之
+ */
++ (BOOL)isCrashedLastTimeInBootup;
+
+/**
+ *  上次程序退出是闪退退出的情况下,返回自动化埋点记录的当前页面,否则为空
+ *
+ *  @return NSString型 页面信息
+ */
++ (NSString *)crashedViewId;
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashAsyncSignalInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashAsyncSignalInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..15f12a831bcafa019dde86bc1b2fa2427520f4b4
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashAsyncSignalInfo.h
@@ -0,0 +1,58 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#ifndef PLCRASH_ASYNC_SIGNAL_INFO_H
+#define PLCRASH_ASYNC_SIGNAL_INFO_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * @internal
+ *
+ * @defgroup plcrash_async_signal_info Signal Information
+ * @ingroup plcrash_async
+ *
+ * Provides mapping of signal number and code to strings.
+ *
+ * @{
+ */
+
+const char *plcrash_async_signal_signame (int signal);
+const char *plcrash_async_signal_sigcode (int signal, int si_code);
+
+/**
+ * @} plcrash_async_signal_info
+ */
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* PLCRASH_ASYNC_SIGNAL_INFO_H */
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashFeatureConfig.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashFeatureConfig.h
new file mode 100755
index 0000000000000000000000000000000000000000..a4880481e440d64632ad658969fe4b3c46f7a366
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashFeatureConfig.h
@@ -0,0 +1,104 @@
+/*
+ * Author: Landon Fuller <landonf@plausible.coop>
+ *
+ * Copyright (c) 2012-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#ifndef PLCRASH_FEATURE_CONFIG_H
+#define PLCRASH_FEATURE_CONFIG_H
+
+#include <TargetConditionals.h>
+
+/**
+ * @internal
+ *
+ * Build-time configuration for PLCrashReporter.
+ *
+ * This is used to automatically enable/disable features on a per-platform and per-configuration
+ * basis; it may also be used by third-party vendors to configure a custom build of PLCrashReporter.
+ *
+ * @defgroup build_config Build Configuration
+ * @ingroup constants
+ * @{
+ */
+
+/*
+ * Defaults
+ */
+
+/*
+ * For release builds, disable unused unwind implementations on targets that do not use them. For non-release
+ * builds, we include the unwind implementations to allow testing on a broader range of targets.
+ */
+#ifdef PLCF_RELEASE_BUILD
+#  if defined(__arm__)
+#    ifndef PLCRASH_FEATURE_UNWIND_DWARF
+#      define PLCRASH_FEATURE_UNWIND_DWARF 0
+#    endif
+#    ifndef PLCRASH_FEATURE_UNWIND_COMPACT
+#      define PLCRASH_FEATURE_UNWIND_COMPACT 0
+#    endif
+#  endif
+#endif
+
+/*
+ * Configuration Flags
+ */
+
+
+#ifndef PLCRASH_FEATURE_MACH_EXCEPTIONS
+/**
+ * If true, enable Mach exception support. On Mac OS X, the Mach exception implementation is fully supported,
+ * using publicly available API. On iOS, the APIs required for a complete implementation are not public. However, a
+ * popular commercial crash reporter is now shipping with support for Mach exceptions, which implies that either
+ * they've received special dispensation to use private APIs / private structures, they've found another way to do
+ * it, or they're just using undocumented functionality and hoping for the best.
+ *
+ * The exposed surface of undocumented API usage is relatively low, and there has been strong user demand to
+ * implement Mach exception handling regardless of concerns over API visiblity. Given this, we've enabled
+ * Mach exception handling by default, and provided both build-time and runtime configuration
+ * to disable its use.
+ *
+ * For more information on the potential issues with enabling mach exception support, @sa @ref mach_exceptions.
+ */
+#    define PLCRASH_FEATURE_MACH_EXCEPTIONS 1
+#endif
+
+#ifndef PLCRASH_FEATURE_UNWIND_DWARF
+/** If true, enable DWARF unwinding support. */
+#    define PLCRASH_FEATURE_UNWIND_DWARF 1
+#endif
+
+
+#ifndef PLCRASH_FEATURE_UNWIND_COMPACT
+/** If true, enable compact unwinding support. */
+#    define PLCRASH_FEATURE_UNWIND_COMPACT 1
+#endif
+
+/**
+ * @}
+ */
+
+#endif /* PLCRASH_FEATURE_CONFIG_H */
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashMacros.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashMacros.h
new file mode 100755
index 0000000000000000000000000000000000000000..8dec8754da46971d2e1cfbc89eac6e17585fb25b
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashMacros.h
@@ -0,0 +1,48 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#ifndef PLCRASH_CONSTANTS_H
+#define PLCRASH_CONSTANTS_H
+
+#if defined(__cplusplus)
+#   define PLCR_EXPORT extern "C"
+#   define PLCR_C_BEGIN_DECLS extern "C" {
+#   define PLCR_C_END_DECLS }
+#else
+#   define PLCR_EXPORT extern
+#   define PLCR_C_BEGIN_DECLS
+#   define PLCR_C_END_DECLS
+#endif
+
+#ifdef __clang__
+#  define PLCR_PRAGMA_CLANG(_p) _Pragma(_p)
+#else
+#  define PLCR_PRAGMA_CLANG(_p)
+#endif
+
+#endif /* PLCRASH_CONSTANTS_H */
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashNamespace.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashNamespace.h
new file mode 100755
index 0000000000000000000000000000000000000000..571d0a27b429be57ab2a528dfd23a64cbbd95c0c
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashNamespace.h
@@ -0,0 +1,80 @@
+/*
+ * Author: Landon Fuller <landonf@plausible.coop>
+ *
+ * Copyright (c) 2012-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+/*
+ * For external library integrators:
+ *
+ * Set this value to any valid C symbol prefix. This will automatically
+ * prepend the given prefix to all external symbols in the library.
+ *
+ * This may be used to avoid symbol conflicts between multiple libraries
+ * that may both incorporate PLCrashReporter.
+ */
+// #define PLCRASHREPORTER_PREFIX AcmeCo
+
+#ifdef PLCRASHREPORTER_PREFIX
+
+// We need two extra layers of indirection to make CPP substitute
+// the PLCRASHREPORTER_PREFIX define.
+#define PLNS_impl2(prefix, symbol) prefix ## symbol
+#define PLNS_impl(prefix, symbol) PLNS_impl2(prefix, symbol)
+#define PLNS(symbol) PLNS_impl(PLCRASHREPORTER_PREFIX, symbol)
+
+#define PLCrashMachExceptionServer          PLNS(PLCrashMachExceptionServer)
+#define PLCrashReport                       PLNS(PLCrashReport)
+#define PLCrashReportApplicationInfo        PLNS(PLCrashReportApplicationInfo)
+#define PLCrashReportBinaryImageInfo        PLNS(PLCrashReportBinaryImageInfo)
+#define PLCrashReportExceptionInfo          PLNS(PLCrashReportExceptionInfo)
+#define PLCrashReportMachExceptionInfo      PLNS(PLCrashReportMachExceptionInfo)
+#define PLCrashReportMachineInfo            PLNS(PLCrashReportMachineInfo)
+#define PLCrashReportProcessInfo            PLNS(PLCrashReportProcessInfo)
+#define PLCrashReportProcessorInfo          PLNS(PLCrashReportProcessorInfo)
+#define PLCrashReportRegisterInfo           PLNS(PLCrashReportRegisterInfo)
+#define PLCrashReportSignalInfo             PLNS(PLCrashReportSignalInfo)
+#define PLCrashReportStackFrameInfo         PLNS(PLCrashReportStackFrameInfo)
+#define PLCrashReportSymbolInfo             PLNS(PLCrashReportSymbolInfo)
+#define PLCrashReportSystemInfo             PLNS(PLCrashReportSystemInfo)
+#define PLCrashReportTextFormatter          PLNS(PLCrashReportTextFormatter)
+#define PLCrashReportThreadInfo             PLNS(PLCrashReportThreadInfo)
+#define PLCrashReporter                     PLNS(PLCrashReporter)
+#define PLCrashSignalHandler                PLNS(PLCrashSignalHandler)
+#define PLCrashReportHostArchitecture       PLNS(PLCrashReportHostArchitecture)
+#define PLCrashReportHostOperatingSystem    PLNS(PLCrashReportHostOperatingSystem)
+#define PLCrashReporterErrorDomain          PLNS(PLCrashReporterErrorDomain)
+#define PLCrashReporterException            PLNS(PLCrashReporterException)
+#define PLCrashHostInfo                     PLNS(PLCrashHostInfo)
+#define PLCrashMachExceptionPort            PLNS(PLCrashMachExceptionPort)
+#define PLCrashMachExceptionPortSet         PLNS(PLCrashMachExceptionPortSet)
+#define PLCrashProcessInfo                  PLNS(PLCrashProcessInfo)
+#define PLCrashReporterConfig               PLNS(PLCrashReporterConfig)
+#define PLCrashUncaughtExceptionHandler     PLNS(PLCrashUncaughtExceptionHandler)
+#define PLCrashMachExceptionForward         PLNS(PLCrashMachExceptionForward)
+#define PLCrashSignalHandlerForward         PLNS(PLCrashSignalHandlerForward)
+#define plcrash_signal_handler              PLNS(plcrash_signal_handler)
+
+#endif
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReport.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReport.h
new file mode 100755
index 0000000000000000000000000000000000000000..a179cd69099e77b9f7c2665e9270c3866805ea81
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReport.h
@@ -0,0 +1,200 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+#import "PLCrashReportApplicationInfo.h"
+#import "PLCrashReportBinaryImageInfo.h"
+#import "PLCrashReportExceptionInfo.h"
+#import "PLCrashReportMachineInfo.h"
+#import "PLCrashReportMachExceptionInfo.h"
+#import "PLCrashReportProcessInfo.h"
+#import "PLCrashReportProcessorInfo.h"
+#import "PLCrashReportRegisterInfo.h"
+#import "PLCrashReportSignalInfo.h"
+#import "PLCrashReportStackFrameInfo.h"
+#import "PLCrashReportSymbolInfo.h"
+#import "PLCrashReportSystemInfo.h"
+#import "PLCrashReportThreadInfo.h"
+
+/** 
+ * @ingroup constants
+ * Crash file magic identifier */
+#define PLCRASH_REPORT_FILE_MAGIC "plcrash"
+
+/** 
+ * @ingroup constants
+ * Crash format version byte identifier. Will not change outside of the introduction of
+ * an entirely new crash log format. */
+#define PLCRASH_REPORT_FILE_VERSION 1
+
+/**
+ * @ingroup types
+ * Crash log file header format.
+ *
+ * Crash log files start with 7 byte magic identifier (#PLCRASH_REPORT_FILE_MAGIC),
+ * followed by a single unsigned byte version number (#PLCRASH_REPORT_FILE_VERSION).
+ * The crash log message format itself is extensible, so this version number will only
+ * be incremented in the event of an incompatible encoding or format change.
+ */
+struct PLCrashReportFileHeader {
+    /** Crash log magic identifier, not NULL terminated */
+    const char magic[7];
+
+    /** Crash log encoding/format version */
+    const uint8_t version;
+
+    /** File data */
+    const uint8_t data[];
+} __attribute__((packed));
+
+
+/**
+ * @internal
+ * Private decoder instance variables (used to hide the underlying protobuf parser).
+ */
+typedef struct _PLCrashReportDecoder _PLCrashReportDecoder;
+
+@interface PLCrashReport : NSObject {
+@private
+    /** Private implementation variables (used to hide the underlying protobuf parser) */
+    _PLCrashReportDecoder *_decoder;
+
+    /** System info */
+    PLCrashReportSystemInfo *_systemInfo;
+    
+    /** Machine info */
+    PLCrashReportMachineInfo *_machineInfo;
+
+    /** Application info */
+    PLCrashReportApplicationInfo *_applicationInfo;
+    
+    /** Process info */
+    PLCrashReportProcessInfo *_processInfo;
+
+    /** Signal info */
+    PLCrashReportSignalInfo *_signalInfo;
+    
+    /** Mach exception info */
+    PLCrashReportMachExceptionInfo *_machExceptionInfo;
+
+    /** Thread info (PLCrashReportThreadInfo instances) */
+    NSArray *_threads;
+
+    /** Binary images (PLCrashReportBinaryImageInfo instances */
+    NSArray *_images;
+
+    /** Exception information (may be nil) */
+    PLCrashReportExceptionInfo *_exceptionInfo;
+
+    /** Report UUID */
+    CFUUIDRef _uuid;
+}
+
+- (id) initWithData: (NSData *) encodedData error: (NSError **) outError;
+
+- (PLCrashReportBinaryImageInfo *) imageForAddress: (uint64_t) address;
+
+/**
+ * System information.
+ */
+@property(nonatomic, readonly) PLCrashReportSystemInfo *systemInfo;
+
+/**
+ * YES if machine information is available.
+ */
+@property(nonatomic, readonly) BOOL hasMachineInfo;
+
+/**
+ * Machine information. Only available in later (v1.1+) crash report format versions. If not available,
+ * will be nil.
+ */
+@property(nonatomic, readonly) PLCrashReportMachineInfo *machineInfo;
+
+/**
+ * Application information.
+ */
+@property(nonatomic, readonly) PLCrashReportApplicationInfo *applicationInfo;
+
+/**
+ * YES if process information is available.
+ */
+@property(nonatomic, readonly) BOOL hasProcessInfo;
+
+/**
+ * Process information. Only available in later (v1.1+) crash report format versions. If not available,
+ * will be nil.
+ */
+@property(nonatomic, readonly) PLCrashReportProcessInfo *processInfo;
+
+/**
+ * Signal information. This provides the signal and signal code of the fatal signal.
+ */
+@property(nonatomic, readonly) PLCrashReportSignalInfo *signalInfo;
+
+/**
+ * Mach exception information, if available. This will only be included in the
+ * case that encoding crash reporter's exception-based reporting was enabled, and a Mach
+ * exception was caught.
+ *
+ * @warning If Mach exception information is available, the legacy signalInfo property will also be provided; this
+ * s required to maintain backwards compatibility with the established API. Note, however, that the signal info may be derived from the
+ * Mach exception info by the encoding crash reporter, and thus may not exactly match the kernel exception-to-signal
+ * mappings implemented in xnu. As such, when Mach exception info is available, its use should be preferred.
+ */
+@property(nonatomic, readonly) PLCrashReportMachExceptionInfo *machExceptionInfo;
+
+/**
+ * Thread information. Returns a list of PLCrashReportThreadInfo instances.
+ */
+@property(nonatomic, readonly) NSArray *threads;
+
+/**
+ * Binary image information. Returns a list of PLCrashReportBinaryImageInfo instances.
+ */
+@property(nonatomic, readonly) NSArray *images;
+
+/**
+ * YES if exception information is available.
+ */
+@property(nonatomic, readonly) BOOL hasExceptionInfo;
+
+/**
+ * Exception information. Only available if a crash was caused by an uncaught exception,
+ * otherwise nil.
+ */
+@property(nonatomic, readonly) PLCrashReportExceptionInfo *exceptionInfo;
+
+/**
+ * A client-generated 16-byte UUID. May be used to filter duplicate reports submitted or generated
+ * by a single client. Only available in later (v1.2+) crash report format versions. If not available,
+ * will be NULL.
+ */
+@property(nonatomic, readonly) CFUUIDRef uuidRef;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportApplicationInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportApplicationInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..0f84c89592516f9043a43191047e33cee0e05cb3
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportApplicationInfo.h
@@ -0,0 +1,53 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface PLCrashReportApplicationInfo : NSObject {
+@private
+    /** Application identifier */
+    NSString *_applicationIdentifier;
+    
+    /** Application version */
+    NSString *_applicationVersion;
+}
+
+- (id) initWithApplicationIdentifier: (NSString *) applicationIdentifier 
+                  applicationVersion: (NSString *) applicationVersion;
+
+/**
+ * The application identifier. This is usually the application's CFBundleIdentifier value.
+ */
+@property(nonatomic, readonly) NSString *applicationIdentifier;
+
+/**
+ * The application version. This is usually the application's CFBundleVersion value.
+ */
+@property(nonatomic, readonly) NSString *applicationVersion;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..339fdbb08f4555863b1bf03da4f43e6b175af8e8
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportBinaryImageInfo.h
@@ -0,0 +1,90 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+#import "PLCrashReportProcessorInfo.h"
+
+@interface PLCrashReportBinaryImageInfo : NSObject {
+@private
+    /** Code type */
+    PLCrashReportProcessorInfo *_processorInfo;
+
+    /** Base image address */
+    uint64_t _baseAddress;
+
+    /** Image segment size */
+    uint64_t _imageSize;
+
+    /** Name of binary image */
+    NSString *_imageName;
+
+    /** If the UUID is available */
+    BOOL _hasImageUUID;
+
+    /** 128-bit object UUID. May be nil. */
+    NSString *_imageUUID;
+}
+
+- (id) initWithCodeType: (PLCrashReportProcessorInfo *) processorInfo
+            baseAddress: (uint64_t) baseAddress 
+                   size: (uint64_t) imageSize
+                   name: (NSString *) imageName
+                   uuid: (NSData *) uuid;
+
+/**
+ * Image code type, or nil if unavailable.
+ */
+@property(nonatomic, readonly) PLCrashReportProcessorInfo *codeType;
+
+/**
+ * Image base address.
+ */
+@property(nonatomic, readonly) uint64_t imageBaseAddress;
+
+/**
+ * Segment size.
+ */
+@property(nonatomic, readonly) uint64_t imageSize;
+
+/**
+ * Image name (absolute path)
+ */
+@property(nonatomic, readonly) NSString *imageName;
+
+
+/**
+ * YES if this image has an associated UUID.
+ */
+@property(nonatomic, readonly) BOOL hasImageUUID;
+
+/**
+ * 128-bit object UUID (matches Mach-O DWARF dSYM files). May be nil if unavailable.
+ */
+@property(nonatomic, readonly) NSString *imageUUID;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportExceptionInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportExceptionInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..623b1d4e1583ef213dd0b893ef0fb7e062bacfa4
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportExceptionInfo.h
@@ -0,0 +1,65 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+#import "PLCrashReportThreadInfo.h"
+
+
+@interface PLCrashReportExceptionInfo : NSObject {
+@private
+    /** Name */
+    NSString *_name;
+
+    /** Reason */
+    NSString *_reason;
+
+    /** Ordered list of PLCrashReportStackFrame instances, or nil if unavailable. */
+    NSArray *_stackFrames;
+}
+
+- (id) initWithExceptionName: (NSString *) name reason: (NSString *) reason;
+
+- (id) initWithExceptionName: (NSString *) name 
+                      reason: (NSString *) reason
+                 stackFrames: (NSArray *) stackFrames;
+
+/**
+ * The exception name.
+ */
+@property(nonatomic, readonly) NSString *exceptionName;
+
+/**
+ * The exception reason.
+ */
+@property(nonatomic, readonly) NSString *exceptionReason;
+
+/* The exception's original call stack, as an array of PLCrashReportStackFrameInfo instances, or nil if unavailable.
+ * This may be preserved across rethrow of an exception, and can be used to determine the original call stack. */
+@property(nonatomic, readonly) NSArray *stackFrames;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportFormatter.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportFormatter.h
new file mode 100755
index 0000000000000000000000000000000000000000..77c2029fd025b3f483f397d01c032c24f1a2ac64
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportFormatter.h
@@ -0,0 +1,51 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+#import "PLCrashReport.h"
+
+/**
+ * A crash report formatter accepts a PLCrashReport instance, formats it according to implementation-specified rules,
+ * (such as implementing text output support), and returns the result.
+ */
+@protocol PLCrashReportFormatter
+
+/**
+ * Format the provided @a report.
+ *
+ * @param report Report to be formatted.
+ * @param outError A pointer to an NSError object variable. If an error occurs, this pointer will contain an error
+ * object indicating why the pending crash report could not be formatted. If no error occurs, this parameter will
+ * be left unmodified. You may specify nil for this parameter, and no error information will be provided.
+ *
+ * @return Returns the formatted report data on success, or nil on failure.
+ */
+- (NSData *) formatReport: (PLCrashReport *) report error: (NSError **) outError;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..a9d7f7c245113a89a158d737ab366f418e68ef77
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportMachExceptionInfo.h
@@ -0,0 +1,48 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface PLCrashReportMachExceptionInfo : NSObject {
+@private
+    /** The Mach exception type. */
+    uint64_t _type;
+    
+    /** The Mach exception codes, represented as an ordered array of NSNumber instances. */
+    NSArray *_codes;
+}
+
+- (id) initWithType: (uint64_t) type codes: (NSArray *) codes;
+
+/** The Mach exception type. */
+@property(nonatomic, readonly) uint64_t type;
+
+/** The Mach exception codes, represented as an ordered array of 64-bit unsigned NSNumber instances. */
+@property(nonatomic, readonly) NSArray *codes;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportMachineInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportMachineInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..4d0597c1dfa305654ef6758d55ef477d4d582da4
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportMachineInfo.h
@@ -0,0 +1,73 @@
+/*
+ * Author: Landon Fuller <landonf@plausible.coop>
+ *
+ * Copyright (c) 2008-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+#import "PLCrashReportProcessorInfo.h"
+
+@interface PLCrashReportMachineInfo : NSObject {
+@private
+    /** The hardware model name (eg, MacBookPro6,1). This may be unavailable, and this property will be nil. */
+    NSString *_modelName;
+    
+    /** The processor type. */
+    PLCrashReportProcessorInfo *_processorInfo;
+    
+    /* The number of actual physical processor cores. */
+    NSUInteger _processorCount;
+    
+    /* The number of logical processors. */
+    NSUInteger _logicalProcessorCount;
+}
+
+- (id) initWithModelName: (NSString *) modelName
+           processorInfo: (PLCrashReportProcessorInfo *) processorInfo
+          processorCount: (NSUInteger) processorCount
+   logicalProcessorCount: (NSUInteger) logicalProcessorCount;
+
+/** The hardware model name (eg, MacBookPro6,1). This may be unavailable, and this property will be nil. */
+@property(nonatomic, readonly) NSString *modelName;
+
+/** The processor type. This will be unavailable in reports generated prior to PLCrashReporter 1.2, in which case this property will be nil. */
+@property(nonatomic, readonly) PLCrashReportProcessorInfo *processorInfo;
+
+/*
+ * The number of actual physical processor cores. Note that the number of active processors may be managed by the
+ * operating system's power management system, and this value may not reflect the number of active
+ * processors at the time of the crash.
+ */
+@property(nonatomic, readonly) NSUInteger processorCount;
+
+/*
+ * The number of logical processors.  Note that the number of active processors may be managed by the
+ * operating system's power management system, and this value may not reflect the number of active
+ * processors at the time of the crash.
+ */
+@property(nonatomic, readonly) NSUInteger logicalProcessorCount;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportProcessInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportProcessInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..ca683d50dafcbf68cc2cffad5da10f673bbf1000
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportProcessInfo.h
@@ -0,0 +1,103 @@
+/*
+ * Author: Damian Morris <damian@moso.com.au>
+ *
+ * Copyright (c) 2010 MOSO Corporation, Pty Ltd.
+ * Copyright (c) 2010-2013 Plausible Labs Cooperative, Inc.
+ *
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface PLCrashReportProcessInfo : NSObject {
+@private
+    /** Process name, or nil if unavailable. */
+    NSString *_processName;
+    
+    /** Process ID */
+    NSUInteger _processID;
+    
+    /** Process path */
+    NSString* _processPath;
+
+    /** Date and time that the crashing process was started. This may be unavailable, and this property
+     * will be nil. */
+    NSDate *_processStartTime;
+
+    /** Parent process name, or nil if unavailable.  */
+    NSString *_parentProcessName;
+    
+    /** Parent process ID */
+    NSUInteger _parentProcessID;
+    
+    /** If false, the process is being run via process-level CPU emulation (such as Rosetta). */
+    BOOL _native;
+}
+
+- (id) initWithProcessName: (NSString *) processName
+                 processID: (NSUInteger) processID
+               processPath: (NSString *) processPath
+          processStartTime: (NSDate *) processStartTime
+         parentProcessName: (NSString *) parentProcessName
+           parentProcessID: (NSUInteger) parentProcessID
+                    native: (BOOL) native;
+
+/**
+ * The process name. This value may not be included in the crash report, in which case this property
+ * will be nil.
+ */
+@property(nonatomic, readonly) NSString *processName;
+
+/**
+ * The process ID.
+ */
+@property(nonatomic, readonly) NSUInteger processID;
+
+/**
+ * The path to the process executable. This value may not be included in the crash report, in which case this property
+ * will be nil.
+ */
+@property(nonatomic, readonly) NSString *processPath;
+
+/**
+ * Date and time that the crashing process was started. This value may not be included in the crash report, in which case this property
+ * will be nil.
+ */
+@property(nonatomic, readonly) NSDate *processStartTime;
+
+/**
+ * The parent process name. This value may not be included in the crash report, in which case this property
+ * will be nil.
+ */
+@property(nonatomic, readonly) NSString *parentProcessName;
+
+/**
+ * The parent process ID.
+ */
+@property(nonatomic, readonly) NSUInteger parentProcessID;
+
+/** The process' native execution status. If false, the process is being run via process-level CPU emulation (such as Rosetta). */
+@property(nonatomic, readonly) BOOL native;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportProcessorInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportProcessorInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..03d570bd4c2f72c6772afac82fa9b3f534cfdf39
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportProcessorInfo.h
@@ -0,0 +1,74 @@
+/*
+ * Author: Landon Fuller <landonf@plausible.coop>
+ *
+ * Copyright (c) 2008-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+#import <mach/machine.h>
+
+/**
+ * @ingroup constants
+ *
+ * The type encodings supported for CPU types and subtypes. Currently only Apple
+ * Mach-O defined encodings are supported.
+ *
+ * @internal
+ * These enum values match the protobuf values. Keep them synchronized.
+ */
+typedef enum {
+    /** Unknown cpu type encoding. */
+    PLCrashReportProcessorTypeEncodingUnknown = 0,
+
+    /** Apple Mach-defined processor types. */
+    PLCrashReportProcessorTypeEncodingMach = 1
+} PLCrashReportProcessorTypeEncoding;
+
+@interface PLCrashReportProcessorInfo : NSObject {
+@private
+    /** Type encoding */
+    PLCrashReportProcessorTypeEncoding _typeEncoding;
+
+    /** CPU type */
+    uint64_t _type;
+
+    /** CPU subtype */
+    uint64_t _subtype;
+}
+
+- (id) initWithTypeEncoding: (PLCrashReportProcessorTypeEncoding) typeEncoding
+                       type: (uint64_t) type
+                    subtype: (uint64_t) subtype;
+
+/** The CPU type encoding. */
+@property(nonatomic, readonly) PLCrashReportProcessorTypeEncoding typeEncoding;
+
+/** The CPU type. */
+@property(nonatomic, readonly) uint64_t type;
+
+/** The CPU subtype. */
+@property(nonatomic, readonly) uint64_t subtype;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportRegisterInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportRegisterInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..20b618d74725ac0908802375f10a10e5010422ad
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportRegisterInfo.h
@@ -0,0 +1,52 @@
+/*
+ * Author: Landon Fuller <landonf@plausible.coop>
+ *
+ * Copyright (c) 2008-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface PLCrashReportRegisterInfo : NSObject {
+@private
+    /** Register name */
+    NSString *_registerName;
+    
+    /** Register value */
+    uint64_t _registerValue;
+}
+
+- (id) initWithRegisterName: (NSString *) registerName registerValue: (uint64_t) registerValue;
+
+/**
+ * Register name.
+ */
+@property(nonatomic, readonly) NSString *registerName;
+
+/**
+ * Register value.
+ */
+@property(nonatomic, readonly) uint64_t registerValue;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSignalInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSignalInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..2c5c5fe23d2609bc53e5038333dd02a6dfc37164
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSignalInfo.h
@@ -0,0 +1,60 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface PLCrashReportSignalInfo : NSObject {
+@private
+    /** Signal name */
+    NSString *_name;
+    
+    /** Signal code */
+    NSString *_code;
+
+    /** Fauling instruction or address */
+    uint64_t _address;
+}
+
+- (id) initWithSignalName: (NSString *) name code: (NSString *) code address: (uint64_t) address;
+
+/**
+ * The signal name.
+ */
+@property(nonatomic, readonly) NSString *name;
+
+/**
+ * The signal code.
+ */
+@property(nonatomic, readonly) NSString *code;
+
+/**
+ * The faulting instruction or address.
+ */
+@property(nonatomic, readonly) uint64_t address;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..997e7626505266ba5cfab58a74a8a8fb95ce7dee
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportStackFrameInfo.h
@@ -0,0 +1,52 @@
+/*
+ * Author: Landon Fuller <landonf@plausible.coop>
+ *
+ * Copyright (c) 2008-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+#import "PLCrashReportSymbolInfo.h"
+
+@interface PLCrashReportStackFrameInfo : NSObject {
+@private
+    /** Frame instruction pointer. */
+    uint64_t _instructionPointer;
+
+    /** Symbol information, if available. Otherwise, will be nil. */
+    PLCrashReportSymbolInfo *_symbolInfo;
+}
+
+- (id) initWithInstructionPointer: (uint64_t) instructionPointer symbolInfo: (PLCrashReportSymbolInfo *) symbolInfo;
+
+/**
+ * Frame's instruction pointer.
+ */
+@property(nonatomic, readonly) uint64_t instructionPointer;
+
+/** Symbol information for this frame.
+ * This may be unavailable, and this property will be nil. */
+@property(nonatomic, readonly) PLCrashReportSymbolInfo *symbolInfo;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSymbolInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSymbolInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..c6ceb6c10968f54e39ff7e46889fc7459cfb9f2d
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSymbolInfo.h
@@ -0,0 +1,61 @@
+/*
+ * Author: Landon Fuller <landonf@plausible.coop>
+ *
+ * Copyright (c) 2012-2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface PLCrashReportSymbolInfo : NSObject {
+@private
+    /** The symbol name. */
+    NSString *_symbolName;
+    
+    /** The symbol start address. */
+    uint64_t _startAddress;
+    
+    /** The symbol end address, if explicitly defined. Will be 0 if unknown. */
+    uint64_t _endAddress;
+}
+
+- (id) initWithSymbolName: (NSString *) symbolName
+             startAddress: (uint64_t) startAddress
+               endAddress: (uint64_t) endAddress;
+
+/** The symbol name. */
+@property(nonatomic, readonly) NSString *symbolName;
+
+/** The symbol start address. */
+@property(nonatomic, readonly) uint64_t startAddress;
+
+/* The symbol end address, if explicitly defined. This will only be included if the end address is
+ * explicitly defined (eg, by DWARF debugging information), will not be derived by best-guess
+ * heuristics.
+ *
+ * If unknown, the address will be 0.
+ */
+@property(nonatomic, readonly) uint64_t endAddress;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSystemInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSystemInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..e98c969c81c15bfbf06b87d609f0c893812b4873
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportSystemInfo.h
@@ -0,0 +1,145 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+/**
+ * @ingroup constants
+ *
+ * Indicates the Operating System under which a Crash Log was generated.
+ *
+ * @internal
+ * These enum values match the protobuf values. Keep them synchronized.
+ */
+typedef enum {
+    /** Mac OS X. */
+    PLCrashReportOperatingSystemMacOSX = 0,
+    
+    /** iPhone OS */
+    PLCrashReportOperatingSystemiPhoneOS = 1,
+    
+    /** iPhone Simulator (Mac OS X with additional simulator-specific runtime libraries) */
+    PLCrashReportOperatingSystemiPhoneSimulator = 2,
+    
+    /** Unknown operating system */
+    PLCrashReportOperatingSystemUnknown = 3,
+} PLCrashReportOperatingSystem;
+
+/**
+ * @ingroup constants
+ *
+ * Indicates the architecture under which a Crash Log was generated.
+ *
+ * @deprecated The architecture value has been deprecated in v1.1 and later crash reports. All new reports
+ * will make use of the new PLCrashReportProcessorInfo CPU type encodings.
+ *
+ * @internal
+ * These enum values match the protobuf values. Keep them synchronized.
+ */
+typedef enum {
+    /** x86-32. */
+    PLCrashReportArchitectureX86_32 = 0,
+    
+    /** x86-64 */
+    PLCrashReportArchitectureX86_64 = 1,
+
+    /** ARMv6 */
+    PLCrashReportArchitectureARMv6 = 2,
+
+    /**
+     * ARMv6
+     * @deprecated This value has been deprecated in favor of ARM subtype-specific
+     * values.
+     * @sa PLCrashReportArchitectureARMv6
+     */
+    PLCrashReportArchitectureARM = PLCrashReportArchitectureARMv6,
+
+    /** PPC */
+    PLCrashReportArchitecturePPC = 3,
+    
+    /** PPC64 */
+    PLCrashReportArchitecturePPC64 = 4,
+    
+    /** ARMv7 */
+    PLCrashReportArchitectureARMv7 = 5,
+    
+    /** Unknown */
+    PLCrashReportArchitectureUnknown = 6
+} PLCrashReportArchitecture;
+
+
+extern PLCrashReportOperatingSystem PLCrashReportHostOperatingSystem;
+extern PLCrashReportArchitecture PLCrashReportHostArchitecture;
+
+@interface PLCrashReportSystemInfo : NSObject {
+@private
+    /** Operating system */
+    PLCrashReportOperatingSystem _operatingSystem;
+    
+    /** Operating system version */
+    NSString *_osVersion;
+    
+    /** OS build. May be nil. */
+    NSString *_osBuild;
+    
+    /** Architecture */
+    PLCrashReportArchitecture _architecture;
+    
+    /** Date crash report was generated. May be nil if the date is unknown. */
+    NSDate *_timestamp;
+}
+
+- (id) initWithOperatingSystem: (PLCrashReportOperatingSystem) operatingSystem 
+        operatingSystemVersion: (NSString *) operatingSystemVersion
+                  architecture: (PLCrashReportArchitecture) architecture
+                     timestamp: (NSDate *) timestamp;
+
+- (id) initWithOperatingSystem: (PLCrashReportOperatingSystem) operatingSystem 
+        operatingSystemVersion: (NSString *) operatingSystemVersion
+          operatingSystemBuild: (NSString *) operatingSystemBuild
+                  architecture: (PLCrashReportArchitecture) architecture
+                     timestamp: (NSDate *) timestamp;
+
+/** The operating system. */
+@property(nonatomic, readonly) PLCrashReportOperatingSystem operatingSystem;
+
+/** The operating system's release version. */
+@property(nonatomic, readonly) NSString *operatingSystemVersion;
+
+/** The operating system's build identifier (eg, 10J869). This may be unavailable, and this property will be nil. */
+@property(nonatomic, readonly) NSString *operatingSystemBuild;
+
+/** Architecture. @deprecated The architecture value has been deprecated in v1.1 and later crash reports. All new reports
+ * include the CPU type as part of the crash report's machine info structure, using the PLCrashReportProcessorInfo
+ * extensible encoding. */
+@property(nonatomic, readonly) PLCrashReportArchitecture architecture;
+
+/** Date and time that the crash report was generated. This may be unavailable, and this property will be nil. */
+@property(nonatomic, readonly) NSDate *timestamp;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportTextFormatter.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportTextFormatter.h
new file mode 100755
index 0000000000000000000000000000000000000000..2ba7e3503e02ac7c28423cc9258ad278f1dffa56
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportTextFormatter.h
@@ -0,0 +1,62 @@
+/*
+ * Authors:
+ *  Landon Fuller <landonf@plausiblelabs.com>
+ *  Damian Morris <damian@moso.com.au>
+ *
+ * Copyright (c) 2008-2013 Plausible Labs Cooperative, Inc.
+ * Copyright (c) 2010 MOSO Corporation, Pty Ltd.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+
+#import <Foundation/Foundation.h>
+
+#import "PLCrashReportFormatter.h"
+
+/**
+ * Supported text output formats.
+ *
+ * @ingroup enums
+ */
+typedef enum {
+    /** An iOS-compatible crash log text format. Compatible with the crash logs generated by the device and available
+     * through iTunes Connect. */
+    PLCrashReportTextFormatiOS = 0
+} PLCrashReportTextFormat;
+
+
+@interface PLCrashReportTextFormatter : NSObject <PLCrashReportFormatter> {
+@private
+    /** Text output format. */
+    PLCrashReportTextFormat _textFormat;
+
+    /** Encoding to use for string output. */
+    NSStringEncoding _stringEncoding;
+}
+
++ (NSString *) stringValueForCrashReport: (PLCrashReport *) report withTextFormat: (PLCrashReportTextFormat) textFormat;
+
+- (id) initWithTextFormat: (PLCrashReportTextFormat) textFormat stringEncoding: (NSStringEncoding) stringEncoding;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportThreadInfo.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportThreadInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..04c86044548c3e39d93d9477e70b7fb15d8e96ae
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReportThreadInfo.h
@@ -0,0 +1,77 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+
+#import "PLCrashReportStackFrameInfo.h"
+#import "PLCrashReportRegisterInfo.h"
+
+@interface PLCrashReportThreadInfo : NSObject {
+@private
+    /** The thread number. Should be unique within a given crash log. */
+    NSInteger _threadNumber;
+
+    /** Ordered list of PLCrashReportStackFrame instances */
+    NSArray *_stackFrames;
+
+    /** YES if this thread crashed. */
+    BOOL _crashed;
+
+    /** List of PLCrashReportRegister instances. Will be empty if _crashed is NO. */
+    NSArray *_registers;
+}
+
+- (id) initWithThreadNumber: (NSInteger) threadNumber
+                stackFrames: (NSArray *) stackFrames
+                    crashed: (BOOL) crashed
+                  registers: (NSArray *) registers;
+
+/**
+ * Application thread number.
+ */
+@property(nonatomic, readonly) NSInteger threadNumber;
+
+/**
+ * Thread backtrace. Provides an array of PLCrashReportStackFrameInfo instances.
+ * The array is ordered, last callee to first.
+ */
+@property(nonatomic, readonly) NSArray *stackFrames;
+
+/**
+ * If this thread crashed, set to YES.
+ */
+@property(nonatomic, readonly) BOOL crashed;
+
+/**
+ * State of the general purpose and related registers, as a list of
+ * PLCrashReportRegister instances. If this thead did not crash (crashed returns NO),
+ * this list will be empty.
+ */
+@property(nonatomic, readonly) NSArray *registers;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReporter.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReporter.h
new file mode 100755
index 0000000000000000000000000000000000000000..88824a6883324be89d7e04b9df99be25861b5918
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReporter.h
@@ -0,0 +1,133 @@
+/*
+ * Author: Landon Fuller <landonf@plausiblelabs.com>
+ *
+ * Copyright (c) 2008-2009 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+#import <mach/mach.h>
+
+#import "PLCrashReporterConfig.h"
+
+@class PLCrashMachExceptionServer;
+@class PLCrashMachExceptionPortSet;
+
+/**
+ * @ingroup functions
+ *
+ * Prototype of a callback function used to execute additional user code with signal information as provided
+ * by PLCrashReporter. Called upon completion of crash handling, after the crash report has been written to disk.
+ *
+ * @param info The signal info.
+ * @param uap The crash's threads context.
+ * @param context The API client's supplied context value.
+ *
+ * @sa @ref async_safety
+ * @sa PLCrashReporter::setPostCrashCallbacks:
+ */
+typedef void (*PLCrashReporterPostCrashSignalCallback)(siginfo_t *info, ucontext_t *uap, void *context);
+
+/**
+ * @ingroup types
+ *
+ * This structure contains callbacks supported by PLCrashReporter to allow the host application to perform
+ * additional tasks prior to program termination after a crash has occured.
+ *
+ * @sa @ref async_safety
+ */
+typedef struct PLCrashReporterCallbacks {
+    /** The version number of this structure. If not one of the defined version numbers for this type, the behavior
+     * is undefined. The current version of this structure is 0. */
+    uint16_t version;
+    
+    /** An arbitrary user-supplied context value. This value may be NULL. */
+    void *context;
+
+    /**
+     * The callback used to report caught signal information. In version 0 of this structure, all crashes will be
+     * reported via this function.
+     *
+     * @warning When using PLCrashReporterSignalHandlerTypeMach, the siginfo_t argument to this function will be derived
+     * from the Mach exception data, and may be incorrect, or may otherwise not match the expected data as provided via
+     * PLCrashReporterSignalHandlerTypeBSD. In addition, the provided ucontext_t value will be zero-initialized, and will
+     * not provide valid thread state.
+     *
+     * This callback will be deprecated in favor of a Mach-compatible replacement in a future release; support is maintained
+     * here to allow clients that rely on post-crash callbacks without thread state to make use of Mach exceptions.
+     */
+    PLCrashReporterPostCrashSignalCallback handleSignal;
+} PLCrashReporterCallbacks;
+
+@interface PLCrashReporter : NSObject {
+@private
+    /** Reporter configuration */
+    PLCrashReporterConfig *_config;
+
+    /** YES if the crash reporter has been enabled */
+    BOOL _enabled;
+    
+#if PLCRASH_FEATURE_MACH_EXCEPTIONS
+    /** The backing Mach exception server, if any. Nil if the reporter has not been enabled, or if
+     * the configured signal handler type is not PLCrashReporterSignalHandlerTypeMach. */
+    PLCrashMachExceptionServer *_machServer;
+    
+    /** Previously registered Mach exception ports, if any. */
+    PLCrashMachExceptionPortSet *_previousMachPorts;
+#endif /* PLCRASH_FEATURE_MACH_EXCEPTIONS */
+
+    /** Application identifier */
+    NSString *_applicationIdentifier;
+
+    /** Application version */
+    NSString *_applicationVersion;
+
+    /** Path to the crash reporter internal data directory */
+    NSString *_crashReportDirectory;
+}
+
++ (PLCrashReporter *) sharedReporter;
+
+- (instancetype) initWithConfiguration: (PLCrashReporterConfig *) config;
+
+- (BOOL) hasPendingCrashReport;
+
+- (NSData *) loadPendingCrashReportData;
+- (NSData *) loadPendingCrashReportDataAndReturnError: (NSError **) outError;
+
+- (NSData *) generateLiveReportWithThread: (thread_t) thread;
+- (NSData *) generateLiveReportWithThread: (thread_t) thread error: (NSError **) outError;
+
+- (NSData *) generateLiveReport;
+- (NSData *) generateLiveReportAndReturnError: (NSError **) outError;
+
+- (BOOL) purgePendingCrashReport;
+- (BOOL) purgePendingCrashReportAndReturnError: (NSError **) outError;
+
+- (BOOL) enableCrashReporter;
+- (BOOL) enableCrashReporterAndReturnError: (NSError **) outError;
+
+- (void) setCrashCallbacks: (PLCrashReporterCallbacks *) callbacks;
+
+@end
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReporterConfig.h b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReporterConfig.h
new file mode 100755
index 0000000000000000000000000000000000000000..82f0bd9cf2314635eb4adce71119a8f2711a76c4
--- /dev/null
+++ b/MPaaS/Frameworks/APCrashReporter.framework/Headers/PLCrashReporterConfig.h
@@ -0,0 +1,165 @@
+/*
+ * Author: Landon Fuller <landonf@plausible.coop>
+ *
+ * Copyright (c) 2013 Plausible Labs Cooperative, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#import <Foundation/Foundation.h>
+#import "PLCrashFeatureConfig.h"
+
+/**
+ * @ingroup enums
+ * Supported mechanisms for trapping and handling crashes.
+ */
+typedef NS_ENUM(NSUInteger, PLCrashReporterSignalHandlerType) {
+    /**
+     * Trap fatal signals via a sigaction(2)-registered BSD signal handler.
+     *
+     * PLCrashReporter's signal handler will supersede previously registered handlers; existing
+     * handlers will not be called. This behavior may be modified in a future release, and should
+     * not be relied upon as a mechanism to prevent existing signal handlers from being called.
+     *
+     * There are some limitations to signal-based crash handling on Mac OS X and iOS; specifically:
+     *
+     * - On Mac OS X, stack overflows will only be handled on the thread on which
+     *   the crash reporter was initialized. This should generally be the main thread.
+     * - On iOS 6.0 and later, any stack overflows will not be handled due to sigaltstack() being
+     *   non-functional on the device. (see rdar://13002712 - SA_ONSTACK/sigaltstack() ignored on iOS).
+     * - Some exit paths in Apple's Libc will deregister a signal handler before firing SIGABRT, resulting
+     *   in the signal handler never being called (see rdar://14313497 - ___abort() disables SIGABRT signal
+     *   handlers prior to raising SIGABRT).  These __abort()-based checks are:
+     *     - Implemented for unsafe memcpy/strcpy/snprintf C functions.
+     *     - Only enabled when operating on a fixed-width target buffer (in which case the
+     *       compiler rewrites the function calls to the built-in variants, and provides the fixed-width length as an argument).
+     *     - Only trigger in the case that the source data exceeds the size of the fixed width target
+     *       buffer, and the maximum length argument either isn't supplied by the caller (eg, when using strcpy),
+     *       or a too-long argument is supplied (eg, strncpy with a length argument longer than the target buffer),
+     *       AND that argument can't be checked at compile-time.
+     */
+    PLCrashReporterSignalHandlerTypeBSD = 0,
+
+#if PLCRASH_FEATURE_MACH_EXCEPTIONS
+    /**
+     * Trap fatal signals via a Mach exception server.
+     *
+     * If any existing Mach exception server has been registered for the task, exceptions will be forwarded to that
+     * exception handler. Should the exceptions be handled by an existing handler, no report will be generated
+     * by PLCrashReporter.
+     *
+     * @par Mac OS X
+     *
+     * On Mac OS X, the Mach exception implementation is fully supported, using publicly available API -- note,
+     * however, that some kernel-internal constants, as well as architecture-specific trap information,
+     * may be required to fully interpret a Mach exception's root cause.
+     *
+     * @par iOS
+     *
+     * On iOS, the APIs required for a complete implementation are not fully public.
+     *
+     * The exposed surface of undocumented API usage is relatively low, and there has been strong user demand to
+     * implement Mach exception handling regardless of concerns over API visiblity. Given this, we've included
+     * Mach exception handling as an optional feature, with both build-time and runtime configuration
+     * to disable its inclusion or use, respectively.
+     *
+     * @par Debugger Incompatibility
+     *
+     * The Mach exception handler executes in-process, and will interfere with debuggers when they attempt to
+     * suspend all active threads (which will include the Mach exception handler). Mach-based handling
+     * should not be used when a debugger is attached.
+     *
+     * @par More Details
+     *
+     * For more information, refer to @ref mach_exceptions.
+     */
+    PLCrashReporterSignalHandlerTypeMach = 1
+#endif /* PLCRASH_FEATURE_MACH_EXCEPTIONS */
+};
+
+/**
+ * @ingroup enums
+ * Supported mechanisms for performing local symbolication.
+ *
+ * Local symbolication is performed using inexact heuristics and symbol data available at runtime; it may
+ * return information that is incorrect. This may still be useful in the case where DWARF data is unavailable
+ * for a given build; in that case, it can provide function and method names (though not line numbers) for a
+ * crash report that may otherwise be unusable.
+ *
+ * Note, however, this comes at the cost of a significant increase in code that must run within the critical
+ * crash reporting section, where failures may result in crash reports being corrupted or left unwritten. In
+ * addition, some of the provided symbolication strategies rely on knowledge of runtime internals that may
+ * change in future iOS releases. Given that DWARF symbolication data will <em>always</em> be more accurate, and
+ * the risks inherent in executing considerably more code at crash time, it is strongly recommended that local
+ * symbolication only be enabled for non-release builds.
+ *
+ * Multiple symbolication strategies may be enabled, in which case a best-match heuristic will be applied to the
+ * results.
+ */
+typedef NS_OPTIONS(NSUInteger, PLCrashReporterSymbolicationStrategy) {
+    /** No symbolication. */
+    PLCrashReporterSymbolicationStrategyNone = 0,
+
+    /**
+     * Use the standard binary symbol table. On iOS, this alone will return
+     * incomplete results, as most symbols are rewritten to the common '\<redacted>' string.
+     */
+    PLCrashReporterSymbolicationStrategySymbolTable = 1 << 0,
+
+    /**
+     * Use Objective-C metadata to find method and class names. This relies on detailed parsing
+     * of the Objective-C runtime data, including undefined flags and other runtime internals. As such,
+     * it may return incorrect data should the runtime be changed incompatibly.
+     */
+    PLCrashReporterSymbolicationStrategyObjC = 1 << 1,
+    
+    /**
+     * Enable all available symbolication strategies.
+     */
+    PLCrashReporterSymbolicationStrategyAll = (PLCrashReporterSymbolicationStrategySymbolTable|PLCrashReporterSymbolicationStrategyObjC)
+};
+
+@interface PLCrashReporterConfig : NSObject {
+@private
+    /** The configured signal handler type. */
+    PLCrashReporterSignalHandlerType _signalHandlerType;
+    
+    /** The configured symbolication strategy. */
+    PLCrashReporterSymbolicationStrategy _symbolicationStrategy;
+}
+
++ (instancetype) defaultConfiguration;
+
+- (instancetype) init;
+- (instancetype) initWithSignalHandlerType: (PLCrashReporterSignalHandlerType) signalHandlerType
+                     symbolicationStrategy: (PLCrashReporterSymbolicationStrategy) symbolicationStrategy;
+
+/** The configured signal handler type. */
+@property(nonatomic, readonly) PLCrashReporterSignalHandlerType signalHandlerType;
+
+/** The configured symbolication strategy. */
+@property(nonatomic, readonly) PLCrashReporterSymbolicationStrategy symbolicationStrategy;
+
+
+@end
+
diff --git a/MPaaS/Frameworks/APCrashReporter.framework/Info.plist b/MPaaS/Frameworks/APCrashReporter.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..11e8d65bb273540651fabb52297d8eb229c3f239
Binary files /dev/null and b/MPaaS/Frameworks/APCrashReporter.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APLog.framework/APLog b/MPaaS/Frameworks/APLog.framework/APLog
new file mode 100755
index 0000000000000000000000000000000000000000..92e0c156bde70b9d72c29398d8b35bfe51144b9b
Binary files /dev/null and b/MPaaS/Frameworks/APLog.framework/APLog differ
diff --git a/MPaaS/Frameworks/APLog.framework/APLog-Info.plist b/MPaaS/Frameworks/APLog.framework/APLog-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..d2862e841d43576add50654259974c2742d76741
Binary files /dev/null and b/MPaaS/Frameworks/APLog.framework/APLog-Info.plist differ
diff --git a/MPaaS/Frameworks/APLog.framework/Headers/APLog.h b/MPaaS/Frameworks/APLog.framework/Headers/APLog.h
new file mode 100755
index 0000000000000000000000000000000000000000..e3807f96f26e01fb024db47b816ee034bf7643d0
--- /dev/null
+++ b/MPaaS/Frameworks/APLog.framework/Headers/APLog.h
@@ -0,0 +1,100 @@
+//
+//  APLog.h
+//  APUtils
+//
+//  Created by WenBi on 13-4-2.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+typedef enum APLogLevel
+{
+	/** 特殊的日志级别,用于关闭所有的日志记录。 */
+	kAPLogLevelOff = (NSUInteger)-1,
+	
+	/** 出错级别,用于记录错误事件。 */
+	kAPLogLevelError = 40000,
+	
+	/** 警告级别,记录可能会影响应用程序正常运行的事件。 */
+	kAPLogLevelWarn = 30000,
+	
+	/** 信息级别,用于记录程序中的关键事件。 */
+	kAPLogLevelInfo = 20000,
+	
+	/** 调试级别,用于记录应用程序的调试信息。 */
+	kAPLogLevelDebug = 10000,
+	
+	/** 特殊的最低级别,用于打开所有的日志记录。 */
+	kAPLogLevelAll = 0,
+	
+} APLogLevel;
+
+
+/**
+ * Log a message with kAPLogLevelError level.
+ *
+ * @param message An NSString object that contains a printf-style string
+ *    containing a log message and placeholders for the arguments.
+ * @param ... The arguments displayed in the format string.
+ */
+#define APLogError(tag,fmt, ...) \
+APLogToFile(tag, kAPLogLevelError, fmt, ##__VA_ARGS__)
+
+/**
+ * Log a message with kAPLogLevelWarn level.
+ *
+ * @param message An NSString object that contains a printf-style string
+ *    containing a log message and placeholders for the arguments.
+ * @param ... The arguments displayed in the format string.
+ */
+#define APLogWarn(tag,fmt, ...) \
+APLogToFile(tag, kAPLogLevelWarn, fmt, ##__VA_ARGS__)
+
+/**
+ * Log a message with kAPLogLevelInfo level.
+ *
+ * @param message An NSString object that contains a printf-style string
+ *    containing a log message and placeholders for the arguments.
+ * @param ... The arguments displayed in the format string.
+ */
+#define APLogInfo(tag,fmt, ...) \
+APLogToFile(tag, kAPLogLevelInfo, fmt, ##__VA_ARGS__)
+
+/**
+ * Log a message with kAPLogLevelDebug level.
+ *
+ * @param message An NSString object that contains a printf-style string
+ *    containing a log message and placeholders for the arguments.
+ * @param ... The arguments displayed in the format string.
+ */
+#define APLogDebug(tag,fmt, ...) \
+APLogToFile(tag, kAPLogLevelDebug, fmt, ##__VA_ARGS__)
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    
+    /**
+     * 内部使用,业务不要用。
+     */
+    void APLogToFile(NSString *tag, int level, NSString *format, ...);
+    
+    /**
+     * 历史遗留,没有实现,业务不要用。
+     */
+    void APLog(NSString *format, ...);
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#if DEBUG
+#define APLogMonitor(tag,fmt, ...) APLogToFile(tag, kAPLogLevelInfo, fmt, ##__VA_ARGS__)
+#else
+#define APLogMonitor(tag,fmt, ...)
+#endif
+
diff --git a/MPaaS/Frameworks/APLog.framework/Headers/APLogIO.h b/MPaaS/Frameworks/APLog.framework/Headers/APLogIO.h
new file mode 100755
index 0000000000000000000000000000000000000000..57f0ee9883cc04c3fee998a7368d8f492b45d188
--- /dev/null
+++ b/MPaaS/Frameworks/APLog.framework/Headers/APLogIO.h
@@ -0,0 +1,43 @@
+//
+//  aplog_io.h
+//  APLog
+//
+//  Created by myy on 17/1/17.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifndef aplog_io_h
+#define aplog_io_h
+
+
+#include <stdio.h>
+#include <stdlib.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    
+    
+    typedef struct _APLogIO
+    {
+        int  isMmap;
+        int  (*fileOpen )(void* thiz, const char* szLogName, const char* szMmapName, int isFg);
+        int  (*fileWrite)(void* thiz, const void* buf, size_t len);
+        int  (*fileFlush)(void* thiz);
+        void (*fileClose)(void* thiz);
+        void (*fileHandleFgBgState)(void* thiz, int isFg);
+    }APLogIO;
+    
+    
+    APLogIO* APLogIOCreate(int isMmap);
+    void APLogIOFree(APLogIO* thiz);
+    
+    
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+
diff --git a/MPaaS/Frameworks/APLog.framework/Headers/APLogMgr.h b/MPaaS/Frameworks/APLog.framework/Headers/APLogMgr.h
new file mode 100755
index 0000000000000000000000000000000000000000..96006cf90b461c30f943fed491efe70062bac671
--- /dev/null
+++ b/MPaaS/Frameworks/APLog.framework/Headers/APLogMgr.h
@@ -0,0 +1,42 @@
+//
+//  APLogMgr.h
+//  APLog
+//
+//  Created by myy on 17/1/2.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@protocol APLogZipInterface
+- (BOOL)createZipFile:(NSString*)zipFile;
+- (BOOL)addFileToZip:(NSString*)file newname:(NSString*)newname;
+- (BOOL)closeZipFile;
+@end
+
+
+@protocol APLogMgrDelegate
+- (NSString*)uploadLogUrl;
+- (NSString*)uploadStatusUrl;
+- (NSString*)currentUserId;
+- (id<APLogZipInterface>)makeZipObj;
+@optional
+- (BOOL)isLogFormatAssertCheck;
+- (BOOL)isCloseLogEncrypt;
+- (void)logWithoutEncrypt:(NSString*)logString;
+@end
+
+
+@interface APLogMgr : NSObject
+@property (nonatomic, weak) id<APLogMgrDelegate> delegate;
++ (APLogMgr*)sharedInstance;
+- (void)handleUserChanged;
+- (void)handleConfigUploadCmd:(NSArray*)taskArray;
+- (void)handleSyncUploadCmd:(NSString*)syncOpString;
+- (void)handleAutoUpload:(NSDictionary*)param;
+- (void)addExcuteBlockAfterUpload:(void (^)(void))block;
+@end
+
+
+
diff --git a/MPaaS/Frameworks/APLog.framework/Headers/APPrimitiveLog.h b/MPaaS/Frameworks/APLog.framework/Headers/APPrimitiveLog.h
new file mode 100755
index 0000000000000000000000000000000000000000..5401952188ab836051a83965cf8bce797a86ed67
--- /dev/null
+++ b/MPaaS/Frameworks/APLog.framework/Headers/APPrimitiveLog.h
@@ -0,0 +1,24 @@
+//
+//  APPrimitiveLog.h
+//  APMobileFoundation
+//
+//  Created by taoyuan on 16/6/6.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef APPrimitiveLog_h
+#define APPrimitiveLog_h
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    
+    void APPrimitiveLog(const char *tag, int level, const char *format, ...);
+    
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif
diff --git a/MPaaS/Frameworks/APLog.framework/Info.plist b/MPaaS/Frameworks/APLog.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..2fcf66166e1f63704185d5218ae7238a3337564d
Binary files /dev/null and b/MPaaS/Frameworks/APLog.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APLog.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/APLog.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/APLog.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/APLongLinkService b/MPaaS/Frameworks/APLongLinkService.framework/APLongLinkService
new file mode 100755
index 0000000000000000000000000000000000000000..c9e468c35438ed4086fef8e1f2f253faa020d501
Binary files /dev/null and b/MPaaS/Frameworks/APLongLinkService.framework/APLongLinkService differ
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/APLongLinkService-Info.plist b/MPaaS/Frameworks/APLongLinkService.framework/APLongLinkService-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..16ea89ca85043f7e82f6c164989a553acda2d64d
Binary files /dev/null and b/MPaaS/Frameworks/APLongLinkService.framework/APLongLinkService-Info.plist differ
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLLHTTPDNS.h b/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLLHTTPDNS.h
new file mode 100755
index 0000000000000000000000000000000000000000..2003e323a9ee3abba693ceb943b162a263f99d81
--- /dev/null
+++ b/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLLHTTPDNS.h
@@ -0,0 +1,57 @@
+//
+//  APLLHTTPDNS.h
+//  APLongLinkService
+//
+//  Created by cuinacai on 15/1/26.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol LLHTTPDNSOrigin<NSObject>
+@property (nonatomic, strong) NSString *ip;
+@property (nonatomic) in_port_t port;
+@property (nonatomic) BOOL  isSPDY;
+@end
+
+@protocol LLHTTPDNSInterface <NSObject>
+/*
+ *当有错误发生时,需要把发生错误的域名告诉,否则没法在SPDY与HTTP协议中切换
+ */
+-(void)setError:(NSString*)host;
+
+/*
+ *获取Origin
+ *Origin:
+ *ip
+ *port
+ *isSPDY
+ */
+-(id<LLHTTPDNSOrigin>)getOriginByHost:(NSString*)host;
+/*
+ * ipv4转ipv6
+ *
+ */
+-(NSString*)getIpV6OxcStringFromPointSepIpV4:(NSString*)v4;
+/*
+ * 判断是不是ipv6only环境
+ *
+ */
+-(BOOL)netCardIpV6Only;
+@end
+
+
+
+@interface APLLHTTPDNS : NSObject<LLHTTPDNSInterface>
+//单例
++(instancetype)sharedInstance;
+/**
+ *  httpDNS实现
+ */
++(void)setLLHTTPDNS:(id<LLHTTPDNSInterface>)llHTTPDNS;
+/**
+ *  httpDNS开关, 默认关闭
+ */
+@property(nonatomic)BOOL httpDNSOpen;
+@end
+
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLongLinkLog.h b/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLongLinkLog.h
new file mode 100755
index 0000000000000000000000000000000000000000..a85af278bd32a83a3e216a776549fabe36704aa8
--- /dev/null
+++ b/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLongLinkLog.h
@@ -0,0 +1,134 @@
+//
+//  APLongLinkLog.h
+//  APLongLinkService
+//
+//  Created by cuinacai on 14/11/6.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef enum {
+    SYNC_LINK = 0,
+    SYNC_PROTO,
+    SYNC_Diagnose //诊断日志
+} LonkLinkLogType;
+
+//subType
+extern NSString * const APSyncConnSpdy;
+extern NSString * const APSyncConnSSL;
+extern NSString * const APSyncConnTCP;
+extern NSString * const APSyncConnMMTP;
+extern NSString * const APSyncLLInitMMTP;
+extern NSString * const APSyncLLInit;
+extern NSString * const APSyncLLBU;
+extern NSString * const APSyncLLUBU;
+extern NSString * const APSyncLLH;
+extern NSString * const APSyncExpSpdy;
+extern NSString * const APSyncExpMMTP;
+extern NSString * const APSyncExpLL;
+extern NSString * const APSyncSync1001;
+extern NSString * const APSyncSync1003;
+extern NSString * const APSyncSync1004;
+extern NSString * const APSyncSync2001;
+extern NSString * const APSyncSync2002;
+extern NSString * const APSyncSync2003;
+extern NSString * const APSyncSyncExp;
+extern NSString * const APSyncSyncDispatch;
+extern NSString * const APSyncSyncCallback;
+extern NSString * const APSyncAppstat;
+extern NSString * const APSyncNetstat;
+extern NSString * const APSyncBgtime;
+
+//扩展参数
+extern NSString * const APSyncExtraPara1;
+extern NSString * const APSyncExtraPara2;
+extern NSString * const APSyncExtraPara3;
+extern NSString * const data_parse_exception;
+extern NSString * const db_exception;
+
+@protocol APLongLinkLogInterface <NSObject>
+/**
+ *  写日志
+ *
+ *  @param type     日志类型(文件名字)
+ *  @param subType  子类型
+ *  @param params   参数
+ *  @param formater 格式
+ */
+-(void)logWithType:(LonkLinkLogType)type subType:(NSString *)subType extraParams:(NSDictionary*)params paramsFormater:(NSArray*)formater;
+@optional
+/**
+ * 功能或关键业务不可用时的埋点上报
+ *
+ * bizName  业务名字            (字符串,如:MTBIZ_FRAME,MTBIZ_NETWORK,MTBIZ_SYNC,MTBIZ_MEDIA,以及其它业务自己定义)
+ * subName  业务不可用功能点名字  (字符串,如:FRAME_CLIENT_STARTUP_DEAD,以及其它业务自己定义)
+ * failCode 不可用原因分类码     (整型值,业务自己定义)
+ * params   埋点扩展参数        (dict,业务自己定义)
+ */
+-(void)MTBIZ_Report:(NSString*)bizName subName:(NSString*)subName failCode:(NSInteger)failCode params:(NSDictionary*)params;
+/**
+ * 针对买名单或者开关控制内的用户埋点上报
+ *
+ * param1  埋点定义的参数1
+ * param2  埋点定义的参数2
+ * param3  埋点定义的参数3
+ * map     扩展字段k-v
+ */
+- (void)writeNetworkLogParam1:(NSString*)param1 param2:(NSString *)param2 param3:(NSString *)param3 paramKVMap:(NSDictionary *)map;
+/**
+ * network监控日志
+ *
+ * param1  埋点定义的参数1
+ * param2  埋点定义的参数2
+ * param3  埋点定义的参数3
+ * map     扩展字段k-v
+ */
+- (void)writeMonitorLogParam1:(NSString*)param1 param2:(NSString *)param2 param3:(NSString *)param3 paramKVMap:(NSDictionary *)map;
+@end
+
+@interface APLongLinkLog : NSObject
+/**
+ *  设置写日志的实现者
+ *
+ *  @param logger 实现APLongLinkLogInterface的对象
+ */
++(void)setLogger:(id<APLongLinkLogInterface>)logger;
+/**
+ *  写日志
+ *
+ *  @param type     日志类型(文件名字)
+ *  @param subType  子类型
+ *  @param params   参数
+ *  @param formater 格式
+ */
++(void)logWithType:(LonkLinkLogType)type subType:(NSString *)subType extraParams:(NSDictionary*)params paramsFormater:(NSArray*)formater;
+/**
+ * 功能或关键业务不可用时的埋点上报
+ *
+ * subName  业务不可用功能点名字  (字符串,如:FRAME_CLIENT_STARTUP_DEAD,以及其它业务自己定义)
+ * failCode 不可用原因分类码     (整型值,业务自己定义)
+ * params   埋点扩展参数        (dict,业务自己定义)
+ */
++(void)reportSubName:(NSString*)subName failCode:(NSInteger)failCode params:(NSDictionary*)params;
+/**
+ * 针对买名单或者开关控制内的用户埋点上报
+ *
+ * param1  埋点定义的参数1
+ * param2  埋点定义的参数2
+ * param3  埋点定义的参数3
+ * map     扩展字段k-v
+ */
++ (void)writeNetworkLogParam1:(NSString*)param1 param2:(NSString *)param2 param3:(NSString *)param3 paramKVMap:(NSDictionary *)map;
+/**
+ * network监控日志
+ *
+ * param1  埋点定义的参数1
+ * param2  埋点定义的参数2
+ * param3  埋点定义的参数3
+ * map     扩展字段k-v
+ */
++ (void)writeMonitorLogParam1:(NSString*)param1 param2:(NSString *)param2 param3:(NSString *)param3 paramKVMap:(NSDictionary *)map;
+@end
+
+
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLongLinkService.h b/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLongLinkService.h
new file mode 100755
index 0000000000000000000000000000000000000000..7f7f02094368d15921f5782ddaa8545439005913
--- /dev/null
+++ b/MPaaS/Frameworks/APLongLinkService.framework/Headers/APLongLinkService.h
@@ -0,0 +1,11 @@
+//
+//  APLongLinkService.h
+//  APLongLinkService
+//
+//  Created by alipay\kuohai on 14-9-14.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <APLongLinkService/DTLongLinkBusiness.h>
+#import <APLongLinkService/DTLongLinkControl.h>
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTLongLinkBusiness.h b/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTLongLinkBusiness.h
new file mode 100755
index 0000000000000000000000000000000000000000..2cfb485a3891e6f2fbad05c96ad3cdf004d2a2f4
--- /dev/null
+++ b/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTLongLinkBusiness.h
@@ -0,0 +1,76 @@
+//
+//  DTLongLinkBusiness.h
+//  APLongLinkService
+//
+//  Created by alipay\kuohai on 14-9-8.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+typedef NS_ENUM(NSInteger,NetConnectType)
+{
+    NetConnectTypeNotAvailable = 0, //当前网络不可用
+    NetConnectTypeConnecting,       //连接中
+    NetConnectTypeConnected,        //连接上
+    NetConnectTypeConnectFailed     //连接失败
+};
+
+//监听通知
+extern NSString * const APConnectionStatusNotification;
+//Notification status info key
+extern NSString * const APConnectionStatusKey;
+
+@interface DTLongLinkBusiness : NSObject
+/**
+ *	@brief	app启动时候初始化同步服务
+ *	@return void
+ */
++(void)syncInit;
+/**
+ *	网络连接状态
+ */
++(NetConnectType)connectStatus;
+/**
+ *  通知SyncSDK已经注册通知监听,可以接收Sync消息
+ *  如果不调用该接口则不分发Sync消息,消息会积压在SyncSDK的数据库
+ *  @param 	biz 	业务名称
+ *  @return 调用成功或者失败YES/NO
+ */
++(BOOL)hasRegisterNotificationWithBiz:(NSString*)biz;
+/**
+ *  通知SyncSDK已经取消通知监听,不再接收Sync消息
+ *  调用该接口后不会再分发Sync消息,消息会积压在SyncSDK的数据库
+ *  @param 	biz 	业务名称
+ *  @return 调用成功或者失败YES/NO
+ */
++(BOOL)unRegisterNotificationWithBiz:(NSString*)biz;
+/**
+ *	@brief	消息处理完成通知回调
+ *
+ *	@param 	dic 返回处理消息信息(notify.userInfo)
+ *
+ *	@return
+ */
++ (void)responseMessageNotify:(NSDictionary *)userInfo;
+
+/**
+ *	@brief	用户登录初始化业长连接数据,两个参数都不为空才生效;
+ *  如果 session 过期,或者是客户端在用户登录过一次之后具备了自
+ *  动免登的功能,那么每次免登成功时也必须要调用本方法
+ *
+ *	@param 	userId 	    用户id
+ *	@param 	sessionId   用于校验session合法性
+ *
+ *	@return
+ */
++ (void)sendBindUser:(NSString *)userId sessionId:(NSString *)sessionId;
+
+/**
+ *	@brief	解绑当前连接用户
+ *
+ *	@return
+ */
++ (void)sendUnBindUser;
+@end
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTLongLinkControl.h b/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTLongLinkControl.h
new file mode 100755
index 0000000000000000000000000000000000000000..55fb5edd8c31304925952ad8758030e7bca084aa
--- /dev/null
+++ b/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTLongLinkControl.h
@@ -0,0 +1,39 @@
+//
+//  DTLongLinkControl.h
+//  APLongLinkService
+//
+//  Created by alipay\kuohai on 14-9-14.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//降级开关
+#define AP_LONGLINK_DOWNGRAGE_CONFIG @"AP_LONGLINK_DOWNGRAGE_CONFIG"
+extern NSString * const APLongLinkErrorNotification;
+extern NSString * const APLongLinkReLoginNotification;
+extern NSString * const KSyncIdleNotification;
+
+@interface DTLongLinkControl : NSObject
+/*
+ * instance
+ */
++ (DTLongLinkControl *)sharedInstance;
+
+/**
+ *	@brief	用户登陆初始化业务内长连接数据
+ *
+ *	@param 	userId 	    用户名
+  *	@param 	sessionId   用于校验session合法性
+ *
+ *	@return
+ */
+- (void)sendBindUser:(NSString *)userId sessionId:(NSString *)sessionId;
+
+/**
+ *	@brief	解绑当前连接用户
+ *
+ *	@return
+ */
+- (void)sendUnBindUser;
+@end
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTSyncInterface.h b/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTSyncInterface.h
new file mode 100755
index 0000000000000000000000000000000000000000..119be81fba7b3aa269f6d36814361eb406252791
--- /dev/null
+++ b/MPaaS/Frameworks/APLongLinkService.framework/Headers/DTSyncInterface.h
@@ -0,0 +1,57 @@
+//
+//  DTSyncInterface.h
+//  APLongLinkService
+//
+//  Created by cuinacai on 2017/4/20.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface DTSyncInterface : NSObject
++ (instancetype)sharedInstance;
+/**
+ *  Sync使用的应用Id,默认实现为
+ *  [[[NSBundle mainBundle] infoDictionary] objectForKey:@"Product ID"]
+ *
+ *  @return 应用Id
+ */
+- (NSString*)productId;
+/**
+ *  Sync使用的应用版本号,默认实现为
+ *  [[[NSBundle mainBundle] infoDictionary] objectForKey:@"Product Version"];;
+ *
+ *  @return 应用版本号
+ */
+- (NSString*)productVersion;
+/**
+ *  Sync使用的应用appId,默认实现为返回nil
+ *
+ *  @return appId
+ */
+- (NSString*)appId;
+/**
+ *  Sync使用的应用platform,默认实现为返回nil
+ *
+ *  @return platform
+ */
+- (NSString*)platform;
+/**
+ *  Sync使用的应用长连接端口,默认实现为返回0
+ *
+ *  @return syncport
+ */
+- (NSInteger)syncPort;
+/**
+ *  Sync使用的应用长连接host,默认实现为返回nil
+ *
+ *  @return syncserver
+ */
+- (NSString*)syncServer;
+/**
+ *  Sync使用的应用workspaceId,默认实现为返回nil
+ *
+ *  @return workspaceId
+ */
+- (NSString*)workspaceId;
+@end
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/Info.plist b/MPaaS/Frameworks/APLongLinkService.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..80222b708781fc6024287f77ea982d1971aa1d3c
Binary files /dev/null and b/MPaaS/Frameworks/APLongLinkService.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APLongLinkService.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/APLongLinkService.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/APLongLinkService.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework b/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework
new file mode 100755
index 0000000000000000000000000000000000000000..8988d8ef22a06fcba279abb3a87c04f25e3b13f0
Binary files /dev/null and b/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework differ
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/en.strings b/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/en.strings
new file mode 100755
index 0000000000000000000000000000000000000000..ad806479f6a23269790746a5957914280f15601e
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/en.strings
@@ -0,0 +1,7 @@
+//Written by 多语言翻译管理系统 
+//Thu Jun 30 2016 04:09:18 GMT+0800 (CST)
+//如有问题请联系去疾
+"APMobileFramework:取消" = "Cancel";
+"APMobileFramework:返回" = "Back";
+"APMobileFramework:支付宝" = "Alipay";
+
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/zh-Hans.strings b/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/zh-Hans.strings
new file mode 100755
index 0000000000000000000000000000000000000000..45992e4b5cf981ab1e37864a31f79e719bb4a7f2
Binary files /dev/null and b/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/zh-Hans.strings differ
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/zh-Hant.strings b/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/zh-Hant.strings
new file mode 100755
index 0000000000000000000000000000000000000000..82c1ce0eaeda68b4507d6e5ca36221601c843541
Binary files /dev/null and b/MPaaS/Frameworks/APMobileFramework.framework/APMobileFramework.bundle/zh-Hant.strings differ
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/APBaseNavigationController.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/APBaseNavigationController.h
new file mode 100755
index 0000000000000000000000000000000000000000..4bd18114ba5012105cd48cee11fe8283ec592a57
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/APBaseNavigationController.h
@@ -0,0 +1,43 @@
+//
+//  APBaseNavigationController.h
+//
+//  https://github.com/nexuspod/SafeTransition
+//
+//
+//  The MIT License (MIT)
+//
+//  Copyright (c) 2014 WenBi
+//
+//  Permission is hereby granted, free of charge, to any person obtaining a copy
+//  of this software and associated documentation files (the "Software"), to deal
+//  in the Software without restriction, including without limitation the rights
+//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+//  copies of the Software, and to permit persons to whom the Software is
+//  furnished to do so, subject to the following conditions:
+//
+//  The above copyright notice and this permission notice shall be included in all
+//  copies or substantial portions of the Software.
+//
+//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+//  SOFTWARE.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UINavigationController (APSafeTransition)
+
+// 标识push或pop是否在进行中。
+@property(nonatomic, assign, getter = isTransitionInProgress) BOOL transitionInProgress;
+// 标识dismiss是否在进行中。
+//@property(nonatomic, assign, getter = isDismissInProgress) BOOL dismissInProgress;
+
+@end
+
+@interface APBaseNavigationController : UINavigationController
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/APMobileFramework.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/APMobileFramework.h
new file mode 100755
index 0000000000000000000000000000000000000000..11c8576e83f958333f46f2cad68cfd4e8669328d
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/APMobileFramework.h
@@ -0,0 +1,41 @@
+//
+//  APMobileFramework.h
+//  APMobileFramework
+//
+//  Created by WenBi on 13-4-23.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+#import <APMobileFramework/DTFrameworkInterface.h>
+#import <APMobileFramework/DTBootLoader.h>
+
+#import <APMobileFramework/DTApplication.h>
+#import <APMobileFramework/CommonDefined.h>
+
+#import <APMobileFramework/DTService.h>
+#import <APMobileFramework/DTContext.h>
+#import <APMobileFramework/DTViewController.h>
+#import <APMobileFramework/DTBaseViewController.h>
+#import <APMobileFramework/DTMicroApplicationLaunchMode.h>
+#import <APMobileFramework/DTMicroApplication.h>
+#import <APMobileFramework/DTMicroApplicationDelegate.h>
+#import <APMobileFramework/DTMicroApplicationDescriptor.h>
+#import <APMobileFramework/DTSchemeService.h>
+#import <APMobileFramework/DTSchemeHandler.h>
+#import <APMobileFramework/DTUncaughtExceptionHandler.h>
+#import <APMobileFramework/DTNavigationController.h>
+#import <APMobileFramework/DFNavigationController.h>
+#import <APMobileFramework/DTMicroApplicationTypeFinder.h>
+#import <APMobileFramework/APBaseNavigationController.h>
+#import <APMobileFramework/UIViewController+APSafeTransition.h>
+#import <APMobileFramework/UIViewController+MobileFramework.h>
+#import <APMobileFramework/DTStartApplicationHandler.h>
+#import <APMobileFramework/APSchemeExceptionService.h>
+#import <APMobileFramework/APStartAppSchemeExceptionHandler.h>
+#import <APMobileFramework/DTCustomNavigationBarProtocol.h>
+#import <APMobileFramework/DTCustomNavigationBarProtocol.h>
+
+
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/APSchemeExceptionService.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/APSchemeExceptionService.h
new file mode 100755
index 0000000000000000000000000000000000000000..d9014e961a99822ae1822f28521e0697b4b40d0e
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/APSchemeExceptionService.h
@@ -0,0 +1,69 @@
+//
+//  APSchemeExceptionService.h
+//  APMobileFramework
+//
+//  Created by liangbao.llb on 16/4/12.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "DTService.h"
+
+#define kAPStartAppExceptionUrlKey  @"errorUrl"
+#define kAPStartAppExceptionUrl     @"https://d.alipay.com/i/update.htm"
+
+@interface APSchemeExceptionService : NSObject <DTService>
+
+/**
+ *  处理Scheme启动异常。
+ *
+ *  @param params 参数。
+ *
+ *  @return YES 处理成功,否则处理失败。
+ */
+- (BOOL)handleSchemeException:(NSDictionary *)params;
+
+/**
+ * 注册一个处理类,这个类会追加到处理类链表的末尾。
+ *
+ * @param handlerClass 一个 URL 处理类,这个类必须是 \code APStartAppSchemeExceptionHandler 的了类。
+ *
+ * @return 如果注册成功,返回YES,否则返回NO。
+ */
+- (BOOL)registerHandlerClass:(Class)handlerClass;
+
+/**
+ * 在处理类链表中的指定位置处,注册一个处理类。
+ *
+ * @param handlerClass 一个 URL 处理类,这个类必须是 \code APStartAppSchemeExceptionHandler 的了类。
+ * @param index 在指定的位置注册处理类。
+ *
+ * @return 如果注册成功,返回YES,否则返回NO。
+ */
+- (BOOL)registerHandlerClass:(Class)handlerClass atIndex:(NSInteger)index;
+
+/**
+ * 反注册指定的处理类。
+ *
+ * @param handlerClass 要反注册的处理类。
+ */
+- (void)unregisterHandlerClass:(Class)handlerClass;
+
+#pragma mark - 注意:以下内部接口外部不要直接使用
+/**
+ * 处理启动App失败。注意:内部接口外部不要直接使用
+ *
+ * @param name AppId。
+ * @param params 启动App参数。
+ */
+- (void)handleStartAppException:(NSString *)name params:(NSDictionary *)params;
+
+/**
+ * 显示启动App失败提示页面。注意:内部接口外部不要直接使用
+ * 页面显示:应用版本小于App store版本会提示升级,否则提示稍后再试。
+ *
+ * @param params 启动App参数。
+ */
+- (void)showStartAppExceptionView:(NSDictionary *)params;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/APStartAppSchemeExceptionHandler.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/APStartAppSchemeExceptionHandler.h
new file mode 100755
index 0000000000000000000000000000000000000000..705bd9163b2307e5f63f4bb49e6d1995ee334667
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/APStartAppSchemeExceptionHandler.h
@@ -0,0 +1,24 @@
+//
+//  APStartAppSchemeExceptionHandler.h
+//  APMobileFramework
+//
+//  Created by liangbao.llb on 16/4/12.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APStartAppSchemeExceptionHandler : NSObject
+
+/**
+ *  根据指定的名称判断是否可以启动一个应用。
+ *
+ *  @param name       要启动的应用名
+ *  @param params     启动应用时,需要转递给应用的参数
+ *  @param completion 处理结果回调,YES表示已经处理不需要后续处理,否则继续处理。
+ */
+- (void)canHandleStartApplicationException:(NSString *)name
+                                    params:(NSDictionary *)params
+                                completion:(void (^)(BOOL finished))completion;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/CommonDefined.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/CommonDefined.h
new file mode 100755
index 0000000000000000000000000000000000000000..bfbc631f5a6548c756dbeb89bae4733fccd29675
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/CommonDefined.h
@@ -0,0 +1,23 @@
+//
+//  CommonDefined.h
+//  BusinessCommon
+//
+//  Created by wangweixing on 13-4-23.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+extern NSString * const UIApplicationDidReceiveRemoteNotification;          // App收到Push通知。
+extern NSString * const UIApplicationWillHandleResponseForNotification;     // App收到通知后的快捷响应,iOS8+
+extern NSString * const UIApplicationDidReceiveSilentNotification;          // App收到静默Push通知。
+extern NSString * const UIApplicationDidReceiveLocalNotification;           // App收到本地通知。
+extern NSString * const DTApplicationRegisterForRemoteNotification;         // App去注册接收Push通知。
+extern NSString * const UIApplicationDidRegisterForRemoteNotifications;     // App注册接收Push通知。
+extern NSString * const UIApplicationWatchKitExtensionRequestNotifications; // App收到Watch请求通知。
+extern NSString * const UIApplicationUserActivityNotifications;             // App收到UserActivity通知。
+extern NSString * const DTViewControllerWillAppearNotifications;            // DTViewController将要展示通知。
+extern NSString * const DTViewControllerDidAppearNotifications;             // DTViewController已经展示通知。
+extern NSString * const DTViewControllerWillDisappearNotifications;         // DTViewController将要消失通知。
+extern NSString * const UIApplicationDidReceiveNotificationResponse;        // App收到Notification时的通知名。
+extern NSString * const UIApplicationNotificationResponseInfoResponseKey;   // 获取UIApplicationDidReceiveNotificationResponse通知的UserInfo中的response的key.
+// 定义不建议使用时的警告提醒
+#define ALIPAYWALLET_DEPRECATED_CLASS(version,msg)  __attribute__((deprecated(msg)))
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DFNavigationController.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DFNavigationController.h
new file mode 100755
index 0000000000000000000000000000000000000000..e60e10208e9efe8e4b5b8f5d49d6f0399d0be626
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DFNavigationController.h
@@ -0,0 +1,14 @@
+//
+//  DFNavigationController.h
+//  MobileRuntime
+//
+//  Created by WenBi on 13-4-8.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface DFNavigationController : DTNavigationController
+
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTApplication.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTApplication.h
new file mode 100755
index 0000000000000000000000000000000000000000..04c9ab4c9653cc6604a122d31dbc564c6e4b230e
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTApplication.h
@@ -0,0 +1,57 @@
+//
+//  DTApplication.h
+//  MobileFramework
+//
+//  Created by WenBi on 13-11-29.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+typedef enum UIApplicationLaunchFlag
+{
+    UIApplicationLaunchFlagNone,                    // 默认值
+    UIApplicationLaunchFlagFromRemoteNotification,  // Push通知唤起
+    UIApplicationLaunchFlagFromOpenURL,             // 外部URL唤起
+} UIApplicationLaunchFlag;
+
+@interface UIApplication (MobileFrameworkAddtions)
+
+@property(nonatomic, strong) NSDictionary *launchOptions;           // App启动时的参数。
+@property(nonatomic, strong) NSURL *lastOpenedURL;                  // 最近唤起App的URL。
+@property(nonatomic, assign) BOOL launchingOpenURL;                 // OpenURL是来自应用冷启动。
+@property(nonatomic, strong) NSDictionary *lastRemoteNotification;  // 最近的Push通知消息。
+@property(nonatomic, strong) NSString *sourceId;                    // 渠道Id。
+@property(nonatomic, assign) UIApplicationLaunchFlag launchFlag;    // 启动方式。
+@property(nonatomic, strong) NSDate *appActiveTime; // 冷启动:finish launch time,后台启动:will enter foreground time;
+@property(nonatomic, assign) BOOL bFirstInstalled;  // 标识是否是全新安装。
+// 注意:1、这个值是比较版本的前三位结果,效时间是在新版本第一次启动到下一次冷启动。
+//      2、其他情况可以用NSUserDefault来获取版本自己判断:
+//         当前版本Key: @"kCurrentVersion"  (8.5.0添加的)
+//         前一版本Key: @"kPreviousVersion" (8.5.0添加的)
+@property(nonatomic, assign) BOOL bCoverInstallation;
+// 当前正处于 BackgroundFetch 后台唤起
+// 此值仅在主线程修改
+// 首次Background Fetch时不为YES。第二次及后续的Background Fetch为YES。
+// 回到前台时(willEnterForeground)会改为NO。
+// 此值需要在对应的MpaasAdapter中维护(APMobileframework没有维护此值)
+@property(nonatomic, assign) BOOL underBackgroundFetch;
+// BackgroundFetch的发生次数
+// 此值在APMobileFramework维护
+@property(nonatomic, assign) NSUInteger backgroundFetchCounter;
+
+// 此次启动是否后台启动。
+// 判断方式是:didFinishLaunchWithOptions: 里判断 [UIApplication sharedApplication].applicationState == UIApplicationStateBackground
+// 目前已知的后台启动情况:
+//      1. Background Fetch
+//      2. Remote Notifications
+//      3. NEHotspotHelper
+//      4. Apple Watch
+//      5. Push 回复
+//      6. HealthKit
+@property (assign,nonatomic) BOOL launchFromBackground;
+
+@property (strong,nonatomic,readonly) NSNumber *launchFromBackgroundValue;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTAutoTestDelegate.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTAutoTestDelegate.h
new file mode 100755
index 0000000000000000000000000000000000000000..b60d2fa53c8c18c55c548c5f0e01ae0880ab3d74
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTAutoTestDelegate.h
@@ -0,0 +1,36 @@
+//
+//  DTAutoTestDelegate.h
+//  MobileFramework
+//
+//  Created by yixuan on 13-7-16.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol DTAutoTestDelegate <NSObject>
+
+@required
+
+// 创建自动化测试代理
+- (id)initWithAutoTarget:(id)obj;
+
+// 视图加载完成
+- (void)viewDidLoad;
+
+// 视图将要出现
+- (void)viewWillAppear:(BOOL)animated;
+
+// 视图已经出现
+- (void)viewDidAppear:(BOOL)animated;
+
+// 视图将要消失
+- (void)viewWillDisappear:(BOOL)animated;
+
+// 视图已经消息
+- (void)viewDidDisappear:(BOOL)animated;
+
+// 释放
+- (void)dealloc;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTBaseViewController.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTBaseViewController.h
new file mode 100755
index 0000000000000000000000000000000000000000..c2dc94dd552ccf71ac1e838da08fbce21b8367a6
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTBaseViewController.h
@@ -0,0 +1,133 @@
+//
+//  DTBaseViewController.h
+//  Alipay Mobile Common
+//
+//  Created by WenBi on 13-3-30.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "DTNavigationBarAppearanceProtocol.h"
+
+@class DTMicroApplication;
+
+typedef NS_ENUM(NSUInteger, kViewAppearStateType) {
+    kViewAppearStateTypeNone = 0,
+    kViewAppearStateTypeWillAppear,
+    kViewAppearStateTypeDidAppear,
+    kViewAppearStateTypeDidLoad
+};
+
+/**
+ * 所有业务应用的视图控制器的基类。
+ */
+@interface DTBaseViewController : UIViewController <UIGestureRecognizerDelegate, DTNavigationBarAppearanceProtocol>
+
+/** 获取当前 view controller 所在的 app 对象。 注意:这个接口不可用*/
+@property(nonatomic, assign, readonly) DTMicroApplication *application;
+
+@property (nonatomic, assign) BOOL isMiddlePage;
+@property (nonatomic, assign) BOOL multiLayer;
+@property (nonatomic, strong) UIImage *preControllerImage;
+
+@property (nonatomic, assign) kViewAppearStateType viewAppearState;
+@property (nonatomic, assign) BOOL is3DTouchLaunch; // 标示是3DTouch启动VC
+
+/**
+ * Pops the receive from the navigation controller.
+ */
+- (void)back;
+
+/**
+ *  执行RPC,去掉主线程参与
+ *  区别:该方法和callAsyncBlock的区别是completion保持子线程回调。
+ *  目的:减少默认的主线程抢占导致的UI性能问题,从而数据处理等默认都在子线程;
+ *       只有在有必要的UI处理时,业务主动调用框架API(如:APTMainCall)切换到主线程。
+ *  建议:业务使用该方法,callAsyncBlock将逐步废弃。
+ *
+ *  @param block      执行block
+ *  @param completion 结束block
+ *
+ *  @return
+ */
+- (id)callNoMainThreadAsyncBlock:(void (^)(void))block completion:(void (^)(void))completion;
+/**
+ *  执行RPC,completion会在主线程回调
+ *
+ *  @return 如果没有RPC模块,这个接口是不会执行的,返回nil。
+ */
+- (id)callAsyncBlock:(void (^)(void))block completion:(void (^)(void))completion;
+
+/**
+ *  停止所有未执行的PRC请求
+ */
+- (void)stopAllAsyncBlock;
+
+/**
+ *  返回页面的类名
+ */
+- (NSString *)pageID;
+
+/**
+ * Called just before release the controller's view from memory.
+ *
+ * Regardless of clicking back button or popping gesture, this method is 
+ * always reachable.
+ */
+- (void)viewWillDestroy;
+
+/**
+ * 展示title边上的小菊花,注意:要在viewDidAppear里或者之后才显示。
+ * 注意:标题字数少于5个使用
+ */
+- (void)startTitleLoading;
+
+/**
+ * 消失title边上的小菊花
+ * 注意:标题字数少于5个使用
+ */
+- (void)stopTitleLoading;
+
+/**
+ * 显示navigationbar返回按钮title
+ *
+ * 注意:
+ * 1、默认显示规则:二级页面显示一级页面的title;二级以上页面显示“返回”
+ * 2、不使用默认显示规则,可以重写该方法
+ *
+ */
+- (void)displayBackButtonTitle;
+
+/**
+ *  显示navigationbar返回按钮默认文案
+ *  注意:
+ *  默认显示规则:二级页面显示一级页面的title;二级以上页面显示“返回”;
+ *  最好在viewWillAppear之后调用;
+ *
+ *  @return 返回按钮默认文案
+ */
+- (NSString *)backButtonDefaultTitle;
+
+/**
+ *  是否在viewWillDisappear里自动清除所有APActionSheet控件。
+ *  注意:默认是返回YES,如果不想自动清除,就重写该方法返回NO。
+ *
+ *  @return 自动清除返回YES,否则返回NO。
+ */
+- (BOOL)autoDismissAPActionSheets;
+
+/**
+ * 清除主窗口(window)中所有的弹出框(UIAlertView)。
+ * 这个清除操作,并不会导致弹出框委拖的调用,也就是说,使用该方法清除弹出框,弹出框的委拖接收不到任何回调。
+ */
++ (void)dismissAlertViews;
+
+/**
+ *  App语言设置修改时调用该方法. 子类在语言设置改变时需要做更新布局、更新资源文件等, 实现此方法.
+ *
+ *  @param info 语言设置修改时的附加信息.内容格式为 @{APLanguageSettingInfoOldKey:@"en",APLanguageSettingInfoNewKey:@"zh-Hans"};
+ *
+ */
+- (void)languageSettingDidChange:(NSDictionary *)info   NS_REQUIRES_SUPER ;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTBootLoader.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTBootLoader.h
new file mode 100755
index 0000000000000000000000000000000000000000..1de5f75ed80bbedf29f90b3edc36cfaf83b8f250
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTBootLoader.h
@@ -0,0 +1,139 @@
+//
+//  DTBootLoader.h
+//  APMobileFramework
+//
+//  Created by shenmo on 5/7/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+typedef void(^DTBootPhaseBlock)();
+
+@interface DTBootPhase : NSObject
+
+@property (nonatomic, strong) NSString* name;
+@property (nonatomic, copy) DTBootPhaseBlock block;
+
+// 预定义的Phase
+
+/**
+ *  创建Window的阶段。
+ *  该方法会回调[[[DTFrameworkInterface sharedInstance] bootLoader] createWindow]方法拿到UIWindow对象。
+ */
++ (DTBootPhase*)setupWindow;
+
+/**
+ *  创建Window与显示Window是两个不同的事件,所以分开
+ *  该方法调用[[DFContext sharedContext].window makeKeyAndVisible];
+ */
++ (DTBootPhase*)showWindow;
+
+/**
+ *  创建NavigationController的阶段。
+ *  该方法会回调[[[DTFrameworkInterface sharedInstance] bootLoader] createNavigationController]方法拿到UINavigationController对象。
+ */
++ (DTBootPhase*)setupNavigationController;
+
+/**
+ *  启动那些只需要执行一次的服务,比如环境配置服务等。同时在默认的DTBootLoader中,这种服务会率先启动。
+ *  要使用这个预定义的Phase,需要使用框架的servicesMap功能,配置文件写法参考[DTFrameworkInterface servicesMapConfiguration]方法说明。
+ *  请在ServicesMap中配置一个叫"RunOnceServices"的分组,并把只需要执行一次的服务配置在该分组中。
+ *  @"RunOnceServices"这个分组不需要配置到"[AUTOSTART]"中。
+ */
++ (DTBootPhase*)startRunonceServices;
+
+/**
+ *  配置在@"Services"中的服务使用lazyLoading字段标识是否随应用启动而启动。这个DTBootPhase启动所有非lazyLoad的服务。
+ */
++ (DTBootPhase*)startNonlazyloadServices;
+
+/**
+ *  配置在@"ServicesMap"中的服务,可以通过"[AUTOSTART]"设置是否随应用启动而自动启动,同时可以指定是否同步还是异步。这个DTBootPhase完成这个操作。
+ */
++ (DTBootPhase*)startAutostartServicesMapGroups;
+
+/**
+ *  使用框架的servicesMap功能后,可以在某个DTBootPhase中启动某个分组下的所有服务,并指定同步或异步。
+ *  灵活使用可以很好的控制启动流程,减少启动时不必要的开销,提升启动速度。
+ *
+ *  如果asynchronous为YES,可以指定priority设置异步启动服务的线程优先级。取值为dispatch_get_global_queue的优先级取值。
+ *      DISPATCH_QUEUE_PRIORITY_HIGH
+ *      DISPATCH_QUEUE_PRIORITY_DEFAULT
+ *      DISPATCH_QUEUE_PRIORITY_LOW
+ *      DISPATCH_QUEUE_PRIORITY_BACKGROUND
+ */
++ (DTBootPhase*)startServicesMapWithName:(NSString*)groupName asynchronous:(BOOL)asynchronous priority:(long)identifier;
+
+/**
+ *  启动Launcher应用,Launcher的配置参考[DTFrameworkInterface applicationsConfiguration]
+ */
++ (DTBootPhase*)startLauncher;
+
+/**
+ *  执行block的自定义Phase
+ */
++ (DTBootPhase*)phaseWithName:(NSString*)name block:(DTBootPhaseBlock)block;
+
+/**
+ *  每个DTBootPhase的执行方法
+ */
+- (void)execute;
+
+@end
+
+@interface DTBootLoader : NSObject
+
+/**
+ *  执行指定的Phases数组,这个方法本身并没有什么复杂逻辑,只是按顺序调用phases数组中DTBootPhase类的execute方法。
+ */
+- (void)executePhases:(NSArray<DTBootPhase*> *)phases;
+
+#pragma mark - 可以在子类中重写的方法
+
+/**
+ *  框架默认的实现为依次执行:
+        [DTBootPhase setupWindow],                      // 创建window
+        [DTBootPhase setupNavigationController],        // 创建主NavigationController
+        [DTBootPhase startRunonceServices],             // 运行那些只运行一次就可以,并且需要率先启动的服务
+        [DTBootPhase startNonlazyloadServices],         // 启动其它所有非lazyload的服务
+        [DTBootPhase startAutostartServicesMapGroups],  // 启动在ServicesMap的"[AUTOSTART]"数组中指定需要自动启动的服务分组
+        [DTBootPhase showWindow],                       // 显示主Window
+        [DTBootPhase startLauncher],                    // 启动Launcher应用,显示出主界面
+ 
+ *  其中setupWindow,setupNavigationController会回调DTBootLoader的方法。
+ *  通常满足绝大多数应用的个性化需求,只需要配置自己的Services即可。
+ *
+ *  如果仍不满足需求,可以在DTBootLoader中的子类中重写start方法,自定义需要执行的Phases。
+ *  需要覆盖DTFrameworkInterface的bootLoader方法,返回自己的DTBootLoader子类的实例。
+ */
+- (void)start;
+
+/**
+ *  默认为空方法,这两个回调由框架在自己在didFinishLaunching中回调。启动bootLoader前调用。
+ */
+- (void)willStartBootLoader;
+
+/**
+ *  默认为空方法,这两个回调由框架在自己在didFinishLaunching中回调。启动bootLoader后调用。
+ */
+- (void)didStartBootLoader;
+
+/**
+ *  [DTBootPhase setupWindow]方法会回调到该方法,接入应用可以创建自定义的UIWindow。
+ *
+ *  框架默认的实现为创建一个普通的UIWindow,并给它的backgroundColor设置为[[DTFrameworkInterface sharedInstance] defaultBackgroundColor]的值。
+ */
+- (UIWindow*)createWindow;
+
+/**
+ *  [DTBootPhase setupNavigationController]方法会回调该方法,接入应用可以创建自定义的UINavigationController。
+ *
+ *  框架默认的实现为:
+        当接入了CommonUI时,也就是有APNavigationBar子类时,使用APNavigationBar。并且可以使用APCommonUI的主题管理功能配置导航栏。
+        否则使用内部类DFNavigationController,接入应用需要自己使用UIAppearance来配置导航栏。
+ */
+- (UINavigationController*)createNavigationController;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTContext.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..6dbf63a8eaf36d7aba0a0e70f8a86513d025dac7
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTContext.h
@@ -0,0 +1,238 @@
+//
+//  DTContext.h
+//  Alipay Mobile Common
+//
+//  Created by WenBi on 13-3-31.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import "DTMicroApplicationLaunchMode.h"
+
+@class DTMicroApplication;
+@protocol DTStartApplicationHandler;
+
+@interface DTContext : NSObject
+
+/** Key window of application. */
+@property(nonatomic, strong) UIWindow *window;
+
+/** A navigation controller, which is the root view controller of the key window. */
+@property(nonatomic, strong) UINavigationController *navigationController;
+
+/**
+ * 根据指定的名称启动一个应用。
+ *
+ * @param name 要启动的应用名。
+ * @param params 应动应用时,需要转递给另一个应用的参数。
+ * @param animated 指定启动应用时,是否显示动画。
+ *
+ * @return 应用启动成功返回YES,否则返回NO。
+ */
+- (BOOL)startApplication:(NSString *)name params:(NSDictionary *)params animated:(BOOL)animated;
+
+/**
+ * 根据指定的名称启动一个应用。
+ *
+ * @param name 要启动的应用名。
+ * @param params 应动应用时,需要转递给另一个应用的参数。
+ * @param launchMode 指定 app 启动的方式。
+ *
+ * @return 应用启动成功返回YES,否则返回NO。
+ */
+- (BOOL)startApplication:(NSString *)name params:(NSDictionary *)params launchMode:(DTMicroApplicationLaunchMode)launchMode;
+
+/**
+ * 同步启动登录应用。
+ *
+ * @param name 要启动的应用名。
+ * @param params 应动应用时,需要转递给另一个应用的参数。
+ * @param launchMode 指定 app 启动的方式。
+ *
+ * @return 应用启动成功返回YES,否则返回NO。
+ */
+- (BOOL)startLogonApplicationForSync:(NSString *)name params:(NSDictionary *)params launchMode:(DTMicroApplicationLaunchMode)launchMode;
+
+/**
+ * 根据指定的名称启动一个应用。
+ *
+ * @param name 要启动的应用名。
+ * @param params 应动应用时,需要转递给另一个应用的参数。
+ * @param launchMode 指定 app 启动的方式。
+ * @param sourceId 启动 app 的调用者。
+ *
+ * @return 应用启动成功返回YES,否则返回NO。
+ */
+- (BOOL)startApplication:(NSString *)name params:(NSDictionary *)params launchMode:(DTMicroApplicationLaunchMode)launchMode sourceId:(NSString *)sourceId;
+
+/**
+ * 根据指定的名称启动一个应用。
+ *
+ * @param name 要启动的应用名。
+ * @param params 应动应用时,需要转递给另一个应用的参数。
+ * @param launchMode 指定 app 启动的方式。
+ * @param appClearTop NO:需要退出已有的,再重新启动一个应用;默认是YES,原来逻辑。
+ * @param sourceId 启动 app 的调用者。
+ *
+ * @return 应用启动成功返回YES,否则返回NO。
+ */
+- (BOOL)startApplication:(NSString *)name
+                  params:(NSDictionary *)params
+             appClearTop:(BOOL)appClearTop
+              launchMode:(DTMicroApplicationLaunchMode)launchMode
+                sourceId:(NSString *)sourceId;
+
+/**
+ * 逆向遍历App栈,返回最新的应用对象。
+ *
+ * @param name 要查找的应用名。
+ *
+ * @return 如果指定的应用已在应用栈中,则返回最新的应用对象。否则返回nil。
+ */
+- (DTMicroApplication *)findApplicationByName:(NSString *)name;
+
+/**
+ *  查找应用名对应所有的App对象。
+ *
+ *  @param name 要查找的应用名。
+ *
+ *  @return 如果指定的应用已在应用栈中,则返回对应的数组。否则返回nil。
+ */
+- (NSArray *)findApplicationsByName:(NSString *)name;
+
+/**
+ * 返回当前在栈顶的应用,即对用户可见的应用。
+ * 
+ * @return 当前可见的应用。
+ */
+- (DTMicroApplication *)currentApplication;
+
+/**
+ * 返回当前主程序window上显示的VC,不包括childController。
+ *
+ * @return 当前可见的VC。
+ */
+- (UIViewController *)currentVisibleViewController;
+
+/**
+ * 根据指定的名称查到一个服务。
+ *
+ * @param name 服务名
+ *
+ * @return 如果找到指定名称的服务,则返回一个服务对象,否则返回空。
+ */
+- (id)findServiceByName:(NSString *)name;
+
+/**
+ * 注册一个服务。
+ *
+ * @param name 服务名
+ */
+- (BOOL)registerService:(id)service forName:(NSString *)name;
+
+/**
+ * 反注册一个已存在的服务。
+ *
+ * @param name 服务名。
+ */
+- (void)unregisterServiceForName:(NSString *)name;
+
+/**
+ * 注册一个App启动处理。注意:如果不用后要注销掉。
+ *
+ * @param handler 启动处理。
+ */
+- (BOOL)registerStartApplicationHandler:(id<DTStartApplicationHandler>)handler;
+
+/**
+ * 在指定位置注册一个App启动处理。注意:如果不用后要注销掉。
+ *
+ * @param handler 启动处理。
+ * @param atIndex 指定启动处理的位置。
+ */
+- (BOOL)registerStartApplicationHandler:(id<DTStartApplicationHandler>)handler atIndex:(NSUInteger)index;
+
+/**
+ * 反注册一个已存在App启动处理。
+ *
+ * @param handler 启动处理。
+ */
+- (void)unregisterStartApplicationHandler:(id<DTStartApplicationHandler>)handler;
+
+/**
+ * 开始事务处理。
+ *
+ * @return 如果正在事务处理返回NO,否则返回YES。
+ */
+- (BOOL)beginAppTransaction;
+
+/**
+ * 提交事务处理。
+ */
+- (void)commitAppTransaction;
+
+/**
+ * 逆向遍历App栈,找到最新的应用对象关联的所有ViewController。
+ *
+ * @param name 指定Application的名字。
+ *
+ * @return 如果最新的应用对象有关联的ViewController,则全部返回,否则返回nil。
+ */
+- (NSArray *)viewControllersOfApplication:(NSString *)name;
+
+/**
+ *  返回指定的应用对象关联的所有ViewController。
+ *
+ *  @param app 指定的应用对象。
+ *
+ *  @return 如果指定的应用有关联的ViewController,则全部返回,否则返回nil。
+ */
+- (NSArray *)viewControllersOfApplicationObject:(DTMicroApplication *)app;
+
+/**
+ * 逆向遍历App栈,找到最新的应用对象,并设置它关联的所有ViewController。
+ *
+ * @param viewControllers 关联的所有ViewController。
+ * @param name            要查找的应用名。
+ * @param animated        是否带动画。
+ *
+ */
+- (void)setViewControllers:(NSArray *)viewControllers forApplication:(NSString *)name animated:(BOOL)animated;
+
+/**
+ *  设置指定的应用对象关联的所有ViewController。
+ *
+ *  @param viewControllers 关联的所有ViewController。
+ *  @param app             指定的应用对象。
+ *  @param animated        是否带动画。
+ */
+- (void)setViewControllers:(NSArray *)viewControllers forApplicationObject:(DTMicroApplication *)app animated:(BOOL)animated;
+
+/**
+ * 根据指定的名称判断是否可以启动一个应用。
+ *
+ * @param name 要启动的应用名。
+ * @param params 应动应用时,需要转递给另一个应用的参数。
+ *
+ * @return 可以启动返回YES,否则返回NO。
+ */
+- (BOOL)canHandleStartApplication:(NSString *)name params:(NSDictionary *)params;
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+
+/**
+ *  获取框架接口对象。
+ *
+ *  @return 返回当前框架接口对象。
+ */
+DTContext * DTContextGet();
+
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+
+
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTCustomNavigationBarProtocol.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTCustomNavigationBarProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..687e1e13ee56fb421c8b66ab58bbbf5ebcc9b993
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTCustomNavigationBarProtocol.h
@@ -0,0 +1,42 @@
+//
+//  DTCustomNavigationBarProtocol.h
+//  APMobileFramework
+//
+//  Created by yangwei on 16/5/14.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol DTCustomNavigationBarProtocol <NSObject>
+@optional
+/**
+ *  自定义titleView,且自定义的返回item时,请实现此代理方法
+ *
+ *  @return
+ */
+
+- (UIBarButtonItem *)leftCustomNavigationBarButtonItem;
+
+/**
+ *  自定义titleView(如:目前为APNavSearchTitleView)
+ *
+ *  @return
+ */
+- (UIView *)middleNavSearchTitleView;
+
+
+/**
+ *  自定义titleview,且需设置rightBarButtonItem,请实现此代理方法
+ *
+ *  @return
+ */
+- (UIBarButtonItem *)rightCustomNavigationBarButtonItem;
+
+/**
+ *  自定义titleview,且导航栏右侧有多个item时,请实现此方法
+ *
+ *  @return 需要展示的icon
+ */
+- (NSArray <UIView *> *)rightCustomNavigationBarButtonItemWithViews;
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTFrameworkInterface.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTFrameworkInterface.h
new file mode 100755
index 0000000000000000000000000000000000000000..d1664eebab9722461807ea1fc3548f3805788792
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTFrameworkInterface.h
@@ -0,0 +1,463 @@
+//
+//  DTFrameworkInterface.h
+//  APMobileFramework
+//
+//  Created by shenmo on 5/3/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@class DTBootLoader;
+
+@interface DTFrameworkInterface : NSObject
+
++ (instancetype)sharedInstance;
+
+#pragma mark - BootLoader
+
+/**
+ *  用于启动时控制bootLoader行为的bootOptions,可以修改字典内容。
+ *  这个字典放在DTFrameworkInterface里,可以用来在启动过程中全局修改。
+ *  默认,由框架调用的bootLoader start方法时,bootOptions里会有@"default"字段。
+ *  当框架已经完成了bootLoader的调用,会向bootOptions里设置@"done"字段。
+ */
+@property (nonatomic, strong) NSMutableDictionary* bootOptions;
+
+/**
+ *  取得BootLoader对象。
+ *  使用框架内部的默认实现即可,通常不需要覆盖。
+ *  如果需要使用自己的bootLoader,需要实现DTBootLoader的子类。
+ *
+ *  @return DTBootLoader或其子类
+ */
+- (DTBootLoader*)bootLoader;
+
+#pragma mark - 应用配置,微应用配置、服务配置、Scheme处理器配置,可用Category覆盖
+
+/**
+ *  应用是否是RC版本。对于一些应用,开发中的RC版本在Scheme跳转处理上可能与正式版本不同。
+ *  如果应用不区分RC版本,不需要覆盖此方法。
+ *  默认返回为NO。
+ */
+- (BOOL)isRCVersion;
+
+/**
+ *  读取预置的微应用列表配置
+ *  默认读取MainBundle中的MobileRuntime.plist文件。
+ *
+ *  @return 列表配置字典,字典结构应该为:
+        @{  @"Launcher": @"app1",
+            @"Applications": @[
+                                @{@"delegate": @"delegate1", @"name": @"app1"},
+                                @{@"delegate": @"delegate2", @"name": @"app2"},
+                                ...
+                                ]
+        }
+        其中,Launcher记录哪个微应用作为启动应用(一般为UITabBarController)
+ */
+- (NSDictionary*)applicationsConfiguration;
+
+/**
+ *  读取预置的Services列表
+ *  默认读取MainBundle中MobileRuntime.plist文件字典内容的@"Services"字段
+ *
+ *  @return 列表配置数组,数组结构应该为:
+ *      @[  
+            @{@"class": @"class1", @"lazyLoading": @(YES), @"name": @"service1"},
+            @{@"class": @"class2", @"lazyLoading": @(YES), @"name": @"service2"},
+            ...
+        ]
+ */
+- (NSArray*)servicesConfiguration;
+
+/**
+ *  如果除了lazyLoading,对服务有更详细的配置要求,可以使用servicesMap功能管理服务。
+ *  默认读取MainBundler中MobileRuntime.plist文件字典内容的@"ServicesMap"字段
+ *
+ *  @return 列表配置字典,字典结构应该为:
+        @{
+            @"[AUTOSTART]": @[
+                            @{@"name": @"group1", @"asynchronous": @(NO)},
+                            @{@"name": @"group2", @"asynchronous": @(YES)},
+                            ...],
+            @"group1": @[
+                        @{@"class": @"class1", @"name": @"service1"},
+                        @{@"class": @"class2", @"name": @"service2"},
+                        ...],
+            @"group2": @[
+                        @{@"class": @"class3", @"name": @"service3"},
+                        ...],
+            ...
+        }
+        
+        1)"[AUTOSTART]"数组记录随应用启动自动启动的服务分组,如果asynchronous为YES,表示这个分组内所有服务在启动时异步启动。
+            框架会将异步与同步的服务区分开,分成两组,分别启动。但同步服务之间或异步服务之间按照[AUTOSTART]描述的顺序启动。
+        2)分组名可以任意取,每个分组是个数组,数组里每一项是个字典,字典配置service的实现类与名称,不需要配置lazyLoading属性。
+        3)为了兼容性,ServicesMap里可以配置一个叫@"RunOnceServices"的分组。这个分组中的服务会先于所有服务启动,并且只运行一次。
+            "RunOnceServices"这个分组不需要配置到"[AUTOSTART]"中。
+ */
+- (NSDictionary*)servicesMapConfiguration;
+
+/**
+ *  对于服务的配置,可以配置在@"Services"数组中,也可以放在@"ServicesMap"字典里。
+ *
+ *      1)配置在@"Services"中的服务需要配置是否是lazyLoading,对于非lazyLoading的服务,
+ *          可以通过DTBootPhase的startNonlazyloadServicesg事件提前启动。
+ *      2)配置在@"ServicesMap"中的服务,如果在"[AUTOSTART]"数组中进行了描述,会随应用自动启动。
+ *          具体的处理方法是DTBootPhase的startAutostartServicesMapGroups。
+ *
+ *  该方法拿到所有服务的配置,默认实现为将servicesConfiguration与servicesMapConfiguration取到的服务信息进行合并。
+ */
+- (NSArray*)servicesAllConfiguration;
+
+/**
+ *  返回向DTSchemeService注册的DTSchemeHandler列表,处理scheme启动,该方法默认返回空数组。
+ *
+ *  @return @[DTSchemeHandler子类的类名NSString*]
+ */
+- (NSArray*)schemeHandlerClasses;
+
+/**
+ *  返回向DTSchemeService注册的DTSchemeHandler列表,处理domain启动,该方法默认返回空数组。
+ *
+ *  @return @[DTSchemeHandler子类的类名NSString*]
+ */
+- (NSArray*)domainHandlerClasses;
+
+#pragma mark - 框架默认能力开关,可以用Category覆盖返回NO关闭
+
+/**
+ *  是否使用日志记录默认的报活数据。报活分两种方式,一种是使用APRemoteLogging(日志报活),一种是使用RPC。
+ *  默认在mPaaS中是使用日志报活,需要找mpaasweb同学开通。
+ *  该方法默认实现为YES。
+ */
+- (BOOL)shouldLogReportActive;
+
+/**
+ *  当使用日志报活功能时,可以配置从后台切回前台的报活最小间隔时间。
+ *  从后台切回前台时,距离上次报活时间少于多少秒时,不再报活。如果传0,每次后台切回前台都会报活。
+ *  这个不影响冷启动,如果冷启动,每次都会报活。
+ *  该方法默认返回0。
+ */
+- (NSTimeInterval)logReportActiveMinInterval;
+
+/**
+ *  是否使用日志记录启动时间消耗。在mPaaS中默认开启。
+ *  该方法默认实现为YES。
+ */
+- (BOOL)shouldLogStartupConsumption;
+
+/**
+ *  当接入了Hotpatch后,是否自动执行Hotpatch的逻辑。包括脚本运行,同步,下载等。
+ *  该方法默认返回YES。
+ */
+- (BOOL)shouldAutoactivateBandageKit;
+
+/**
+ *  启动过程是否挂起配置为lazyload的脚本,如果返回YES,启动时只执行非lazyload的patch脚本。
+ *  对于lazyload的脚本,需要手动启动:
+ *      [[DynamicRelease sharedInstance] executeLocalBandage:DRLocalBandageExecutionLazyload] 或
+ *      [[DynamicRelease sharedInstance] executeLocalBandage:DRLocalBandageExecutionAll]
+ *  该方法默认返回NO
+ */
+- (BOOL)suspendLazyloadBandages;
+
+/**
+ *  当接入了分享组件后,是否在框架里自动安装分享组件,并处理openURL事件。
+ *  该方法默认返回YES。
+ */
+- (BOOL)shouldAutoactivateShareKit;
+
+/**
+ *  当应用为RC版本时,是否将应用要处理的URL里的scheme转成带@"rc"结尾的版本。
+ *  pattern为scheme的模式,当scheme以pattern字符串为开头时才进行处理。
+ *  默认返回NO。
+ */
+- (BOOL)shouldAutoconvertSchemesForRCVersion:(NSString**)pattern;
+
+/**
+ *  是否在ViewDidAppear事件里检查窗口栈,排除乱栈情况。
+ *  默认返回NO。
+ */
+- (BOOL)shouldInspectStackOnViewDidAppear;
+
+#pragma mark - 用Category覆盖下列方法实现自定义效果
+
+/**
+ *  每个继承自DTViewController的子VC,都会被默认设置为一个背景色,如果实现这个方法,框架会回调并取到应用指定的颜色。
+ *  同时这个颜色也是应用默认UIWindow的颜色。
+ *  默认值为:[UIColor whiteColor]
+ */
+- (UIColor*)defaultBackgroundColor;
+
+// VC的返回按钮样式
+typedef NS_ENUM (NSInteger, DTNavigationBarBackTextStyle)
+{
+    DTNavigationBarBackTextStyleNone,           // 完全不显示返回按钮的文本(present的窗口还是会显示“取消”)
+    DTNavigationBarBackTextStyleUniformBack,    // 统一显示为“返回”
+    DTNavigationBarBackTextStyleAlipay,         // 支付宝风格,Tab的下一级窗口,返回按钮显示Tab的名称,其它级别的窗口统一显示返回
+};
+
+/**
+ *  使用框架时,DTViewController自动添加的返回按钮的文本样式。
+ *  默认返回支付宝样式。
+ */
+- (DTNavigationBarBackTextStyle)navigationBarBackTextStyle;
+
+/**
+ *  使用框架时,DTViewController自动添加的返回按钮默认的图片。
+ *  框架获取返回按钮图片的调用顺序如下:
+ *      1)如果使用了APCommonUI,会优先使用APCommonUI的主题管理功能。“APNavigationBar.Button.BackImage”路径指定的图片。
+ *      2)navigationBarBackButtonImage方法
+ *      3)如果仍然找不到,会使用框架自带的默认图片。
+ *  本方法默认返回nil。
+ */
+- (UIImage*)navigationBarBackButtonImage;
+
+/**
+ *  使用框架时,DTViewController自动添加的返回按钮默认字体。
+ *  框架获取返回按钮图片的调用顺序如下:
+ *      1)如果使用了APCommonUI,会优先使用APCommonUI的主题管理功能。“APNavigationBar.Button.Font”路径指定的字体。
+ *      2)navigationBarBackButtonTextFont方法
+ *  本方法默认返回[UIFont systemFontOfSize:16.0f]。
+ */
+- (UIFont*)navigationBarBackButtonTextFont;
+
+/**
+ *  使用框架时,DTViewController自动添加的返回按钮默认字体颜色。
+ *  框架获取返回按钮图片的调用顺序如下:
+ *      1)如果使用了APCommonUI,会优先使用APCommonUI的主题管理功能。“APNavigationBar.Button.TextColor”路径指定的颜色。
+ *      2)navigationBarBackButtonTextColor方法
+ *  本方法默认返回[UIColor whiteColor]。
+ */
+- (UIColor*)navigationBarBackButtonTextColor;
+
+/**
+ *  使用框架的DTBaseViewController时,可以调用startTitleLoading方法在上面转菊花。
+ *  现在可以通过这个方法定制菊花view的类型。只需要返回类名的字符串即可。
+ *  该方法的默认实现为UIActivityIndicatorView。
+ *  传进来的类至少要实现下面三个方法,如果不实现可能会crash。
+ *      - (void)startAnimating;
+ *      - (void)stopAnimating;
+ *      - (BOOL)isAnimating;
+ */
+- (NSString*)navigationBarLoadingViewClass;
+
+/**
+ *  使用框架的DTBaseViewController时,导航栏上加载菊花的默认颜色。如果实现这个方法,框架会回调并取到应用指定的颜色
+ *  本方法默认返回的颜色值如下:
+ *  第一个颜色:圆环的颜色:#cccccc
+ *  第二个颜色:旋转进度条的颜色:#108ee9
+ *  如果使用APCommonUI中的APActivityIndicatorView,支持这两个颜色的设置。
+ *  如果使用系统的UIActivityIndicatorView或其他自定义的菊花控件,框架只会向其发送setColor:消息,并传递数组中的第一个颜色。
+ */
+- (NSArray *)navigationBarLoadingViewColors;
+
+#pragma mark - UIApplication生命期回调,可以用Category覆盖
+
+typedef NS_ENUM(NSInteger, DTFrameworkCallbackResult)
+{
+    DTFrameworkCallbackResultContinue                       = 0,        // 继续执行
+    DTFrameworkCallbackResultReturn                         = 1,        // 中断执行
+    DTFrameworkCallbackResultReturnYES                      = 2,        // 中断之后的逻辑,并返回YES
+    DTFrameworkCallbackResultReturnNO                       = 3,        // 中断之后的逻辑,并返回NO
+};
+
+// 关于didFinishLaunching中各回调事件的调用顺序
+//      [DTFrameworkInterface shouldAutoactivateBandageKit]
+//      [DTFrameworkInterface beforeDidFinishLaunchingWithOptions]
+//      [DTFrameworkInterface shouldLogReportActive]
+//      [DTFrameworkInterface checkInstallationStatus]
+//      [DTFrameworkInterface handleDidFinishLaunchingWithOptions]
+//      [DTBootLoader willStartBootLoader]
+//      [DTBootLoader startWithOptions]
+//      [DTBootLoader didStartBootLoader]
+//      [DTFrameworkInterface shouldLogStartupConsumption]
+//      [DTFrameworkInterface afterDidFinishLaunchingWithOptions]
+
+/**
+ *  框架有一些自己的初始化逻辑在didFinishLaunching里需要实现,但会在执行之前回调该方法。
+ */
+- (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
+
+/**
+ *  框架回调该方法,让接入应用可以接管自己的didFinishLaunching逻辑。
+ *  并且当返回DTFrameworkCallbackResultReturnYES或DTFrameworkCallbackResultReturnNO时,直接给系统返回,不再执行接下来的逻辑。
+ *  这个方法在框架启动BootLoader前回调,应用可以通过返回DTFrameworkCallbackResultReturnYES或DTFrameworkCallbackResultReturnNO让框架提前退出,不运行默认的BootLoader。
+ *  使用框架内部的默认实现即可,通常不需要覆盖。
+ *
+ *  @return 是继续让框架执行,还是直接给系统返回YES或NO
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application handleDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
+
+/**
+ *  框架有一些自己的初始化逻辑在didFinishLaunching里需要实现,但会在所有逻辑完成后回调该方法。
+ */
+- (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
+
+/**
+ *  框架会率先回调该方法,让接入应用可以预先处理通知消息。
+ *  当返回DTFrameworkCallbackResultContinue时,框架会把通知消息通过UIApplicationDidReceiveRemoteNotification广播给全局监听者。并调用completionHandler(UIBackgroundFetchResultNoData)。
+ *  当返回DTFrameworkCallbackResultReturn时,表示接入应用已经完全处理完通知消息,框架中止执行之后的逻辑。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler;
+
+/**
+ *  框架会率先回调该方法,让接入应用可以预先处理通知消息。
+ *  当返回DTFrameworkCallbackResultContinue时,框架会把通知消息通过UIApplicationDidReceiveLocalNotification广播给全局监听者。
+ *  当返回DTFrameworkCallbackResultReturn时,表示接入应用已经完全处理完通知消息,框架中止执行之后的逻辑。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification;
+
+/**
+ *  框架会率先回调该方法,让接入应用可以预先处理通知消息。
+ *  当返回DTFrameworkCallbackResultContinue时,框架会把通知消息通过UIApplicationDidReceiveLocalNotification广播给全局监听者。并调用completionHandler()。
+ *  当返回DTFrameworkCallbackResultReturn时,表示接入应用已经完全处理完通知消息,框架中止执行之后的逻辑。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application handleActionWithIdentifier:(NSString *)identifier forLocalNotification:(UILocalNotification *)notification completionHandler:(void (^)())completionHandler;
+
+/**
+ *  框架会率先回调该方法,让接入应用可以拿到deviceToken。
+ *  当返回DTFrameworkCallbackResultContinue时,框架会把deviceToken通过UIApplicationDidRegisterForRemoteNotifications广播给全局监听者。
+ *  当返回DTFrameworkCallbackResultReturn时,表示接入应用已经完全处理完,框架中止执行之后的逻辑。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken;
+
+/**
+ *  当取deviceToken失败时,框架率先回调该方法。
+ *  当返回DTFrameworkCallbackResultContinue时,框架继续执行,目前无其它逻辑。
+ *  当返回DTFrameworkCallbackResultReturn时,框架中止之后的逻辑,目前无其它逻辑。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error;
+
+/**
+ *  框架会先给分享组件(如果有,并且shouldAutoactivateShareKit返回YES)通知,如果分享组件处理不了,再回调该方法,由接入应用处理openURL。
+ *  当返回DTFrameworkCallbackResultReturnYES或DTFrameworkCallbackResultReturnNO时,框架直接给系统返回,不再执行接下来的逻辑。
+ *  当返回DTFrameworkCallbackResultContinue时,继续由框架处理URL,并分发给SchemeHandler等类来处理。
+ *
+ *  这个方法相比系统方法,多了一个newURL参数,允许应用在处理后,返回一个不同的url。如果函数整体返回DTFrameworkCallbackResultContinue,并且给newURL赋值,框架会使用新的URL来做后续处理。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application openURL:(NSURL *)url newURL:(NSURL **)newURL sourceApplication:(NSString *)sourceApplication annotation:(id)annotation;
+
+/**
+ *  框架率先回调该方法。
+ *  当返回DTFrameworkCallbackResultContinue时,框架继续执行,目前无其它逻辑。
+ *  当返回DTFrameworkCallbackResultReturn时,框架中止之后的逻辑,目前无其它逻辑。
+ */
+- (DTFrameworkCallbackResult)applicationWillResignActive:(UIApplication *)application;
+
+/**
+ *  框架率先回调该方法。
+ *  当返回DTFrameworkCallbackResultContinue时,框架继续执行,目前无其它逻辑。
+ *  当返回DTFrameworkCallbackResultReturn时,框架中止之后的逻辑,目前无其它逻辑。
+ */
+- (DTFrameworkCallbackResult)applicationDidEnterBackground:(UIApplication *)application;
+
+/**
+ *  框架率先回调该方法。
+ *  当返回DTFrameworkCallbackResultContinue时,框架继续执行,目前无其它逻辑。
+ *  当返回DTFrameworkCallbackResultReturn时,框架中止之后的逻辑,目前无其它逻辑。
+ */
+- (DTFrameworkCallbackResult)applicationWillEnterForeground:(UIApplication *)application;
+
+/**
+ *  框架先回调该方法。
+ *  当返回DTFrameworkCallbackResultContinue时,框架继续执行,给分享组件事件(如果有,并且shouldAutoactivateShareKit返回YES)。并且当整个应用没被加载时,调用BootLoader
+ *  当返回DTFrameworkCallbackResultReturn时,框架中止之后的逻辑,目前无其它逻辑。
+ */
+- (DTFrameworkCallbackResult)applicationDidBecomeActive:(UIApplication *)application;
+
+/**
+ *  框架率先回调该方法。
+ *  当返回DTFrameworkCallbackResultContinue时,框架继续执行,目前无其它逻辑。
+ *  当返回DTFrameworkCallbackResultReturn时,框架中止之后的逻辑,目前无其它逻辑。
+ */
+- (DTFrameworkCallbackResult)applicationWillTerminate:(UIApplication *)application;
+
+/**
+ *  框架率先回调该方法。
+ *  当返回DTFrameworkCallbackResultContinue时,框架继续执行,目前无其它逻辑。
+ *  当返回DTFrameworkCallbackResultReturn时,框架中止之后的逻辑,目前无其它逻辑。
+ */
+- (DTFrameworkCallbackResult)applicationDidReceiveMemoryWarning:(UIApplication *)application;
+
+/**
+ *  框架率先回调该方法,接入应用可以先行处理Watch的消息。
+ *  当返回DTFrameworkCallbackResultContinue时,框架会把Watch消息通过UIApplicationWatchKitExtensionRequestNotifications广播给全局监听者。
+ *  当返回DTFrameworkCallbackResultReturn时,表示接入应用已经完全处理完通知消息,框架中止执行之后的逻辑。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application handleWatchKitExtensionRequest:(NSDictionary *)userInfo reply:(void(^)(NSDictionary *replyInfo))reply;
+
+/**
+ *  框架率先回调该方法,接入应用可以先行处理消息。
+ *  当返回DTFrameworkCallbackResultContinue时,框架会把消息通过UIApplicationUserActivityNotifications广播给全局监听者,并最后给系统返回NO。
+ *  当返回DTFrameworkCallbackResultReturnYES或DTFrameworkCallbackResultReturnNO时,框架直接给系统返回,不再执行接下来的逻辑。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void(^)(NSArray *restorableObjects))restorationHandler;
+
+/**
+ *  框架率先回调该方法,接入应用可以先行处理3D Touch快捷入口的消息。
+ *  当返回DTFrameworkCallbackResultContinue时,框架会处理shortcutItem带过来的URL,并最后调用completionHandler()返回是否已经处理。
+ *  当返回DTFrameworkCallbackResultReturn时,框架直接给系统返回,不再执行接下来的逻辑。
+ */
+- (DTFrameworkCallbackResult)application:(UIApplication *)application performActionForShortcutItem:(UIApplicationShortcutItem *)shortcutItem completionHandler:(void (^)(BOOL))completionHandler;
+
+/**
+ *  Background Fetch 机制回调
+ *  必须在30s内回调completionHandler,否则进程将被terminate
+ *  若要启用此机制,需要先配置Background Modes的fetch选项。其次在didFinishLaunching中调用下面的方法。更多信息参考文档。
+ *  [application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
+ *  默认实现为空,需要接入方自己处理。
+ */
+- (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler;
+
+#pragma mark - 功能方法,可以用Category覆盖
+
+/**
+ *  在启动时需要根据版本号判断是否是第一次安装,或者是覆盖安装。
+ *  默认实现为将应用的CFBundleShortVersionString与CFBundleVersion合并为%@.%@组成完整的版本号V。如果NSUserDefaults里不存在老的版本号,认为是全新安装。如果V与NSUserDefaults里的值不相等,认为是覆盖安装。
+ *  获取全新安装或覆盖安装,使用[UIApplication sharedApplication].bFirstInstalled和[UIApplication sharedApplication].bCoverInstallation属性。
+ */
+- (void)checkInstallationStatus;
+
+/**
+ *  框架在调用内置的DTSchemeService处理url前,会回调该方法。接入应用可以在回调方法种提前处理handleOpenURL。
+ *
+ *  @param url          传入的url
+ *  @param newURL       如果需要对url进行修改,可以用这个指针返回新的url
+ *  @param convertForRC 接下来的处理是否要自动将url进行RC包的转换,默认为YES。如果返回YES,会回调isRCVersion和shouldAutoconvertSchemesForRCVersion方法最终决定如何对url进行转换。
+ *
+ *  @return 如果返回DTFrameworkCallbackResultContinue,框架会继续处理,交给DTSchemeService,依次调用各Scheme Handler;
+ *          如果返回DTFrameworkCallbackResultReturnYES或DTFrameworkCallbackResultReturnNO,框架退出执行。
+ *
+ *  该方法默认返回DTFrameworkCallbackResultContinue。
+ */
+- (DTFrameworkCallbackResult)handleOpenURL:(NSURL *)url newURL:(NSURL **)newURL convertForRC:(BOOL*)convertForRC;
+
+#pragma mark - DFNavigationController代理回调
+
+// 框架使用DFNavigationController类作为导航类,重写了其中一些方法。这里公开一些回调方法,供接入应用使用。
+
+/**
+ *  框架使用的是DFNavigationController的内部类,重写了navigationController:didShowViewController:animated:方法。
+ *  如果接入应用想在这个方法里做一些事情,可以实现这个回调。DFNavigationController每次触发该方法,会回调两次,分别在方法开始,和方法结束。用begin字段区分。
+ *
+ *  @param navigationController navigationController,应该是DFNavigationController类
+ *  @param viewController       viewController
+ *  @param animated             animated
+ *  @param begin                是否是DFNavigationController的开始回调的。
+ */
+- (void)navigationController:(UINavigationController*)navigationController didShowViewController:(UIViewController*)viewController animated:(BOOL)animated begin:(BOOL)begin;
+
+/**
+ *  框架使用通用配置,用于容错和异常屏蔽。
+ *
+ *  @param key 开关键
+ *
+ *  @return    配置返回开关,否则返回nil。
+ */
+- (NSString *)configForKey:(NSString *)key;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplication.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplication.h
new file mode 100755
index 0000000000000000000000000000000000000000..28f465587889744c7b72c70c0a8d45bd64a29e17
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplication.h
@@ -0,0 +1,152 @@
+//
+//  DTMicroApplication.h
+//  Alipay Mobile Runtime Framework
+//
+//  Created by WenBi on 13-3-31.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import "DTMicroApplicationLaunchMode.h"
+#import "DTMicroApplicationDescriptor.h"
+
+extern NSString * const kDTMicroApplicationDidCreateNotification;       // 应用创建完成通知。
+extern NSString * const kDTMicroApplicationWillTerminateNotification;   // 应用将要退出通知。
+extern NSString * const kDTMicroApplicationDoesNotFoundNotification;    // 应用找不到通知,对本地app是app代理类找不到所致。
+extern NSString * const kDTMicroApplicationWillStartNotification;       // 应用将要启动通知。
+extern NSString * const kAPSceneID;
+
+@protocol DTMicroApplicationDelegate;
+@class DTViewController;
+
+@interface DTMicroApplication : NSObject
+
+/**
+ * 应用的描述信息,如:AppId对应descriptor.name。
+ */
+@property(nonatomic, strong) DTMicroApplicationDescriptor *descriptor;
+
+/**
+ * 当前 app 的代理。
+ */
+@property(nonatomic, strong) id <DTMicroApplicationDelegate> delegate;
+
+/**
+ *  当前 app 所属的所有 view controller。
+ */
+@property(nonatomic, strong) NSMutableArray *viewControllers;
+
+/**
+ *  当前 app 是延迟释放时,需要将关联VC备份一下,确保viewControllers可以正常解绑定,保持已有的处理逻辑。
+ */
+@property(nonatomic, strong) NSMutableArray *cachedViewControllers;
+
+/**
+ *  应用类型。
+ */
+@property(nonatomic, strong) NSString *type;
+
+/**
+ * 启动 app 来源。
+ * 注意:启动app时,可以由启动方指定,如果不指定,那么默认为启动时当前的appId;
+ *      outerUrl:表示是外部通过scheme启动,应用内UIWebView里链接跳转也是这个标识;
+ *      innerUrl:表示是内部通过scheme启动;
+ *      push:表示点击push消息启动;
+ */
+@property(nonatomic, strong) NSString *sourceId;
+
+/**
+ * 启动 app 场景,和sourceId含义相似。
+ * 不同:通过scheme启动app时,如果scheme里可以用ap_sceneId来指定启动场景。用如下scheme启动时,
+ *      alipays://platformapi/startApp?appId=20000235&ap_sceneId=scan
+ *      sourceId 的值为outerUrl或innerUrl,而ap_sceneId 的值为scan
+ * 注意:启动app时,可以由启动方指定,如果不指定,那么默认为启动时当前的appId;
+ *      outerUrl:表示是外部通过scheme启动,应用内UIWebView里链接跳转也是这个标识;
+ *      innerUrl:表示是内部通过scheme启动;
+ *      push:表示点击push消息启动;
+ */
+@property(nonatomic, strong) NSString *ap_sceneId;
+
+/**
+ * 这个 app 的运行模式。
+ */
+@property(nonatomic, assign) DTMicroApplicationLaunchMode launchMode;
+
+
+/**
+ app 是否是延时释放
+ */
+@property(nonatomic, assign) BOOL shouldDelayRelease;
+
+
+/**
+ 延时多长时间释放
+ */
+@property(nonatomic, assign) NSTimeInterval appSurvivalTimeInterval;
+
+/**
+ 当接收到内存不足的时候,是否释放
+ */
+@property(nonatomic, assign) BOOL shouldReleaseWhenMemoryWarning;
+
+/**
+ 延时释放timer
+ */
+@property(nonatomic, strong) NSTimer *delayReleaseTimer;
+
+/**
+ 本次启动是否是从缓存中读取
+ */
+@property(nonatomic, assign) BOOL createFromCache;
+
+/**
+ * 如果当前的app栈是:A,B 那么当B在启动A时:
+ * YES:默认值,会退出A上的所有App,结果:A;
+ * NO: 不退出A上的App,而是退出自己,然后重新启动A,结果:B,A(注意:前后两个A不是同一个对象);
+ */
+@property(nonatomic, assign) BOOL appClearTop;
+
+/**
+ * 获取当前应用的根控制器。
+ *
+ * @return 当前应用的根控制器对象,这个控制器<b>必须</b>是<code>DTViewController</code>的一个子类。
+ */
+- (UIViewController *)rootController;
+
+/**
+ * 退出本应用,应该不在栈顶,则无法退出。
+ *
+ * @param animated 指定退出应用时,是否需要动画。
+ */
+- (void)exitAnimated:(BOOL)animated;
+
+/**
+ * 退出本应用,无论应用是否在栈顶。
+ * 注意:测试接口请勿直接使用。
+ */
+- (void)forceExit;
+
+/**
+ * 处理push消息。
+ *
+ * @param params push数据。
+ *
+ * @return 处理成功返回YES,否则NO。
+ */
+- (BOOL)handleRemoteNotifications:(NSDictionary *)params;
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+
+/**
+ *  返回当前栈顶应用。
+ *
+ *  @return 返回当前栈顶应用。
+*/
+DTMicroApplication * DTMicroApplicationGetCurrent();
+
+#ifdef __cplusplus
+}
+#endif // __cplusplus
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationDelegate.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationDelegate.h
new file mode 100755
index 0000000000000000000000000000000000000000..dcbee626a42e9b534903adcd3176e14161026f15
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationDelegate.h
@@ -0,0 +1,228 @@
+//
+//  DTMicroApplication.h
+//  Alipay Mobile Runtime Framework
+//
+//  Created by WenBi on 13-3-30.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@class DTMicroApplication;
+
+@protocol DTMicroApplicationDelegate <NSObject>
+
+@required
+
+/**
+ * 请求应用对象的代理返回根视图控制器。
+ *
+ * @param application 应用对象。
+ *
+ * @return 应用的根视图控制器。
+ */
+- (UIViewController *)rootControllerInApplication:(DTMicroApplication *)application;
+
+@optional
+
+/**
+ * 通知应用代理,应用对象已经对经被实例化。
+ *
+ * @param application 应用对象。
+ */
+- (void)applicationDidCreate:(DTMicroApplication *)application;
+
+/**
+ * 通知应用代理,应用将要启动。
+ *
+ * @param application 启动的应用对象。
+ * @param options 应用运行参数。
+ */
+- (void)application:(DTMicroApplication *)application willStartLaunchingWithOptions:(NSDictionary *)options;
+
+/**
+ * 通知应用代理,应用已启动。
+ *
+ * @param application 启动的应用对象。
+ */
+- (void)applicationDidFinishLaunching:(DTMicroApplication *)application;
+
+/**
+ * 通知应用代理,应用即将暂停进入后台运行。
+ *
+ * @param application 启动的应用对象。
+ */
+- (void)applicationWillPause:(DTMicroApplication *)application;
+
+/**
+ 通知应用代理,应用即将暂停进入后台运行,并且从app栈中移除,并加入到缓存中
+ 
+ @param application <#application description#>
+ */
+- (void)applicationWillHide:(DTMicroApplication *)application;
+
+
+/**
+ 通知应用代理,应用即将暂停进入前台运行
+ 
+ @param application <#application description#>
+ */
+- (void)applicationWillShow:(DTMicroApplication *)application options:(NSDictionary *)options;
+
+/**
+ 通知应用代理,应用已经进入前台运行
+ 
+ @param application <#application description#>
+ */
+- (void)applicationDidShow:(DTMicroApplication *)application;
+
+/**
+ * 通知应用代理,应用将被重新激活。
+ *
+ * @param application 要激活的应用对象。
+ */
+- (void)application:(DTMicroApplication *)application willResumeWithOptions:(NSDictionary *)options;
+
+/**
+ * 通知应用代理,应用已经被激活。
+ *
+ * @param application 要激活的应用对象。
+ */
+- (void)applicationDidResume:(DTMicroApplication *)application;
+
+/**
+ * 通知应用代理,应用已经被激活。
+ *
+ * @param application 要激活的应用对象,带上参数的版本。
+ */
+- (void)application:(DTMicroApplication *)application didResumeWithOptions:(NSDictionary *)options;
+
+/**
+ * 通知应用的代理,应用将要退出。
+ *
+ * @param application 应用对象。
+ */
+- (void)applicationWillTerminate:(DTMicroApplication *)application;
+
+/**
+ * 通知应用的代理,应用将要退出。
+ *
+ * @param application 应用对象。
+ * @param animated 是否以动画方式退出。
+ */
+- (void)applicationWillTerminate:(DTMicroApplication *)application animated:(BOOL)animated;
+
+/**
+ * 询问应用的代理,应用是否可以启动。
+ * 注意:只用特殊情况返回:NO,要保证默认是YES才可以启动的。
+ *
+ * @param application 应用对象。
+ * @param params      启动参数。
+ * @param launchMode  启动方式。
+ *
+ * @return 是否可以启动
+ */
+- (BOOL)applicationShouldStart:(DTMicroApplication *)application params:(NSDictionary *)params aunchMode:(DTMicroApplicationLaunchMode) launchMode;
+
+/**
+ *  询问应用的代理是否要启动多个应用对象。
+ *  注意:默认是NO标识不支持;业务可以通过参数params,sourceId,栈顶App等来决定是否返回YES;
+ *
+ *  @param params     启动参数。
+ *  @param launchMode 启动方式。
+ *  @param sourceId   启动来源。
+ *
+ *  @return 返回YES创建一个新的App对象,否则不创建新app对象。
+ */
+- (BOOL)applicationShouldStartMultapplication:(NSDictionary *)params launchMode:(DTMicroApplicationLaunchMode) launchMode sourceId:(NSString *)sourceId;
+
+/**
+ * 询问应用的代理,应用是否可以退出
+ * 注意:只用特殊情况返回:NO,要保证默认是YES才可以退出的。
+ *
+ * @param application 应用对象。
+ *
+ * @return 是否可以退出
+ */
+- (BOOL)applicationShouldTerminate:(DTMicroApplication *)application;
+
+/**
+ * 询问应用的代理,是否以无动画启动rootViewController
+ * 注意:如果返回YES,则屏蔽startApplication的动画设置
+ *
+ * @param application 应用对象。
+ *
+ * @return YES:无动画启动;NO:默认处理方式
+ */
+- (BOOL)applicationStartRootControllerWithNoAnimation:(DTMicroApplication *)application;
+
+/**
+ *  通知应用代理,收到通知消息。
+ *
+ *  @param application 应用对象。
+ *  @param userInfo    封装消息信息。
+ *  @param completion  执行完成的block回调。
+ */
+- (void)application:(DTMicroApplication *)application didReceviceMessage:(NSDictionary *)userInfo completion:(void(^)(NSDictionary *result))completion;
+
+/**
+ * 通知应用的代理,应用将以Present方式启动viewController
+ *
+ * @param application 应用对象。
+ * @param params      启动参数。
+ * @param navigationController 导航控制器。
+ *
+ * @return æ— 
+ */
+- (void)applicationShouldPresent:(DTMicroApplication *)application params:(NSDictionary *)params navigationController:(UINavigationController *)navigationController;
+
+/**
+ * 通知应用的代理,应用已经Present方式启动viewController完成。
+ *
+ * @param application 应用对象。
+ * @param params      启动参数。
+ *
+ * @return æ— 
+ */
+- (void)applicationDidPresent:(DTMicroApplication *)application params:(NSDictionary *)params;
+
+/**
+ *  返回应用的启动方式,通过该方法可以动态的修改app的启动方式。
+ *
+ *  @param application 应用对象。
+ *  @param params      启动参数。
+ *
+ *  @return 返回应用的启动方式。
+ */
+- (DTMicroApplicationLaunchMode)applicationLaunchMode:(DTMicroApplication *)application params:(NSDictionary *)params;
+
+
+/**
+ 返回应用是否需要延时释放
+
+ @param application <#application description#>
+ @return YES or NO
+ */
+- (BOOL)applicationShouldDelayRelease:(DTMicroApplication *)application;
+
+
+/**
+ 返回缓存此app的最长时间
+
+ @param application <#application description#>
+ @return 缓存此app的最长时间,单位s
+ */
+- (NSTimeInterval )survivalTimeIntervalOfApplication:(DTMicroApplication *)application;
+
+
+
+/**
+ 内存警告的时候,是否需要释放缓存中的app
+
+ @param application <#application description#>
+ @return YES or NO
+ */
+- (BOOL)applicationShouldReleaseWhenReceivedMemoryWarning:(DTMicroApplication *)application;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationDescriptor.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationDescriptor.h
new file mode 100755
index 0000000000000000000000000000000000000000..880c98e3cbfdb5a90ba30e76abcf6c6e894a60cb
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationDescriptor.h
@@ -0,0 +1,24 @@
+//
+//  DTMicroApplicationDescriptor.h
+//  Alipay Mobile Runtime Framework
+//
+//  Created by WenBi on 13-3-30.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface DTMicroApplicationDescriptor : NSObject
+
+/**
+ * 应用Id。
+ */
+@property(nonatomic, copy) NSString *name;
+
+/**
+ * 应用的版本号。
+ */
+@property(nonatomic, copy) NSString *version;
+
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationLaunchMode.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationLaunchMode.h
new file mode 100755
index 0000000000000000000000000000000000000000..486f0b1976bb7d918fbe3d814ca27dc75a3d768d
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationLaunchMode.h
@@ -0,0 +1,18 @@
+//
+//  DTMicroApplicationLaunchMode.h
+//  MobileFramework
+//
+//  Created by WenBi on 13-6-17.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+// App的rootViewController启动时的展示方式
+typedef NS_ENUM(NSInteger, DTMicroApplicationLaunchMode) {
+	kDTMicroApplicationLaunchModeClearTop,              // 保留定义,暂时不支持。
+	kDTMicroApplicationLaunchModePushWithAnimation,     // 有动画的Push方式展示。
+	kDTMicroApplicationLaunchModePushNoAnimation,       // 无动画的Push方式展示。
+	kDTMicroApplicationLaunchModePresentWithAnimation,  // 有动画的Present方式展示。
+	kDTMicroApplicationLaunchModePresentNoAnimation,    // 无动画的Present方式展示。
+    kDTMicroApplicationLaunchModeFlipFromLeft,          // 左侧弹出的Push方式展示。
+    kDTMicroApplicationLaunchModeFlipFromRight,         // 右侧弹出的Push方式展示。
+};
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationTypeFinder.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationTypeFinder.h
new file mode 100755
index 0000000000000000000000000000000000000000..d7cf1d646fed45a798152eb33f5ddf8fb3ffba44
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTMicroApplicationTypeFinder.h
@@ -0,0 +1,48 @@
+//
+//  DTMicroApplicationTypeFinder.h
+//  APMobileFramework
+//
+//  Created by wenbi on 14-5-12.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  App类型查找器
+ */
+@interface DTMicroApplicationTypeFinder : NSObject
+
+/**
+ *  注册指定的App查找器。
+ *
+ *  @param finder 指定的App查找器。
+ */
++ (void)registerFinder:(DTMicroApplicationTypeFinder *)finder;
+
+/**
+ *  注册指定的App查找器。
+ *
+ *  @param finder  指定的App查找器。
+ *  @param atIndex 指定的App查找器的位置。
+ */
++ (void)registerFinder:(DTMicroApplicationTypeFinder *)finder atIndex:(NSUInteger)index;
+
+/**
+ *  注销指定的App查找器。
+ *
+ *  @param finder 指定的App查找器。
+ */
++ (void)unregisterFinder:(DTMicroApplicationTypeFinder *)finder;
+
+/**
+ *  获取App的类型。
+ *
+ *  @param name   AppId
+ *  @param params App启动参数。
+ *
+ *  @return 返回App的类型。
+ */
+- (NSString *)typeForApplication:(NSString *)name params:(NSDictionary *)params;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTNavigationBarAppearanceProtocol.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTNavigationBarAppearanceProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..3e3218eade4163df0ff74de5e9568392e8ea4e6e
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTNavigationBarAppearanceProtocol.h
@@ -0,0 +1,60 @@
+//
+//  DTNavigationBarAppearanceProtocol.h
+//  APMobileFramework
+//
+//  Created by yangwei on 16/5/19.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol DTNavigationBarAppearanceProtocol <NSObject>
+
+@optional
+
+/**
+ *  这个DTViewController是否要自动隐藏navigationBar,默认为NO。业务某个ViewController需要隐藏NavigationBar可以重载此方法并返回YES.
+ */
+- (BOOL)autohideNavigationBar;
+
+/**
+ *  当前VC隐藏导航栏后,如果需要设置一个全透明的导航栏,且当前页面需设置与框架逻辑一致的返回文案,请重载此方法,并返回一个APCustomNavigationView的实例
+ */
+- (UIView *)customNavigationBar;
+
+/**
+ *  如果某个viewcontroller希望自己的titlebar是不透明,并且指定一个颜色,可以重写这个方法,并返回希望的颜色。
+ *  仅限于被Push的VC,tabbar里的VC还是不允许修改navigationBar的半透明属性
+ */
+- (UIColor *)opaqueNavigationBarColor;
+
+/**
+ *  如果某个viewcontroller希望修改状态栏的样式,请重写此方法,并返回希望的style
+ */
+- (UIStatusBarStyle)customStatusBarStytle;
+
+/**
+ *  如果某个viewcontroller希望修改导航栏标题的颜色,请重写此方法,并返回希望的颜色
+ */
+- (UIColor *)customNavigationBarTitleColor;
+
+/**
+ *  如果某个viewcontroller希望修改导航栏返回按钮的文本颜色,请重写此方法,并返回希望的颜色
+ */
+- (UIColor *)customNavigationBarBackButtonTitleColor;
+
+/**
+ *  如果某个viewcontroller希望修改导航栏返回按钮的箭头图片,请重写此方法,并返回希望设置的图片
+ */
+- (UIImage *)customNavigationBarBackButtonImage;
+
+/**
+ *  如果某个viewcontroller希望修改导航栏loading view的颜色,请重写此方法,并返回希望的颜色
+ *  第一个颜色:圆环的颜色
+ *  第二个颜色:旋转进度条的颜色
+ *  如果使用APCommonUI中的APActivityIndicatorView,支持这两个颜色的设置。
+ *  如果使用系统的UIActivityIndicatorView或其他自定义的菊花控件,框架只会向其发送setColor:消息,并传递数组中的第一个颜色。
+ */
+- (NSArray *)customNavigationBarLoadingViewColors;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTNavigationController.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTNavigationController.h
new file mode 100755
index 0000000000000000000000000000000000000000..66a9558a808e0d8232c0dfee15ff8f3b8a2f4a11
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTNavigationController.h
@@ -0,0 +1,15 @@
+//
+//  DTNavigationController.h
+//  APMobileFramework
+//
+//  Created by Wanlei on 14-4-16.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "APBaseNavigationController.h"
+
+// 注意:不要直接使用这个类作为NavigationController,使用它在页面消失的时候对应的App不会自动退出问题。
+// 如果有App维度,直接使用startApp launchMode选择present方式,否则可以使用DFNavigationController。
+@interface DTNavigationController : APBaseNavigationController
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTSchemeHandler.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTSchemeHandler.h
new file mode 100755
index 0000000000000000000000000000000000000000..6a55fcda6d0061096a3e70556999c7e85cb275aa
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTSchemeHandler.h
@@ -0,0 +1,52 @@
+//
+//  DTSchemeHandler.h
+//  MobileRuntime
+//
+//  Created by WenBi on 13-4-16.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ * \code DFSchemeHandler 类用于处理操作系统对 [UIApplicationDelegate application:openURL:sourceApplication:annotation] 的
+ * 调用机制。
+ */
+@interface DTSchemeHandler : NSObject
+
+/**
+ * 试图注册一个 <code>DFSchemeHandler</code> 的子类,使其可以处理打开链接。
+ *
+ * @param handlerClass 要注册的 <code>DFSchemeHandler</code> 的子类。
+ *
+ * @return 注册成功返回YES, 否则返回NO。如果出现注册失败的唯一情况就是,指定的类不是 DFURLCommandHandler 的一个子类。
+ */
++ (BOOL)registerClass:(Class)handlerClass;
+
+/**
+ * 反注册 open URL 的处理类。
+ *
+ * @param handlerClass open URL 的处理类。
+ */
++ (void)unregisterClass:(Class)handlerClass;
+
+/**
+ *  检查是否能够处理指定的URL。
+ *
+ *  @param aURL 指定的URL。
+ *
+ *  @return 能够处理返回YES,否则返回NO。
+ */
++ (BOOL)canHandleOpenURL:(NSURL *)aURL;
+
+/**
+ *  处理指定的URL。
+ *
+ *  @param aURL     指定的URL。
+ *  @param userInfo 扩展参数。
+ *
+ *  @return 处理成功返回YES,否则返回NO。
+ */
+- (BOOL)handleOpenURL:(NSURL *)aURL userInfo:(NSDictionary *)userInfo;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTSchemeService.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTSchemeService.h
new file mode 100755
index 0000000000000000000000000000000000000000..64c185c530784b02dcdbc4f5cfab1aa646b42a21
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTSchemeService.h
@@ -0,0 +1,140 @@
+//
+//  DTSchemeService
+//  MobileRuntime
+//
+//  Created by WenBi on 13-4-16.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "DTService.h"
+
+extern NSString * const DTSchemeIsLaunchingUserInfoKey;
+extern NSString * const DTSchemeLogMonitorKey;      // 定义scheme key: dtLogMonitor
+extern NSString * const DTSchemeLogMonitorTimeKey;  // 定义scheme key: dtLogMonitorTime
+
+/**
+ * 处理 URL 调用的服务。
+ */
+@protocol DTSchemeService <DTService>
+
+/**
+ * 获取 scheme service 最后一次处理过的 URL.
+ * 
+ * @return 最后一次处理过的URL。
+ */
+- (NSURL *)lastURL;
+
+/**
+ * 注册一个处理类,这个类会追加到处理类链表的末尾。
+ *
+ * @param handlerClass 一个 URL 处理类,这个类必须是 \code DFSchemeHandler 的了类。
+ *
+ * @return 如果注册成功,返回YES,否则返回NO。
+ */
+- (BOOL)registerHandlerClass:(Class)handlerClass;
+
+/**
+ * 在处理类链表中的指定位置处,注册一个处理类。
+ *
+ * @param handlerClass 一个 URL 处理类,这个类必须是 \code DFSchemeHandler 的了类。
+ * @param index 在指定的位置注册处理类。
+ *
+ * @return 如果注册成功,返回YES,否则返回NO。
+ */
+- (BOOL)registerHandlerClass:(Class)handlerClass atIndex:(NSInteger)index;
+
+/**
+ * 反注册指定的处理类。
+ *
+ * @param handlerClass 要反注册的处理类。
+ */
+- (void)unregisterHandlerClass:(Class)handlerClass;
+
+/**
+ * 返回指定处理类在处理类链表中所处的位置。
+ *
+ * @param handlerClass
+ *
+ * @return 指定处理类在链表中的位置。
+ */
+- (NSInteger)indexOfClass:(Class)handlerClass;
+
+/**
+ * 通知处理类处理 URL 调用请求。
+ * 
+ * @param aURL \code NSURL 对象,表示需要处理的URL。
+ *
+ * @return 如果处理成功,返回YES,否则返回NO。
+ */
+- (BOOL)handleURL:(NSURL *)aURL userInfo:(NSDictionary *)userInfo;
+
+/**
+ * 判断一个URL的scheme是不是应用定义的可以处理的scheme
+ *
+ *  @param aURL the NSURL
+ *
+ *  @return 返回是否是应用定义的scheme
+ */
+- (BOOL)isApplicationSchemeWithURL:(NSURL *)aURL;
+
+@optional
+
+/**
+ * 注册一个Associated Domains处理类,这个类会追加到处理类链表的末尾。
+ *
+ * @param handlerClass 一个 URL 处理类,这个类必须是 \code DFSchemeHandler 的了类。
+ *
+ * @return 如果注册成功,返回YES,否则返回NO。
+ */
+- (BOOL)registerDomainHandlerClass:(Class)handlerClass;
+
+/**
+ * 在处理类链表中的指定位置处,注册一个处理类。
+ *
+ * @param handlerClass 一个 URL 处理类,这个类必须是 \code DFSchemeHandler 的了类。
+ * @param index 在指定的位置注册处理类。
+ *
+ * @return 如果注册成功,返回YES,否则返回NO。
+ */
+- (BOOL)registerDomainHandlerClass:(Class)handlerClass atIndex:(NSInteger)index;
+
+/**
+ * 反注册指定的Associated Domains处理类。
+ *
+ * @param handlerClass 要反注册的处理类。
+ */
+- (void)unregisterDomainHandlerClass:(Class)handlerClass;
+
+/**
+ * 查询是否可以处理指定的URL请求。
+ *
+ * @param aURL \code NSURL 对象,表示需要处理的URL。
+ *
+ * @return 能否处理,返回YES,否则返回NO。
+ */
+- (BOOL)canHandleURL:(NSURL *)aURL;
+
+/**
+ *  根据指定的key获取启动钱包的scheme中对应的值。
+ *
+ *  @param key 指定的key
+ *
+ *  @return 成功返回对应的值,否则返回nil。
+ */
+- (id)getSchemeValueForKey:(NSString *)key;
+
+/**
+ *  保存启动钱包scheme对应key的值。
+ *
+ *  @param value 要保存的值
+ *  @param key   指定的key
+ *
+ *  @return 成功返回YES,否则返回NO。
+ */
+- (BOOL)setSchemeValue:(id)value forKey:(NSString *)key;
+
+@end
+
+typedef id<DTSchemeService> IDFSchemeService;
+
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTService.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTService.h
new file mode 100755
index 0000000000000000000000000000000000000000..1f94dae2e066b23233e2989d757acdd6adb3b960
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTService.h
@@ -0,0 +1,75 @@
+//
+//  DTService.h
+//  MobileCore
+//
+//  Created by WenBi on 13-4-3.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+/**
+ * \code DTService 代表一个服务。
+ */
+@protocol DTService <NSObject>
+
+@required
+
+/**
+ * 启动一个服务。框架在完成初始化操作后,会调用该方法。
+ *
+ * 如果一个服务要启动一个应用,必须在该法被调用之后,才能启动其它的应用。
+ */
+- (void)start;
+
+@optional
+
+/**
+ *  服务已经完成创建。
+ */
+- (void)didCreate;
+
+/**
+ *  服务即将释放。
+ */
+- (void)willDestroy;
+
+@end
+
+typedef id<DTService> IDTService;
+
+/**
+ *  根据指定的key获取scheme
+ *
+ *  @param key 标识scheme的key,可以是以下任意一个值:
+ *      - alipay
+ *      - alipays
+ *      - alipayqr
+ *      - alipass
+ *      - alpauto
+ *      - aw
+ *      - alipaywifi
+ *
+ *  @return 如果当前版本是rc版本,以上的key值会追回 _rc 后返回,否则原样返回。
+ *
+ *  比如:
+ *  <pre>NSString *scheme = DTSchemeGetName(@"alipays")</pre>
+ *  在rc版本中,scheme变量的值为:alipays_rc,在非rc的版本中,scheme变量的值为:alipays。
+ */
+NSString * DTSchemeGetName(NSString *key);
+
+/**
+ *  对传入的URL字符串按照scheme的规则进行规范处理。
+ *
+ *  @param URLString 表示URL的字符串
+ *
+ *  @return 对指定的URL按照rc的规则进行处理后的URL字符串。
+ */
+NSString * DTSchemeNormalizeURLString(NSString *URLString);
+
+/**
+ *  对指定的URL对象按照scheme的规则进行规范处理。
+ *
+ *  @param aURL 需要处理的URL对象。
+ *
+ *  @return 对指定的URL对象按照rc的规则进行处理后的URL对象。
+ */
+NSURL * DTSchemeNormalizeURL(NSURL *aURL);
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTStartApplicationHandler.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTStartApplicationHandler.h
new file mode 100755
index 0000000000000000000000000000000000000000..eb6be07c977be87cc4e529bff01a9837027cfce4
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTStartApplicationHandler.h
@@ -0,0 +1,28 @@
+//
+//  DTStartApplicationHandler.h
+//  APMobileFramework
+//
+//  Created by liangbao.llb on 10/15/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class DTMicroApplication;
+
+@protocol DTStartApplicationHandler <NSObject>
+
+@optional
+
+/**
+ * 询问代理应用是否可以启动。
+ * 注意:只用特殊情况返回YES,表示业务处理启动应底层不用处理。
+ *
+ * @param application 应用对象。
+ * @param params 启动参数。
+ *
+ * @return 可以返回YES,否则返回NO。
+ */
+- (BOOL)canHandleStartApplication:(DTMicroApplication *)application params:(NSDictionary *)params;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTUncaughtExceptionHandler.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTUncaughtExceptionHandler.h
new file mode 100755
index 0000000000000000000000000000000000000000..80f3e4557cea460bed679dd017c97b8456d1c11e
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTUncaughtExceptionHandler.h
@@ -0,0 +1,27 @@
+//
+//  DTUncaughtExceptionHandler.h
+//  MobileFramework
+//
+//  Created by WenBi on 13-5-28.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol DTUncaughtExceptionHandler <NSObject>
+
+/**
+ *  处理异常。
+ *
+ *  @param exception 指定的异常
+ */
+- (void)handleException:(NSException *)exception;
+
+@end
+
+/**
+ *  获取异常处理器
+ *
+ *  @return 返回异常处理器
+ */
+id <DTUncaughtExceptionHandler> DTUncaughtExceptionHandlerGet();
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTViewController.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTViewController.h
new file mode 100755
index 0000000000000000000000000000000000000000..716c9e861adaf0dc1bd737c3ca802921d36acb36
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/DTViewController.h
@@ -0,0 +1,14 @@
+//
+//  DTViewController.h
+//  MPMobileFramework
+//
+//  Created by shenmo on 1/6/16.
+//  Copyright © 2016 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "DTBaseViewController.h"
+
+@interface DTViewController : DTBaseViewController
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/UIViewController+APSafeTransition.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/UIViewController+APSafeTransition.h
new file mode 100755
index 0000000000000000000000000000000000000000..d764544c4d3cd213bad5b3663be9ef49b93fa18c
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/UIViewController+APSafeTransition.h
@@ -0,0 +1,34 @@
+//
+//  UIViewController+APSafeTransition.h
+//
+//  https://github.com/nexuspod/SafeTransition
+//
+//
+//  The MIT License (MIT)
+//
+//  Copyright (c) 2014 WenBi
+//
+//  Permission is hereby granted, free of charge, to any person obtaining a copy
+//  of this software and associated documentation files (the "Software"), to deal
+//  in the Software without restriction, including without limitation the rights
+//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+//  copies of the Software, and to permit persons to whom the Software is
+//  furnished to do so, subject to the following conditions:
+//
+//  The above copyright notice and this permission notice shall be included in all
+//  copies or substantial portions of the Software.
+//
+//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+//  SOFTWARE.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIViewController (APSafeTransition)
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Headers/UIViewController+MobileFramework.h b/MPaaS/Frameworks/APMobileFramework.framework/Headers/UIViewController+MobileFramework.h
new file mode 100755
index 0000000000000000000000000000000000000000..ecc63a5177592d1b0e5c0fe4efba06345440f215
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileFramework.framework/Headers/UIViewController+MobileFramework.h
@@ -0,0 +1,25 @@
+//
+//  UIViewController+MobileFramework.h
+//  APMobileFramework
+//
+//  Created by tashigaofei on 14-6-30.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "DTMicroApplication.h"
+
+@interface UIViewController (MobileFramework)
+
+// ViewController所属的App。
+@property (nonatomic, weak) DTMicroApplication *microApplication;
+
+// 当前ViewController导航栏的背景色
+@property (nonatomic, strong) UIColor *alipayNavbarColor;
+
+// 当前ViewController导航栏是否隐藏
+@property (nonatomic, assign) BOOL isAlipayNavbarHidden;
+
+@property (nonatomic, assign) BOOL isTransitionFinished;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileFramework.framework/Info.plist b/MPaaS/Frameworks/APMobileFramework.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..5c8ba3c9fdf262522d49a08ff1576a9c7bd0874f
Binary files /dev/null and b/MPaaS/Frameworks/APMobileFramework.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork b/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork
new file mode 100755
index 0000000000000000000000000000000000000000..1d79a6a6318078adb6cc212d5de11fda0290b847
Binary files /dev/null and b/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork differ
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/en.strings b/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/en.strings
new file mode 100755
index 0000000000000000000000000000000000000000..6e8f12ae721951d9d331b7b8207a4126cff7d1f8
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/en.strings
@@ -0,0 +1,16 @@
+//Written by 多语言翻译管理系统 
+//Thu Jun 30 2016 04:09:23 GMT+0800 (CST)
+//如有问题请联系去疾
+"APNetwork:connect.Cellular" = "Cellular";
+"APNetwork:connect.NoConnection" = "No Connection";
+"APNetwork:connect.WiFi" = "WiFi";
+"APNetwork:error.deserializeError" = "Deserialization Error";
+"APNetwork:error.networkCancel" = "Network is cancelled";
+"APNetwork:error.networkUnreachable" = "Network is unavailable";
+"APNetwork:message.error.serverFormatError" = "Incorrect Data Format from App";
+"APNetwork:message.error.serverReturnEmpty" = "Null Data from App";
+"APNetwork:message.error.systemError" = "System error, please try again later.";
+"APNetwork:reason.HTTPResponseString" = "Content from App: %@";
+"APNetwork:reason.HTTPStatusCode" = "HTTP Status Code from Server: %ld";
+"APNetwork:reason.unknowError" = "Unknown Error";
+
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/zh-Hans.strings b/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/zh-Hans.strings
new file mode 100755
index 0000000000000000000000000000000000000000..04d5ef5b382128dc34251dee68d52c880893118f
Binary files /dev/null and b/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/zh-Hans.strings differ
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/zh-Hant.strings b/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/zh-Hant.strings
new file mode 100755
index 0000000000000000000000000000000000000000..c914bc324710404a1c09b9daeb117ab4a128cc3a
Binary files /dev/null and b/MPaaS/Frameworks/APMobileNetwork.framework/APMobileNetwork.bundle/zh-Hant.strings differ
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APDownloadManager.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APDownloadManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..5807b0d4d6ee399c1882b7e8758bf39aa12ac350
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APDownloadManager.h
@@ -0,0 +1,81 @@
+//
+//  APDownloadMgr.h
+//  APMobileNetwork
+//
+//  Created by Wanlei on 14-10-21.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APDownloadRequest.h"
+
+@interface APDownloadManager : NSObject
+
+//是否需要清理过期文件,主要是防止在启动阶段就开始做清理这种事情
+@property (atomic) BOOL             fileClearSwitch;
+
+
+/**
+ *  文件下载管理器
+ *
+ *  文件下载管理器为单例,全局只有一个
+ *
+ *  @return 唯一的文件下载管理器
+ */
++(APDownloadManager*)sharedDownloadMgr;
+/**
+ *  获取下载线程
+ */
+- (NSThread *)downloadThread;
+
+/**
+ *  启动文件下载
+ *
+ *  @param appKey App Key,用于标识一个业务。
+ *  @param aURL               需要下载的URL
+ *  @param completionCallback 下载器在主线程中调用block
+ *  @param timeoutInterval è¶…æ—¶æ—¶é—´
+ *  @return 返回一个Tag对象,标识一次下载请求
+ */
+- (id)downloadFileWithAppKey:(NSString *)appKey atURL:(NSURL *)aURL
+       completionCallback:(void (^)(NSString *path, NSError *error))completionCallback;
+
+- (id)downloadFileWithAppKey:(NSString *)appKey atURL:(NSURL *)aURL
+          completionCallback:(void (^)(NSString *path, NSError *error))completionCallback timeoutInterval:(NSTimeInterval)timeoutInterval;
+
+/**
+ *  通过req方式启动文件下载
+ *
+ *  @param req 需要下载的req参数
+ *
+ *  @return 返回一个Tag对象,标识一次下载请求
+ */
+- (id)downloadFileWithReq:(APDownloadRequest*)req;
+
+/**
+ *  取消文件下载
+ *
+ *  @param tag 通过Tag对象取消下载
+ *         tag为downloadFileWithAppKey:atURL:completionCallback: 或downloadFileWithReq: 返回
+ */
+- (void)cancelTaskForTag:(id)tag;
+
+/**
+ *  检查aURL对应的文件是否已存在
+ *
+ *  @param aURL 需要检查对应文件是否存在的URL
+ *
+ *  @return aURL对应的文件已存在返回YES,否则返回NO
+ */
+-(BOOL)isFileExistedForURL:(NSURL*)aURL;
+
+/**
+ *  清理过期的文件
+ */
+-(void)clearExpiredFile;
+
+@end
+
+
+
+
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APDownloadRequest.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APDownloadRequest.h
new file mode 100755
index 0000000000000000000000000000000000000000..b75ee6e82ccf0a02c09d7463584dea348e8894dc
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APDownloadRequest.h
@@ -0,0 +1,58 @@
+//
+//  APDownloadReq.h
+//  APMobileNetwork
+//
+//  Created by Wanlei on 14-10-21.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#define APDownloadDefaultTimeoutInterval 60
+
+@interface APDownloadRequest : NSObject
+
+@property(nonatomic, strong, readonly)NSURL *downloadURL;
+@property(nonatomic, copy, readonly) void (^completionBlock)(NSString *path, NSError *error);
+@property(nonatomic, copy, readonly) void (^progressBlock)(float percent, NSUInteger readBytes, NSUInteger totalBytes);
+@property(nonatomic, assign) NSTimeInterval timeoutInterval;
+
+
+/**
+ *  初始化一个下载req
+ *
+ *  @param appKey             标示业务方
+ *  @param aURL               需要下载的url
+ *  @param completionCallback 下载完成block,在主线程中回调
+ *
+ *  @return 下载req
+ */
+-(APDownloadRequest*)initWithAppKey:(NSString *)appKey atURL:(NSURL *)aURL
+                 completionCallback:(void (^)(NSString *path, NSError *error))completionCallback;
+
+
+/**
+ *  设置进度,可不设
+ *
+ *  @param aURL  需要下载的URL
+ *  @param block complete block
+ */
+- (void)setProgressBlock:(void (^)(float percent, NSUInteger readBytes, NSUInteger totalBytes))block;
+
+
+@end
+
+@interface NSMutableURLRequest(DownloadRequest)
+/**
+ *  download是否走spdy的开关
+ *
+ */
+-(void)setShouldStartResourcesSPDYProxy:(BOOL)val;
+/**
+ *  download是否走asi的开关
+ *
+ */
+-(void)setShouldStartResourcesASIProxy:(BOOL)val;
+
+@end
+
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APFileUploadManager.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APFileUploadManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..3665dfef6cf99ce1acda80c8c38b22fe7a9e2d25
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APFileUploadManager.h
@@ -0,0 +1,34 @@
+//
+//  APFileUploadManager.h
+//  APMobileNetwork
+//
+//  Created by xinglie on 16/12/23.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APFileUploadManager : NSObject<NSURLSessionDelegate,NSURLSessionTaskDelegate>
+
+@property (readonly, nonatomic, strong) NSURLSession *session;
+
+- (instancetype)initWithSessionConfiguration:(NSURLSessionConfiguration *)configuration;
+
+#pragma mark - uploadTask
+
+- (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request
+                                         fromFile:(NSURL *)fileURL
+                                         progress:(void (^)(NSProgress *uploadProgress)) uploadProgressBlock
+                                completionHandler:(void (^)(NSURLResponse *response, id responseObject, NSError *error))completionHandler;
+
+- (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request
+                                         fromData:(NSData *)bodyData
+                                         progress:(void (^)(NSProgress *uploadProgress)) uploadProgressBlock
+                                completionHandler:(void (^)(NSURLResponse *response, id responseObject, NSError *error))completionHandler;
+
+- (NSURLSessionUploadTask *)uploadTaskWithStreamedRequest:(NSURLRequest *)request
+                                                 progress:(void (^)(NSProgress *uploadProgress)) uploadProgressBlock
+                                        completionHandler:(void (^)(NSURLResponse *response, id responseObject, NSError *error))completionHandler;
+
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APHTTPCookie.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APHTTPCookie.h
new file mode 100755
index 0000000000000000000000000000000000000000..a5bf81635a701646120b4aee5c5fc4ff7d71e330
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APHTTPCookie.h
@@ -0,0 +1,66 @@
+//
+//  APHTTPCookie.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-9-13.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APHTTPCookie : NSObject
+/**
+ *  从headerFields中获得cookies
+ *
+ *  @param headerFields
+ *  @param aURL
+ *
+ *  @return cookies
+ */
++ (NSArray *)cookiesWithResponseHeaderFields:(NSDictionary *)headerFields forURL:(NSURL *)aURL;
+/**
+ *  根据properties获取实例
+ *
+ *  @param properties 属性字典
+ *
+ *  @return 实例
+ */
+- (id)initWithProperties:(NSDictionary *)properties;
+/**
+ *  从属性中获取Domain
+ *
+ *  @return Domain
+ */
+- (NSString *)domain;
+/**
+ *  从属性中获取过期时间
+ *
+ *  @return date
+ */
+- (NSDate *)expiresDate;
+/**
+ *  从属性中获取name
+ *
+ *  @return name
+ */
+- (NSString *)name;
+/**
+ *  从属性中获取path
+ *
+ *  @return path
+ */
+- (NSString *)path;
+/**
+ *  获得属性数组
+ *
+ *  @return 属性数组
+ */
+- (NSDictionary *)properties;
+/**
+ *  从属性中获取name、value
+ *
+ *  @return name=value字符串
+ */
+- (NSString *)requestHeaderField;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APHTTPCookieStorage.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APHTTPCookieStorage.h
new file mode 100755
index 0000000000000000000000000000000000000000..db257dcd74dd8cbfe99b539f0133bc8d5bdec21c
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APHTTPCookieStorage.h
@@ -0,0 +1,69 @@
+//
+//  APHTTPCookieStorage.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-9-13.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class APHTTPCookie;
+
+@interface APHTTPCookieStorage : NSObject
+/**
+ *  获得单例
+ */
++ (APHTTPCookieStorage *)sharedHTTPCookieStorage;
+/**
+ *  删除cookie
+ *
+ *  @param aCookie 要删除的cookie
+ */
+- (void)deleteCookie:(APHTTPCookie *)aCookie;
+/**
+ *  删除所有cookie
+ */
+- (void)deleteAllCookies;
+/**
+ *  添加cookie
+ *
+ *  @param aCookie 要添加的cookie
+ */
+- (void)setCookie:(APHTTPCookie *)aCookie;
+/**
+ *  添加多个cookie
+ *
+ *  @param cookies 要添加的数组类型的cookie
+ */
+- (void)setCookies:(NSArray *)cookies forURL:(NSURL *)theURL mainDocumentURL:(NSURL *)mainDocumentURL;
+/**
+ *  获取所有cookie
+ */
+- (NSArray *)cookies;
+/**
+ *  根据url所有cookie
+ */
+- (NSArray *)cookiesForURL:(NSURL *)aURL;
+/**
+ *  加锁
+ */
+- (void)lock;
+/**
+ *  解锁
+ */
+- (void)unlock;
+
+//added by shaobin 2014.10.21
+- (NSMutableString *)httpCookieHeaderStrForUrl:(NSURL *)url operationType:(NSString*)operationType;
+/**
+ *  根据operationType添加cookies
+ *
+ *  @param cookies       要添加的cookie
+ *  @param operationType
+ */
+- (void)setCookies:(NSArray*)cookies forOperationType:(NSString*)operationType;
+
+//删除重用cookie,仅供登录模块使用
++(void)removeReuseCookie;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APMobileNetwork.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APMobileNetwork.h
new file mode 100755
index 0000000000000000000000000000000000000000..975cb863a333e5cb64102493dfaf67db3cb0696b
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/APMobileNetwork.h
@@ -0,0 +1,31 @@
+//
+//  APMobileNetwork.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-5.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <APMobileNetwork/DTURLRequestOperation.h>
+#import <APMobileNetwork/DTRpcBaseOperation.h>
+#import <APMobileNetwork/DTRpcOperation.h>
+#import <APMobileNetwork/DTRpcErrorCode.h>
+#import <APMobileNetwork/DTRpcException.h>
+#import <APMobileNetwork/DTRpcClient.h>
+#import <APMobileNetwork/DTRpcConfig.h>
+#import <APMobileNetwork/DTRpcConfigScope.h>
+#import <APMobileNetwork/DTRpcInterceptor.h>
+#import <APMobileNetwork/DTRpcMethod.h>
+#import <APMobileNetwork/DTRpcAsyncCaller.h>
+#import <APMobileNetwork/DTNetReachability.h>
+#import <APMobileNetwork/DTReachability.h>
+#import <APMobileNetwork/DTURLCommonRequestOperation.h>
+#import <APMobileNetwork/APDownloadManager.h>
+#import <APMobileNetwork/APDownloadRequest.h>
+#import <APMobileNetwork/DTWifiUtils.h>
+#import <APMobileNetwork/DTRpcContext.h>
+
+
+
+
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTCustomContext.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTCustomContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..ff78fa3ad7dceb2a7055095d6e0da6929cf9fe12
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTCustomContext.h
@@ -0,0 +1,18 @@
+//
+//  DTCustomContext.h
+//  APMobileNetwork
+//
+//  Created by cuinacai on 16/6/7.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface DTCustomContext : NSObject
+/** 网关 URL,不可为空 */
+@property(nonatomic, strong) NSURL *gatewayURL;
+/** 签名用的appKey,不可为空 */
+@property(nonatomic, strong) NSString *appKey;
+/** 是否对请求参数进行GZip,默认YES */
+@property(nonatomic, assign) BOOL requestGZip;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTNetReachability.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTNetReachability.h
new file mode 100755
index 0000000000000000000000000000000000000000..ad0235e8eabf75d4cedeb76328c70fc0bf295f2f
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTNetReachability.h
@@ -0,0 +1,193 @@
+/*
+ Copyright (c) 2011, Tony Million.
+ All rights reserved.
+ 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ 
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ 
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE. 
+ */
+
+#import <Foundation/Foundation.h>
+#import <SystemConfiguration/SystemConfiguration.h>
+
+#import <sys/socket.h>
+#import <netinet/in.h>
+#import <netinet6/in6.h>
+#import <arpa/inet.h>
+#import <ifaddrs.h>
+#import <netdb.h>
+
+/**
+ * Does ARC support support GCD objects?
+ * It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
+ * 
+ * @see http://opensource.apple.com/source/libdispatch/libdispatch-228.18/os/object.h
+ **/
+#if OS_OBJECT_USE_OBJC
+#define NEEDS_DISPATCH_RETAIN_RELEASE 0
+#else
+#define NEEDS_DISPATCH_RETAIN_RELEASE 1
+#endif
+
+
+extern NSString *const kReachabilityChangedNotification;
+
+typedef enum 
+{
+	// Apple NetworkStatus Compatible Names.
+	NotReachable     = 0,
+	ReachableViaWiFi = 2,
+	ReachableViaWWAN = 1,
+} NetworkStatus;
+
+@class DTNetReachability;
+
+typedef void (^NetworkReachable)(DTNetReachability * reachability);
+typedef void (^NetworkUnreachable)(DTNetReachability * reachability);
+
+@interface DTNetReachability : NSObject
+
+@property (nonatomic, copy) NetworkReachable    reachableBlock;
+@property (nonatomic, copy) NetworkUnreachable  unreachableBlock;
+
+
+@property (nonatomic, assign) BOOL reachableOnWWAN;
+/**
+ *  根据hostname获取DTNetReachability
+ *
+ *  @param hostname 主机名
+ *
+ *  @return DTNetReachability
+ */
++(DTNetReachability*)reachabilityWithHostname:(NSString*)hostname;
+/**
+ *  获取DTNetReachability
+ *
+ *  @return DTNetReachability
+ */
++(DTNetReachability*)reachabilityForInternetConnection;
+/**
+ *  根据hostaddress获取DTNetReachability
+ *
+ *  @param hostAddress 主机地址
+ *
+ *  @return DTNetReachability
+ */
++(DTNetReachability*)reachabilityWithAddress:(const struct sockaddr_in*)hostAddress;
+/**
+ *  根据本地wifi获取DTNetReachability
+ *
+ *  @return DTNetReachability
+ */
++(DTNetReachability*)reachabilityForLocalWiFi;
+/**
+ *  初始化DTNetReachability
+ *
+ *  @param ref SCNetworkReachabilityRef
+ *
+ *  @return DTNetReachability
+ */
+-(DTNetReachability *)initWithReachabilityRef:(SCNetworkReachabilityRef)ref;
+/**
+ *  开始通知
+ *
+ *  @return yes/no
+ */
+-(BOOL)startNotifier;
+/**
+ *  取消通知
+ *
+ *  @return yes/no
+ */
+-(void)stopNotifier;
+/**
+ *  网络是否通
+ *
+ *  @return yes/no
+ */
+-(BOOL)isReachable;
+/**
+ *  移动网络是否通
+ *
+ *  @return yes/no
+ */
+-(BOOL)isReachableViaWWAN;
+/**
+ *  wifi网络是否通
+ *
+ *  @return yes/no
+ */
+-(BOOL)isReachableViaWiFi;
+/**
+ *  3G网络是否通
+ *
+ *  @return yes/no
+ */
+-(BOOL)isReachableVia3G;
+/**
+ *  2G网络是否通
+ *
+ *  @return yes/no
+ */
+-(BOOL)isReachableVia2G;
+/**
+ *  WWAN may be available, but not active until a connection has been established.
+ *  WiFi may require a connection for VPN on Demand.
+ */
+-(BOOL)isConnectionRequired; // Identical DDG variant.
+/**
+ *  Apple's routine.
+ */
+-(BOOL)connectionRequired; //
+/**
+ *  Dynamic, on demand connection?
+ */
+-(BOOL)isConnectionOnDemand;
+/**
+ *  Is user intervention required?
+ */
+-(BOOL)isInterventionRequired;
+/**
+ *  获取当前网络可达状态
+ *
+ *  @return 枚举
+ */
+-(NetworkStatus)currentReachabilityStatus;
+/**
+ *  获取当前网络可达标记
+ *
+ *  @return 枚举
+ */
+-(SCNetworkReachabilityFlags)reachabilityFlags;
+/**
+ *  获取当前网络可达字符串
+ *
+ *  @return 枚举
+ */
+-(NSString*)currentReachabilityString;
+/**
+ *  获取当前网络标记字符串
+ *
+ *  @return 枚举
+ */
+-(NSString*)currentReachabilityFlags;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTNetworkException.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTNetworkException.h
new file mode 100755
index 0000000000000000000000000000000000000000..03a5830afdb73d3617273b531ce31c9a4c2399d3
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTNetworkException.h
@@ -0,0 +1,25 @@
+//
+//  DTNetworkException.h
+//  RPC
+//
+//  Created by WenBi on 13-3-5.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+extern NSString * const kNetworkException;
+
+
+extern NSString * const kRPCErrorDomain;
+
+typedef enum RPCErrorCode
+{
+	RPCInvalidArguments,
+	RPCInvalidClass,
+	RPCPropertyTypeNotMatch,
+	RPCParseError,
+} RPCErrorCode;
+
+NSError * DTFCreateRPCError(RPCErrorCode code, NSString *message);
+
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTReachability.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTReachability.h
new file mode 100755
index 0000000000000000000000000000000000000000..bc11eda261e6f9f9035d04b2d76e270bbb3e19aa
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTReachability.h
@@ -0,0 +1,73 @@
+//
+//  DTReachability.h
+//  APMobileNetwork
+//
+//  Created by 朱建 on 13-4-10.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "DTNetReachability.h"
+#import <CoreTelephony/CTTelephonyNetworkInfo.h>
+
+
+/*!
+ @class     DTReachability
+ @abstract  网络访问类型工具类
+ */
+@interface DTReachability : NSObject
+
+/*!
+ @property      networkStatus
+ @abstract      当前的网络类型
+ @discussion    可以判断的网络类型包括:无数据网络;wifi网络;移动数据网络
+ */
+@property(nonatomic, assign) NetworkStatus networkStatus;
+
+/*!
+ @function      sharedDTReachability
+ @abstract      得到 DTReachability 的单例对象
+ @return        DTReachability 的单例对象
+ */
++ (DTReachability *)sharedDTReachability;
+
+/*!
+ @function      refreshReachability
+ @abstract      手工刷新当前网络状态
+ */
+- (void)refreshReachability;
+
+/*!
+ @function      isReachable
+ @abstract      判断当前网络是否连通
+ */
+- (BOOL)isReachable;
+
+/*!
+ @function      isReachableVia3G
+ @abstract      判断当前网络是否是3G网络
+ */
+- (BOOL)isReachableVia3G;
+
+/*!
+ @function      isReachableVia2G
+ @abstract      判断当前网络是否是2G网络
+ */
+- (BOOL)isReachableVia2G;
+
+/**
+ * CTTelephonyNetworkInfo实例
+ *
+ *  @return CTTelephonyNetworkInfo Instance
+ */
+-(CTTelephonyNetworkInfo *)telephonyInfo;
+
+/**
+ *  iOS7以下      WIFI|WWAN|NotReachable
+ *  iOS7及以上    WIFI|GPRS|WCDMA|HSDPA|HSUPA|CDMA1X|CDMAEVDOREV0|CDMAEVDOREVA|CDMAEVDOREVB|HRPD|LTE|UNKNOWN|NotReachable
+ *
+ *  @return 网络类型名称
+ */
++ (NSString *)networkName;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcAsyncCaller.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcAsyncCaller.h
new file mode 100755
index 0000000000000000000000000000000000000000..b0f17b301406812d98f1dabbc5dbf5411a2f55f0
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcAsyncCaller.h
@@ -0,0 +1,85 @@
+ //
+//  DTRpcAsyncCaller.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-20.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+//#import "DTRpcAsyncCaller.h"
+
+@interface DTRpcAsyncCaller : NSObject
+/**
+ *  异步执行block,去掉主线程参与
+ *  区别:该方法和callAsyncBlock的区别是completion保持子线程回调。
+ *  目的:减少默认的主线程抢占导致的UI性能问题,从而数据处理等默认都在子线程;
+ *       只有在有必要的UI处理时,业务主动调用框架API(如:APTMainCall)切换到主线程。
+ *  建议:业务使用该方法,callAsyncBlock将逐步废弃。
+ *
+ *  @param block      执行block
+ *  @param completion 结束block
+ *
+ *  @return
+ */
++ (DTRpcAsyncCaller*)callNoMainThreadAsyncBlock:(void (^)(void))block completion:(void (^)(void))completion;
+
+/**
+ *  异步block,completion会在主线程回调
+ *
+ *  @param block      相关操作
+ *  @param completion block完成后的处理
+ *
+ *  @return DTRpcAsyncCaller
+ */
++ (DTRpcAsyncCaller *)callAsyncBlock:(void (^)(void))block completion:(void (^)(void))completion;
+
+/**
+ *  异步block
+ *  区别:该方法和startAsyncBlock的区别是completion保持子线程回调。
+ *  目的:减少默认的主线程抢占导致的UI性能问题,从而数据处理等默认都在子线程;
+ *       只有在有必要的UI处理时,业务主动调用框架API(如:APTMainCall)切换到主线程。
+ *  建议:业务使用该方法,startAsyncBlock将逐步废弃。
+ *
+ *  @param block      执行block
+ *  @param completion 结束block
+ */
+- (void)startNoMainThreadAsyncBlock:(void (^)(void))block completion:(void (^)(void))completion;
+
+/**
+ *  异步block,completion会在主线程回调
+ *
+ *  @param block      异步block
+ *  @param completion block完成后的处理
+ */
+- (void)startAsyncBlock:(void (^)(void))block completion:(void (^)(void))completion;
+
+/**
+ *  取消任务
+ */
+- (void)cancel;
+/**
+ *  任务是否完成
+ *
+ *  @return yes/no
+ */
+- (BOOL)isFinished;
+/**
+ *  任务是否取消
+ *
+ *  @return yes/no
+ */
+- (BOOL)isCancelled;
+/**
+ *  获取当前异步线程
+ *
+ *  @return 当前线程
+ */
+- (NSThread *)asyncThread;
+/**
+ *  处理异常
+ *
+ *  @param exception 异常
+ */
+- (void)handleException:(NSException *)exception;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcBaseOperation.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcBaseOperation.h
new file mode 100755
index 0000000000000000000000000000000000000000..775db5c2d487643c8611f7ba034c81c5822be069
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcBaseOperation.h
@@ -0,0 +1,33 @@
+//
+//  DTRpcBaseOperation.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-5-21.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import "DTURLRequestOperation.h"
+
+@interface DTRpcBaseOperation : DTURLRequestOperation
+
+@property(nonatomic, strong) NSDictionary *responseJSON;
+@property(nonatomic, strong) NSDictionary *resultJSON;
+/** 是否走新协议的RPC*/
+@property(nonatomic, assign) BOOL isAMRPC;
+/** 是否ProtocolBuffers*/
+@property(nonatomic, assign) BOOL isProtocolBuffers;
+/** 是否NSData类型*/
+@property(nonatomic, assign) BOOL isNSData;
+@property(nonatomic, assign) BOOL isCDN;//是否走CDN
+@property(nonatomic,strong)NSDictionary *addHeaders;
+@property(nonatomic,strong)NSString *alertErr;//服务端控制提示弹的方式
+-(NSMutableDictionary*)responseToDictionary:(NSHTTPURLResponse*)respo;
+/**
+ *  从返回的json中获取结果状态
+ *
+ *  @param responseJSON
+ *
+ *  @return yes/no
+ */
+-(BOOL)checkResultStatus:(NSDictionary *)responseJSON;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcClient.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcClient.h
new file mode 100755
index 0000000000000000000000000000000000000000..b6ec2643852023e60a386b3e9b41013e98c265a2
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcClient.h
@@ -0,0 +1,149 @@
+//
+//  DTRpcClient2.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-18.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import "DTRpcConfigScope.h"
+
+extern NSString * const kDTRpcErrorCauseError;
+extern NSString * const kDTRpcErrorTrafficControl;
+
+@class DTRpcConfig;
+@class DTRpcMethod;
+@class DTRpcOperation;
+@class DTCustomContext;
+
+@protocol DTRpcInterceptor;
+@protocol DTRpcOperationDelegate;
+
+/**
+ * PRC client。
+ */
+@interface DTRpcClient : NSObject
+
+@property(nonatomic, strong) id <DTRpcInterceptor> interceptor;
+/**
+ * 获取PRC client单例。
+ */
++ (DTRpcClient *)defaultClient;
+
+/**
+ * 根据指定的 \code DTRpcMethod 执行一个 RPC 请求。
+ *
+ * @param method 一个 \code DTRpcCode 类型的实例,描述了 RPC 请求的相头信息。
+ * @param params RPC 请求需要的参数。
+ * @param field  添加到request里面的head
+ * @param responseBlock 回调方法
+ *
+ * @return 如果请求成功,返回指定类型的对象,否则返回 nil。
+ */
+- (id)executeMethod:(DTRpcMethod *)method params:(NSArray *)params requestHeaderField:(NSDictionary*)field responseHeaderFields:(void (^)(NSDictionary* allHeaderFields))responseBlock;
+
+/**
+ * 根据指定的 \code DTRpcMethod 执行一个 RPC 请求。
+ *
+ * @param method 一个 \code DTRpcCode 类型的实例,描述了 RPC 请求的相头信息。
+ * @param params RPC 请求需要的参数。
+ *
+ * @return 如果请求成功,返回指定类型的对象,否则返回 nil。
+ */
+- (id)executeMethod:(DTRpcMethod *)method params:(NSArray *)params;
+
+/**
+ * 根据指定的 \code DTRpcMethod 执行一个 RPC 请求。
+ *
+ * @param operation \code DTRpcOperation 的对象。
+ *
+ * @return 如果请求成功,返回指定类型的对象,否则返回 nil。
+ */
+- (id)executeOperation:(DTRpcOperation *)operation;
+
+/**
+ * 根据指定的operationType和params执行一个 RPC 请求。
+ *
+ * @param operationType 接口名
+ * @param params 请求参数,必须是JSONArray
+ * @param options 其他配置参数
+ *
+ * @return 如果请求成功,返回JSON字符串,否则返回 nil。
+ */
+- (NSString *)executeRpc:(NSString *)operationType params:(NSString *)params options:(NSDictionary *)options;
+
+/**
+ * 获取指定作用域中生效的配置信息。如果指定的作用域是临时的作用域,\code configForScope: 总是返回默认的配置对象。
+ * 
+ * @param scope 要获取 PRC 配置的作用域。
+ *
+ * @return \code DTRpcConfig 类的一个实例,其中包含 PRC 相关的配置信息。
+ */
+- (DTRpcConfig *)configForScope:(DTRpcConfigScope)scope;
+
+/**
+ * 设置在指定的作用域中生效的配置对象。
+ * 
+ * @param config 一个 \code DTRpcConfig 类型的对象,其中包含了 RPC 相关的配置信息。
+ * @param scope RPC 配置生效的范围,该范围有效的值定义在 \code DTRpcConfigScope 枚举中。
+ */
+- (void)setConfig:(DTRpcConfig *)config forScope:(DTRpcConfigScope)scope;
+
+/**
+ * 取消operation请求。
+ *
+ * @param thread 当前运行operation的线程。
+ */
+- (void)cancelAllOperationsInThread:(NSThread *)thread;
+/**
+ * 取消所有请求操作
+ */
+- (void)cancelAllOperations;
+/**
+ * 清除所有CDN的请求配置
+ */
+- (void)removeAllCDNConfig;
+/**
+ * 清除所有重发配置
+ */
+- (void)removeResendConfig;
+/**
+ * 添加重发标志
+ */
+-(void)addRetryableOperationType:(NSString*)operationType value:(NSString*)resend;
+/**
+ * 根据指定的 \code DTRpcMethod 执行一个 RPC 请求。
+ *
+ * @param method 一个 \code DTRpcCode 类型的实例,描述了 RPC 请求的相头信息。
+ * @param params RPC 请求需要的参数。
+ * @param field  添加到request里面的head
+ * @param context  上下文
+ * @param responseBlock 回调方法
+ *
+ * @return 如果请求成功,返回指定类型的对象,否则返回 nil。
+ */
+- (id)executeMethod:(DTRpcMethod *)method params:(NSArray *)params requestHeaderField:(NSDictionary*)field customContext:(DTCustomContext*)context responseHeaderFields:(void (^)(NSDictionary* allHeaderFields))responseBlock;
+/**
+ * 根据指定的 \code DTRpcMethod 执行一个 RPC 请求。
+ *
+ * @param method 一个 \code DTRpcCode 类型的实例,描述了 RPC 请求的相头信息。
+ * @param data 请求参数,NSData
+ * @param field  添加到request里面的head
+ * @param responseBlock 回调方法
+ *
+ * @return 如果请求成功,返回指定类型的对象,否则返回 nil。
+ */
+- (id)executeMethod:(DTRpcMethod *)method data:(NSData *)data requestHeaderField:(NSDictionary*)field responseHeaderFields:(void (^)(NSDictionary* allHeaderFields))responseBlock;
+/**
+ * 根据指定的 \code DTRpcMethod 执行一个 RPC 请求。
+ *
+ * @param method 一个 \code DTRpcCode 类型的实例,描述了 RPC 请求的相头信息。
+ * @param data 请求参数,NSData
+ * @param field  添加到request里面的head
+ * @param context  上下文
+ * @param responseBlock 回调方法
+ *
+ * @return 如果请求成功,返回指定类型的对象,否则返回 nil。
+ */
+- (id)executeMethod:(DTRpcMethod *)method data:(NSData *)data requestHeaderField:(NSDictionary*)field customContext:(DTCustomContext*)context responseHeaderFields:(void (^)(NSDictionary* allHeaderFields))responseBlock;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfig.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfig.h
new file mode 100755
index 0000000000000000000000000000000000000000..132650068d1b4c9a682bba2f694e1db1c7c91afb
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfig.h
@@ -0,0 +1,51 @@
+//
+//  DTRpcConfig.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-18.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ * \code DTRpcConfig 用于处理 RPC 相关配置,如网关 URL,缓存策略等。
+ */
+@interface DTRpcConfig : NSObject
+
+/** 网关 URL,不可为空 */
+@property(nonatomic, strong) NSURL *gatewayURL;
+
+/** PRC 的缓存策略。暂时未用。 */
+@property(nonatomic, assign) NSInteger cacheStrategy;
+
+/** 是否在状态栏中显示网络活动指示器,默认显示。*/
+@property(nonatomic, assign) BOOL networkActivityIndicatorVisible;
+
+/** 指定 RPC 请求是否要带上 CTU 所需的额外参数。*/
+@property(nonatomic, assign) BOOL shouldAppendCTUExtraParams;
+
+/** 扩展配置信息 */
+@property(nonatomic, strong) NSMutableDictionary* userInfo;
+
+/** 是否对请求参数进行GZip,默认YES */
+@property(nonatomic, assign) BOOL requestGZip;
+
+/** 接口的名称. 如果设置了operationType,则该DTRpcConfig仅对该接口生效 */
+@property(nonatomic, strong) NSString *operationType;
+
+/** 是否走新协议的RPC*/
+@property(nonatomic, assign) BOOL isAMRPC;
+
+/** 是否忽略拦截器,默认需要拦截, 主要针对多网关问题处理*/
+@property(nonatomic, assign) BOOL ignoreInterceptor;
+
+/** 是否需要MMTP层重发*/
+@property(nonatomic, assign) BOOL canResend;
+
+/** 是否走CDN*/
+@property(nonatomic, assign) BOOL isCDN;
+/** 类拷贝*/
+- (id)copy;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfigManager.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfigManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..94df8b33efc70a145257cc1572d3b92b84b15078
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfigManager.h
@@ -0,0 +1,37 @@
+//
+//  DTRpcConfigManager.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-19.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import "DTRpcConfigScope.h"
+
+#define RPCRetryableMapKey             @"RPCRetryableMapKey"
+#define RPCRetryableMapValue           @"1"
+#define RPCNotRetryableMapValue        @"0"
+
+@class DTRpcConfig;
+
+@interface DTRpcConfigManager : NSObject
+
+- (DTRpcConfig *)configForScope:(DTRpcConfigScope)scope;
+- (void)setConfig:(DTRpcConfig *)config forScope:(DTRpcConfigScope)scope;
+- (DTRpcConfig *)preferredConfig:(NSString *)operationType;
+- (void)removeCDNConfig;
+- (void)removeResendConfig;
+
+/**
+ *  根据operationType获取重发列表的值
+ */
+-(NSString*)retryableValueOfOperationType:(NSString*)operationType;
+/**
+ *  添加operationType到重发列表
+ */
+-(void)addRetryableOperationType:(NSString*)operationType value:(NSString*)resend;
+/**
+ *  持久化重发标志
+ */
+-(void)saveRetryable;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfigScope.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfigScope.h
new file mode 100755
index 0000000000000000000000000000000000000000..8efbf2d1ca5cc552f2513081f88b2a359cc6079c
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcConfigScope.h
@@ -0,0 +1,29 @@
+//
+//  DTRpcConfigScope.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-19.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ * PRC 配置的作用域。
+ */
+typedef enum DTRpcConfigScope
+{
+	
+	/** 全局生效。 */
+	kDTRpcConfigScopeGlobal,
+    
+    /** 全局范围内,只生效一次。*/
+    kDTRpcConfigScopeGlobalOnce,
+	
+	/** 本地线程生效。 */
+	kDTRpcConfigScopeLocalThread,
+	
+	/** 最近一次 RPC 调用生效。 */
+	kDTRpcConfigScoperaryTemporary,
+	
+} DTRpcConfigScope;
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcContext.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..d85a8aad19e764e485a703b929d01c3c609b91d1
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcContext.h
@@ -0,0 +1,57 @@
+//
+//  DTRpcContext.h
+//  APMobileNetwork
+//
+//  Created by feisong on 16/8/3.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface DTRpcContext : NSObject
+
+/**
+ * 设置rpc请求header
+ * @param 字典类型的header
+ */
++(void)setRpcHeader:(NSDictionary*)header;
+/**
+ * 获取rpc请求header
+ * @return 获取字典类型的请求header
+ */
+
++(NSDictionary*)getRpcHeader;
+/**
+ *  移除rpc请求的Header
+ */
++(void)removeRpcHeader;
+/**
+ *  设置是否是前台rpc
+ */
++(void)setForegroundRPC:(BOOL)isForeground;
+/**
+ *  获取是否是前台rpc 默认是yes
+ */
++(BOOL)isForegroundRPC;
+
+/**
+ *  设置网络层是否需要显示限流页面
+ */
++(void)setShouldShowFlow:(BOOL)showFlow;
+/**
+ *  获取网络层是否需要显示限流页面
+ */
++(BOOL)shouldShowFlow;
+/**
+ * 设置rpc响应header
+ * @param 字典类型的header
+ */
++(void)setRpcRespHeader:(NSDictionary *)header;
+/**
+ * 获取rpc响应的header
+ * @return 获取字典类型的响应header
+ */
++(NSDictionary*)getRpcRespHeader;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcErrorCode.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcErrorCode.h
new file mode 100755
index 0000000000000000000000000000000000000000..ddf177dd359e0be2434d3847dc862e9caece2857
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcErrorCode.h
@@ -0,0 +1,57 @@
+//
+//  DTRpcErrorCode.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-5-13.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef enum DTRpcErrorCode
+{
+	
+	/** 网络连接错误。*/
+	kDTRpcNetworkError,
+	
+	/** 服务端返回的数据为空。 */
+	kDTRpcEmptyResponse,
+	
+	/** 服和端返回的 JSON 字符串格式不正确,不能成功转换成 JSON 对象。 */
+	kDTRpcInvalidJSONString,
+	
+	/** 反序列化 JSON 对象出错。*/
+	kDTRpcDecodeObjectError,
+	
+	/** 网络已取消。 */
+	kDTRpcNetworkCancelled,
+    
+    /** 序列化 JSON 对象出错。*/
+    kDTRpcEncodeObjectError,
+	
+    /** 反序列化 PB 对象出错。*/
+    kDTRpcProtocolBuffersDecodeError,
+    
+    /** 启动后的RPC没在白名单内的RPC被拦截,启动时候调用RPC需要申请白名单*/
+    kDTRpcFilterRPCInAppLaunch,
+    
+    /** 应用在后台且此时不建连 此时rpc不发送直接抛异常*/
+    KDTRpcUnderBackgroundFetch,
+    
+    /** RPC大小太大了直接抛异常*/
+    KDTRpcSizeControlError,
+    
+    /** before拦截器无登录态,此时免登发生账号切换,rpc可能携带上个用户信息,所以直接抛异常*/
+    KDTRpcAccountChangeError = 12,
+    
+    /** 账号切换时登录RPC之后返回RPC被丢弃了直接抛异常*/
+    KDTRpcAbandonError = 24,
+} DTRpcErrorCode;
+
+
+//错误码:1002,排队人太多了,请稍后再试。处理免登时失败返回1002需要弹到登录界面的情况
+#define kAPMobileNetworkReponseErrorCode1002Notification @"APMobileNetworkReponseErrorCode1002Notification"
+
+
+
+
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcException.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcException.h
new file mode 100755
index 0000000000000000000000000000000000000000..da99f7393bd5096fce1806738295635b3ffc199a
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcException.h
@@ -0,0 +1,45 @@
+//
+//  DTRpcException.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-19.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import "DTRpcErrorCode.h"
+
+/** The name of the RPC exception. */
+extern NSString * const kDTRpcException;
+
+/**
+ * NSException is used to implement exception handling and contains information about an RPC exception. 
+ */
+@interface DTRpcException : NSException
+
+@property(nonatomic, assign) DTRpcErrorCode code;
+/**
+ *  上报异常
+ *
+ *  @param code    异常码
+ *  @param message 异常原因
+ */
++ (void)raise:(DTRpcErrorCode)code message:(NSString *)message;
+/**
+ *  上报异常
+ *
+ *  @param code    异常码
+ *  @param message 异常原因
+ *  @param userInfo 异常信息
+ */
++ (void)raise:(DTRpcErrorCode)code message:(NSString *)message userInfo:(NSDictionary*)userInfo;
+/**
+ *  上报异常 不需要错误原因
+ *
+ *  @param code    异常码
+ */
++ (void)raise:(DTRpcErrorCode)code;
+/**
+ * 如果response是NSHTTPURLResponse返回response的allHeaderFields
+ */
+-(NSDictionary *)allResponseHeaderFields;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcInterceptor.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcInterceptor.h
new file mode 100755
index 0000000000000000000000000000000000000000..9f600465974cc509cf8f3c90ed9f6fc2597ccb4f
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcInterceptor.h
@@ -0,0 +1,42 @@
+//
+//  DTRpcInterceptor.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-5.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+@class DTRpcOperation;
+
+/**
+ * 对 RPC 请求的拦截器。所有的 RPC 请求,在发送到服务端之前或从服务端接收到回应之后,
+ * 都会经过拦截器,拦截器可以做相应的处理。
+ */
+@protocol DTRpcInterceptor <NSObject>
+
+@optional
+
+/**
+ * RPC 请求的前置拦截器。在 RPC 请求开始之前,会调用该方法。
+ *
+ * @param operation 当前的 PRC 请求。
+ */
+- (DTRpcOperation *)beforeRpcOperation:(DTRpcOperation *)operation;
+
+/**
+ * RPC 请求后置拦截器。在 PRC 请求结束之后,会调用该方法。
+ *
+ * @param operation 当前的 RPC 请求。
+ */
+- (DTRpcOperation *)afterRpcOperation:(DTRpcOperation *)operation;
+/**
+ *  处理异常
+ */
+- (void)handleException:(NSException *)exception;
+/**
+ *  异常是否需要往后抛!!!    慎用!!!
+ *  @return 返回值YES/NO  YES代表该exception 需要继续往后抛 NO代表不抛
+ */
+- (BOOL)needRaiseException:(NSException *)exception;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcInterface.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcInterface.h
new file mode 100755
index 0000000000000000000000000000000000000000..741f8c158f1d1e886b048d702b2667c8ce5f39d3
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcInterface.h
@@ -0,0 +1,258 @@
+//
+//  DTRpcInterface.h
+//  APMobileNetwork
+//
+//  Created by shenmo on 5/3/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class DTRpcMethod;
+
+@interface DTRpcInterface : NSObject
+
+@property(atomic,strong) NSDictionary* mPaaSPrivateHeaders;     //mPaaS特有,配置中需要加的私有头
+/**
+ *  非对称加密
+ *  AsymAlgorithmNone
+ *  AsymAlgorithmRSA
+ *  AsymAlgorithmECC
+ */
+typedef enum {
+    AsymAlgorithmNone = 0,
+    AsymAlgorithmRSA,
+    AsymAlgorithmECC,
+}AsymAlgorithm;
+
+/**
+ *  获取单例
+ */
++ (instancetype)sharedInstance;
+
+#pragma mark - 配置方法,通过Category覆盖以下方法实现应用的自定义配置
+
+/**
+ *  拉取Rpc时使用的应用Id,默认实现为
+ *      [[[NSBundle mainBundle] infoDictionary] objectForKey:@"Product ID"]
+ *
+ *  @return 应用Id
+ */
+- (NSString*)productId;
+
+/**
+ *  拉取Rpc时使用的应用版本号,默认实现为返回nil
+ *
+ *  @return 应用版本号
+ */
+- (NSString*)productVersion;
+
+/**
+ *  拉取Rpc时上报的userId。接入应用有自己的账户系统,需要实现这个方法,返回相应的userId值。如果是未登录态,可以返回nil。默认实现为返回nil
+ *
+ *  @return 当前的userId
+ */
+- (NSString*)userId;
+
+/**
+ *  系统的Cookie默认杀进程后就无效了,这个设置是否应用退出后,Cookie仍然保存。
+ *  如果返回YES,还必须实现下面三个方法
+        - (void)savePersistentObject:(id)object forKey:(NSString*)key user:(BOOL)user;
+        - (id)getPersistentObjectForKey:(NSString*)key user:(BOOL)user;
+        - (void)removePersistentObjectForKey:(NSString*)key user:(BOOL)user;
+ *  默认返回NO
+ */
+- (BOOL)storePersistentCookies;
+
+/**
+ *  可以使用下面代码全局打开AMRPC功能:
+ *      DTRpcConfig *config = [[DTRpcConfig alloc] init];
+        config.isAMRPC = YES; // 全局设置打开AMRPC
+        [[DTRpcClient defaultClient] setConfig:config forScope:kDTRpcConfigScopeGlobal];
+ *  但是即使全局打开,或对某个RPC设置了使用AMRPC。框架在发送请求时,还会再调用下面方法,判断开关状态。如果返回NO,会不使用AMRPC
+ *  默认返回YES。
+ */
+- (BOOL)isAMRPCEnabled;
+
+/**
+ *  RPC的服务器地址,默认返回钱包网关。格式为“https://mobilegw.alipay.com/mgw.htm”
+ */
+- (NSString*)gatewayURL;
+
+/**
+ *  RPC的组件网关服务器地址。格式为“http://alipay.com/mgw.htm”
+ */
+- (NSString*)uniformRpcGateway;
+
+/**
+ *  RPC的ETag服务器地址,默认返回钱包网关使用的值。格式为“https://mobilegw.alipay.com/rpcetag.html”
+ *  一般只需要重写gatewayURL即可,eTagURL系统会自动根据gatewayURL进行修改。
+ */
+- (NSString*)eTagURL;
+
+/**
+ *  实现此方法,RPC会使用应用自定义的超时时间,默认是20秒。如果希望实现WiFi和2G/3G/4G的不同策略,需要覆盖此方法,并配合Reachability实现。
+ *
+ *  @return NSTimeInterval,单位秒
+ */
+- (NSTimeInterval)timeoutInterval;
+
+/**
+ *  是否使用无线保镖提供的Atlas白盒签名功能,默认为NO。
+ *
+ *  @return 是否使用
+ */
+- (BOOL)useAtlasSignMethod;
+
+/**
+ *  RPC请求需要加签时,使用这个方法返回签名使用的密钥。默认返回nil。
+ *
+ *  @return 使用在无线保镖里保存的哪个密钥来签名请求。
+ */
+- (NSString*)signKeyForRequest:(NSURLRequest*)request;
+
+/**
+ *  默认的RPC拦截器容器类名,如果有这个方法,RPC初始化时,会使用这个类创建RPC拦截器。否则需要第三方应用自己设置拦截器。
+ *  应用可能有多个RPC拦截器,需要将这些拦截器添加到一个容器拦截器中。所有拦截器,包括容器拦截器都需要实现接口 @protocol DTRpcInterceptor
+ */
+- (NSString*)commonInterceptorClassName;
+
+/**
+ *  最近一次页面点击时间戳,默认实现为调用APRemoteLogging模块的同名方法。
+ *  当没有加入日志模块时,会取当前时间。
+ *
+ *  @return 时间戳
+ */
+- (unsigned long long)tokenTimestamp;
+
+/**
+ *  在将要执行method前会回调该方法,接入应用可以在这里做启动时白名单等功能。
+ *  默认为空实现
+ */
+- (void)willExecuteMethod:(DTRpcMethod*)method params:(NSArray *)params requestHeaderField:(NSDictionary*)field;
+
+/**
+ *  持久化缓存的方法,默认为空实现
+ */
+- (void)savePersistentObject:(id)object forKey:(NSString*)key user:(BOOL)user;
+
+/**
+ *  根据key获取持久化的数据
+ */
+- (id)getPersistentObjectForKey:(NSString*)key user:(BOOL)user;
+
+/**
+ *  根据key移除持久化的数据
+ */
+- (void)removePersistentObjectForKey:(NSString*)key user:(BOOL)user;
+
+/**
+ *  读取info.plist里面配置的私有头,主要给mpass使用
+ */
+- (void)readPrivateHeadersFromPlist;
+
+/**
+ 注册一个RPC方法使用MPaaS统一的服务地址。
+ 接入应用一般不需要调用这个方法,这个方法用于内部注册Hotpatch、升级等服务。
+ 
+ @param operationType RPC操作名
+ */
+- (void)registerUniformRpcOperation:(NSString*)operationType;
+
+/**
+ *  是否在 "不需要建立连接的Background Fetch 回调" 中,此时不需要建立连接
+ *  冷启动的首次 Background Fetch 还是正常建立连接。
+ *  启动之后的 Background Fetch 不需要建立连接
+ *  这个方法内部会处理"首次"和"启动之后"的情况。
+ *  返回YES :不建立连接。
+ *  返回NO :建立连接。
+ */
+- (BOOL)underBackgroundFetch;
+/**
+ *  管控层开关,默认yes,可通过开关关闭Background Fetch功能
+ */
+-(BOOL)isBackgroundFetchSwitchOpen;
+
+/**
+ *  download是否走spdy的开关
+ *
+ */
+-(BOOL)shouldUseSPDYProxy;
+
+/**
+ *  download是否走asi的开关
+ *
+ */
+-(BOOL)shouldUseASIProxy;
+/**
+ *  特殊rpc能否走特殊通道的开关(控制登录模块是否使用)
+ *
+ */
+-(BOOL)isSpecialChannelOpen;
+/**
+ *  特殊rpc能否走特殊通道的灰度开关(网络层功能灰度)
+ *
+ */
+-(BOOL)isSpecialChannelGrayHit;
+/**
+ *  资源文件日志是否打印
+ *
+ */
+-(BOOL)isResourceLogPrint;
+/**
+ *  request head中是否添加无线保镖安全数据wua
+ *
+ */
+-(BOOL)isAddWua;
+
+/**
+ *  对rpc大小进行管控
+ *  method:获取operationType
+ *  size:获取req或resp的大小
+ *  isReq:是req或resp
+ */
+-(id)rpcSizeControl:(DTRpcMethod*)method size:(NSUInteger)len isReq:(BOOL)req;
+/**
+ *  是否启用loginrefresh模块
+ *
+ */
+-(BOOL)isLoginRefresh;
+/**
+ *  是否需要设置过滤标志位
+ *
+ */
+-(BOOL)isFetchFilter;
+
+
+/**
+ *  Header中是否添加App显示标记
+ */
+-(BOOL)isAddAppVisibleFlag;
+
+/**
+ *  Header中的App显示标记。
+ *  目前值有 0 或 1 。0表示后台,1表示前台。
+ */
+-(NSString*)appVisibleFlag;
+/**
+ *  非对称加密算法
+ */
+-(AsymAlgorithm)asymAlgorithm;
+/**
+ *  是否需要加密
+ */
+-(BOOL)isCrypt;
+/**
+ *  获取publicKey
+ */
+-(NSString *)getPubKey;
+/**
+ *  是否在网关白名单 只有在白名单才会加密
+ */
+-(BOOL)isGWWhiteList:(NSString *)gateway;
+/**
+ *  是否使用ip直连
+ */
+-(BOOL)isHTTPDNS;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcMethod.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcMethod.h
new file mode 100755
index 0000000000000000000000000000000000000000..c5a4bdcedfa1dac6f258270cdd4d324a92e0af6e
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcMethod.h
@@ -0,0 +1,92 @@
+//
+//  DTRpcMethod.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-18.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM(NSInteger, RpcCacheDataType)
+{
+    RpcCacheDataTypeDefault = 0,//不存储RPC数据,不读取RPC的cache数据,普通的RPC流程
+    RpcCacheDataTypeCommonSave, //RPC完成后保存数据为普通数据,与userId无关
+    RpcCacheDataTypeUserSave,   //RPC完成后保存数据为用户数据,当前userId是存数据的Key的一部分
+    RpcCacheDataTypeCommonRead, //不做网络请求,根据RPC参数为从cache中读取数据,无数据返回nil,与登录无关
+    RpcCacheDataTypeUserRead,   //不做网络请求,根据RPC参数和userId为从cache中读取数据,不是登录态时或无数据返回nil
+};
+
+@protocol DTRpcPrivateEncryptProtocol <NSObject>
+
+@optional
+/**
+ *  加密方法
+ *  @param data 需要加密的数据
+ *  @return 加密后的数据
+ */
+-(NSData*)encryptData:(NSData*)data;
+
+/**
+ *  解密方法
+ *  @param data 需要解密的数据
+ *  @return 解密后的数据
+ */
+-(NSData*)decryptData:(NSData*)data;
+
+@end
+
+@interface DTRpcMethod : NSObject
+
+/** Operation type */
+@property(nonatomic, copy) NSString *operationType;
+
+/** 期望返回的对象类型。*/
+@property(nonatomic, unsafe_unretained) Class resultClass;
+
+/** 返回对象的类型。 */
+@property(nonatomic, copy) NSString *returnType;
+
+/** 如果一个 PRC 方法的返回值是一个集合类型,\code elementClass 指定集合中元素的类型。否则该属性为 nil。*/
+@property(nonatomic, unsafe_unretained) Class elementClass;
+
+/** 检查登录 */
+@property(nonatomic, assign) BOOL checkLogin;
+
+/** 签名 */
+@property(nonatomic, assign) BOOL signCheck;
+
+/** 是否是统一账户网关的请求,默认NO*/
+@property(nonatomic, assign) BOOL isAliUserGWMethod;
+
+/** 统一账户网关需要在httpHeader里加此字段*/
+@property(nonatomic, strong) NSString *apdid;
+
+/** 缓存策略 */
+@property(nonatomic, assign) RpcCacheDataType cacheStrategy;
+
+/** 是否支持网络层的重传,需要业务做好幂等性才设置为YES */
+@property(nonatomic, assign) BOOL retryable;
+
+/** rpc超时时长可设置 */
+@property(nonatomic,assign) NSTimeInterval timeoutInterval;
+
+/** 设置是否忽略网络状态 */
+@property(nonatomic,assign) BOOL isIgnoreNetStatus;
+
+/** 设置是否是特殊通道rpc 默认no */
+@property(nonatomic,assign) BOOL isSpecialChannelRPC;
+
+/** 设置是否是NSData rpc 默认no */
+@property(nonatomic,assign) BOOL isNSData;
+
+/** 设置是否是登录rpc(专为登录session串号提供仅在账号切换时使用,其他业务不可使用) 默认no */
+@property(nonatomic,assign) BOOL isLoginRPC;
+/**request 请求走post还是get 默认是post 当走get请求时 走RPCV1**/
+@property(nonatomic,assign) BOOL httpGET;
+/**rpc是否需要自加密 默认YES mpaas用**/
+@property(nonatomic,assign) BOOL isCrypt;
+
+/** 设置对发送数据的body加解密协议 inside专用*/
+@property(nonatomic,strong) id<DTRpcPrivateEncryptProtocol> privateEncrypt;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcOperation.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcOperation.h
new file mode 100755
index 0000000000000000000000000000000000000000..548a751bca9ebdb4f0f0a11dc158dff523e74c90
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcOperation.h
@@ -0,0 +1,123 @@
+//
+//  DTRpcOperation.h
+//  DTFNetwork
+//
+//  Created by WenBi on 13-3-26.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import "DTRpcBaseOperation.h"
+
+enum { kJSONDecoderMaxElementClass = 10 };
+
+
+@class DTRpcMethod;
+
+/**
+ * 执行 RPC 请求的 operation。
+ *
+ * DTRpcOperation 类在实例化时,把调用方传入的参数(通常是一个数组,数组中可以是普通对象、字符串或是数字)序列化为
+ * JSON 格式的字符串。在收到服务端的回应后,把返回的 JSON 字符串再转换成指定 Class 的对象。
+ *
+ * 客户端以表单的形式把请求的数据提交到服务端,有三个表单项:
+ *	<ul>
+ *		<li>mobilerpc - 协议版本号</li>
+ *		<li>operationType - 应用名|服务名|接口名</li>
+ *		<li>requestData - JSON序列化后的数据</li>
+ *	</ul>
+ *
+ */
+@interface DTRpcOperation : DTRpcBaseOperation
+
+@property(nonatomic, assign) BOOL shouldAppendCTUExtraParams;
+@property(nonatomic, assign) BOOL shouldAppendTrafficControlParams;
+@property(nonatomic, assign) BOOL isSDPYProtocol;
+@property(nonatomic, assign) NSTimeInterval startTime;
+/** 是否忽略拦截器,默认需要拦截*/
+@property(nonatomic, assign) BOOL ignoreInterceptor;
+@property(nonatomic, copy) void (^responseBlock)(NSDictionary* allHeaderFields);
+@property(nonatomic, assign) BOOL canResend;//是否需要MMTP层重发
+/** rpc超时时长可设置 */
+@property(nonatomic,assign) NSTimeInterval timeoutInterval;
+/** 设置是否忽略网络状态 */
+@property(nonatomic,assign) BOOL isIgnoreNetStatus;
+/** 是否是前台rpc 默认为true*/
+@property(nonatomic,assign) BOOL isForegroundRPC;
+/** 是否是黑名单rpc 默认为false*/
+@property(nonatomic,assign) BOOL isBlackListRPC;
+
+/** 是否是特殊通道rpc 默认为false*/
+@property(nonatomic,assign) BOOL isSpecialChannelRPC;
+/** 设置是否是登录rpc(专为登录session串号提供) 默认no */
+@property(nonatomic,assign) BOOL isLoginRPC;
+/**
+ * 初始化并返回一个 <code>DTRpcOperation</code> 的对象。
+ *
+ * @param config 描述 RPC 请求信息的对象
+ * @param params 请求参数数组,可为nil。
+ *
+ * @return 如果调用成功,返回初始化后的 <code>DTRpcOperation</code> 的对象,否则返回 nil。
+ */
+- (id)initWithURL:(NSURL *)url method:(DTRpcMethod *)method params:(NSArray *)params;
+
+/**
+ * 初始化并返回一个 <code>DTRpcOperation</code> 的对象。
+ *
+ * @param config 描述 RPC 请求信息的对象
+ * @param params 请求参数数组,可为nil。
+ * @param headerFields 在request中添加headerField。
+ *
+ * @return 如果调用成功,返回初始化后的 <code>DTRpcOperation</code> 的对象,否则返回 nil。
+ */
+- (id)initWithURL:(NSURL *)url method:(DTRpcMethod *)method params:(NSArray *)params headerFields:(NSDictionary*)fields;
+/**
+ * 初始化并返回一个 <code>DTRpcOperation</code> 的对象。
+ *
+ * @param config 描述 RPC 请求信息的对象
+ * @param params 请求参数数组,可为nil。
+ * @param headerFields 在request中添加headerField。
+ * @param amrpc 是否走amrpc,可为nil。
+ * @param cdn 是否走cdn,可为nil。
+ * @return 如果调用成功,返回初始化后的 <code>DTRpcOperation</code> 的对象,否则返回 nil。
+ */
+- (id)initWithURL:(NSURL *)url method:(DTRpcMethod *)method params:(NSArray *)params headerFields:(NSDictionary*)fields amrpc:(BOOL)AMRPC cdn:(BOOL)cdn;
+
+/**
+ * 返回 \DTRpcMethod 对象。
+ */
+- (DTRpcMethod *)method;
+
+/**
+ * 返回请求参数数组。
+ */
+- (NSArray *)params;
+
+/**
+ * 获取 RPC 请求成功的对象,如果调用失败,则返回 nil。
+ *
+ * @return 服务端返回的对象。
+ */
+- (id)resultObject;
+
+/**
+ 重复执行次数
+ */
+- (int)retryCount;
+
+/**
+ 上下文
+ */
+- (NSMutableDictionary *)userInfo;
+/**
+ *  把response转化为PB
+ */
+- (void)setResponseToPBIntoClass;
+/**
+ *  取消发送rpc
+ */
+-(void)stopSendRPC;
+/**
+ *  签名
+ */
+-(void)signRequest:(NSString*)ts;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcUtils.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcUtils.h
new file mode 100755
index 0000000000000000000000000000000000000000..73398fdf216e85032d26672574ab780ddd18de5f
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTRpcUtils.h
@@ -0,0 +1,215 @@
+//
+//  DTRpcUtils.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-4-19.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import "DTRpcErrorCode.h"
+extern NSString * const NSLocalizedAlertKey;
+@class DTRpcMethod;
+/*
+ * Creates an error object according to specified code, failure reason and description.
+ *
+ * @param code Error code.
+ * @param reason A string containing the localized explanation of the reason for the error.
+ * @param description A string containing the localized description of the error.
+ *
+ * @return An \code NSError object.
+ */
+NSError* DTRpcCreateError(DTRpcErrorCode code, NSString *reason, NSString *description);
+
+/*
+ * Creates an error object according to specified code, failure reason and description.
+ *
+ * @param code Error code.
+ * @param reason A string containing the localized explanation of the reason for the error.
+ * @param description A string containing the localized description of the error.
+ *
+ * @return An \code NSError object.
+ */
+NSError* DTRpcCreateErrorWithAlert(DTRpcErrorCode code, NSString *reason, NSString *description,NSString *alert);
+
+/*
+ * Creates an error object according to specified code, failure reason, description and cause error.
+ *
+ * @param code Error code.
+ * @param reason A string containing the localized explanation of the reason for the error.
+ * @param description A string containing the localized description of the error.
+ * @param causeError Cause Network Error
+ *
+ * @return An \code NSError object.
+ */
+NSError * DTRpcCreateErrorWithCause(DTRpcErrorCode code, NSString *reason, NSString *description, NSError *causeError);
+
+
+/**
+ *  限流产生的错误
+ *
+ * @param code Error code.
+ * @param reason A string containing the localized explanation of the reason for the error.
+ * @param description A string containing the localized description of the error.
+ *  @param controlStr  A dictionary containing traffic control info.
+ *
+ *  @return An \code NSError object.
+ */
+NSError * DTRpcCreateFlowControlError(DTRpcErrorCode code, NSString *reason, NSString *description, NSDictionary* controlDic);
+
+@interface DTRpcUtils : NSObject
+
+/*
+ * Creates an error object according to specified code, failure reason and description.
+ *
+ * @param code Error code.
+ * @param reason A string containing the localized explanation of the reason for the error.
+ * @param description A string containing the localized description of the error.
+ *
+ * @return An \code NSError object.
+ */
+//+ (NSError *)errorWithCode:(DTRpcErrorCode)code reason:(NSString *)reason description:(NSString *)description;
+
+/*
+ * Creates an initialized URL request with specified values.
+ *
+ * @param aURL The URL for the new request.
+ *
+ * @return The newly created URL request.
+ */
+//+ (NSMutableURLRequest *)mutableURLRequestWithURL:(NSURL *)aURL;
+
+/**
+ *  RPC Default Timeout
+ *
+ *  @return timeout s
+ */
++ (NSTimeInterval)requestTimeout;
+
+/**
+ *  RPC URL Is Online
+ *
+ *  @param urlString url
+ *
+ *  @return yes or no
+ */
++(BOOL) isRpcURLOnline:(NSString *)urlString;
+/**
+ *  获取md5key
+ *
+ *  @param method 业务提供method
+ *  @param params 参数
+ *
+ *  @return md5key字符串
+ */
++(NSString*)rpcKeyWithMethod:(DTRpcMethod *)method params:(NSArray *)params;
+/**
+ *
+ *  @return 获取productID
+ */
++(NSString*)productID;
+//+(NSString *)DateToLongString;
+/**
+ *
+ *  @return cookie开关
+ */
++(BOOL)cookieSwitch;
+/**
+ *
+ *  @return amrpc开关
+ */
++(BOOL)amrpcSwitch;
+/**
+ *
+ *  @return 时间戳
+ */
++(NSString*)timestampLogger;
+/**
+ *  host转ip
+ *
+ *  @param host 主机名
+ *
+ *  @return ip
+ */
++(NSString*)hostToIP:(NSString*)host;
+/**
+ *  host转ip列表
+ *
+ *  @param host 主机名
+ *
+ *  @return ip列表
+ */
++(NSArray*)getOriginListByHost:(NSString*)host;
+/**
+ *  根据host获取ip
+ *
+ *  @param host 主机名
+ *
+ *  @return ip
+ */
++(NSString*)getIpByHost:(NSString*)host;
+/**
+ *  更新ip的index
+ *  ip 失败的ip
+ *  succ  成功或失败
+ */
++(void)updateIpIndex:(NSString*)ip succ:(BOOL)succ;
+/**
+ *  是否持久化cookie
+ */
++(BOOL)storageCookie;
+/**
+ *  urlRequest中添加ProductVersion
+ *
+ *  @param urlRequest
+ */
++(void)addProductVersion:(NSMutableURLRequest*)urlRequest;
+/**
+ *  urlRequest中添加userId
+ *
+ *  @param urlRequest
+ */
++(void)adduserId:(NSMutableURLRequest*)urlRequest;
+/**
+ *  根据data获取md5值
+ *
+ *  @param data
+ *
+ *  @return md5值
+ */
++ (NSString *)MD5String:(NSData*)data;
+/**
+ *  GZip压缩
+ *
+ *  @param input 压缩前
+ *
+ *  @return 压缩后
+ */
++ (NSData*)compressGZip:(NSData*)input;
+/**
+ *  GZip压缩
+ *
+ *  @param data 解压缩前
+ *
+ *  @return 解压缩后
+ */
++(NSData*) decompressGZip:(NSData *)data;
+/**
+ *  是否使用新的签名
+ *
+ *  @return
+ */
++ (BOOL)useNewSign;
+/**
+ *  往可重试列表添加operationType
+ *
+ *  @param operationType
+ *  @param resend   “0”或“1”
+ */
++ (void)addRetryableOperationType:(NSString*)operationType value:(NSString*)resend;
+/**
+ *  产生随机数
+ *  @param i 随机数个数
+ *  @return
+ */
++(NSString*)generateRandom:(UInt64)i;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTURLCommonRequestOperation.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTURLCommonRequestOperation.h
new file mode 100755
index 0000000000000000000000000000000000000000..d0372ac906f0c85b7d25590b716c121e800d7329
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTURLCommonRequestOperation.h
@@ -0,0 +1,35 @@
+//
+//  DTURLCommonRequestOperation.h
+//  APMobileNetwork
+//
+//  Created by Wanlei on 14-9-6.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "DTURLRequestOperation.h"
+
+@protocol DTURLCommonRequestOperationDelegate <NSObject>
+/**
+ *  代理 连接完成时调用
+ *
+ *  @param request      请求
+ *  @param responseJSON 返回的json数据
+ */
+-(void)connectionFinished:(NSURLRequest*)request WithResponseJSON:(NSDictionary*)responseJSON;
+/**
+ *  代理 连接失败时调用
+ *
+ *  @param request      请求
+ *  @param responseJSON 失败信息
+ */
+-(void)connectionFailed:(NSURLRequest*)request WithError:(NSError *)error;
+
+@end
+
+@interface DTURLCommonRequestOperation : DTURLRequestOperation
+
+@property (nonatomic, weak) id<DTURLCommonRequestOperationDelegate> delegate;
+
+@property(nonatomic, strong) NSDictionary *responseJSON;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTURLRequestOperation.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTURLRequestOperation.h
new file mode 100755
index 0000000000000000000000000000000000000000..0322fa7cc0d6621cd18ff21d056c218c7f145a37
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTURLRequestOperation.h
@@ -0,0 +1,187 @@
+//
+//  DTURLRequestOperation.h
+//  RPC
+//
+//  Created by WenBi on 13-3-1.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+/*!
+ @class     DTURLRequestOperation
+ @abstract  URL网络请求的处理线程类
+ */
+@interface DTURLRequestOperation : NSOperation <NSURLConnectionDataDelegate,NSURLProtocolClient,NSURLSessionDataDelegate>
+
+/*!
+ @property  request
+ @abstract  表示一个 URL 请求
+ */
+@property(nonatomic, strong) NSURLRequest *request;
+
+/*!
+ @property  response
+ @abstract  一个可以访问 URL 回应的编程接口
+ */
+@property(nonatomic, strong) NSURLResponse *response;
+@property(nonatomic, strong) NSURLResponse *responseOrg;
+@property(nonatomic, strong) NSMutableDictionary *httpBodyParameters;
+@property(nonatomic, strong) NSData *responseData;
+@property(nonatomic, strong) NSString *responseString;
+@property(nonatomic, strong) NSString *customAppKey;
+/*!
+ @property  error
+ @abstract  一个 NSError 错误对象,包含了网络连接为什么失败的原因
+ */
+@property(nonatomic, strong) NSError *error;
+
+/*!
+ @property  inputStream
+ @abstract  网络处理的输入流
+ */
+@property(nonatomic, strong) NSInputStream *inputStream;
+
+/*!
+ @property  outputStream
+ @abstract  网络处理的输出流
+ */
+@property(nonatomic, strong) NSOutputStream *outputStream;
+
+/*!
+ @property  runLoopModes
+ @abstract  RunLoop消息处理模式
+ */
+@property(nonatomic, strong) NSSet *runLoopModes;
+
+/*!
+ @property  totalBytesRead
+ @abstract  接收到数据的字节数
+ */
+@property(nonatomic, assign) NSInteger totalBytesRead;
+
+/*!
+ @property  lock
+ @abstract  线程同步锁
+ */
+@property(nonatomic, strong) NSRecursiveLock *lock;
+
+/*!
+ @property  runningThread
+ @abstract  一个线程对象,用于指定这个 URL 请求运行在哪个线程中
+ */
+@property(nonatomic, strong) NSThread *runningThread;
+
+/*!
+ @property  threadCreated
+ @abstract  一个线程对象,用于标志是那个线程在运行这个operation请求
+ */
+@property(nonatomic, strong) NSThread *createdThread;
+
+/*!
+ @property  networkActivityIndicatorVisible
+ @abstract  指定是否在状态栏中显示网络活动指示器。
+ */
+@property(nonatomic, assign) BOOL networkActivityIndicatorVisible;
+
+/*!
+ @property  requestBodyGZip
+ @abstract  指定是否在对requestBody进行gzip。
+ */
+@property(nonatomic, assign) BOOL requestBodyGZip;
+
+@property(nonatomic, assign) BOOL requestBodySign;
+/*!
+ @function  timeoutTimer
+ @abstract 特殊rpc走特殊通道 需要设置超时定时器
+ */
+@property(nonatomic) NSTimer *timeoutTimer;
+/*!
+ @function
+ @abstract 特殊rpc走特殊通道使用 防止多次调用fail方法
+ */
+@property(nonatomic,assign) BOOL hasCanceled;   //didfail是否调用过
+/** 是否走H2的RPC*/
+@property(nonatomic, assign) BOOL isH2RPC;
+/** ip直连*/
+@property(nonatomic,strong) NSString *httpDnsIp;
+/**request 请求走post还是get 默认是post **/
+@property(nonatomic,assign) BOOL httpGET;
+/**rpc解密 key **/
+@property(nonatomic,strong) NSData *deKey;
+/**rpc是否需要自加密 mpaas用**/
+@property(nonatomic,assign) BOOL isCrypt;
+/**网关地址**/
+@property(nonatomic,strong) NSURL *gatewayURL;
+/*!
+ @function  defaultOperationQueue
+ @abstract  得到用于URL访问的缺省OperationQueue
+ */
++ (NSOperationQueue *)defaultOperationQueue;
+
+/*!
+ @function  initWithRequest
+ @abstract  生成一个URL网络请求的处理线程对象
+ @param     request
+ 请求对象
+ */
+- (id)initWithRequest:(NSURLRequest *)request;
+
+/*!
+ @function  initWithRequest
+ @abstract  生成一个URL网络请求的处理线程对象
+ @param     request
+ 请求对象
+ @param     outputStream
+ 网络处理的输出流
+ */
+- (id)initWithRequest:(NSURLRequest *)request outputStream:(NSOutputStream *)outputStream;
+
+/**
+ * 结束当前的请求操作。
+ */
+- (void)finish;
+
+/*!
+ @function      didStart
+ @abstract      网络请求开始回调
+ @discussion    可以在子类中重载处理
+ */
+- (void)didStart;
+
+/*!
+ @function      didFinish
+ @abstract      网络请求结束回调
+ @discussion    可以在子类中重载处理
+ */
+- (void)didFinish;
+/*!
+ @function      当前RPC的operationType
+ */
+- (NSString*)rpcOperationType;
+/*!
+ @function      网络重传
+ */
+@property(nonatomic, strong) NSString *netRetryable;
+/*!
+ @function      往body添加内容
+ */
+-(void)addHTTPBodyParameter:(NSString *) parameter forKey:(NSString *) key;
+/*!
+ @function      开始连接
+ */
+- (void)startConnection;
+/*!
+ @function      添加netRetryable
+ */
+-(void)addRetryToRequest:(NSMutableURLRequest*)request;
+/*!
+ @function      gunzip rpc解密 secData 要解密的数据
+ */
+-(NSData *)gunzipAndDecrypt:(NSData *)secData;
+/*!
+ @function      gzip and rpc加密 requestBody 要压缩和加密的数据
+ */
+-(void)gzipAndEncrypt:(NSData *)requestBody;
+/*!
+ @function      是否需要自加密
+ */
+-(BOOL)shouldCrypt;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTWifiUtils.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTWifiUtils.h
new file mode 100755
index 0000000000000000000000000000000000000000..d5865733e65e72b99ed6ab05e4c28b2b1db30ac5
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTWifiUtils.h
@@ -0,0 +1,24 @@
+//
+//  DTWifiUtils.h
+//  APMobileNetwork
+//
+//  Created by 孟嵩 on 15/11/2.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface DTWifiUtils : NSObject
+/**
+ *  获取ssidinfo
+ */
++ (NSDictionary *)fetchSSIDInfo;
+/**
+ *  wifi是否连接
+ */
++(BOOL)isWifiConnected;
+/**
+ *  网络切换时刷新ssidinfo
+ */
++(void)refreshSSIDInfo;
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTWirelessInfo.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTWirelessInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..9f9fe471f6cbd710de57d6ff18183cbc51b5b6a5
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/DTWirelessInfo.h
@@ -0,0 +1,18 @@
+//
+//  DTWirelessInfo.h
+//  APMobileNetwork
+//
+//  Created by wenbi on 14-3-13.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface DTWirelessInfo : NSObject
+
+@property(nonatomic, copy) NSString *wirelessMac;
+@property(nonatomic, copy) NSString *wifiNodeName;
+@property(nonatomic, copy) NSString *lacId;
+@property(nonatomic, copy) NSString *cellId;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Headers/NSThread+DTAsyncCaller.h b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/NSThread+DTAsyncCaller.h
new file mode 100755
index 0000000000000000000000000000000000000000..73915a4a3aa66c485ba64ff94adf7c64a292341f
--- /dev/null
+++ b/MPaaS/Frameworks/APMobileNetwork.framework/Headers/NSThread+DTAsyncCaller.h
@@ -0,0 +1,18 @@
+//
+//  NSThread+DTAsyncCaller.h
+//  APMobileNetwork
+//
+//  Created by WenBi on 13-5-13.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class DTRpcAsyncCaller;
+
+@interface NSThread (DTRpcAsyncCaller)
+
+- (void)setAsyncCaller:(DTRpcAsyncCaller *)caller;
+- (DTRpcAsyncCaller *)asyncCaller;
+
+@end
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/Info.plist b/MPaaS/Frameworks/APMobileNetwork.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..81a9e15da4bcdfc962a2e86b3ed447ac0234acef
Binary files /dev/null and b/MPaaS/Frameworks/APMobileNetwork.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APMobileNetwork.framework/libmpaas_crypto.a b/MPaaS/Frameworks/APMobileNetwork.framework/libmpaas_crypto.a
new file mode 100755
index 0000000000000000000000000000000000000000..251edf4a800e31da74154acc7807ed478e570162
Binary files /dev/null and b/MPaaS/Frameworks/APMobileNetwork.framework/libmpaas_crypto.a differ
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/APOpenSSL b/MPaaS/Frameworks/APOpenSSL.framework/APOpenSSL
new file mode 100755
index 0000000000000000000000000000000000000000..25fb09dc8930fce0985a4591624e319ad66fc185
Binary files /dev/null and b/MPaaS/Frameworks/APOpenSSL.framework/APOpenSSL differ
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/APOpenSSL.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/APOpenSSL.h
new file mode 100755
index 0000000000000000000000000000000000000000..26d14c1bb0fa8ec56b5d806bce3b415a31392673
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/APOpenSSL.h
@@ -0,0 +1,17 @@
+//
+//  APOpenSSL.h
+//  APOpenSSL
+//
+//  Created by wenbi on 14-12-1.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    
+void APOpenSSL_add_all_algorithms();
+
+#ifdef __cplusplus
+}
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/NSData+RSA.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/NSData+RSA.h
new file mode 100755
index 0000000000000000000000000000000000000000..107bdc69e225e29d478edf6e6586d9a92d2bf68c
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/NSData+RSA.h
@@ -0,0 +1,16 @@
+//
+//  NSData+RSA.h
+//  APOpenSSL
+//
+//  Created by tashigaofei on 14-8-12.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+
+
+@interface NSData (RSA)
+
+-(NSData *) dataByRSAEncryptedWithPublicKey:(NSString *) key;
+-(NSData *) dataByRSADecryptedWithPrivateKey:(NSString *) key;
+
+@end
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/aes.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/aes.h
new file mode 100755
index 0000000000000000000000000000000000000000..1d31a389b627d74c930fe9212a06c6298c41b7a8
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/aes.h
@@ -0,0 +1,147 @@
+/* crypto/aes/aes.h -*- mode:C; c-file-style: "eay" -*- */
+/* ====================================================================
+ * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ */
+
+#ifndef HEADER_AES_H
+#define HEADER_AES_H
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifdef OPENSSL_NO_AES
+#error AES is disabled.
+#endif
+
+#include <stddef.h>
+
+#define AES_ENCRYPT	1
+#define AES_DECRYPT	0
+
+/* Because array size can't be a const in C, the following two are macros.
+   Both sizes are in bytes. */
+#define AES_MAXNR 14
+#define AES_BLOCK_SIZE 16
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* This should be a hidden type, but EVP requires that the size be known */
+struct aes_key_st {
+#ifdef AES_LONG
+    unsigned long rd_key[4 *(AES_MAXNR + 1)];
+#else
+    unsigned int rd_key[4 *(AES_MAXNR + 1)];
+#endif
+    int rounds;
+};
+typedef struct aes_key_st AES_KEY;
+
+const char *AES_options(void);
+
+int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
+	AES_KEY *key);
+int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
+	AES_KEY *key);
+
+int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits,
+	AES_KEY *key);
+int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits,
+	AES_KEY *key);
+
+void AES_encrypt(const unsigned char *in, unsigned char *out,
+	const AES_KEY *key);
+void AES_decrypt(const unsigned char *in, unsigned char *out,
+	const AES_KEY *key);
+
+void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
+	const AES_KEY *key, const int enc);
+void AES_cbc_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const AES_KEY *key,
+	unsigned char *ivec, const int enc);
+void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const AES_KEY *key,
+	unsigned char *ivec, int *num, const int enc);
+void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const AES_KEY *key,
+	unsigned char *ivec, int *num, const int enc);
+void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const AES_KEY *key,
+	unsigned char *ivec, int *num, const int enc);
+void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const AES_KEY *key,
+	unsigned char *ivec, int *num);
+void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const AES_KEY *key,
+	unsigned char ivec[AES_BLOCK_SIZE],
+	unsigned char ecount_buf[AES_BLOCK_SIZE],
+	unsigned int *num);
+/* NB: the IV is _two_ blocks long */
+void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
+		     size_t length, const AES_KEY *key,
+		     unsigned char *ivec, const int enc);
+/* NB: the IV is _four_ blocks long */
+void AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out,
+			size_t length, const AES_KEY *key,
+			const AES_KEY *key2, const unsigned char *ivec,
+			const int enc);
+
+int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
+		unsigned char *out,
+		const unsigned char *in, unsigned int inlen);
+int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
+		unsigned char *out,
+		const unsigned char *in, unsigned int inlen);
+
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif /* !HEADER_AES_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1.h
new file mode 100755
index 0000000000000000000000000000000000000000..ce245628a32b94c7548d2f0b3944324ee2358a59
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1.h
@@ -0,0 +1,1404 @@
+/* crypto/asn1/asn1.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_ASN1_H
+#define HEADER_ASN1_H
+
+#include <time.h>
+#include <APOpenSSL/e_os2.h>
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#include <APOpenSSL/stack.h>
+#include <APOpenSSL/safestack.h>
+
+#include <APOpenSSL/symhacks.h>
+
+#include <APOpenSSL/ossl_typ.h>
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/bn.h>
+#endif
+
+#ifdef OPENSSL_BUILD_SHLIBCRYPTO
+# undef OPENSSL_EXTERN
+# define OPENSSL_EXTERN OPENSSL_EXPORT
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#define V_ASN1_UNIVERSAL		0x00
+#define	V_ASN1_APPLICATION		0x40
+#define V_ASN1_CONTEXT_SPECIFIC		0x80
+#define V_ASN1_PRIVATE			0xc0
+
+#define V_ASN1_CONSTRUCTED		0x20
+#define V_ASN1_PRIMITIVE_TAG		0x1f
+#define V_ASN1_PRIMATIVE_TAG		0x1f
+
+#define V_ASN1_APP_CHOOSE		-2	/* let the recipient choose */
+#define V_ASN1_OTHER			-3	/* used in ASN1_TYPE */
+#define V_ASN1_ANY			-4	/* used in ASN1 template code */
+
+#define V_ASN1_NEG			0x100	/* negative flag */
+
+#define V_ASN1_UNDEF			-1
+#define V_ASN1_EOC			0
+#define V_ASN1_BOOLEAN			1	/**/
+#define V_ASN1_INTEGER			2
+#define V_ASN1_NEG_INTEGER		(2 | V_ASN1_NEG)
+#define V_ASN1_BIT_STRING		3
+#define V_ASN1_OCTET_STRING		4
+#define V_ASN1_NULL			5
+#define V_ASN1_OBJECT			6
+#define V_ASN1_OBJECT_DESCRIPTOR	7
+#define V_ASN1_EXTERNAL			8
+#define V_ASN1_REAL			9
+#define V_ASN1_ENUMERATED		10
+#define V_ASN1_NEG_ENUMERATED		(10 | V_ASN1_NEG)
+#define V_ASN1_UTF8STRING		12
+#define V_ASN1_SEQUENCE			16
+#define V_ASN1_SET			17
+#define V_ASN1_NUMERICSTRING		18	/**/
+#define V_ASN1_PRINTABLESTRING		19
+#define V_ASN1_T61STRING		20
+#define V_ASN1_TELETEXSTRING		20	/* alias */
+#define V_ASN1_VIDEOTEXSTRING		21	/**/
+#define V_ASN1_IA5STRING		22
+#define V_ASN1_UTCTIME			23
+#define V_ASN1_GENERALIZEDTIME		24	/**/
+#define V_ASN1_GRAPHICSTRING		25	/**/
+#define V_ASN1_ISO64STRING		26	/**/
+#define V_ASN1_VISIBLESTRING		26	/* alias */
+#define V_ASN1_GENERALSTRING		27	/**/
+#define V_ASN1_UNIVERSALSTRING		28	/**/
+#define V_ASN1_BMPSTRING		30
+
+/* For use with d2i_ASN1_type_bytes() */
+#define B_ASN1_NUMERICSTRING	0x0001
+#define B_ASN1_PRINTABLESTRING	0x0002
+#define B_ASN1_T61STRING	0x0004
+#define B_ASN1_TELETEXSTRING	0x0004
+#define B_ASN1_VIDEOTEXSTRING	0x0008
+#define B_ASN1_IA5STRING	0x0010
+#define B_ASN1_GRAPHICSTRING	0x0020
+#define B_ASN1_ISO64STRING	0x0040
+#define B_ASN1_VISIBLESTRING	0x0040
+#define B_ASN1_GENERALSTRING	0x0080
+#define B_ASN1_UNIVERSALSTRING	0x0100
+#define B_ASN1_OCTET_STRING	0x0200
+#define B_ASN1_BIT_STRING	0x0400
+#define B_ASN1_BMPSTRING	0x0800
+#define B_ASN1_UNKNOWN		0x1000
+#define B_ASN1_UTF8STRING	0x2000
+#define B_ASN1_UTCTIME		0x4000
+#define B_ASN1_GENERALIZEDTIME	0x8000
+#define B_ASN1_SEQUENCE		0x10000
+
+/* For use with ASN1_mbstring_copy() */
+#define MBSTRING_FLAG		0x1000
+#define MBSTRING_UTF8		(MBSTRING_FLAG)
+#define MBSTRING_ASC		(MBSTRING_FLAG|1)
+#define MBSTRING_BMP		(MBSTRING_FLAG|2)
+#define MBSTRING_UNIV		(MBSTRING_FLAG|4)
+
+#define SMIME_OLDMIME		0x400
+#define SMIME_CRLFEOL		0x800
+#define SMIME_STREAM		0x1000
+
+struct X509_algor_st;
+DECLARE_STACK_OF(X509_ALGOR)
+
+#define DECLARE_ASN1_SET_OF(type) /* filled in by mkstack.pl */
+#define IMPLEMENT_ASN1_SET_OF(type) /* nothing, no longer needed */
+
+/* We MUST make sure that, except for constness, asn1_ctx_st and
+   asn1_const_ctx are exactly the same.  Fortunately, as soon as
+   the old ASN1 parsing macros are gone, we can throw this away
+   as well... */
+typedef struct asn1_ctx_st
+	{
+	unsigned char *p;/* work char pointer */
+	int eos;	/* end of sequence read for indefinite encoding */
+	int error;	/* error code to use when returning an error */
+	int inf;	/* constructed if 0x20, indefinite is 0x21 */
+	int tag;	/* tag from last 'get object' */
+	int xclass;	/* class from last 'get object' */
+	long slen;	/* length of last 'get object' */
+	unsigned char *max; /* largest value of p allowed */
+	unsigned char *q;/* temporary variable */
+	unsigned char **pp;/* variable */
+	int line;	/* used in error processing */
+	} ASN1_CTX;
+
+typedef struct asn1_const_ctx_st
+	{
+	const unsigned char *p;/* work char pointer */
+	int eos;	/* end of sequence read for indefinite encoding */
+	int error;	/* error code to use when returning an error */
+	int inf;	/* constructed if 0x20, indefinite is 0x21 */
+	int tag;	/* tag from last 'get object' */
+	int xclass;	/* class from last 'get object' */
+	long slen;	/* length of last 'get object' */
+	const unsigned char *max; /* largest value of p allowed */
+	const unsigned char *q;/* temporary variable */
+	const unsigned char **pp;/* variable */
+	int line;	/* used in error processing */
+	} ASN1_const_CTX;
+
+/* These are used internally in the ASN1_OBJECT to keep track of
+ * whether the names and data need to be free()ed */
+#define ASN1_OBJECT_FLAG_DYNAMIC	 0x01	/* internal use */
+#define ASN1_OBJECT_FLAG_CRITICAL	 0x02	/* critical x509v3 object id */
+#define ASN1_OBJECT_FLAG_DYNAMIC_STRINGS 0x04	/* internal use */
+#define ASN1_OBJECT_FLAG_DYNAMIC_DATA 	 0x08	/* internal use */
+typedef struct asn1_object_st
+	{
+	const char *sn,*ln;
+	int nid;
+	int length;
+	const unsigned char *data;	/* data remains const after init */
+	int flags;	/* Should we free this one */
+	} ASN1_OBJECT;
+
+#define ASN1_STRING_FLAG_BITS_LEFT 0x08 /* Set if 0x07 has bits left value */
+/* This indicates that the ASN1_STRING is not a real value but just a place
+ * holder for the location where indefinite length constructed data should
+ * be inserted in the memory buffer 
+ */
+#define ASN1_STRING_FLAG_NDEF 0x010 
+
+/* This flag is used by the CMS code to indicate that a string is not
+ * complete and is a place holder for content when it had all been 
+ * accessed. The flag will be reset when content has been written to it.
+ */
+
+#define ASN1_STRING_FLAG_CONT 0x020 
+/* This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
+ * type.
+ */
+#define ASN1_STRING_FLAG_MSTRING 0x040 
+/* This is the base type that holds just about everything :-) */
+struct asn1_string_st
+	{
+	int length;
+	int type;
+	unsigned char *data;
+	/* The value of the following field depends on the type being
+	 * held.  It is mostly being used for BIT_STRING so if the
+	 * input data has a non-zero 'unused bits' value, it will be
+	 * handled correctly */
+	long flags;
+	};
+
+/* ASN1_ENCODING structure: this is used to save the received
+ * encoding of an ASN1 type. This is useful to get round
+ * problems with invalid encodings which can break signatures.
+ */
+
+typedef struct ASN1_ENCODING_st
+	{
+	unsigned char *enc;	/* DER encoding */
+	long len;		/* Length of encoding */
+	int modified;		 /* set to 1 if 'enc' is invalid */
+	} ASN1_ENCODING;
+
+/* Used with ASN1 LONG type: if a long is set to this it is omitted */
+#define ASN1_LONG_UNDEF	0x7fffffffL
+
+#define STABLE_FLAGS_MALLOC	0x01
+#define STABLE_NO_MASK		0x02
+#define DIRSTRING_TYPE	\
+ (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
+#define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING)
+
+typedef struct asn1_string_table_st {
+	int nid;
+	long minsize;
+	long maxsize;
+	unsigned long mask;
+	unsigned long flags;
+} ASN1_STRING_TABLE;
+
+DECLARE_STACK_OF(ASN1_STRING_TABLE)
+
+/* size limits: this stuff is taken straight from RFC2459 */
+
+#define ub_name				32768
+#define ub_common_name			64
+#define ub_locality_name		128
+#define ub_state_name			128
+#define ub_organization_name		64
+#define ub_organization_unit_name	64
+#define ub_title			64
+#define ub_email_address		128
+
+/* Declarations for template structures: for full definitions
+ * see asn1t.h
+ */
+typedef struct ASN1_TEMPLATE_st ASN1_TEMPLATE;
+typedef struct ASN1_TLC_st ASN1_TLC;
+/* This is just an opaque pointer */
+typedef struct ASN1_VALUE_st ASN1_VALUE;
+
+/* Declare ASN1 functions: the implement macro in in asn1t.h */
+
+#define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type)
+
+#define DECLARE_ASN1_ALLOC_FUNCTIONS(type) \
+	DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, type)
+
+#define DECLARE_ASN1_FUNCTIONS_name(type, name) \
+	DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
+	DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name)
+
+#define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \
+	DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
+	DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name)
+
+#define	DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \
+	type *d2i_##name(type **a, const unsigned char **in, long len); \
+	int i2d_##name(type *a, unsigned char **out); \
+	DECLARE_ASN1_ITEM(itname)
+
+#define	DECLARE_ASN1_ENCODE_FUNCTIONS_const(type, name) \
+	type *d2i_##name(type **a, const unsigned char **in, long len); \
+	int i2d_##name(const type *a, unsigned char **out); \
+	DECLARE_ASN1_ITEM(name)
+
+#define	DECLARE_ASN1_NDEF_FUNCTION(name) \
+	int i2d_##name##_NDEF(name *a, unsigned char **out);
+
+#define DECLARE_ASN1_FUNCTIONS_const(name) \
+	DECLARE_ASN1_ALLOC_FUNCTIONS(name) \
+	DECLARE_ASN1_ENCODE_FUNCTIONS_const(name, name)
+
+#define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \
+	type *name##_new(void); \
+	void name##_free(type *a);
+
+#define DECLARE_ASN1_PRINT_FUNCTION(stname) \
+	DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname)
+
+#define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \
+	int fname##_print_ctx(BIO *out, stname *x, int indent, \
+					 const ASN1_PCTX *pctx);
+
+#define D2I_OF(type) type *(*)(type **,const unsigned char **,long)
+#define I2D_OF(type) int (*)(type *,unsigned char **)
+#define I2D_OF_const(type) int (*)(const type *,unsigned char **)
+
+#define CHECKED_D2I_OF(type, d2i) \
+    ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
+#define CHECKED_I2D_OF(type, i2d) \
+    ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
+#define CHECKED_NEW_OF(type, xnew) \
+    ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
+#define CHECKED_PTR_OF(type, p) \
+    ((void*) (1 ? p : (type*)0))
+#define CHECKED_PPTR_OF(type, p) \
+    ((void**) (1 ? p : (type**)0))
+
+#define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long)
+#define TYPEDEF_I2D_OF(type) typedef int i2d_of_##type(type *,unsigned char **)
+#define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)
+
+TYPEDEF_D2I2D_OF(void);
+
+/* The following macros and typedefs allow an ASN1_ITEM
+ * to be embedded in a structure and referenced. Since
+ * the ASN1_ITEM pointers need to be globally accessible
+ * (possibly from shared libraries) they may exist in
+ * different forms. On platforms that support it the
+ * ASN1_ITEM structure itself will be globally exported.
+ * Other platforms will export a function that returns
+ * an ASN1_ITEM pointer.
+ *
+ * To handle both cases transparently the macros below
+ * should be used instead of hard coding an ASN1_ITEM
+ * pointer in a structure.
+ *
+ * The structure will look like this:
+ *
+ * typedef struct SOMETHING_st {
+ *      ...
+ *      ASN1_ITEM_EXP *iptr;
+ *      ...
+ * } SOMETHING; 
+ *
+ * It would be initialised as e.g.:
+ *
+ * SOMETHING somevar = {...,ASN1_ITEM_ref(X509),...};
+ *
+ * and the actual pointer extracted with:
+ *
+ * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
+ *
+ * Finally an ASN1_ITEM pointer can be extracted from an
+ * appropriate reference with: ASN1_ITEM_rptr(X509). This
+ * would be used when a function takes an ASN1_ITEM * argument.
+ *
+ */
+
+#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
+
+/* ASN1_ITEM pointer exported type */
+typedef const ASN1_ITEM ASN1_ITEM_EXP;
+
+/* Macro to obtain ASN1_ITEM pointer from exported type */
+#define ASN1_ITEM_ptr(iptr) (iptr)
+
+/* Macro to include ASN1_ITEM pointer from base type */
+#define ASN1_ITEM_ref(iptr) (&(iptr##_it))
+
+#define ASN1_ITEM_rptr(ref) (&(ref##_it))
+
+#define DECLARE_ASN1_ITEM(name) \
+	OPENSSL_EXTERN const ASN1_ITEM name##_it;
+
+#else
+
+/* Platforms that can't easily handle shared global variables are declared
+ * as functions returning ASN1_ITEM pointers.
+ */
+
+/* ASN1_ITEM pointer exported type */
+typedef const ASN1_ITEM * ASN1_ITEM_EXP(void);
+
+/* Macro to obtain ASN1_ITEM pointer from exported type */
+#define ASN1_ITEM_ptr(iptr) (iptr())
+
+/* Macro to include ASN1_ITEM pointer from base type */
+#define ASN1_ITEM_ref(iptr) (iptr##_it)
+
+#define ASN1_ITEM_rptr(ref) (ref##_it())
+
+#define DECLARE_ASN1_ITEM(name) \
+	const ASN1_ITEM * name##_it(void);
+
+#endif
+
+/* Parameters used by ASN1_STRING_print_ex() */
+
+/* These determine which characters to escape:
+ * RFC2253 special characters, control characters and
+ * MSB set characters
+ */
+
+#define ASN1_STRFLGS_ESC_2253		1
+#define ASN1_STRFLGS_ESC_CTRL		2
+#define ASN1_STRFLGS_ESC_MSB		4
+
+
+/* This flag determines how we do escaping: normally
+ * RC2253 backslash only, set this to use backslash and
+ * quote.
+ */
+
+#define ASN1_STRFLGS_ESC_QUOTE		8
+
+
+/* These three flags are internal use only. */
+
+/* Character is a valid PrintableString character */
+#define CHARTYPE_PRINTABLESTRING	0x10
+/* Character needs escaping if it is the first character */
+#define CHARTYPE_FIRST_ESC_2253		0x20
+/* Character needs escaping if it is the last character */
+#define CHARTYPE_LAST_ESC_2253		0x40
+
+/* NB the internal flags are safely reused below by flags
+ * handled at the top level.
+ */
+
+/* If this is set we convert all character strings
+ * to UTF8 first 
+ */
+
+#define ASN1_STRFLGS_UTF8_CONVERT	0x10
+
+/* If this is set we don't attempt to interpret content:
+ * just assume all strings are 1 byte per character. This
+ * will produce some pretty odd looking output!
+ */
+
+#define ASN1_STRFLGS_IGNORE_TYPE	0x20
+
+/* If this is set we include the string type in the output */
+#define ASN1_STRFLGS_SHOW_TYPE		0x40
+
+/* This determines which strings to display and which to
+ * 'dump' (hex dump of content octets or DER encoding). We can
+ * only dump non character strings or everything. If we
+ * don't dump 'unknown' they are interpreted as character
+ * strings with 1 octet per character and are subject to
+ * the usual escaping options.
+ */
+
+#define ASN1_STRFLGS_DUMP_ALL		0x80
+#define ASN1_STRFLGS_DUMP_UNKNOWN	0x100
+
+/* These determine what 'dumping' does, we can dump the
+ * content octets or the DER encoding: both use the
+ * RFC2253 #XXXXX notation.
+ */
+
+#define ASN1_STRFLGS_DUMP_DER		0x200
+
+/* All the string flags consistent with RFC2253,
+ * escaping control characters isn't essential in
+ * RFC2253 but it is advisable anyway.
+ */
+
+#define ASN1_STRFLGS_RFC2253	(ASN1_STRFLGS_ESC_2253 | \
+				ASN1_STRFLGS_ESC_CTRL | \
+				ASN1_STRFLGS_ESC_MSB | \
+				ASN1_STRFLGS_UTF8_CONVERT | \
+				ASN1_STRFLGS_DUMP_UNKNOWN | \
+				ASN1_STRFLGS_DUMP_DER)
+
+DECLARE_STACK_OF(ASN1_INTEGER)
+DECLARE_ASN1_SET_OF(ASN1_INTEGER)
+
+DECLARE_STACK_OF(ASN1_GENERALSTRING)
+
+typedef struct asn1_type_st
+	{
+	int type;
+	union	{
+		char *ptr;
+		ASN1_BOOLEAN		boolean;
+		ASN1_STRING *		asn1_string;
+		ASN1_OBJECT *		object;
+		ASN1_INTEGER *		integer;
+		ASN1_ENUMERATED *	enumerated;
+		ASN1_BIT_STRING *	bit_string;
+		ASN1_OCTET_STRING *	octet_string;
+		ASN1_PRINTABLESTRING *	printablestring;
+		ASN1_T61STRING *	t61string;
+		ASN1_IA5STRING *	ia5string;
+		ASN1_GENERALSTRING *	generalstring;
+		ASN1_BMPSTRING *	bmpstring;
+		ASN1_UNIVERSALSTRING *	universalstring;
+		ASN1_UTCTIME *		utctime;
+		ASN1_GENERALIZEDTIME *	generalizedtime;
+		ASN1_VISIBLESTRING *	visiblestring;
+		ASN1_UTF8STRING *	utf8string;
+		/* set and sequence are left complete and still
+		 * contain the set or sequence bytes */
+		ASN1_STRING *		set;
+		ASN1_STRING *		sequence;
+		ASN1_VALUE *		asn1_value;
+		} value;
+	} ASN1_TYPE;
+
+DECLARE_STACK_OF(ASN1_TYPE)
+DECLARE_ASN1_SET_OF(ASN1_TYPE)
+
+typedef STACK_OF(ASN1_TYPE) ASN1_SEQUENCE_ANY;
+
+DECLARE_ASN1_ENCODE_FUNCTIONS_const(ASN1_SEQUENCE_ANY, ASN1_SEQUENCE_ANY)
+DECLARE_ASN1_ENCODE_FUNCTIONS_const(ASN1_SEQUENCE_ANY, ASN1_SET_ANY)
+
+typedef struct NETSCAPE_X509_st
+	{
+	ASN1_OCTET_STRING *header;
+	X509 *cert;
+	} NETSCAPE_X509;
+
+/* This is used to contain a list of bit names */
+typedef struct BIT_STRING_BITNAME_st {
+	int bitnum;
+	const char *lname;
+	const char *sname;
+} BIT_STRING_BITNAME;
+
+
+#define M_ASN1_STRING_length(x)	((x)->length)
+#define M_ASN1_STRING_length_set(x, n)	((x)->length = (n))
+#define M_ASN1_STRING_type(x)	((x)->type)
+#define M_ASN1_STRING_data(x)	((x)->data)
+
+/* Macros for string operations */
+#define M_ASN1_BIT_STRING_new()	(ASN1_BIT_STRING *)\
+		ASN1_STRING_type_new(V_ASN1_BIT_STRING)
+#define M_ASN1_BIT_STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_ASN1_BIT_STRING_dup(a) (ASN1_BIT_STRING *)\
+		ASN1_STRING_dup((const ASN1_STRING *)a)
+#define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\
+		(const ASN1_STRING *)a,(const ASN1_STRING *)b)
+#define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
+
+#define M_ASN1_INTEGER_new()	(ASN1_INTEGER *)\
+		ASN1_STRING_type_new(V_ASN1_INTEGER)
+#define M_ASN1_INTEGER_free(a)		ASN1_STRING_free((ASN1_STRING *)a)
+#define M_ASN1_INTEGER_dup(a) (ASN1_INTEGER *)\
+		ASN1_STRING_dup((const ASN1_STRING *)a)
+#define M_ASN1_INTEGER_cmp(a,b)	ASN1_STRING_cmp(\
+		(const ASN1_STRING *)a,(const ASN1_STRING *)b)
+
+#define M_ASN1_ENUMERATED_new()	(ASN1_ENUMERATED *)\
+		ASN1_STRING_type_new(V_ASN1_ENUMERATED)
+#define M_ASN1_ENUMERATED_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_ASN1_ENUMERATED_dup(a) (ASN1_ENUMERATED *)\
+		ASN1_STRING_dup((const ASN1_STRING *)a)
+#define M_ASN1_ENUMERATED_cmp(a,b)	ASN1_STRING_cmp(\
+		(const ASN1_STRING *)a,(const ASN1_STRING *)b)
+
+#define M_ASN1_OCTET_STRING_new()	(ASN1_OCTET_STRING *)\
+		ASN1_STRING_type_new(V_ASN1_OCTET_STRING)
+#define M_ASN1_OCTET_STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_ASN1_OCTET_STRING_dup(a) (ASN1_OCTET_STRING *)\
+		ASN1_STRING_dup((const ASN1_STRING *)a)
+#define M_ASN1_OCTET_STRING_cmp(a,b) ASN1_STRING_cmp(\
+		(const ASN1_STRING *)a,(const ASN1_STRING *)b)
+#define M_ASN1_OCTET_STRING_set(a,b,c)	ASN1_STRING_set((ASN1_STRING *)a,b,c)
+#define M_ASN1_OCTET_STRING_print(a,b)	ASN1_STRING_print(a,(ASN1_STRING *)b)
+#define M_i2d_ASN1_OCTET_STRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_OCTET_STRING,\
+		V_ASN1_UNIVERSAL)
+
+#define B_ASN1_TIME \
+			B_ASN1_UTCTIME | \
+			B_ASN1_GENERALIZEDTIME
+
+#define B_ASN1_PRINTABLE \
+			B_ASN1_NUMERICSTRING| \
+			B_ASN1_PRINTABLESTRING| \
+			B_ASN1_T61STRING| \
+			B_ASN1_IA5STRING| \
+			B_ASN1_BIT_STRING| \
+			B_ASN1_UNIVERSALSTRING|\
+			B_ASN1_BMPSTRING|\
+			B_ASN1_UTF8STRING|\
+			B_ASN1_SEQUENCE|\
+			B_ASN1_UNKNOWN
+
+#define B_ASN1_DIRECTORYSTRING \
+			B_ASN1_PRINTABLESTRING| \
+			B_ASN1_TELETEXSTRING|\
+			B_ASN1_BMPSTRING|\
+			B_ASN1_UNIVERSALSTRING|\
+			B_ASN1_UTF8STRING
+
+#define B_ASN1_DISPLAYTEXT \
+			B_ASN1_IA5STRING| \
+			B_ASN1_VISIBLESTRING| \
+			B_ASN1_BMPSTRING|\
+			B_ASN1_UTF8STRING
+
+#define M_ASN1_PRINTABLE_new()	ASN1_STRING_type_new(V_ASN1_T61STRING)
+#define M_ASN1_PRINTABLE_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_ASN1_PRINTABLE(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
+		pp,a->type,V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_PRINTABLE(a,pp,l) \
+		d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
+			B_ASN1_PRINTABLE)
+
+#define M_DIRECTORYSTRING_new() ASN1_STRING_type_new(V_ASN1_PRINTABLESTRING)
+#define M_DIRECTORYSTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_DIRECTORYSTRING(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
+						pp,a->type,V_ASN1_UNIVERSAL)
+#define M_d2i_DIRECTORYSTRING(a,pp,l) \
+		d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
+			B_ASN1_DIRECTORYSTRING)
+
+#define M_DISPLAYTEXT_new() ASN1_STRING_type_new(V_ASN1_VISIBLESTRING)
+#define M_DISPLAYTEXT_free(a) ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_DISPLAYTEXT(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
+						pp,a->type,V_ASN1_UNIVERSAL)
+#define M_d2i_DISPLAYTEXT(a,pp,l) \
+		d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
+			B_ASN1_DISPLAYTEXT)
+
+#define M_ASN1_PRINTABLESTRING_new() (ASN1_PRINTABLESTRING *)\
+		ASN1_STRING_type_new(V_ASN1_PRINTABLESTRING)
+#define M_ASN1_PRINTABLESTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_ASN1_PRINTABLESTRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_PRINTABLESTRING,\
+		V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_PRINTABLESTRING(a,pp,l) \
+		(ASN1_PRINTABLESTRING *)d2i_ASN1_type_bytes\
+		((ASN1_STRING **)a,pp,l,B_ASN1_PRINTABLESTRING)
+
+#define M_ASN1_T61STRING_new()	(ASN1_T61STRING *)\
+		ASN1_STRING_type_new(V_ASN1_T61STRING)
+#define M_ASN1_T61STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_ASN1_T61STRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
+		V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_T61STRING(a,pp,l) \
+		(ASN1_T61STRING *)d2i_ASN1_type_bytes\
+		((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING)
+
+#define M_ASN1_IA5STRING_new()	(ASN1_IA5STRING *)\
+		ASN1_STRING_type_new(V_ASN1_IA5STRING)
+#define M_ASN1_IA5STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_ASN1_IA5STRING_dup(a)	\
+		(ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
+#define M_i2d_ASN1_IA5STRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\
+			V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_IA5STRING(a,pp,l) \
+		(ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
+			B_ASN1_IA5STRING)
+
+#define M_ASN1_UTCTIME_new()	(ASN1_UTCTIME *)\
+		ASN1_STRING_type_new(V_ASN1_UTCTIME)
+#define M_ASN1_UTCTIME_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\
+		ASN1_STRING_dup((const ASN1_STRING *)a)
+
+#define M_ASN1_GENERALIZEDTIME_new()	(ASN1_GENERALIZEDTIME *)\
+		ASN1_STRING_type_new(V_ASN1_GENERALIZEDTIME)
+#define M_ASN1_GENERALIZEDTIME_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_ASN1_GENERALIZEDTIME_dup(a) (ASN1_GENERALIZEDTIME *)ASN1_STRING_dup(\
+	(const ASN1_STRING *)a)
+
+#define M_ASN1_TIME_new()	(ASN1_TIME *)\
+		ASN1_STRING_type_new(V_ASN1_UTCTIME)
+#define M_ASN1_TIME_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_ASN1_TIME_dup(a) (ASN1_TIME *)\
+	ASN1_STRING_dup((const ASN1_STRING *)a)
+
+#define M_ASN1_GENERALSTRING_new()	(ASN1_GENERALSTRING *)\
+		ASN1_STRING_type_new(V_ASN1_GENERALSTRING)
+#define M_ASN1_GENERALSTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_ASN1_GENERALSTRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_GENERALSTRING,\
+			V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_GENERALSTRING(a,pp,l) \
+		(ASN1_GENERALSTRING *)d2i_ASN1_type_bytes\
+		((ASN1_STRING **)a,pp,l,B_ASN1_GENERALSTRING)
+
+#define M_ASN1_UNIVERSALSTRING_new()	(ASN1_UNIVERSALSTRING *)\
+		ASN1_STRING_type_new(V_ASN1_UNIVERSALSTRING)
+#define M_ASN1_UNIVERSALSTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_ASN1_UNIVERSALSTRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UNIVERSALSTRING,\
+			V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_UNIVERSALSTRING(a,pp,l) \
+		(ASN1_UNIVERSALSTRING *)d2i_ASN1_type_bytes\
+		((ASN1_STRING **)a,pp,l,B_ASN1_UNIVERSALSTRING)
+
+#define M_ASN1_BMPSTRING_new()	(ASN1_BMPSTRING *)\
+		ASN1_STRING_type_new(V_ASN1_BMPSTRING)
+#define M_ASN1_BMPSTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_ASN1_BMPSTRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\
+			V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_BMPSTRING(a,pp,l) \
+		(ASN1_BMPSTRING *)d2i_ASN1_type_bytes\
+		((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
+
+#define M_ASN1_VISIBLESTRING_new()	(ASN1_VISIBLESTRING *)\
+		ASN1_STRING_type_new(V_ASN1_VISIBLESTRING)
+#define M_ASN1_VISIBLESTRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_ASN1_VISIBLESTRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\
+			V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_VISIBLESTRING(a,pp,l) \
+		(ASN1_VISIBLESTRING *)d2i_ASN1_type_bytes\
+		((ASN1_STRING **)a,pp,l,B_ASN1_VISIBLESTRING)
+
+#define M_ASN1_UTF8STRING_new()	(ASN1_UTF8STRING *)\
+		ASN1_STRING_type_new(V_ASN1_UTF8STRING)
+#define M_ASN1_UTF8STRING_free(a)	ASN1_STRING_free((ASN1_STRING *)a)
+#define M_i2d_ASN1_UTF8STRING(a,pp) \
+		i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UTF8STRING,\
+			V_ASN1_UNIVERSAL)
+#define M_d2i_ASN1_UTF8STRING(a,pp,l) \
+		(ASN1_UTF8STRING *)d2i_ASN1_type_bytes\
+		((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING)
+
+  /* for the is_set parameter to i2d_ASN1_SET */
+#define IS_SEQUENCE	0
+#define IS_SET		1
+
+DECLARE_ASN1_FUNCTIONS_fname(ASN1_TYPE, ASN1_ANY, ASN1_TYPE)
+
+int ASN1_TYPE_get(ASN1_TYPE *a);
+void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value);
+int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value);
+int            ASN1_TYPE_cmp(ASN1_TYPE *a, ASN1_TYPE *b);
+
+ASN1_OBJECT *	ASN1_OBJECT_new(void );
+void		ASN1_OBJECT_free(ASN1_OBJECT *a);
+int		i2d_ASN1_OBJECT(ASN1_OBJECT *a,unsigned char **pp);
+ASN1_OBJECT *	c2i_ASN1_OBJECT(ASN1_OBJECT **a,const unsigned char **pp,
+			long length);
+ASN1_OBJECT *	d2i_ASN1_OBJECT(ASN1_OBJECT **a,const unsigned char **pp,
+			long length);
+
+DECLARE_ASN1_ITEM(ASN1_OBJECT)
+
+DECLARE_STACK_OF(ASN1_OBJECT)
+DECLARE_ASN1_SET_OF(ASN1_OBJECT)
+
+ASN1_STRING *	ASN1_STRING_new(void);
+void		ASN1_STRING_free(ASN1_STRING *a);
+int		ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
+ASN1_STRING *	ASN1_STRING_dup(const ASN1_STRING *a);
+ASN1_STRING *	ASN1_STRING_type_new(int type );
+int 		ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
+  /* Since this is used to store all sorts of things, via macros, for now, make
+     its data void * */
+int 		ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
+void		ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
+int ASN1_STRING_length(const ASN1_STRING *x);
+void ASN1_STRING_length_set(ASN1_STRING *x, int n);
+int ASN1_STRING_type(ASN1_STRING *x);
+unsigned char * ASN1_STRING_data(ASN1_STRING *x);
+
+DECLARE_ASN1_FUNCTIONS(ASN1_BIT_STRING)
+int		i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a,unsigned char **pp);
+ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,const unsigned char **pp,
+			long length);
+int		ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d,
+			int length );
+int		ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
+int		ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *a, int n);
+int            ASN1_BIT_STRING_check(ASN1_BIT_STRING *a,
+                                     unsigned char *flags, int flags_len);
+
+#ifndef OPENSSL_NO_BIO
+int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
+				BIT_STRING_BITNAME *tbl, int indent);
+#endif
+int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl);
+int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value,
+				BIT_STRING_BITNAME *tbl);
+
+int		i2d_ASN1_BOOLEAN(int a,unsigned char **pp);
+int 		d2i_ASN1_BOOLEAN(int *a,const unsigned char **pp,long length);
+
+DECLARE_ASN1_FUNCTIONS(ASN1_INTEGER)
+int		i2c_ASN1_INTEGER(ASN1_INTEGER *a,unsigned char **pp);
+ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a,const unsigned char **pp,
+			long length);
+ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a,const unsigned char **pp,
+			long length);
+ASN1_INTEGER *	ASN1_INTEGER_dup(const ASN1_INTEGER *x);
+int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y);
+
+DECLARE_ASN1_FUNCTIONS(ASN1_ENUMERATED)
+
+int ASN1_UTCTIME_check(ASN1_UTCTIME *a);
+ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s,time_t t);
+ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
+				int offset_day, long offset_sec);
+int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
+int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
+#if 0
+time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s);
+#endif
+
+int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *a);
+ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s,time_t t);
+ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s,
+	     time_t t, int offset_day, long offset_sec);
+int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str);
+
+DECLARE_ASN1_FUNCTIONS(ASN1_OCTET_STRING)
+ASN1_OCTET_STRING *	ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *a);
+int 	ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, const ASN1_OCTET_STRING *b);
+int 	ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data, int len);
+
+DECLARE_ASN1_FUNCTIONS(ASN1_VISIBLESTRING)
+DECLARE_ASN1_FUNCTIONS(ASN1_UNIVERSALSTRING)
+DECLARE_ASN1_FUNCTIONS(ASN1_UTF8STRING)
+DECLARE_ASN1_FUNCTIONS(ASN1_NULL)
+DECLARE_ASN1_FUNCTIONS(ASN1_BMPSTRING)
+
+int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
+int UTF8_putc(unsigned char *str, int len, unsigned long value);
+
+DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
+
+DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
+DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
+DECLARE_ASN1_FUNCTIONS(ASN1_PRINTABLESTRING)
+DECLARE_ASN1_FUNCTIONS(ASN1_T61STRING)
+DECLARE_ASN1_FUNCTIONS(ASN1_IA5STRING)
+DECLARE_ASN1_FUNCTIONS(ASN1_GENERALSTRING)
+DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
+DECLARE_ASN1_FUNCTIONS(ASN1_GENERALIZEDTIME)
+DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
+
+DECLARE_ASN1_ITEM(ASN1_OCTET_STRING_NDEF)
+
+ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s,time_t t);
+ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s,time_t t,
+				int offset_day, long offset_sec);
+int ASN1_TIME_check(ASN1_TIME *t);
+ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
+int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
+
+int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp,
+		 i2d_of_void *i2d, int ex_tag, int ex_class,
+		 int is_set);
+STACK_OF(OPENSSL_BLOCK) *d2i_ASN1_SET(STACK_OF(OPENSSL_BLOCK) **a,
+			      const unsigned char **pp,
+			      long length, d2i_of_void *d2i,
+			      void (*free_func)(OPENSSL_BLOCK), int ex_tag,
+			      int ex_class);
+
+#ifndef OPENSSL_NO_BIO
+int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
+int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
+int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
+int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
+int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
+int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
+int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
+#endif
+int i2t_ASN1_OBJECT(char *buf,int buf_len,ASN1_OBJECT *a);
+
+int a2d_ASN1_OBJECT(unsigned char *out,int olen, const char *buf, int num);
+ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data,int len,
+	const char *sn, const char *ln);
+
+int ASN1_INTEGER_set(ASN1_INTEGER *a, long v);
+long ASN1_INTEGER_get(const ASN1_INTEGER *a);
+ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
+BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
+
+int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v);
+long ASN1_ENUMERATED_get(ASN1_ENUMERATED *a);
+ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai);
+BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai,BIGNUM *bn);
+
+/* General */
+/* given a string, return the correct type, max is the maximum length */
+int ASN1_PRINTABLE_type(const unsigned char *s, int max);
+
+int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass);
+ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
+	long length, int Ptag, int Pclass);
+unsigned long ASN1_tag2bit(int tag);
+/* type is one or more of the B_ASN1_ values. */
+ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a,const unsigned char **pp,
+		long length,int type);
+
+/* PARSING */
+int asn1_Finish(ASN1_CTX *c);
+int asn1_const_Finish(ASN1_const_CTX *c);
+
+/* SPECIALS */
+int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
+	int *pclass, long omax);
+int ASN1_check_infinite_end(unsigned char **p,long len);
+int ASN1_const_check_infinite_end(const unsigned char **p,long len);
+void ASN1_put_object(unsigned char **pp, int constructed, int length,
+	int tag, int xclass);
+int ASN1_put_eoc(unsigned char **pp);
+int ASN1_object_size(int constructed, int length, int tag);
+
+/* Used to implement other functions */
+void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
+
+#define ASN1_dup_of(type,i2d,d2i,x) \
+    ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
+		     CHECKED_D2I_OF(type, d2i), \
+		     CHECKED_PTR_OF(type, x)))
+
+#define ASN1_dup_of_const(type,i2d,d2i,x) \
+    ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
+		     CHECKED_D2I_OF(type, d2i), \
+		     CHECKED_PTR_OF(const type, x)))
+
+void *ASN1_item_dup(const ASN1_ITEM *it, void *x);
+
+/* ASN1 alloc/free macros for when a type is only used internally */
+
+#define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type))
+#define M_ASN1_free_of(x, type) \
+		ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type))
+
+#ifndef OPENSSL_NO_FP_API
+void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x);
+
+#define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \
+    ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
+			CHECKED_D2I_OF(type, d2i), \
+			in, \
+			CHECKED_PPTR_OF(type, x)))
+
+void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x);
+int ASN1_i2d_fp(i2d_of_void *i2d,FILE *out,void *x);
+
+#define ASN1_i2d_fp_of(type,i2d,out,x) \
+    (ASN1_i2d_fp(CHECKED_I2D_OF(type, i2d), \
+		 out, \
+		 CHECKED_PTR_OF(type, x)))
+
+#define ASN1_i2d_fp_of_const(type,i2d,out,x) \
+    (ASN1_i2d_fp(CHECKED_I2D_OF(const type, i2d), \
+		 out, \
+		 CHECKED_PTR_OF(const type, x)))
+
+int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x);
+int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags);
+#endif
+
+int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in);
+
+#ifndef OPENSSL_NO_BIO
+void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x);
+
+#define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \
+    ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
+			  CHECKED_D2I_OF(type, d2i), \
+			  in, \
+			  CHECKED_PPTR_OF(type, x)))
+
+void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
+int ASN1_i2d_bio(i2d_of_void *i2d,BIO *out, unsigned char *x);
+
+#define ASN1_i2d_bio_of(type,i2d,out,x) \
+    (ASN1_i2d_bio(CHECKED_I2D_OF(type, i2d), \
+		  out, \
+		  CHECKED_PTR_OF(type, x)))
+
+#define ASN1_i2d_bio_of_const(type,i2d,out,x) \
+    (ASN1_i2d_bio(CHECKED_I2D_OF(const type, i2d), \
+		  out, \
+		  CHECKED_PTR_OF(const type, x)))
+
+int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x);
+int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
+int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a);
+int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
+int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
+int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags);
+int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
+				unsigned char *buf, int off);
+int ASN1_parse(BIO *bp,const unsigned char *pp,long len,int indent);
+int ASN1_parse_dump(BIO *bp,const unsigned char *pp,long len,int indent,int dump);
+#endif
+const char *ASN1_tag2str(int tag);
+
+/* Used to load and write netscape format cert */
+
+DECLARE_ASN1_FUNCTIONS(NETSCAPE_X509)
+
+int ASN1_UNIVERSALSTRING_to_string(ASN1_UNIVERSALSTRING *s);
+
+int ASN1_TYPE_set_octetstring(ASN1_TYPE *a,
+	unsigned char *data, int len);
+int ASN1_TYPE_get_octetstring(ASN1_TYPE *a,
+	unsigned char *data, int max_len);
+int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num,
+	unsigned char *data, int len);
+int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a,long *num,
+	unsigned char *data, int max_len);
+
+STACK_OF(OPENSSL_BLOCK) *ASN1_seq_unpack(const unsigned char *buf, int len,
+				 d2i_of_void *d2i, void (*free_func)(OPENSSL_BLOCK));
+unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
+			     unsigned char **buf, int *len );
+void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i);
+void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it);
+ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d,
+			      ASN1_OCTET_STRING **oct);
+
+#define ASN1_pack_string_of(type,obj,i2d,oct) \
+    (ASN1_pack_string(CHECKED_PTR_OF(type, obj), \
+		      CHECKED_I2D_OF(type, i2d), \
+		      oct))
+
+ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_OCTET_STRING **oct);
+
+void ASN1_STRING_set_default_mask(unsigned long mask);
+int ASN1_STRING_set_default_mask_asc(const char *p);
+unsigned long ASN1_STRING_get_default_mask(void);
+int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
+					int inform, unsigned long mask);
+int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
+					int inform, unsigned long mask, 
+					long minsize, long maxsize);
+
+ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, 
+		const unsigned char *in, int inlen, int inform, int nid);
+ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
+int ASN1_STRING_TABLE_add(int, long, long, unsigned long, unsigned long);
+void ASN1_STRING_TABLE_cleanup(void);
+
+/* ASN1 template functions */
+
+/* Old API compatible functions */
+ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
+void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
+ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it);
+int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
+int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
+
+void ASN1_add_oid_module(void);
+
+ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf);
+ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf);
+
+/* ASN1 Print flags */
+
+/* Indicate missing OPTIONAL fields */
+#define ASN1_PCTX_FLAGS_SHOW_ABSENT		0x001	
+/* Mark start and end of SEQUENCE */
+#define ASN1_PCTX_FLAGS_SHOW_SEQUENCE		0x002
+/* Mark start and end of SEQUENCE/SET OF */
+#define ASN1_PCTX_FLAGS_SHOW_SSOF		0x004
+/* Show the ASN1 type of primitives */
+#define ASN1_PCTX_FLAGS_SHOW_TYPE		0x008
+/* Don't show ASN1 type of ANY */
+#define ASN1_PCTX_FLAGS_NO_ANY_TYPE		0x010
+/* Don't show ASN1 type of MSTRINGs */
+#define ASN1_PCTX_FLAGS_NO_MSTRING_TYPE		0x020
+/* Don't show field names in SEQUENCE */
+#define ASN1_PCTX_FLAGS_NO_FIELD_NAME		0x040
+/* Show structure names of each SEQUENCE field */
+#define ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME	0x080
+/* Don't show structure name even at top level */
+#define ASN1_PCTX_FLAGS_NO_STRUCT_NAME		0x100
+
+int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
+				const ASN1_ITEM *it, const ASN1_PCTX *pctx);
+ASN1_PCTX *ASN1_PCTX_new(void);
+void ASN1_PCTX_free(ASN1_PCTX *p);
+unsigned long ASN1_PCTX_get_flags(ASN1_PCTX *p);
+void ASN1_PCTX_set_flags(ASN1_PCTX *p, unsigned long flags);
+unsigned long ASN1_PCTX_get_nm_flags(ASN1_PCTX *p);
+void ASN1_PCTX_set_nm_flags(ASN1_PCTX *p, unsigned long flags);
+unsigned long ASN1_PCTX_get_cert_flags(ASN1_PCTX *p);
+void ASN1_PCTX_set_cert_flags(ASN1_PCTX *p, unsigned long flags);
+unsigned long ASN1_PCTX_get_oid_flags(ASN1_PCTX *p);
+void ASN1_PCTX_set_oid_flags(ASN1_PCTX *p, unsigned long flags);
+unsigned long ASN1_PCTX_get_str_flags(ASN1_PCTX *p);
+void ASN1_PCTX_set_str_flags(ASN1_PCTX *p, unsigned long flags);
+
+BIO_METHOD *BIO_f_asn1(void);
+
+BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
+
+int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
+				const ASN1_ITEM *it);
+int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
+				const char *hdr,
+				const ASN1_ITEM *it);
+int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
+				int ctype_nid, int econt_nid,
+				STACK_OF(X509_ALGOR) *mdalgs,
+				const ASN1_ITEM *it);
+ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
+int SMIME_crlf_copy(BIO *in, BIO *out, int flags);
+int SMIME_text(BIO *in, BIO *out);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_ASN1_strings(void);
+
+/* Error codes for the ASN1 functions. */
+
+/* Function codes. */
+#define ASN1_F_A2D_ASN1_OBJECT				 100
+#define ASN1_F_A2I_ASN1_ENUMERATED			 101
+#define ASN1_F_A2I_ASN1_INTEGER				 102
+#define ASN1_F_A2I_ASN1_STRING				 103
+#define ASN1_F_APPEND_EXP				 176
+#define ASN1_F_ASN1_BIT_STRING_SET_BIT			 183
+#define ASN1_F_ASN1_CB					 177
+#define ASN1_F_ASN1_CHECK_TLEN				 104
+#define ASN1_F_ASN1_COLLATE_PRIMITIVE			 105
+#define ASN1_F_ASN1_COLLECT				 106
+#define ASN1_F_ASN1_D2I_EX_PRIMITIVE			 108
+#define ASN1_F_ASN1_D2I_FP				 109
+#define ASN1_F_ASN1_D2I_READ_BIO			 107
+#define ASN1_F_ASN1_DIGEST				 184
+#define ASN1_F_ASN1_DO_ADB				 110
+#define ASN1_F_ASN1_DUP					 111
+#define ASN1_F_ASN1_ENUMERATED_SET			 112
+#define ASN1_F_ASN1_ENUMERATED_TO_BN			 113
+#define ASN1_F_ASN1_EX_C2I				 204
+#define ASN1_F_ASN1_FIND_END				 190
+#define ASN1_F_ASN1_GENERALIZEDTIME_ADJ			 216
+#define ASN1_F_ASN1_GENERALIZEDTIME_SET			 185
+#define ASN1_F_ASN1_GENERATE_V3				 178
+#define ASN1_F_ASN1_GET_OBJECT				 114
+#define ASN1_F_ASN1_HEADER_NEW				 115
+#define ASN1_F_ASN1_I2D_BIO				 116
+#define ASN1_F_ASN1_I2D_FP				 117
+#define ASN1_F_ASN1_INTEGER_SET				 118
+#define ASN1_F_ASN1_INTEGER_TO_BN			 119
+#define ASN1_F_ASN1_ITEM_D2I_FP				 206
+#define ASN1_F_ASN1_ITEM_DUP				 191
+#define ASN1_F_ASN1_ITEM_EX_COMBINE_NEW			 121
+#define ASN1_F_ASN1_ITEM_EX_D2I				 120
+#define ASN1_F_ASN1_ITEM_I2D_BIO			 192
+#define ASN1_F_ASN1_ITEM_I2D_FP				 193
+#define ASN1_F_ASN1_ITEM_PACK				 198
+#define ASN1_F_ASN1_ITEM_SIGN				 195
+#define ASN1_F_ASN1_ITEM_SIGN_CTX			 220
+#define ASN1_F_ASN1_ITEM_UNPACK				 199
+#define ASN1_F_ASN1_ITEM_VERIFY				 197
+#define ASN1_F_ASN1_MBSTRING_NCOPY			 122
+#define ASN1_F_ASN1_OBJECT_NEW				 123
+#define ASN1_F_ASN1_OUTPUT_DATA				 214
+#define ASN1_F_ASN1_PACK_STRING				 124
+#define ASN1_F_ASN1_PCTX_NEW				 205
+#define ASN1_F_ASN1_PKCS5_PBE_SET			 125
+#define ASN1_F_ASN1_SEQ_PACK				 126
+#define ASN1_F_ASN1_SEQ_UNPACK				 127
+#define ASN1_F_ASN1_SIGN				 128
+#define ASN1_F_ASN1_STR2TYPE				 179
+#define ASN1_F_ASN1_STRING_SET				 186
+#define ASN1_F_ASN1_STRING_TABLE_ADD			 129
+#define ASN1_F_ASN1_STRING_TYPE_NEW			 130
+#define ASN1_F_ASN1_TEMPLATE_EX_D2I			 132
+#define ASN1_F_ASN1_TEMPLATE_NEW			 133
+#define ASN1_F_ASN1_TEMPLATE_NOEXP_D2I			 131
+#define ASN1_F_ASN1_TIME_ADJ				 217
+#define ASN1_F_ASN1_TIME_SET				 175
+#define ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING		 134
+#define ASN1_F_ASN1_TYPE_GET_OCTETSTRING		 135
+#define ASN1_F_ASN1_UNPACK_STRING			 136
+#define ASN1_F_ASN1_UTCTIME_ADJ				 218
+#define ASN1_F_ASN1_UTCTIME_SET				 187
+#define ASN1_F_ASN1_VERIFY				 137
+#define ASN1_F_B64_READ_ASN1				 209
+#define ASN1_F_B64_WRITE_ASN1				 210
+#define ASN1_F_BIO_NEW_NDEF				 208
+#define ASN1_F_BITSTR_CB				 180
+#define ASN1_F_BN_TO_ASN1_ENUMERATED			 138
+#define ASN1_F_BN_TO_ASN1_INTEGER			 139
+#define ASN1_F_C2I_ASN1_BIT_STRING			 189
+#define ASN1_F_C2I_ASN1_INTEGER				 194
+#define ASN1_F_C2I_ASN1_OBJECT				 196
+#define ASN1_F_COLLECT_DATA				 140
+#define ASN1_F_D2I_ASN1_BIT_STRING			 141
+#define ASN1_F_D2I_ASN1_BOOLEAN				 142
+#define ASN1_F_D2I_ASN1_BYTES				 143
+#define ASN1_F_D2I_ASN1_GENERALIZEDTIME			 144
+#define ASN1_F_D2I_ASN1_HEADER				 145
+#define ASN1_F_D2I_ASN1_INTEGER				 146
+#define ASN1_F_D2I_ASN1_OBJECT				 147
+#define ASN1_F_D2I_ASN1_SET				 148
+#define ASN1_F_D2I_ASN1_TYPE_BYTES			 149
+#define ASN1_F_D2I_ASN1_UINTEGER			 150
+#define ASN1_F_D2I_ASN1_UTCTIME				 151
+#define ASN1_F_D2I_AUTOPRIVATEKEY			 207
+#define ASN1_F_D2I_NETSCAPE_RSA				 152
+#define ASN1_F_D2I_NETSCAPE_RSA_2			 153
+#define ASN1_F_D2I_PRIVATEKEY				 154
+#define ASN1_F_D2I_PUBLICKEY				 155
+#define ASN1_F_D2I_RSA_NET				 200
+#define ASN1_F_D2I_RSA_NET_2				 201
+#define ASN1_F_D2I_X509					 156
+#define ASN1_F_D2I_X509_CINF				 157
+#define ASN1_F_D2I_X509_PKEY				 159
+#define ASN1_F_I2D_ASN1_BIO_STREAM			 211
+#define ASN1_F_I2D_ASN1_SET				 188
+#define ASN1_F_I2D_ASN1_TIME				 160
+#define ASN1_F_I2D_DSA_PUBKEY				 161
+#define ASN1_F_I2D_EC_PUBKEY				 181
+#define ASN1_F_I2D_PRIVATEKEY				 163
+#define ASN1_F_I2D_PUBLICKEY				 164
+#define ASN1_F_I2D_RSA_NET				 162
+#define ASN1_F_I2D_RSA_PUBKEY				 165
+#define ASN1_F_LONG_C2I					 166
+#define ASN1_F_OID_MODULE_INIT				 174
+#define ASN1_F_PARSE_TAGGING				 182
+#define ASN1_F_PKCS5_PBE2_SET_IV			 167
+#define ASN1_F_PKCS5_PBE_SET				 202
+#define ASN1_F_PKCS5_PBE_SET0_ALGOR			 215
+#define ASN1_F_PKCS5_PBKDF2_SET				 219
+#define ASN1_F_SMIME_READ_ASN1				 212
+#define ASN1_F_SMIME_TEXT				 213
+#define ASN1_F_X509_CINF_NEW				 168
+#define ASN1_F_X509_CRL_ADD0_REVOKED			 169
+#define ASN1_F_X509_INFO_NEW				 170
+#define ASN1_F_X509_NAME_ENCODE				 203
+#define ASN1_F_X509_NAME_EX_D2I				 158
+#define ASN1_F_X509_NAME_EX_NEW				 171
+#define ASN1_F_X509_NEW					 172
+#define ASN1_F_X509_PKEY_NEW				 173
+
+/* Reason codes. */
+#define ASN1_R_ADDING_OBJECT				 171
+#define ASN1_R_ASN1_PARSE_ERROR				 203
+#define ASN1_R_ASN1_SIG_PARSE_ERROR			 204
+#define ASN1_R_AUX_ERROR				 100
+#define ASN1_R_BAD_CLASS				 101
+#define ASN1_R_BAD_OBJECT_HEADER			 102
+#define ASN1_R_BAD_PASSWORD_READ			 103
+#define ASN1_R_BAD_TAG					 104
+#define ASN1_R_BMPSTRING_IS_WRONG_LENGTH		 214
+#define ASN1_R_BN_LIB					 105
+#define ASN1_R_BOOLEAN_IS_WRONG_LENGTH			 106
+#define ASN1_R_BUFFER_TOO_SMALL				 107
+#define ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER		 108
+#define ASN1_R_CONTEXT_NOT_INITIALISED			 217
+#define ASN1_R_DATA_IS_WRONG				 109
+#define ASN1_R_DECODE_ERROR				 110
+#define ASN1_R_DECODING_ERROR				 111
+#define ASN1_R_DEPTH_EXCEEDED				 174
+#define ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED	 198
+#define ASN1_R_ENCODE_ERROR				 112
+#define ASN1_R_ERROR_GETTING_TIME			 173
+#define ASN1_R_ERROR_LOADING_SECTION			 172
+#define ASN1_R_ERROR_PARSING_SET_ELEMENT		 113
+#define ASN1_R_ERROR_SETTING_CIPHER_PARAMS		 114
+#define ASN1_R_EXPECTING_AN_INTEGER			 115
+#define ASN1_R_EXPECTING_AN_OBJECT			 116
+#define ASN1_R_EXPECTING_A_BOOLEAN			 117
+#define ASN1_R_EXPECTING_A_TIME				 118
+#define ASN1_R_EXPLICIT_LENGTH_MISMATCH			 119
+#define ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED		 120
+#define ASN1_R_FIELD_MISSING				 121
+#define ASN1_R_FIRST_NUM_TOO_LARGE			 122
+#define ASN1_R_HEADER_TOO_LONG				 123
+#define ASN1_R_ILLEGAL_BITSTRING_FORMAT			 175
+#define ASN1_R_ILLEGAL_BOOLEAN				 176
+#define ASN1_R_ILLEGAL_CHARACTERS			 124
+#define ASN1_R_ILLEGAL_FORMAT				 177
+#define ASN1_R_ILLEGAL_HEX				 178
+#define ASN1_R_ILLEGAL_IMPLICIT_TAG			 179
+#define ASN1_R_ILLEGAL_INTEGER				 180
+#define ASN1_R_ILLEGAL_NESTED_TAGGING			 181
+#define ASN1_R_ILLEGAL_NULL				 125
+#define ASN1_R_ILLEGAL_NULL_VALUE			 182
+#define ASN1_R_ILLEGAL_OBJECT				 183
+#define ASN1_R_ILLEGAL_OPTIONAL_ANY			 126
+#define ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE		 170
+#define ASN1_R_ILLEGAL_TAGGED_ANY			 127
+#define ASN1_R_ILLEGAL_TIME_VALUE			 184
+#define ASN1_R_INTEGER_NOT_ASCII_FORMAT			 185
+#define ASN1_R_INTEGER_TOO_LARGE_FOR_LONG		 128
+#define ASN1_R_INVALID_BMPSTRING_LENGTH			 129
+#define ASN1_R_INVALID_DIGIT				 130
+#define ASN1_R_INVALID_MIME_TYPE			 205
+#define ASN1_R_INVALID_MODIFIER				 186
+#define ASN1_R_INVALID_NUMBER				 187
+#define ASN1_R_INVALID_OBJECT_ENCODING			 216
+#define ASN1_R_INVALID_SEPARATOR			 131
+#define ASN1_R_INVALID_TIME_FORMAT			 132
+#define ASN1_R_INVALID_UNIVERSALSTRING_LENGTH		 133
+#define ASN1_R_INVALID_UTF8STRING			 134
+#define ASN1_R_IV_TOO_LARGE				 135
+#define ASN1_R_LENGTH_ERROR				 136
+#define ASN1_R_LIST_ERROR				 188
+#define ASN1_R_MIME_NO_CONTENT_TYPE			 206
+#define ASN1_R_MIME_PARSE_ERROR				 207
+#define ASN1_R_MIME_SIG_PARSE_ERROR			 208
+#define ASN1_R_MISSING_EOC				 137
+#define ASN1_R_MISSING_SECOND_NUMBER			 138
+#define ASN1_R_MISSING_VALUE				 189
+#define ASN1_R_MSTRING_NOT_UNIVERSAL			 139
+#define ASN1_R_MSTRING_WRONG_TAG			 140
+#define ASN1_R_NESTED_ASN1_STRING			 197
+#define ASN1_R_NON_HEX_CHARACTERS			 141
+#define ASN1_R_NOT_ASCII_FORMAT				 190
+#define ASN1_R_NOT_ENOUGH_DATA				 142
+#define ASN1_R_NO_CONTENT_TYPE				 209
+#define ASN1_R_NO_DEFAULT_DIGEST			 201
+#define ASN1_R_NO_MATCHING_CHOICE_TYPE			 143
+#define ASN1_R_NO_MULTIPART_BODY_FAILURE		 210
+#define ASN1_R_NO_MULTIPART_BOUNDARY			 211
+#define ASN1_R_NO_SIG_CONTENT_TYPE			 212
+#define ASN1_R_NULL_IS_WRONG_LENGTH			 144
+#define ASN1_R_OBJECT_NOT_ASCII_FORMAT			 191
+#define ASN1_R_ODD_NUMBER_OF_CHARS			 145
+#define ASN1_R_PRIVATE_KEY_HEADER_MISSING		 146
+#define ASN1_R_SECOND_NUMBER_TOO_LARGE			 147
+#define ASN1_R_SEQUENCE_LENGTH_MISMATCH			 148
+#define ASN1_R_SEQUENCE_NOT_CONSTRUCTED			 149
+#define ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG		 192
+#define ASN1_R_SHORT_LINE				 150
+#define ASN1_R_SIG_INVALID_MIME_TYPE			 213
+#define ASN1_R_STREAMING_NOT_SUPPORTED			 202
+#define ASN1_R_STRING_TOO_LONG				 151
+#define ASN1_R_STRING_TOO_SHORT				 152
+#define ASN1_R_TAG_VALUE_TOO_HIGH			 153
+#define ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 154
+#define ASN1_R_TIME_NOT_ASCII_FORMAT			 193
+#define ASN1_R_TOO_LONG					 155
+#define ASN1_R_TYPE_NOT_CONSTRUCTED			 156
+#define ASN1_R_UNABLE_TO_DECODE_RSA_KEY			 157
+#define ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY		 158
+#define ASN1_R_UNEXPECTED_EOC				 159
+#define ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH		 215
+#define ASN1_R_UNKNOWN_FORMAT				 160
+#define ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM		 161
+#define ASN1_R_UNKNOWN_OBJECT_TYPE			 162
+#define ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE			 163
+#define ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM		 199
+#define ASN1_R_UNKNOWN_TAG				 194
+#define ASN1_R_UNKOWN_FORMAT				 195
+#define ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE		 164
+#define ASN1_R_UNSUPPORTED_CIPHER			 165
+#define ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM		 166
+#define ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE		 167
+#define ASN1_R_UNSUPPORTED_TYPE				 196
+#define ASN1_R_WRONG_PUBLIC_KEY_TYPE			 200
+#define ASN1_R_WRONG_TAG				 168
+#define ASN1_R_WRONG_TYPE				 169
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1_mac.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1_mac.h
new file mode 100755
index 0000000000000000000000000000000000000000..41f798b40825edba703726c3e1ffd90983acb4f8
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1_mac.h
@@ -0,0 +1,578 @@
+/* crypto/asn1/asn1_mac.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_ASN1_MAC_H
+#define HEADER_ASN1_MAC_H
+
+#include <APOpenSSL/asn1.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifndef ASN1_MAC_ERR_LIB
+#define ASN1_MAC_ERR_LIB	ERR_LIB_ASN1
+#endif 
+
+#define ASN1_MAC_H_err(f,r,line) \
+	ERR_PUT_error(ASN1_MAC_ERR_LIB,(f),(r),__FILE__,(line))
+
+#define M_ASN1_D2I_vars(a,type,func) \
+	ASN1_const_CTX c; \
+	type ret=NULL; \
+	\
+	c.pp=(const unsigned char **)pp; \
+	c.q= *(const unsigned char **)pp; \
+	c.error=ERR_R_NESTED_ASN1_ERROR; \
+	if ((a == NULL) || ((*a) == NULL)) \
+		{ if ((ret=(type)func()) == NULL) \
+			{ c.line=__LINE__; goto err; } } \
+	else	ret=(*a);
+
+#define M_ASN1_D2I_Init() \
+	c.p= *(const unsigned char **)pp; \
+	c.max=(length == 0)?0:(c.p+length);
+
+#define M_ASN1_D2I_Finish_2(a) \
+	if (!asn1_const_Finish(&c)) \
+		{ c.line=__LINE__; goto err; } \
+	*(const unsigned char **)pp=c.p; \
+	if (a != NULL) (*a)=ret; \
+	return(ret);
+
+#define M_ASN1_D2I_Finish(a,func,e) \
+	M_ASN1_D2I_Finish_2(a); \
+err:\
+	ASN1_MAC_H_err((e),c.error,c.line); \
+	asn1_add_error(*(const unsigned char **)pp,(int)(c.q- *pp)); \
+	if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
+	return(NULL)
+
+#define M_ASN1_D2I_start_sequence() \
+	if (!asn1_GetSequence(&c,&length)) \
+		{ c.line=__LINE__; goto err; }
+/* Begin reading ASN1 without a surrounding sequence */
+#define M_ASN1_D2I_begin() \
+	c.slen = length;
+
+/* End reading ASN1 with no check on length */
+#define M_ASN1_D2I_Finish_nolen(a, func, e) \
+	*pp=c.p; \
+	if (a != NULL) (*a)=ret; \
+	return(ret); \
+err:\
+	ASN1_MAC_H_err((e),c.error,c.line); \
+	asn1_add_error(*pp,(int)(c.q- *pp)); \
+	if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
+	return(NULL)
+
+#define M_ASN1_D2I_end_sequence() \
+	(((c.inf&1) == 0)?(c.slen <= 0): \
+		(c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
+
+/* Don't use this with d2i_ASN1_BOOLEAN() */
+#define M_ASN1_D2I_get(b, func) \
+	c.q=c.p; \
+	if (func(&(b),&c.p,c.slen) == NULL) \
+		{c.line=__LINE__; goto err; } \
+	c.slen-=(c.p-c.q);
+
+/* Don't use this with d2i_ASN1_BOOLEAN() */
+#define M_ASN1_D2I_get_x(type,b,func) \
+	c.q=c.p; \
+	if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \
+		{c.line=__LINE__; goto err; } \
+	c.slen-=(c.p-c.q);
+
+/* use this instead () */
+#define M_ASN1_D2I_get_int(b,func) \
+	c.q=c.p; \
+	if (func(&(b),&c.p,c.slen) < 0) \
+		{c.line=__LINE__; goto err; } \
+	c.slen-=(c.p-c.q);
+
+#define M_ASN1_D2I_get_opt(b,func,type) \
+	if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \
+		== (V_ASN1_UNIVERSAL|(type)))) \
+		{ \
+		M_ASN1_D2I_get(b,func); \
+		}
+
+#define M_ASN1_D2I_get_int_opt(b,func,type) \
+	if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \
+		== (V_ASN1_UNIVERSAL|(type)))) \
+		{ \
+		M_ASN1_D2I_get_int(b,func); \
+		}
+
+#define M_ASN1_D2I_get_imp(b,func, type) \
+	M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \
+	c.q=c.p; \
+	if (func(&(b),&c.p,c.slen) == NULL) \
+		{c.line=__LINE__; M_ASN1_next_prev = _tmp; goto err; } \
+	c.slen-=(c.p-c.q);\
+	M_ASN1_next_prev=_tmp;
+
+#define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \
+	if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) == \
+		(V_ASN1_CONTEXT_SPECIFIC|(tag)))) \
+		{ \
+		unsigned char _tmp = M_ASN1_next; \
+		M_ASN1_D2I_get_imp(b,func, type);\
+		}
+
+#define M_ASN1_D2I_get_set(r,func,free_func) \
+		M_ASN1_D2I_get_imp_set(r,func,free_func, \
+			V_ASN1_SET,V_ASN1_UNIVERSAL);
+
+#define M_ASN1_D2I_get_set_type(type,r,func,free_func) \
+		M_ASN1_D2I_get_imp_set_type(type,r,func,free_func, \
+			V_ASN1_SET,V_ASN1_UNIVERSAL);
+
+#define M_ASN1_D2I_get_set_opt(r,func,free_func) \
+	if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
+		V_ASN1_CONSTRUCTED|V_ASN1_SET)))\
+		{ M_ASN1_D2I_get_set(r,func,free_func); }
+
+#define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \
+	if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
+		V_ASN1_CONSTRUCTED|V_ASN1_SET)))\
+		{ M_ASN1_D2I_get_set_type(type,r,func,free_func); }
+
+#define M_ASN1_I2D_len_SET_opt(a,f) \
+	if ((a != NULL) && (sk_num(a) != 0)) \
+		M_ASN1_I2D_len_SET(a,f);
+
+#define M_ASN1_I2D_put_SET_opt(a,f) \
+	if ((a != NULL) && (sk_num(a) != 0)) \
+		M_ASN1_I2D_put_SET(a,f);
+
+#define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \
+	if ((a != NULL) && (sk_num(a) != 0)) \
+		M_ASN1_I2D_put_SEQUENCE(a,f);
+
+#define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \
+	if ((a != NULL) && (sk_##type##_num(a) != 0)) \
+		M_ASN1_I2D_put_SEQUENCE_type(type,a,f);
+
+#define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \
+	if ((c.slen != 0) && \
+		(M_ASN1_next == \
+		(V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
+		{ \
+		M_ASN1_D2I_get_imp_set(b,func,free_func,\
+			tag,V_ASN1_CONTEXT_SPECIFIC); \
+		}
+
+#define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \
+	if ((c.slen != 0) && \
+		(M_ASN1_next == \
+		(V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
+		{ \
+		M_ASN1_D2I_get_imp_set_type(type,b,func,free_func,\
+			tag,V_ASN1_CONTEXT_SPECIFIC); \
+		}
+
+#define M_ASN1_D2I_get_seq(r,func,free_func) \
+		M_ASN1_D2I_get_imp_set(r,func,free_func,\
+			V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL);
+
+#define M_ASN1_D2I_get_seq_type(type,r,func,free_func) \
+		M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,\
+					    V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL)
+
+#define M_ASN1_D2I_get_seq_opt(r,func,free_func) \
+	if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
+		V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\
+		{ M_ASN1_D2I_get_seq(r,func,free_func); }
+
+#define M_ASN1_D2I_get_seq_opt_type(type,r,func,free_func) \
+	if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \
+		V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\
+		{ M_ASN1_D2I_get_seq_type(type,r,func,free_func); }
+
+#define M_ASN1_D2I_get_IMP_set(r,func,free_func,x) \
+		M_ASN1_D2I_get_imp_set(r,func,free_func,\
+			x,V_ASN1_CONTEXT_SPECIFIC);
+
+#define M_ASN1_D2I_get_IMP_set_type(type,r,func,free_func,x) \
+		M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,\
+			x,V_ASN1_CONTEXT_SPECIFIC);
+
+#define M_ASN1_D2I_get_imp_set(r,func,free_func,a,b) \
+	c.q=c.p; \
+	if (d2i_ASN1_SET(&(r),&c.p,c.slen,(char *(*)())func,\
+		(void (*)())free_func,a,b) == NULL) \
+		{ c.line=__LINE__; goto err; } \
+	c.slen-=(c.p-c.q);
+
+#define M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,a,b) \
+	c.q=c.p; \
+	if (d2i_ASN1_SET_OF_##type(&(r),&c.p,c.slen,func,\
+				   free_func,a,b) == NULL) \
+		{ c.line=__LINE__; goto err; } \
+	c.slen-=(c.p-c.q);
+
+#define M_ASN1_D2I_get_set_strings(r,func,a,b) \
+	c.q=c.p; \
+	if (d2i_ASN1_STRING_SET(&(r),&c.p,c.slen,a,b) == NULL) \
+		{ c.line=__LINE__; goto err; } \
+	c.slen-=(c.p-c.q);
+
+#define M_ASN1_D2I_get_EXP_opt(r,func,tag) \
+	if ((c.slen != 0L) && (M_ASN1_next == \
+		(V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
+		{ \
+		int Tinf,Ttag,Tclass; \
+		long Tlen; \
+		\
+		c.q=c.p; \
+		Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
+		if (Tinf & 0x80) \
+			{ c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
+			c.line=__LINE__; goto err; } \
+		if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
+					Tlen = c.slen - (c.p - c.q) - 2; \
+		if (func(&(r),&c.p,Tlen) == NULL) \
+			{ c.line=__LINE__; goto err; } \
+		if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
+			Tlen = c.slen - (c.p - c.q); \
+			if(!ASN1_const_check_infinite_end(&c.p, Tlen)) \
+				{ c.error=ERR_R_MISSING_ASN1_EOS; \
+				c.line=__LINE__; goto err; } \
+		}\
+		c.slen-=(c.p-c.q); \
+		}
+
+#define M_ASN1_D2I_get_EXP_set_opt(r,func,free_func,tag,b) \
+	if ((c.slen != 0) && (M_ASN1_next == \
+		(V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
+		{ \
+		int Tinf,Ttag,Tclass; \
+		long Tlen; \
+		\
+		c.q=c.p; \
+		Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
+		if (Tinf & 0x80) \
+			{ c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
+			c.line=__LINE__; goto err; } \
+		if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
+					Tlen = c.slen - (c.p - c.q) - 2; \
+		if (d2i_ASN1_SET(&(r),&c.p,Tlen,(char *(*)())func, \
+			(void (*)())free_func, \
+			b,V_ASN1_UNIVERSAL) == NULL) \
+			{ c.line=__LINE__; goto err; } \
+		if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
+			Tlen = c.slen - (c.p - c.q); \
+			if(!ASN1_check_infinite_end(&c.p, Tlen)) \
+				{ c.error=ERR_R_MISSING_ASN1_EOS; \
+				c.line=__LINE__; goto err; } \
+		}\
+		c.slen-=(c.p-c.q); \
+		}
+
+#define M_ASN1_D2I_get_EXP_set_opt_type(type,r,func,free_func,tag,b) \
+	if ((c.slen != 0) && (M_ASN1_next == \
+		(V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \
+		{ \
+		int Tinf,Ttag,Tclass; \
+		long Tlen; \
+		\
+		c.q=c.p; \
+		Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
+		if (Tinf & 0x80) \
+			{ c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \
+			c.line=__LINE__; goto err; } \
+		if (Tinf == (V_ASN1_CONSTRUCTED+1)) \
+					Tlen = c.slen - (c.p - c.q) - 2; \
+		if (d2i_ASN1_SET_OF_##type(&(r),&c.p,Tlen,func, \
+			free_func,b,V_ASN1_UNIVERSAL) == NULL) \
+			{ c.line=__LINE__; goto err; } \
+		if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \
+			Tlen = c.slen - (c.p - c.q); \
+			if(!ASN1_check_infinite_end(&c.p, Tlen)) \
+				{ c.error=ERR_R_MISSING_ASN1_EOS; \
+				c.line=__LINE__; goto err; } \
+		}\
+		c.slen-=(c.p-c.q); \
+		}
+
+/* New macros */
+#define M_ASN1_New_Malloc(ret,type) \
+	if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \
+		{ c.line=__LINE__; goto err2; }
+
+#define M_ASN1_New(arg,func) \
+	if (((arg)=func()) == NULL) return(NULL)
+
+#define M_ASN1_New_Error(a) \
+/*	err:	ASN1_MAC_H_err((a),ERR_R_NESTED_ASN1_ERROR,c.line); \
+		return(NULL);*/ \
+	err2:	ASN1_MAC_H_err((a),ERR_R_MALLOC_FAILURE,c.line); \
+		return(NULL)
+
+
+/* BIG UGLY WARNING!  This is so damn ugly I wanna puke.  Unfortunately,
+   some macros that use ASN1_const_CTX still insist on writing in the input
+   stream.  ARGH!  ARGH!  ARGH!  Let's get rid of this macro package.
+   Please?						-- Richard Levitte */
+#define M_ASN1_next		(*((unsigned char *)(c.p)))
+#define M_ASN1_next_prev	(*((unsigned char *)(c.q)))
+
+/*************************************************/
+
+#define M_ASN1_I2D_vars(a)	int r=0,ret=0; \
+				unsigned char *p; \
+				if (a == NULL) return(0)
+
+/* Length Macros */
+#define M_ASN1_I2D_len(a,f)	ret+=f(a,NULL)
+#define M_ASN1_I2D_len_IMP_opt(a,f)	if (a != NULL) M_ASN1_I2D_len(a,f)
+
+#define M_ASN1_I2D_len_SET(a,f) \
+		ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET);
+
+#define M_ASN1_I2D_len_SET_type(type,a,f) \
+		ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,V_ASN1_SET, \
+					    V_ASN1_UNIVERSAL,IS_SET);
+
+#define M_ASN1_I2D_len_SEQUENCE(a,f) \
+		ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL, \
+				  IS_SEQUENCE);
+
+#define M_ASN1_I2D_len_SEQUENCE_type(type,a,f) \
+		ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,V_ASN1_SEQUENCE, \
+					    V_ASN1_UNIVERSAL,IS_SEQUENCE)
+
+#define M_ASN1_I2D_len_SEQUENCE_opt(a,f) \
+		if ((a != NULL) && (sk_num(a) != 0)) \
+			M_ASN1_I2D_len_SEQUENCE(a,f);
+
+#define M_ASN1_I2D_len_SEQUENCE_opt_type(type,a,f) \
+		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
+			M_ASN1_I2D_len_SEQUENCE_type(type,a,f);
+
+#define M_ASN1_I2D_len_IMP_SET(a,f,x) \
+		ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET);
+
+#define M_ASN1_I2D_len_IMP_SET_type(type,a,f,x) \
+		ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
+					    V_ASN1_CONTEXT_SPECIFIC,IS_SET);
+
+#define M_ASN1_I2D_len_IMP_SET_opt(a,f,x) \
+		if ((a != NULL) && (sk_num(a) != 0)) \
+			ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
+					  IS_SET);
+
+#define M_ASN1_I2D_len_IMP_SET_opt_type(type,a,f,x) \
+		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
+			ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
+					       V_ASN1_CONTEXT_SPECIFIC,IS_SET);
+
+#define M_ASN1_I2D_len_IMP_SEQUENCE(a,f,x) \
+		ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
+				  IS_SEQUENCE);
+
+#define M_ASN1_I2D_len_IMP_SEQUENCE_opt(a,f,x) \
+		if ((a != NULL) && (sk_num(a) != 0)) \
+			ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
+					  IS_SEQUENCE);
+
+#define M_ASN1_I2D_len_IMP_SEQUENCE_opt_type(type,a,f,x) \
+		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
+			ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
+						    V_ASN1_CONTEXT_SPECIFIC, \
+						    IS_SEQUENCE);
+
+#define M_ASN1_I2D_len_EXP_opt(a,f,mtag,v) \
+		if (a != NULL)\
+			{ \
+			v=f(a,NULL); \
+			ret+=ASN1_object_size(1,v,mtag); \
+			}
+
+#define M_ASN1_I2D_len_EXP_SET_opt(a,f,mtag,tag,v) \
+		if ((a != NULL) && (sk_num(a) != 0))\
+			{ \
+			v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL,IS_SET); \
+			ret+=ASN1_object_size(1,v,mtag); \
+			}
+
+#define M_ASN1_I2D_len_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \
+		if ((a != NULL) && (sk_num(a) != 0))\
+			{ \
+			v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL, \
+				       IS_SEQUENCE); \
+			ret+=ASN1_object_size(1,v,mtag); \
+			}
+
+#define M_ASN1_I2D_len_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \
+		if ((a != NULL) && (sk_##type##_num(a) != 0))\
+			{ \
+			v=i2d_ASN1_SET_OF_##type(a,NULL,f,tag, \
+						 V_ASN1_UNIVERSAL, \
+						 IS_SEQUENCE); \
+			ret+=ASN1_object_size(1,v,mtag); \
+			}
+
+/* Put Macros */
+#define M_ASN1_I2D_put(a,f)	f(a,&p)
+
+#define M_ASN1_I2D_put_IMP_opt(a,f,t)	\
+		if (a != NULL) \
+			{ \
+			unsigned char *q=p; \
+			f(a,&p); \
+			*q=(V_ASN1_CONTEXT_SPECIFIC|t|(*q&V_ASN1_CONSTRUCTED));\
+			}
+
+#define M_ASN1_I2D_put_SET(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SET,\
+			V_ASN1_UNIVERSAL,IS_SET)
+#define M_ASN1_I2D_put_SET_type(type,a,f) \
+     i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET)
+#define M_ASN1_I2D_put_IMP_SET(a,f,x) i2d_ASN1_SET(a,&p,f,x,\
+			V_ASN1_CONTEXT_SPECIFIC,IS_SET)
+#define M_ASN1_I2D_put_IMP_SET_type(type,a,f,x) \
+     i2d_ASN1_SET_OF_##type(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET)
+#define M_ASN1_I2D_put_IMP_SEQUENCE(a,f,x) i2d_ASN1_SET(a,&p,f,x,\
+			V_ASN1_CONTEXT_SPECIFIC,IS_SEQUENCE)
+
+#define M_ASN1_I2D_put_SEQUENCE(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SEQUENCE,\
+					     V_ASN1_UNIVERSAL,IS_SEQUENCE)
+
+#define M_ASN1_I2D_put_SEQUENCE_type(type,a,f) \
+     i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL, \
+			    IS_SEQUENCE)
+
+#define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \
+		if ((a != NULL) && (sk_num(a) != 0)) \
+			M_ASN1_I2D_put_SEQUENCE(a,f);
+
+#define M_ASN1_I2D_put_IMP_SET_opt(a,f,x) \
+		if ((a != NULL) && (sk_num(a) != 0)) \
+			{ i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \
+				       IS_SET); }
+
+#define M_ASN1_I2D_put_IMP_SET_opt_type(type,a,f,x) \
+		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
+			{ i2d_ASN1_SET_OF_##type(a,&p,f,x, \
+						 V_ASN1_CONTEXT_SPECIFIC, \
+						 IS_SET); }
+
+#define M_ASN1_I2D_put_IMP_SEQUENCE_opt(a,f,x) \
+		if ((a != NULL) && (sk_num(a) != 0)) \
+			{ i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \
+				       IS_SEQUENCE); }
+
+#define M_ASN1_I2D_put_IMP_SEQUENCE_opt_type(type,a,f,x) \
+		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
+			{ i2d_ASN1_SET_OF_##type(a,&p,f,x, \
+						 V_ASN1_CONTEXT_SPECIFIC, \
+						 IS_SEQUENCE); }
+
+#define M_ASN1_I2D_put_EXP_opt(a,f,tag,v) \
+		if (a != NULL) \
+			{ \
+			ASN1_put_object(&p,1,v,tag,V_ASN1_CONTEXT_SPECIFIC); \
+			f(a,&p); \
+			}
+
+#define M_ASN1_I2D_put_EXP_SET_opt(a,f,mtag,tag,v) \
+		if ((a != NULL) && (sk_num(a) != 0)) \
+			{ \
+			ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
+			i2d_ASN1_SET(a,&p,f,tag,V_ASN1_UNIVERSAL,IS_SET); \
+			}
+
+#define M_ASN1_I2D_put_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \
+		if ((a != NULL) && (sk_num(a) != 0)) \
+			{ \
+			ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
+			i2d_ASN1_SET(a,&p,f,tag,V_ASN1_UNIVERSAL,IS_SEQUENCE); \
+			}
+
+#define M_ASN1_I2D_put_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \
+		if ((a != NULL) && (sk_##type##_num(a) != 0)) \
+			{ \
+			ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \
+			i2d_ASN1_SET_OF_##type(a,&p,f,tag,V_ASN1_UNIVERSAL, \
+					       IS_SEQUENCE); \
+			}
+
+#define M_ASN1_I2D_seq_total() \
+		r=ASN1_object_size(1,ret,V_ASN1_SEQUENCE); \
+		if (pp == NULL) return(r); \
+		p= *pp; \
+		ASN1_put_object(&p,1,ret,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL)
+
+#define M_ASN1_I2D_INF_seq_start(tag,ctx) \
+		*(p++)=(V_ASN1_CONSTRUCTED|(tag)|(ctx)); \
+		*(p++)=0x80
+
+#define M_ASN1_I2D_INF_seq_end() *(p++)=0x00; *(p++)=0x00
+
+#define M_ASN1_I2D_finish()	*pp=p; \
+				return(r);
+
+int asn1_GetSequence(ASN1_const_CTX *c, long *length);
+void asn1_add_error(const unsigned char *address,int offset);
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1t.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1t.h
new file mode 100755
index 0000000000000000000000000000000000000000..f892d793a3d04ad115617b1a4ce80b5556f1ccd6
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/asn1t.h
@@ -0,0 +1,960 @@
+/* asn1t.h */
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
+ * project 2000.
+ */
+/* ====================================================================
+ * Copyright (c) 2000-2005 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+#ifndef HEADER_ASN1T_H
+#define HEADER_ASN1T_H
+
+#include <stddef.h>
+#include <APOpenSSL/e_os2.h>
+#include <APOpenSSL/asn1.h>
+
+#ifdef OPENSSL_BUILD_SHLIBCRYPTO
+# undef OPENSSL_EXTERN
+# define OPENSSL_EXTERN OPENSSL_EXPORT
+#endif
+
+/* ASN1 template defines, structures and functions */
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+
+#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
+
+/* Macro to obtain ASN1_ADB pointer from a type (only used internally) */
+#define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr))
+
+
+/* Macros for start and end of ASN1_ITEM definition */
+
+#define ASN1_ITEM_start(itname) \
+	OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
+
+#define ASN1_ITEM_end(itname) \
+		};
+
+#else
+
+/* Macro to obtain ASN1_ADB pointer from a type (only used internally) */
+#define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr()))
+
+
+/* Macros for start and end of ASN1_ITEM definition */
+
+#define ASN1_ITEM_start(itname) \
+	const ASN1_ITEM * itname##_it(void) \
+	{ \
+		static const ASN1_ITEM local_it = { 
+
+#define ASN1_ITEM_end(itname) \
+		}; \
+	return &local_it; \
+	}
+
+#endif
+
+
+/* Macros to aid ASN1 template writing */
+
+#define ASN1_ITEM_TEMPLATE(tname) \
+	static const ASN1_TEMPLATE tname##_item_tt 
+
+#define ASN1_ITEM_TEMPLATE_END(tname) \
+	;\
+	ASN1_ITEM_start(tname) \
+		ASN1_ITYPE_PRIMITIVE,\
+		-1,\
+		&tname##_item_tt,\
+		0,\
+		NULL,\
+		0,\
+		#tname \
+	ASN1_ITEM_end(tname)
+
+
+/* This is a ASN1 type which just embeds a template */
+ 
+/* This pair helps declare a SEQUENCE. We can do:
+ *
+ * 	ASN1_SEQUENCE(stname) = {
+ * 		... SEQUENCE components ...
+ * 	} ASN1_SEQUENCE_END(stname)
+ *
+ * 	This will produce an ASN1_ITEM called stname_it
+ *	for a structure called stname.
+ *
+ * 	If you want the same structure but a different
+ *	name then use:
+ *
+ * 	ASN1_SEQUENCE(itname) = {
+ * 		... SEQUENCE components ...
+ * 	} ASN1_SEQUENCE_END_name(stname, itname)
+ *
+ *	This will create an item called itname_it using
+ *	a structure called stname.
+ */
+
+#define ASN1_SEQUENCE(tname) \
+	static const ASN1_TEMPLATE tname##_seq_tt[] 
+
+#define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname)
+
+#define ASN1_SEQUENCE_END_name(stname, tname) \
+	;\
+	ASN1_ITEM_start(tname) \
+		ASN1_ITYPE_SEQUENCE,\
+		V_ASN1_SEQUENCE,\
+		tname##_seq_tt,\
+		sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
+		NULL,\
+		sizeof(stname),\
+		#stname \
+	ASN1_ITEM_end(tname)
+
+#define ASN1_NDEF_SEQUENCE(tname) \
+	ASN1_SEQUENCE(tname)
+
+#define ASN1_NDEF_SEQUENCE_cb(tname, cb) \
+	ASN1_SEQUENCE_cb(tname, cb)
+
+#define ASN1_SEQUENCE_cb(tname, cb) \
+	static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
+	ASN1_SEQUENCE(tname)
+
+#define ASN1_BROKEN_SEQUENCE(tname) \
+	static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
+	ASN1_SEQUENCE(tname)
+
+#define ASN1_SEQUENCE_ref(tname, cb, lck) \
+	static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
+	ASN1_SEQUENCE(tname)
+
+#define ASN1_SEQUENCE_enc(tname, enc, cb) \
+	static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
+	ASN1_SEQUENCE(tname)
+
+#define ASN1_NDEF_SEQUENCE_END(tname) \
+	;\
+	ASN1_ITEM_start(tname) \
+		ASN1_ITYPE_NDEF_SEQUENCE,\
+		V_ASN1_SEQUENCE,\
+		tname##_seq_tt,\
+		sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
+		NULL,\
+		sizeof(tname),\
+		#tname \
+	ASN1_ITEM_end(tname)
+
+#define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname)
+
+#define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
+
+#define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
+
+#define ASN1_SEQUENCE_END_ref(stname, tname) \
+	;\
+	ASN1_ITEM_start(tname) \
+		ASN1_ITYPE_SEQUENCE,\
+		V_ASN1_SEQUENCE,\
+		tname##_seq_tt,\
+		sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
+		&tname##_aux,\
+		sizeof(stname),\
+		#stname \
+	ASN1_ITEM_end(tname)
+
+#define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \
+	;\
+	ASN1_ITEM_start(tname) \
+		ASN1_ITYPE_NDEF_SEQUENCE,\
+		V_ASN1_SEQUENCE,\
+		tname##_seq_tt,\
+		sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
+		&tname##_aux,\
+		sizeof(stname),\
+		#stname \
+	ASN1_ITEM_end(tname)
+
+
+/* This pair helps declare a CHOICE type. We can do:
+ *
+ * 	ASN1_CHOICE(chname) = {
+ * 		... CHOICE options ...
+ * 	ASN1_CHOICE_END(chname)
+ *
+ * 	This will produce an ASN1_ITEM called chname_it
+ *	for a structure called chname. The structure
+ *	definition must look like this:
+ *	typedef struct {
+ *		int type;
+ *		union {
+ *			ASN1_SOMETHING *opt1;
+ *			ASN1_SOMEOTHER *opt2;
+ *		} value;
+ *	} chname;
+ *	
+ *	the name of the selector must be 'type'.
+ * 	to use an alternative selector name use the
+ *      ASN1_CHOICE_END_selector() version.
+ */
+
+#define ASN1_CHOICE(tname) \
+	static const ASN1_TEMPLATE tname##_ch_tt[] 
+
+#define ASN1_CHOICE_cb(tname, cb) \
+	static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
+	ASN1_CHOICE(tname)
+
+#define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname)
+
+#define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type)
+
+#define ASN1_CHOICE_END_selector(stname, tname, selname) \
+	;\
+	ASN1_ITEM_start(tname) \
+		ASN1_ITYPE_CHOICE,\
+		offsetof(stname,selname) ,\
+		tname##_ch_tt,\
+		sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
+		NULL,\
+		sizeof(stname),\
+		#stname \
+	ASN1_ITEM_end(tname)
+
+#define ASN1_CHOICE_END_cb(stname, tname, selname) \
+	;\
+	ASN1_ITEM_start(tname) \
+		ASN1_ITYPE_CHOICE,\
+		offsetof(stname,selname) ,\
+		tname##_ch_tt,\
+		sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
+		&tname##_aux,\
+		sizeof(stname),\
+		#stname \
+	ASN1_ITEM_end(tname)
+
+/* This helps with the template wrapper form of ASN1_ITEM */
+
+#define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
+	(flags), (tag), 0,\
+	#name, ASN1_ITEM_ref(type) }
+
+/* These help with SEQUENCE or CHOICE components */
+
+/* used to declare other types */
+
+#define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
+	(flags), (tag), offsetof(stname, field),\
+	#field, ASN1_ITEM_ref(type) }
+
+/* used when the structure is combined with the parent */
+
+#define ASN1_EX_COMBINE(flags, tag, type) { \
+	(flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
+
+/* implicit and explicit helper macros */
+
+#define ASN1_IMP_EX(stname, field, type, tag, ex) \
+		ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
+
+#define ASN1_EXP_EX(stname, field, type, tag, ex) \
+		ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
+
+/* Any defined by macros: the field used is in the table itself */
+
+#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
+#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
+#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
+#else
+#define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##_adb }
+#define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, tblname##_adb }
+#endif
+/* Plain simple type */
+#define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type)
+
+/* OPTIONAL simple type */
+#define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type)
+
+/* IMPLICIT tagged simple type */
+#define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0)
+
+/* IMPLICIT tagged OPTIONAL simple type */
+#define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
+
+/* Same as above but EXPLICIT */
+
+#define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0)
+#define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
+
+/* SEQUENCE OF type */
+#define ASN1_SEQUENCE_OF(stname, field, type) \
+		ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, stname, field, type)
+
+/* OPTIONAL SEQUENCE OF */
+#define ASN1_SEQUENCE_OF_OPT(stname, field, type) \
+		ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
+
+/* Same as above but for SET OF */
+
+#define ASN1_SET_OF(stname, field, type) \
+		ASN1_EX_TYPE(ASN1_TFLG_SET_OF, 0, stname, field, type)
+
+#define ASN1_SET_OF_OPT(stname, field, type) \
+		ASN1_EX_TYPE(ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
+
+/* Finally compound types of SEQUENCE, SET, IMPLICIT, EXPLICIT and OPTIONAL */
+
+#define ASN1_IMP_SET_OF(stname, field, type, tag) \
+			ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
+
+#define ASN1_EXP_SET_OF(stname, field, type, tag) \
+			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
+
+#define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \
+			ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
+
+#define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \
+			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
+
+#define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \
+			ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
+
+#define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \
+			ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL)
+
+#define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \
+			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
+
+#define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \
+			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL)
+
+/* EXPLICIT using indefinite length constructed form */
+#define ASN1_NDEF_EXP(stname, field, type, tag) \
+			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_NDEF)
+
+/* EXPLICIT OPTIONAL using indefinite length constructed form */
+#define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \
+			ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL|ASN1_TFLG_NDEF)
+
+/* Macros for the ASN1_ADB structure */
+
+#define ASN1_ADB(name) \
+	static const ASN1_ADB_TABLE name##_adbtbl[] 
+
+#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
+
+#define ASN1_ADB_END(name, flags, field, app_table, def, none) \
+	;\
+	static const ASN1_ADB name##_adb = {\
+		flags,\
+		offsetof(name, field),\
+		app_table,\
+		name##_adbtbl,\
+		sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
+		def,\
+		none\
+	}
+
+#else
+
+#define ASN1_ADB_END(name, flags, field, app_table, def, none) \
+	;\
+	static const ASN1_ITEM *name##_adb(void) \
+	{ \
+	static const ASN1_ADB internal_adb = \
+		{\
+		flags,\
+		offsetof(name, field),\
+		app_table,\
+		name##_adbtbl,\
+		sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\
+		def,\
+		none\
+		}; \
+		return (const ASN1_ITEM *) &internal_adb; \
+	} \
+	void dummy_function(void)
+
+#endif
+
+#define ADB_ENTRY(val, template) {val, template}
+
+#define ASN1_ADB_TEMPLATE(name) \
+	static const ASN1_TEMPLATE name##_tt 
+
+/* This is the ASN1 template structure that defines
+ * a wrapper round the actual type. It determines the
+ * actual position of the field in the value structure,
+ * various flags such as OPTIONAL and the field name.
+ */
+
+struct ASN1_TEMPLATE_st {
+unsigned long flags;		/* Various flags */
+long tag;			/* tag, not used if no tagging */
+unsigned long offset;		/* Offset of this field in structure */
+#ifndef NO_ASN1_FIELD_NAMES
+const char *field_name;		/* Field name */
+#endif
+ASN1_ITEM_EXP *item;		/* Relevant ASN1_ITEM or ASN1_ADB */
+};
+
+/* Macro to extract ASN1_ITEM and ASN1_ADB pointer from ASN1_TEMPLATE */
+
+#define ASN1_TEMPLATE_item(t) (t->item_ptr)
+#define ASN1_TEMPLATE_adb(t) (t->item_ptr)
+
+typedef struct ASN1_ADB_TABLE_st ASN1_ADB_TABLE;
+typedef struct ASN1_ADB_st ASN1_ADB;
+
+struct ASN1_ADB_st {
+	unsigned long flags;	/* Various flags */
+	unsigned long offset;	/* Offset of selector field */
+	STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */
+	const ASN1_ADB_TABLE *tbl;	/* Table of possible types */
+	long tblcount;		/* Number of entries in tbl */
+	const ASN1_TEMPLATE *default_tt;  /* Type to use if no match */
+	const ASN1_TEMPLATE *null_tt;  /* Type to use if selector is NULL */
+};
+
+struct ASN1_ADB_TABLE_st {
+	long value;		/* NID for an object or value for an int */
+	const ASN1_TEMPLATE tt;		/* item for this value */
+};
+
+/* template flags */
+
+/* Field is optional */
+#define ASN1_TFLG_OPTIONAL	(0x1)
+
+/* Field is a SET OF */
+#define ASN1_TFLG_SET_OF	(0x1 << 1)
+
+/* Field is a SEQUENCE OF */
+#define ASN1_TFLG_SEQUENCE_OF	(0x2 << 1)
+
+/* Special case: this refers to a SET OF that
+ * will be sorted into DER order when encoded *and*
+ * the corresponding STACK will be modified to match
+ * the new order.
+ */
+#define ASN1_TFLG_SET_ORDER	(0x3 << 1)
+
+/* Mask for SET OF or SEQUENCE OF */
+#define ASN1_TFLG_SK_MASK	(0x3 << 1)
+
+/* These flags mean the tag should be taken from the
+ * tag field. If EXPLICIT then the underlying type
+ * is used for the inner tag.
+ */
+
+/* IMPLICIT tagging */
+#define ASN1_TFLG_IMPTAG	(0x1 << 3)
+
+
+/* EXPLICIT tagging, inner tag from underlying type */
+#define ASN1_TFLG_EXPTAG	(0x2 << 3)
+
+#define ASN1_TFLG_TAG_MASK	(0x3 << 3)
+
+/* context specific IMPLICIT */
+#define ASN1_TFLG_IMPLICIT	ASN1_TFLG_IMPTAG|ASN1_TFLG_CONTEXT
+
+/* context specific EXPLICIT */
+#define ASN1_TFLG_EXPLICIT	ASN1_TFLG_EXPTAG|ASN1_TFLG_CONTEXT
+
+/* If tagging is in force these determine the
+ * type of tag to use. Otherwise the tag is
+ * determined by the underlying type. These 
+ * values reflect the actual octet format.
+ */
+
+/* Universal tag */ 
+#define ASN1_TFLG_UNIVERSAL	(0x0<<6)
+/* Application tag */ 
+#define ASN1_TFLG_APPLICATION	(0x1<<6)
+/* Context specific tag */ 
+#define ASN1_TFLG_CONTEXT	(0x2<<6)
+/* Private tag */ 
+#define ASN1_TFLG_PRIVATE	(0x3<<6)
+
+#define ASN1_TFLG_TAG_CLASS	(0x3<<6)
+
+/* These are for ANY DEFINED BY type. In this case
+ * the 'item' field points to an ASN1_ADB structure
+ * which contains a table of values to decode the
+ * relevant type
+ */
+
+#define ASN1_TFLG_ADB_MASK	(0x3<<8)
+
+#define ASN1_TFLG_ADB_OID	(0x1<<8)
+
+#define ASN1_TFLG_ADB_INT	(0x1<<9)
+
+/* This flag means a parent structure is passed
+ * instead of the field: this is useful is a
+ * SEQUENCE is being combined with a CHOICE for
+ * example. Since this means the structure and
+ * item name will differ we need to use the
+ * ASN1_CHOICE_END_name() macro for example.
+ */
+
+#define ASN1_TFLG_COMBINE	(0x1<<10)
+
+/* This flag when present in a SEQUENCE OF, SET OF
+ * or EXPLICIT causes indefinite length constructed
+ * encoding to be used if required.
+ */
+
+#define ASN1_TFLG_NDEF		(0x1<<11)
+
+/* This is the actual ASN1 item itself */
+
+struct ASN1_ITEM_st {
+char itype;			/* The item type, primitive, SEQUENCE, CHOICE or extern */
+long utype;			/* underlying type */
+const ASN1_TEMPLATE *templates;	/* If SEQUENCE or CHOICE this contains the contents */
+long tcount;			/* Number of templates if SEQUENCE or CHOICE */
+const void *funcs;		/* functions that handle this type */
+long size;			/* Structure size (usually)*/
+#ifndef NO_ASN1_FIELD_NAMES
+const char *sname;		/* Structure name */
+#endif
+};
+
+/* These are values for the itype field and
+ * determine how the type is interpreted.
+ *
+ * For PRIMITIVE types the underlying type
+ * determines the behaviour if items is NULL.
+ *
+ * Otherwise templates must contain a single 
+ * template and the type is treated in the
+ * same way as the type specified in the template.
+ *
+ * For SEQUENCE types the templates field points
+ * to the members, the size field is the
+ * structure size.
+ *
+ * For CHOICE types the templates field points
+ * to each possible member (typically a union)
+ * and the 'size' field is the offset of the
+ * selector.
+ *
+ * The 'funcs' field is used for application
+ * specific functions. 
+ *
+ * For COMPAT types the funcs field gives a
+ * set of functions that handle this type, this
+ * supports the old d2i, i2d convention.
+ *
+ * The EXTERN type uses a new style d2i/i2d.
+ * The new style should be used where possible
+ * because it avoids things like the d2i IMPLICIT
+ * hack.
+ *
+ * MSTRING is a multiple string type, it is used
+ * for a CHOICE of character strings where the
+ * actual strings all occupy an ASN1_STRING
+ * structure. In this case the 'utype' field
+ * has a special meaning, it is used as a mask
+ * of acceptable types using the B_ASN1 constants.
+ *
+ * NDEF_SEQUENCE is the same as SEQUENCE except
+ * that it will use indefinite length constructed
+ * encoding if requested.
+ *
+ */
+
+#define ASN1_ITYPE_PRIMITIVE		0x0
+
+#define ASN1_ITYPE_SEQUENCE		0x1
+
+#define ASN1_ITYPE_CHOICE		0x2
+
+#define ASN1_ITYPE_COMPAT		0x3
+
+#define ASN1_ITYPE_EXTERN		0x4
+
+#define ASN1_ITYPE_MSTRING		0x5
+
+#define ASN1_ITYPE_NDEF_SEQUENCE	0x6
+
+/* Cache for ASN1 tag and length, so we
+ * don't keep re-reading it for things
+ * like CHOICE
+ */
+
+struct ASN1_TLC_st{
+	char valid;	/* Values below are valid */
+	int ret;	/* return value */
+	long plen;	/* length */
+	int ptag;	/* class value */
+	int pclass;	/* class value */
+	int hdrlen;	/* header length */
+};
+
+/* Typedefs for ASN1 function pointers */
+
+typedef ASN1_VALUE * ASN1_new_func(void);
+typedef void ASN1_free_func(ASN1_VALUE *a);
+typedef ASN1_VALUE * ASN1_d2i_func(ASN1_VALUE **a, const unsigned char ** in, long length);
+typedef int ASN1_i2d_func(ASN1_VALUE * a, unsigned char **in);
+
+typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
+					int tag, int aclass, char opt, ASN1_TLC *ctx);
+
+typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
+typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
+typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
+
+typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval, 
+						int indent, const char *fname, 
+						const ASN1_PCTX *pctx);
+
+typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
+typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
+typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
+
+typedef struct ASN1_COMPAT_FUNCS_st {
+	ASN1_new_func *asn1_new;
+	ASN1_free_func *asn1_free;
+	ASN1_d2i_func *asn1_d2i;
+	ASN1_i2d_func *asn1_i2d;
+} ASN1_COMPAT_FUNCS;
+
+typedef struct ASN1_EXTERN_FUNCS_st {
+	void *app_data;
+	ASN1_ex_new_func *asn1_ex_new;
+	ASN1_ex_free_func *asn1_ex_free;
+	ASN1_ex_free_func *asn1_ex_clear;
+	ASN1_ex_d2i *asn1_ex_d2i;
+	ASN1_ex_i2d *asn1_ex_i2d;
+	ASN1_ex_print_func *asn1_ex_print;
+} ASN1_EXTERN_FUNCS;
+
+typedef struct ASN1_PRIMITIVE_FUNCS_st {
+	void *app_data;
+	unsigned long flags;
+	ASN1_ex_new_func *prim_new;
+	ASN1_ex_free_func *prim_free;
+	ASN1_ex_free_func *prim_clear;
+	ASN1_primitive_c2i *prim_c2i;
+	ASN1_primitive_i2c *prim_i2c;
+	ASN1_primitive_print *prim_print;
+} ASN1_PRIMITIVE_FUNCS;
+
+/* This is the ASN1_AUX structure: it handles various
+ * miscellaneous requirements. For example the use of
+ * reference counts and an informational callback.
+ *
+ * The "informational callback" is called at various
+ * points during the ASN1 encoding and decoding. It can
+ * be used to provide minor customisation of the structures
+ * used. This is most useful where the supplied routines
+ * *almost* do the right thing but need some extra help
+ * at a few points. If the callback returns zero then
+ * it is assumed a fatal error has occurred and the 
+ * main operation should be abandoned.
+ *
+ * If major changes in the default behaviour are required
+ * then an external type is more appropriate.
+ */
+
+typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
+				void *exarg);
+
+typedef struct ASN1_AUX_st {
+	void *app_data;
+	int flags;
+	int ref_offset;		/* Offset of reference value */
+	int ref_lock;		/* Lock type to use */
+	ASN1_aux_cb *asn1_cb;
+	int enc_offset;		/* Offset of ASN1_ENCODING structure */
+} ASN1_AUX;
+
+/* For print related callbacks exarg points to this structure */
+typedef struct ASN1_PRINT_ARG_st {
+	BIO *out;
+	int indent;
+	const ASN1_PCTX *pctx;
+} ASN1_PRINT_ARG;
+
+/* For streaming related callbacks exarg points to this structure */
+typedef struct ASN1_STREAM_ARG_st {
+	/* BIO to stream through */
+	BIO *out;
+	/* BIO with filters appended */
+	BIO *ndef_bio;
+	/* Streaming I/O boundary */
+	unsigned char **boundary;
+} ASN1_STREAM_ARG;
+
+/* Flags in ASN1_AUX */
+
+/* Use a reference count */
+#define ASN1_AFLG_REFCOUNT	1
+/* Save the encoding of structure (useful for signatures) */
+#define ASN1_AFLG_ENCODING	2
+/* The Sequence length is invalid */
+#define ASN1_AFLG_BROKEN	4
+
+/* operation values for asn1_cb */
+
+#define ASN1_OP_NEW_PRE		0
+#define ASN1_OP_NEW_POST	1
+#define ASN1_OP_FREE_PRE	2
+#define ASN1_OP_FREE_POST	3
+#define ASN1_OP_D2I_PRE		4
+#define ASN1_OP_D2I_POST	5
+#define ASN1_OP_I2D_PRE		6
+#define ASN1_OP_I2D_POST	7
+#define ASN1_OP_PRINT_PRE	8
+#define ASN1_OP_PRINT_POST	9
+#define ASN1_OP_STREAM_PRE	10
+#define ASN1_OP_STREAM_POST	11
+#define ASN1_OP_DETACHED_PRE	12
+#define ASN1_OP_DETACHED_POST	13
+
+/* Macro to implement a primitive type */
+#define IMPLEMENT_ASN1_TYPE(stname) IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0)
+#define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
+				ASN1_ITEM_start(itname) \
+					ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
+				ASN1_ITEM_end(itname)
+
+/* Macro to implement a multi string type */
+#define IMPLEMENT_ASN1_MSTRING(itname, mask) \
+				ASN1_ITEM_start(itname) \
+					ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \
+				ASN1_ITEM_end(itname)
+
+/* Macro to implement an ASN1_ITEM in terms of old style funcs */
+
+#define IMPLEMENT_COMPAT_ASN1(sname) IMPLEMENT_COMPAT_ASN1_type(sname, V_ASN1_SEQUENCE)
+
+#define IMPLEMENT_COMPAT_ASN1_type(sname, tag) \
+	static const ASN1_COMPAT_FUNCS sname##_ff = { \
+		(ASN1_new_func *)sname##_new, \
+		(ASN1_free_func *)sname##_free, \
+		(ASN1_d2i_func *)d2i_##sname, \
+		(ASN1_i2d_func *)i2d_##sname, \
+	}; \
+	ASN1_ITEM_start(sname) \
+		ASN1_ITYPE_COMPAT, \
+		tag, \
+		NULL, \
+		0, \
+		&sname##_ff, \
+		0, \
+		#sname \
+	ASN1_ITEM_end(sname)
+
+#define IMPLEMENT_EXTERN_ASN1(sname, tag, fptrs) \
+	ASN1_ITEM_start(sname) \
+		ASN1_ITYPE_EXTERN, \
+		tag, \
+		NULL, \
+		0, \
+		&fptrs, \
+		0, \
+		#sname \
+	ASN1_ITEM_end(sname)
+
+/* Macro to implement standard functions in terms of ASN1_ITEM structures */
+
+#define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname)
+
+#define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, itname)
+
+#define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \
+			IMPLEMENT_ASN1_FUNCTIONS_ENCODE_fname(stname, itname, itname)
+
+#define IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(stname) \
+		IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(static, stname, stname, stname)
+
+#define IMPLEMENT_ASN1_ALLOC_FUNCTIONS(stname) \
+		IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, stname, stname)
+
+#define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \
+	pre stname *fname##_new(void) \
+	{ \
+		return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \
+	} \
+	pre void fname##_free(stname *a) \
+	{ \
+		ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \
+	}
+
+#define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \
+	stname *fname##_new(void) \
+	{ \
+		return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \
+	} \
+	void fname##_free(stname *a) \
+	{ \
+		ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \
+	}
+
+#define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \
+	IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
+	IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
+
+#define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
+	stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
+	{ \
+		return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
+	} \
+	int i2d_##fname(stname *a, unsigned char **out) \
+	{ \
+		return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
+	} 
+
+#define IMPLEMENT_ASN1_NDEF_FUNCTION(stname) \
+	int i2d_##stname##_NDEF(stname *a, unsigned char **out) \
+	{ \
+		return ASN1_item_ndef_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(stname));\
+	} 
+
+/* This includes evil casts to remove const: they will go away when full
+ * ASN1 constification is done.
+ */
+#define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
+	stname *d2i_##fname(stname **a, const unsigned char **in, long len) \
+	{ \
+		return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\
+	} \
+	int i2d_##fname(const stname *a, unsigned char **out) \
+	{ \
+		return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\
+	} 
+
+#define IMPLEMENT_ASN1_DUP_FUNCTION(stname) \
+	stname * stname##_dup(stname *x) \
+        { \
+        return ASN1_item_dup(ASN1_ITEM_rptr(stname), x); \
+        }
+
+#define IMPLEMENT_ASN1_PRINT_FUNCTION(stname) \
+	IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname)
+
+#define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \
+	int fname##_print_ctx(BIO *out, stname *x, int indent, \
+						const ASN1_PCTX *pctx) \
+	{ \
+		return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
+			ASN1_ITEM_rptr(itname), pctx); \
+	} 
+
+#define IMPLEMENT_ASN1_FUNCTIONS_const(name) \
+		IMPLEMENT_ASN1_FUNCTIONS_const_fname(name, name, name)
+
+#define IMPLEMENT_ASN1_FUNCTIONS_const_fname(stname, itname, fname) \
+	IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
+	IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
+
+/* external definitions for primitive types */
+
+DECLARE_ASN1_ITEM(ASN1_BOOLEAN)
+DECLARE_ASN1_ITEM(ASN1_TBOOLEAN)
+DECLARE_ASN1_ITEM(ASN1_FBOOLEAN)
+DECLARE_ASN1_ITEM(ASN1_SEQUENCE)
+DECLARE_ASN1_ITEM(CBIGNUM)
+DECLARE_ASN1_ITEM(BIGNUM)
+DECLARE_ASN1_ITEM(LONG)
+DECLARE_ASN1_ITEM(ZLONG)
+
+DECLARE_STACK_OF(ASN1_VALUE)
+
+/* Functions used internally by the ASN1 code */
+
+int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
+void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
+int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
+int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
+
+void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
+int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
+int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
+				int tag, int aclass, char opt, ASN1_TLC *ctx);
+
+int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
+int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
+void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
+
+int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
+int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
+
+int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it);
+int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it);
+
+ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
+
+const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
+
+int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it);
+
+void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it);
+void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
+int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it);
+int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it);
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/bio.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/bio.h
new file mode 100755
index 0000000000000000000000000000000000000000..01b6c037ee9805b3184b3e4a8278ca705c6f3933
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/bio.h
@@ -0,0 +1,847 @@
+/* crypto/bio/bio.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_BIO_H
+#define HEADER_BIO_H
+
+#include <APOpenSSL/e_os2.h>
+
+#ifndef OPENSSL_NO_FP_API
+# include <stdio.h>
+#endif
+#include <stdarg.h>
+
+#include <APOpenSSL/crypto.h>
+
+#ifndef OPENSSL_NO_SCTP
+# ifndef OPENSSL_SYS_VMS
+# include <stdint.h>
+# else
+# include <inttypes.h>
+# endif
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* These are the 'types' of BIOs */
+#define BIO_TYPE_NONE		0
+#define BIO_TYPE_MEM		(1|0x0400)
+#define BIO_TYPE_FILE		(2|0x0400)
+
+#define BIO_TYPE_FD		(4|0x0400|0x0100)
+#define BIO_TYPE_SOCKET		(5|0x0400|0x0100)
+#define BIO_TYPE_NULL		(6|0x0400)
+#define BIO_TYPE_SSL		(7|0x0200)
+#define BIO_TYPE_MD		(8|0x0200)		/* passive filter */
+#define BIO_TYPE_BUFFER		(9|0x0200)		/* filter */
+#define BIO_TYPE_CIPHER		(10|0x0200)		/* filter */
+#define BIO_TYPE_BASE64		(11|0x0200)		/* filter */
+#define BIO_TYPE_CONNECT	(12|0x0400|0x0100)	/* socket - connect */
+#define BIO_TYPE_ACCEPT		(13|0x0400|0x0100)	/* socket for accept */
+#define BIO_TYPE_PROXY_CLIENT	(14|0x0200)		/* client proxy BIO */
+#define BIO_TYPE_PROXY_SERVER	(15|0x0200)		/* server proxy BIO */
+#define BIO_TYPE_NBIO_TEST	(16|0x0200)		/* server proxy BIO */
+#define BIO_TYPE_NULL_FILTER	(17|0x0200)
+#define BIO_TYPE_BER		(18|0x0200)		/* BER -> bin filter */
+#define BIO_TYPE_BIO		(19|0x0400)		/* (half a) BIO pair */
+#define BIO_TYPE_LINEBUFFER	(20|0x0200)		/* filter */
+#define BIO_TYPE_DGRAM		(21|0x0400|0x0100)
+#ifndef OPENSSL_NO_SCTP
+#define BIO_TYPE_DGRAM_SCTP	(24|0x0400|0x0100)
+#endif
+#define BIO_TYPE_ASN1 		(22|0x0200)		/* filter */
+#define BIO_TYPE_COMP 		(23|0x0200)		/* filter */
+
+#define BIO_TYPE_DESCRIPTOR	0x0100	/* socket, fd, connect or accept */
+#define BIO_TYPE_FILTER		0x0200
+#define BIO_TYPE_SOURCE_SINK	0x0400
+
+/* BIO_FILENAME_READ|BIO_CLOSE to open or close on free.
+ * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
+#define BIO_NOCLOSE		0x00
+#define BIO_CLOSE		0x01
+
+/* These are used in the following macros and are passed to
+ * BIO_ctrl() */
+#define BIO_CTRL_RESET		1  /* opt - rewind/zero etc */
+#define BIO_CTRL_EOF		2  /* opt - are we at the eof */
+#define BIO_CTRL_INFO		3  /* opt - extra tit-bits */
+#define BIO_CTRL_SET		4  /* man - set the 'IO' type */
+#define BIO_CTRL_GET		5  /* man - get the 'IO' type */
+#define BIO_CTRL_PUSH		6  /* opt - internal, used to signify change */
+#define BIO_CTRL_POP		7  /* opt - internal, used to signify change */
+#define BIO_CTRL_GET_CLOSE	8  /* man - set the 'close' on free */
+#define BIO_CTRL_SET_CLOSE	9  /* man - set the 'close' on free */
+#define BIO_CTRL_PENDING	10  /* opt - is their more data buffered */
+#define BIO_CTRL_FLUSH		11  /* opt - 'flush' buffered output */
+#define BIO_CTRL_DUP		12  /* man - extra stuff for 'duped' BIO */
+#define BIO_CTRL_WPENDING	13  /* opt - number of bytes still to write */
+/* callback is int cb(BIO *bio,state,ret); */
+#define BIO_CTRL_SET_CALLBACK	14  /* opt - set callback function */
+#define BIO_CTRL_GET_CALLBACK	15  /* opt - set callback function */
+
+#define BIO_CTRL_SET_FILENAME	30	/* BIO_s_file special */
+
+/* dgram BIO stuff */
+#define BIO_CTRL_DGRAM_CONNECT       31  /* BIO dgram special */
+#define BIO_CTRL_DGRAM_SET_CONNECTED 32  /* allow for an externally
+					  * connected socket to be
+					  * passed in */ 
+#define BIO_CTRL_DGRAM_SET_RECV_TIMEOUT 33 /* setsockopt, essentially */
+#define BIO_CTRL_DGRAM_GET_RECV_TIMEOUT 34 /* getsockopt, essentially */
+#define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35 /* setsockopt, essentially */
+#define BIO_CTRL_DGRAM_GET_SEND_TIMEOUT 36 /* getsockopt, essentially */
+
+#define BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP 37 /* flag whether the last */
+#define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38 /* I/O operation tiemd out */
+					
+/* #ifdef IP_MTU_DISCOVER */
+#define BIO_CTRL_DGRAM_MTU_DISCOVER       39 /* set DF bit on egress packets */
+/* #endif */
+
+#define BIO_CTRL_DGRAM_QUERY_MTU          40 /* as kernel for current MTU */
+#define BIO_CTRL_DGRAM_GET_FALLBACK_MTU   47
+#define BIO_CTRL_DGRAM_GET_MTU            41 /* get cached value for MTU */
+#define BIO_CTRL_DGRAM_SET_MTU            42 /* set cached value for
+					      * MTU. want to use this
+					      * if asking the kernel
+					      * fails */
+
+#define BIO_CTRL_DGRAM_MTU_EXCEEDED       43 /* check whether the MTU
+					      * was exceed in the
+					      * previous write
+					      * operation */
+
+#define BIO_CTRL_DGRAM_GET_PEER           46
+#define BIO_CTRL_DGRAM_SET_PEER           44 /* Destination for the data */
+
+#define BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT   45 /* Next DTLS handshake timeout to
+                                              * adjust socket timeouts */
+
+#ifndef OPENSSL_NO_SCTP
+/* SCTP stuff */
+#define BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE	50
+#define BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY		51
+#define BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY		52
+#define BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD		53
+#define BIO_CTRL_DGRAM_SCTP_GET_SNDINFO		60
+#define BIO_CTRL_DGRAM_SCTP_SET_SNDINFO		61
+#define BIO_CTRL_DGRAM_SCTP_GET_RCVINFO		62
+#define BIO_CTRL_DGRAM_SCTP_SET_RCVINFO		63
+#define BIO_CTRL_DGRAM_SCTP_GET_PRINFO			64
+#define BIO_CTRL_DGRAM_SCTP_SET_PRINFO			65
+#define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN		70
+#endif
+
+/* modifiers */
+#define BIO_FP_READ		0x02
+#define BIO_FP_WRITE		0x04
+#define BIO_FP_APPEND		0x08
+#define BIO_FP_TEXT		0x10
+
+#define BIO_FLAGS_READ		0x01
+#define BIO_FLAGS_WRITE		0x02
+#define BIO_FLAGS_IO_SPECIAL	0x04
+#define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
+#define BIO_FLAGS_SHOULD_RETRY	0x08
+#ifndef	BIO_FLAGS_UPLINK
+/* "UPLINK" flag denotes file descriptors provided by application.
+   It defaults to 0, as most platforms don't require UPLINK interface. */
+#define	BIO_FLAGS_UPLINK	0
+#endif
+
+/* Used in BIO_gethostbyname() */
+#define BIO_GHBN_CTRL_HITS		1
+#define BIO_GHBN_CTRL_MISSES		2
+#define BIO_GHBN_CTRL_CACHE_SIZE	3
+#define BIO_GHBN_CTRL_GET_ENTRY		4
+#define BIO_GHBN_CTRL_FLUSH		5
+
+/* Mostly used in the SSL BIO */
+/* Not used anymore
+ * #define BIO_FLAGS_PROTOCOL_DELAYED_READ 0x10
+ * #define BIO_FLAGS_PROTOCOL_DELAYED_WRITE 0x20
+ * #define BIO_FLAGS_PROTOCOL_STARTUP	0x40
+ */
+
+#define BIO_FLAGS_BASE64_NO_NL	0x100
+
+/* This is used with memory BIOs: it means we shouldn't free up or change the
+ * data in any way.
+ */
+#define BIO_FLAGS_MEM_RDONLY	0x200
+
+typedef struct bio_st BIO;
+
+void BIO_set_flags(BIO *b, int flags);
+int  BIO_test_flags(const BIO *b, int flags);
+void BIO_clear_flags(BIO *b, int flags);
+
+#define BIO_get_flags(b) BIO_test_flags(b, ~(0x0))
+#define BIO_set_retry_special(b) \
+		BIO_set_flags(b, (BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY))
+#define BIO_set_retry_read(b) \
+		BIO_set_flags(b, (BIO_FLAGS_READ|BIO_FLAGS_SHOULD_RETRY))
+#define BIO_set_retry_write(b) \
+		BIO_set_flags(b, (BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY))
+
+/* These are normally used internally in BIOs */
+#define BIO_clear_retry_flags(b) \
+		BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
+#define BIO_get_retry_flags(b) \
+		BIO_test_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
+
+/* These should be used by the application to tell why we should retry */
+#define BIO_should_read(a)		BIO_test_flags(a, BIO_FLAGS_READ)
+#define BIO_should_write(a)		BIO_test_flags(a, BIO_FLAGS_WRITE)
+#define BIO_should_io_special(a)	BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL)
+#define BIO_retry_type(a)		BIO_test_flags(a, BIO_FLAGS_RWS)
+#define BIO_should_retry(a)		BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY)
+
+/* The next three are used in conjunction with the
+ * BIO_should_io_special() condition.  After this returns true,
+ * BIO *BIO_get_retry_BIO(BIO *bio, int *reason); will walk the BIO 
+ * stack and return the 'reason' for the special and the offending BIO.
+ * Given a BIO, BIO_get_retry_reason(bio) will return the code. */
+/* Returned from the SSL bio when the certificate retrieval code had an error */
+#define BIO_RR_SSL_X509_LOOKUP		0x01
+/* Returned from the connect BIO when a connect would have blocked */
+#define BIO_RR_CONNECT			0x02
+/* Returned from the accept BIO when an accept would have blocked */
+#define BIO_RR_ACCEPT			0x03
+
+/* These are passed by the BIO callback */
+#define BIO_CB_FREE	0x01
+#define BIO_CB_READ	0x02
+#define BIO_CB_WRITE	0x03
+#define BIO_CB_PUTS	0x04
+#define BIO_CB_GETS	0x05
+#define BIO_CB_CTRL	0x06
+
+/* The callback is called before and after the underling operation,
+ * The BIO_CB_RETURN flag indicates if it is after the call */
+#define BIO_CB_RETURN	0x80
+#define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
+#define BIO_cb_pre(a)	(!((a)&BIO_CB_RETURN))
+#define BIO_cb_post(a)	((a)&BIO_CB_RETURN)
+
+long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
+void BIO_set_callback(BIO *b, 
+	long (*callback)(struct bio_st *,int,const char *,int, long,long));
+char *BIO_get_callback_arg(const BIO *b);
+void BIO_set_callback_arg(BIO *b, char *arg);
+
+const char * BIO_method_name(const BIO *b);
+int BIO_method_type(const BIO *b);
+
+typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
+
+typedef struct bio_method_st
+	{
+	int type;
+	const char *name;
+	int (*bwrite)(BIO *, const char *, int);
+	int (*bread)(BIO *, char *, int);
+	int (*bputs)(BIO *, const char *);
+	int (*bgets)(BIO *, char *, int);
+	long (*ctrl)(BIO *, int, long, void *);
+	int (*create)(BIO *);
+	int (*destroy)(BIO *);
+        long (*callback_ctrl)(BIO *, int, bio_info_cb *);
+	} BIO_METHOD;
+
+struct bio_st
+	{
+	BIO_METHOD *method;
+	/* bio, mode, argp, argi, argl, ret */
+	long (*callback)(struct bio_st *,int,const char *,int, long,long);
+	char *cb_arg; /* first argument for the callback */
+
+	int init;
+	int shutdown;
+	int flags;	/* extra storage */
+	int retry_reason;
+	int num;
+	void *ptr;
+	struct bio_st *next_bio;	/* used by filter BIOs */
+	struct bio_st *prev_bio;	/* used by filter BIOs */
+	int references;
+	unsigned long num_read;
+	unsigned long num_write;
+
+	CRYPTO_EX_DATA ex_data;
+	};
+
+DECLARE_STACK_OF(BIO)
+
+typedef struct bio_f_buffer_ctx_struct
+	{
+	/* Buffers are setup like this:
+	 *
+	 * <---------------------- size ----------------------->
+	 * +---------------------------------------------------+
+	 * | consumed | remaining          | free space        |
+	 * +---------------------------------------------------+
+	 * <-- off --><------- len ------->
+	 */
+
+	/* BIO *bio; */ /* this is now in the BIO struct */
+	int ibuf_size;	/* how big is the input buffer */
+	int obuf_size;	/* how big is the output buffer */
+
+	char *ibuf;		/* the char array */
+	int ibuf_len;		/* how many bytes are in it */
+	int ibuf_off;		/* write/read offset */
+
+	char *obuf;		/* the char array */
+	int obuf_len;		/* how many bytes are in it */
+	int obuf_off;		/* write/read offset */
+	} BIO_F_BUFFER_CTX;
+
+/* Prefix and suffix callback in ASN1 BIO */
+typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
+
+#ifndef OPENSSL_NO_SCTP
+/* SCTP parameter structs */
+struct bio_dgram_sctp_sndinfo
+	{
+	uint16_t snd_sid;
+	uint16_t snd_flags;
+	uint32_t snd_ppid;
+	uint32_t snd_context;
+	};
+
+struct bio_dgram_sctp_rcvinfo
+	{
+	uint16_t rcv_sid;
+	uint16_t rcv_ssn;
+	uint16_t rcv_flags;
+	uint32_t rcv_ppid;
+	uint32_t rcv_tsn;
+	uint32_t rcv_cumtsn;
+	uint32_t rcv_context;
+	};
+
+struct bio_dgram_sctp_prinfo
+	{
+	uint16_t pr_policy;
+	uint32_t pr_value;
+	};
+#endif
+
+/* connect BIO stuff */
+#define BIO_CONN_S_BEFORE		1
+#define BIO_CONN_S_GET_IP		2
+#define BIO_CONN_S_GET_PORT		3
+#define BIO_CONN_S_CREATE_SOCKET	4
+#define BIO_CONN_S_CONNECT		5
+#define BIO_CONN_S_OK			6
+#define BIO_CONN_S_BLOCKED_CONNECT	7
+#define BIO_CONN_S_NBIO			8
+/*#define BIO_CONN_get_param_hostname	BIO_ctrl */
+
+#define BIO_C_SET_CONNECT			100
+#define BIO_C_DO_STATE_MACHINE			101
+#define BIO_C_SET_NBIO				102
+#define BIO_C_SET_PROXY_PARAM			103
+#define BIO_C_SET_FD				104
+#define BIO_C_GET_FD				105
+#define BIO_C_SET_FILE_PTR			106
+#define BIO_C_GET_FILE_PTR			107
+#define BIO_C_SET_FILENAME			108
+#define BIO_C_SET_SSL				109
+#define BIO_C_GET_SSL				110
+#define BIO_C_SET_MD				111
+#define BIO_C_GET_MD				112
+#define BIO_C_GET_CIPHER_STATUS			113
+#define BIO_C_SET_BUF_MEM			114
+#define BIO_C_GET_BUF_MEM_PTR			115
+#define BIO_C_GET_BUFF_NUM_LINES		116
+#define BIO_C_SET_BUFF_SIZE			117
+#define BIO_C_SET_ACCEPT			118
+#define BIO_C_SSL_MODE				119
+#define BIO_C_GET_MD_CTX			120
+#define BIO_C_GET_PROXY_PARAM			121
+#define BIO_C_SET_BUFF_READ_DATA		122 /* data to read first */
+#define BIO_C_GET_CONNECT			123
+#define BIO_C_GET_ACCEPT			124
+#define BIO_C_SET_SSL_RENEGOTIATE_BYTES		125
+#define BIO_C_GET_SSL_NUM_RENEGOTIATES		126
+#define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT	127
+#define BIO_C_FILE_SEEK				128
+#define BIO_C_GET_CIPHER_CTX			129
+#define BIO_C_SET_BUF_MEM_EOF_RETURN		130/*return end of input value*/
+#define BIO_C_SET_BIND_MODE			131
+#define BIO_C_GET_BIND_MODE			132
+#define BIO_C_FILE_TELL				133
+#define BIO_C_GET_SOCKS				134
+#define BIO_C_SET_SOCKS				135
+
+#define BIO_C_SET_WRITE_BUF_SIZE		136/* for BIO_s_bio */
+#define BIO_C_GET_WRITE_BUF_SIZE		137
+#define BIO_C_MAKE_BIO_PAIR			138
+#define BIO_C_DESTROY_BIO_PAIR			139
+#define BIO_C_GET_WRITE_GUARANTEE		140
+#define BIO_C_GET_READ_REQUEST			141
+#define BIO_C_SHUTDOWN_WR			142
+#define BIO_C_NREAD0				143
+#define BIO_C_NREAD				144
+#define BIO_C_NWRITE0				145
+#define BIO_C_NWRITE				146
+#define BIO_C_RESET_READ_REQUEST		147
+#define BIO_C_SET_MD_CTX			148
+
+#define BIO_C_SET_PREFIX			149
+#define BIO_C_GET_PREFIX			150
+#define BIO_C_SET_SUFFIX			151
+#define BIO_C_GET_SUFFIX			152
+
+#define BIO_C_SET_EX_ARG			153
+#define BIO_C_GET_EX_ARG			154
+
+#define BIO_set_app_data(s,arg)		BIO_set_ex_data(s,0,arg)
+#define BIO_get_app_data(s)		BIO_get_ex_data(s,0)
+
+/* BIO_s_connect() and BIO_s_socks4a_connect() */
+#define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name)
+#define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port)
+#define BIO_set_conn_ip(b,ip)	  BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip)
+#define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port)
+#define BIO_get_conn_hostname(b)  BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)
+#define BIO_get_conn_port(b)      BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)
+#define BIO_get_conn_ip(b) 		 BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)
+#define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0)
+
+
+#define BIO_set_nbio(b,n)	BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL)
+
+/* BIO_s_accept_socket() */
+#define BIO_set_accept_port(b,name) BIO_ctrl(b,BIO_C_SET_ACCEPT,0,(char *)name)
+#define BIO_get_accept_port(b)	BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)
+/* #define BIO_set_nbio(b,n)	BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) */
+#define BIO_set_nbio_accept(b,n) BIO_ctrl(b,BIO_C_SET_ACCEPT,1,(n)?(void *)"a":NULL)
+#define BIO_set_accept_bios(b,bio) BIO_ctrl(b,BIO_C_SET_ACCEPT,2,(char *)bio)
+
+#define BIO_BIND_NORMAL			0
+#define BIO_BIND_REUSEADDR_IF_UNUSED	1
+#define BIO_BIND_REUSEADDR		2
+#define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL)
+#define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL)
+
+#define BIO_do_connect(b)	BIO_do_handshake(b)
+#define BIO_do_accept(b)	BIO_do_handshake(b)
+#define BIO_do_handshake(b)	BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL)
+
+/* BIO_s_proxy_client() */
+#define BIO_set_url(b,url)	BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,0,(char *)(url))
+#define BIO_set_proxies(b,p)	BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,1,(char *)(p))
+/* BIO_set_nbio(b,n) */
+#define BIO_set_filter_bio(b,s) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,2,(char *)(s))
+/* BIO *BIO_get_filter_bio(BIO *bio); */
+#define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
+#define BIO_set_proxy_header(b,sk) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,4,(char *)sk)
+#define BIO_set_no_connect_return(b,bool) BIO_int_ctrl(b,BIO_C_SET_PROXY_PARAM,5,bool)
+
+#define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp)
+#define BIO_get_proxies(b,pxy_p) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,1,(char *)(pxy_p))
+#define BIO_get_url(b,url)	BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,2,(char *)(url))
+#define BIO_get_no_connect_return(b)	BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,5,NULL)
+
+#define BIO_set_fd(b,fd,c)	BIO_int_ctrl(b,BIO_C_SET_FD,c,fd)
+#define BIO_get_fd(b,c)		BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c)
+
+#define BIO_set_fp(b,fp,c)	BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp)
+#define BIO_get_fp(b,fpp)	BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp)
+
+#define BIO_seek(b,ofs)	(int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL)
+#define BIO_tell(b)	(int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)
+
+/* name is cast to lose const, but might be better to route through a function
+   so we can do it safely */
+#ifdef CONST_STRICT
+/* If you are wondering why this isn't defined, its because CONST_STRICT is
+ * purely a compile-time kludge to allow const to be checked.
+ */
+int BIO_read_filename(BIO *b,const char *name);
+#else
+#define BIO_read_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
+		BIO_CLOSE|BIO_FP_READ,(char *)name)
+#endif
+#define BIO_write_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
+		BIO_CLOSE|BIO_FP_WRITE,name)
+#define BIO_append_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
+		BIO_CLOSE|BIO_FP_APPEND,name)
+#define BIO_rw_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \
+		BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
+
+/* WARNING WARNING, this ups the reference count on the read bio of the
+ * SSL structure.  This is because the ssl read BIO is now pointed to by
+ * the next_bio field in the bio.  So when you free the BIO, make sure
+ * you are doing a BIO_free_all() to catch the underlying BIO. */
+#define BIO_set_ssl(b,ssl,c)	BIO_ctrl(b,BIO_C_SET_SSL,c,(char *)ssl)
+#define BIO_get_ssl(b,sslp)	BIO_ctrl(b,BIO_C_GET_SSL,0,(char *)sslp)
+#define BIO_set_ssl_mode(b,client)	BIO_ctrl(b,BIO_C_SSL_MODE,client,NULL)
+#define BIO_set_ssl_renegotiate_bytes(b,num) \
+	BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL);
+#define BIO_get_num_renegotiates(b) \
+	BIO_ctrl(b,BIO_C_GET_SSL_NUM_RENEGOTIATES,0,NULL);
+#define BIO_set_ssl_renegotiate_timeout(b,seconds) \
+	BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
+
+/* defined in evp.h */
+/* #define BIO_set_md(b,md)	BIO_ctrl(b,BIO_C_SET_MD,1,(char *)md) */
+
+#define BIO_get_mem_data(b,pp)	BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp)
+#define BIO_set_mem_buf(b,bm,c)	BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)bm)
+#define BIO_get_mem_ptr(b,pp)	BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0,(char *)pp)
+#define BIO_set_mem_eof_return(b,v) \
+				BIO_ctrl(b,BIO_C_SET_BUF_MEM_EOF_RETURN,v,NULL)
+
+/* For the BIO_f_buffer() type */
+#define BIO_get_buffer_num_lines(b)	BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES,0,NULL)
+#define BIO_set_buffer_size(b,size)	BIO_ctrl(b,BIO_C_SET_BUFF_SIZE,size,NULL)
+#define BIO_set_read_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,0)
+#define BIO_set_write_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,1)
+#define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf)
+
+/* Don't use the next one unless you know what you are doing :-) */
+#define BIO_dup_state(b,ret)	BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret))
+
+#define BIO_reset(b)		(int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL)
+#define BIO_eof(b)		(int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)
+#define BIO_set_close(b,c)	(int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)
+#define BIO_get_close(b)	(int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL)
+#define BIO_pending(b)		(int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
+#define BIO_wpending(b)		(int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
+/* ...pending macros have inappropriate return type */
+size_t BIO_ctrl_pending(BIO *b);
+size_t BIO_ctrl_wpending(BIO *b);
+#define BIO_flush(b)		(int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)
+#define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
+						   cbp)
+#define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
+
+/* For the BIO_f_buffer() type */
+#define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL)
+
+/* For BIO_s_bio() */
+#define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
+#define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)
+#define BIO_make_bio_pair(b1,b2)   (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2)
+#define BIO_destroy_bio_pair(b)    (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL)
+#define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
+/* macros with inappropriate type -- but ...pending macros use int too: */
+#define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
+#define BIO_get_read_request(b)    (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)
+size_t BIO_ctrl_get_write_guarantee(BIO *b);
+size_t BIO_ctrl_get_read_request(BIO *b);
+int BIO_ctrl_reset_read_request(BIO *b);
+
+/* ctrl macros for dgram */
+#define BIO_ctrl_dgram_connect(b,peer)  \
+                     (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)peer)
+#define BIO_ctrl_set_connected(b, state, peer) \
+         (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, state, (char *)peer)
+#define BIO_dgram_recv_timedout(b) \
+         (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP, 0, NULL)
+#define BIO_dgram_send_timedout(b) \
+         (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL)
+#define BIO_dgram_get_peer(b,peer) \
+         (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_PEER, 0, (char *)peer)
+#define BIO_dgram_set_peer(b,peer) \
+         (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)peer)
+
+/* These two aren't currently implemented */
+/* int BIO_get_ex_num(BIO *bio); */
+/* void BIO_set_ex_free_func(BIO *bio,int idx,void (*cb)()); */
+int BIO_set_ex_data(BIO *bio,int idx,void *data);
+void *BIO_get_ex_data(BIO *bio,int idx);
+int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+unsigned long BIO_number_read(BIO *bio);
+unsigned long BIO_number_written(BIO *bio);
+
+/* For BIO_f_asn1() */
+int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
+					asn1_ps_func *prefix_free);
+int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
+					asn1_ps_func **pprefix_free);
+int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
+					asn1_ps_func *suffix_free);
+int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
+					asn1_ps_func **psuffix_free);
+
+# ifndef OPENSSL_NO_FP_API
+BIO_METHOD *BIO_s_file(void );
+BIO *BIO_new_file(const char *filename, const char *mode);
+BIO *BIO_new_fp(FILE *stream, int close_flag);
+# define BIO_s_file_internal	BIO_s_file
+# endif
+BIO *	BIO_new(BIO_METHOD *type);
+int	BIO_set(BIO *a,BIO_METHOD *type);
+int	BIO_free(BIO *a);
+void	BIO_vfree(BIO *a);
+int	BIO_read(BIO *b, void *data, int len);
+int	BIO_gets(BIO *bp,char *buf, int size);
+int	BIO_write(BIO *b, const void *data, int len);
+int	BIO_puts(BIO *bp,const char *buf);
+int	BIO_indent(BIO *b,int indent,int max);
+long	BIO_ctrl(BIO *bp,int cmd,long larg,void *parg);
+long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
+char *	BIO_ptr_ctrl(BIO *bp,int cmd,long larg);
+long	BIO_int_ctrl(BIO *bp,int cmd,long larg,int iarg);
+BIO *	BIO_push(BIO *b,BIO *append);
+BIO *	BIO_pop(BIO *b);
+void	BIO_free_all(BIO *a);
+BIO *	BIO_find_type(BIO *b,int bio_type);
+BIO *	BIO_next(BIO *b);
+BIO *	BIO_get_retry_BIO(BIO *bio, int *reason);
+int	BIO_get_retry_reason(BIO *bio);
+BIO *	BIO_dup_chain(BIO *in);
+
+int BIO_nread0(BIO *bio, char **buf);
+int BIO_nread(BIO *bio, char **buf, int num);
+int BIO_nwrite0(BIO *bio, char **buf);
+int BIO_nwrite(BIO *bio, char **buf, int num);
+
+long BIO_debug_callback(BIO *bio,int cmd,const char *argp,int argi,
+	long argl,long ret);
+
+BIO_METHOD *BIO_s_mem(void);
+BIO *BIO_new_mem_buf(void *buf, int len);
+BIO_METHOD *BIO_s_socket(void);
+BIO_METHOD *BIO_s_connect(void);
+BIO_METHOD *BIO_s_accept(void);
+BIO_METHOD *BIO_s_fd(void);
+#ifndef OPENSSL_SYS_OS2
+BIO_METHOD *BIO_s_log(void);
+#endif
+BIO_METHOD *BIO_s_bio(void);
+BIO_METHOD *BIO_s_null(void);
+BIO_METHOD *BIO_f_null(void);
+BIO_METHOD *BIO_f_buffer(void);
+#ifdef OPENSSL_SYS_VMS
+BIO_METHOD *BIO_f_linebuffer(void);
+#endif
+BIO_METHOD *BIO_f_nbio_test(void);
+#ifndef OPENSSL_NO_DGRAM
+BIO_METHOD *BIO_s_datagram(void);
+#ifndef OPENSSL_NO_SCTP
+BIO_METHOD *BIO_s_datagram_sctp(void);
+#endif
+#endif
+
+/* BIO_METHOD *BIO_f_ber(void); */
+
+int BIO_sock_should_retry(int i);
+int BIO_sock_non_fatal_error(int error);
+int BIO_dgram_non_fatal_error(int error);
+
+int BIO_fd_should_retry(int i);
+int BIO_fd_non_fatal_error(int error);
+int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u),
+		void *u, const char *s, int len);
+int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u),
+		       void *u, const char *s, int len, int indent);
+int BIO_dump(BIO *b,const char *bytes,int len);
+int BIO_dump_indent(BIO *b,const char *bytes,int len,int indent);
+#ifndef OPENSSL_NO_FP_API
+int BIO_dump_fp(FILE *fp, const char *s, int len);
+int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);
+#endif
+struct hostent *BIO_gethostbyname(const char *name);
+/* We might want a thread-safe interface too:
+ * struct hostent *BIO_gethostbyname_r(const char *name,
+ *     struct hostent *result, void *buffer, size_t buflen);
+ * or something similar (caller allocates a struct hostent,
+ * pointed to by "result", and additional buffer space for the various
+ * substructures; if the buffer does not suffice, NULL is returned
+ * and an appropriate error code is set).
+ */
+int BIO_sock_error(int sock);
+int BIO_socket_ioctl(int fd, long type, void *arg);
+int BIO_socket_nbio(int fd,int mode);
+int BIO_get_port(const char *str, unsigned short *port_ptr);
+int BIO_get_host_ip(const char *str, unsigned char *ip);
+int BIO_get_accept_socket(char *host_port,int mode);
+int BIO_accept(int sock,char **ip_port);
+int BIO_sock_init(void );
+void BIO_sock_cleanup(void);
+int BIO_set_tcp_ndelay(int sock,int turn_on);
+
+BIO *BIO_new_socket(int sock, int close_flag);
+BIO *BIO_new_dgram(int fd, int close_flag);
+#ifndef OPENSSL_NO_SCTP
+BIO *BIO_new_dgram_sctp(int fd, int close_flag);
+int BIO_dgram_is_sctp(BIO *bio);
+int BIO_dgram_sctp_notification_cb(BIO *b,
+                                   void (*handle_notifications)(BIO *bio, void *context, void *buf),
+                                   void *context);
+int BIO_dgram_sctp_wait_for_dry(BIO *b);
+int BIO_dgram_sctp_msg_waiting(BIO *b);
+#endif
+BIO *BIO_new_fd(int fd, int close_flag);
+BIO *BIO_new_connect(char *host_port);
+BIO *BIO_new_accept(char *host_port);
+
+int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
+	BIO **bio2, size_t writebuf2);
+/* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
+ * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
+ * Size 0 uses default value.
+ */
+
+void BIO_copy_next_retry(BIO *b);
+
+/*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/
+
+#ifdef __GNUC__
+#  define __bio_h__attr__ __attribute__
+#else
+#  define __bio_h__attr__(x)
+#endif
+int BIO_printf(BIO *bio, const char *format, ...)
+	__bio_h__attr__((__format__(__printf__,2,3)));
+int BIO_vprintf(BIO *bio, const char *format, va_list args)
+	__bio_h__attr__((__format__(__printf__,2,0)));
+int BIO_snprintf(char *buf, size_t n, const char *format, ...)
+	__bio_h__attr__((__format__(__printf__,3,4)));
+int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
+	__bio_h__attr__((__format__(__printf__,3,0)));
+#undef __bio_h__attr__
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_BIO_strings(void);
+
+/* Error codes for the BIO functions. */
+
+/* Function codes. */
+#define BIO_F_ACPT_STATE				 100
+#define BIO_F_BIO_ACCEPT				 101
+#define BIO_F_BIO_BER_GET_HEADER			 102
+#define BIO_F_BIO_CALLBACK_CTRL				 131
+#define BIO_F_BIO_CTRL					 103
+#define BIO_F_BIO_GETHOSTBYNAME				 120
+#define BIO_F_BIO_GETS					 104
+#define BIO_F_BIO_GET_ACCEPT_SOCKET			 105
+#define BIO_F_BIO_GET_HOST_IP				 106
+#define BIO_F_BIO_GET_PORT				 107
+#define BIO_F_BIO_MAKE_PAIR				 121
+#define BIO_F_BIO_NEW					 108
+#define BIO_F_BIO_NEW_FILE				 109
+#define BIO_F_BIO_NEW_MEM_BUF				 126
+#define BIO_F_BIO_NREAD					 123
+#define BIO_F_BIO_NREAD0				 124
+#define BIO_F_BIO_NWRITE				 125
+#define BIO_F_BIO_NWRITE0				 122
+#define BIO_F_BIO_PUTS					 110
+#define BIO_F_BIO_READ					 111
+#define BIO_F_BIO_SOCK_INIT				 112
+#define BIO_F_BIO_WRITE					 113
+#define BIO_F_BUFFER_CTRL				 114
+#define BIO_F_CONN_CTRL					 127
+#define BIO_F_CONN_STATE				 115
+#define BIO_F_DGRAM_SCTP_READ				 132
+#define BIO_F_FILE_CTRL					 116
+#define BIO_F_FILE_READ					 130
+#define BIO_F_LINEBUFFER_CTRL				 129
+#define BIO_F_MEM_READ					 128
+#define BIO_F_MEM_WRITE					 117
+#define BIO_F_SSL_NEW					 118
+#define BIO_F_WSASTARTUP				 119
+
+/* Reason codes. */
+#define BIO_R_ACCEPT_ERROR				 100
+#define BIO_R_BAD_FOPEN_MODE				 101
+#define BIO_R_BAD_HOSTNAME_LOOKUP			 102
+#define BIO_R_BROKEN_PIPE				 124
+#define BIO_R_CONNECT_ERROR				 103
+#define BIO_R_EOF_ON_MEMORY_BIO				 127
+#define BIO_R_ERROR_SETTING_NBIO			 104
+#define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET	 105
+#define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET	 106
+#define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET		 107
+#define BIO_R_INVALID_ARGUMENT				 125
+#define BIO_R_INVALID_IP_ADDRESS			 108
+#define BIO_R_IN_USE					 123
+#define BIO_R_KEEPALIVE					 109
+#define BIO_R_NBIO_CONNECT_ERROR			 110
+#define BIO_R_NO_ACCEPT_PORT_SPECIFIED			 111
+#define BIO_R_NO_HOSTNAME_SPECIFIED			 112
+#define BIO_R_NO_PORT_DEFINED				 113
+#define BIO_R_NO_PORT_SPECIFIED				 114
+#define BIO_R_NO_SUCH_FILE				 128
+#define BIO_R_NULL_PARAMETER				 115
+#define BIO_R_TAG_MISMATCH				 116
+#define BIO_R_UNABLE_TO_BIND_SOCKET			 117
+#define BIO_R_UNABLE_TO_CREATE_SOCKET			 118
+#define BIO_R_UNABLE_TO_LISTEN_SOCKET			 119
+#define BIO_R_UNINITIALIZED				 120
+#define BIO_R_UNSUPPORTED_METHOD			 121
+#define BIO_R_WRITE_TO_READ_ONLY_BIO			 126
+#define BIO_R_WSASTARTUP				 122
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/blowfish.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/blowfish.h
new file mode 100755
index 0000000000000000000000000000000000000000..7b48d9793301641513bf9386b20709bbb3dcaf53
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/blowfish.h
@@ -0,0 +1,129 @@
+/* crypto/bf/blowfish.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_BLOWFISH_H
+#define HEADER_BLOWFISH_H
+
+#include <APOpenSSL/e_os2.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_NO_BF
+#error BF is disabled.
+#endif
+
+#define BF_ENCRYPT	1
+#define BF_DECRYPT	0
+
+/*
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ * ! BF_LONG has to be at least 32 bits wide. If it's wider, then !
+ * ! BF_LONG_LOG2 has to be defined along.                        !
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ */
+
+#if defined(__LP32__)
+#define BF_LONG unsigned long
+#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
+#define BF_LONG unsigned long
+#define BF_LONG_LOG2 3
+/*
+ * _CRAY note. I could declare short, but I have no idea what impact
+ * does it have on performance on none-T3E machines. I could declare
+ * int, but at least on C90 sizeof(int) can be chosen at compile time.
+ * So I've chosen long...
+ *					<appro@fy.chalmers.se>
+ */
+#else
+#define BF_LONG unsigned int
+#endif
+
+#define BF_ROUNDS	16
+#define BF_BLOCK	8
+
+typedef struct bf_key_st
+	{
+	BF_LONG P[BF_ROUNDS+2];
+	BF_LONG S[4*256];
+	} BF_KEY;
+
+#ifdef OPENSSL_FIPS 
+void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data);
+#endif
+void BF_set_key(BF_KEY *key, int len, const unsigned char *data);
+
+void BF_encrypt(BF_LONG *data,const BF_KEY *key);
+void BF_decrypt(BF_LONG *data,const BF_KEY *key);
+
+void BF_ecb_encrypt(const unsigned char *in, unsigned char *out,
+	const BF_KEY *key, int enc);
+void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
+	const BF_KEY *schedule, unsigned char *ivec, int enc);
+void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length,
+	const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
+void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length,
+	const BF_KEY *schedule, unsigned char *ivec, int *num);
+const char *BF_options(void);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/bn.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/bn.h
new file mode 100755
index 0000000000000000000000000000000000000000..00148a2f4b1c51ea8ebadb00c3b65ab968dfe02a
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/bn.h
@@ -0,0 +1,891 @@
+/* crypto/bn/bn.h */
+/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ *
+ * Portions of the attached software ("Contribution") are developed by 
+ * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
+ *
+ * The Contribution is licensed pursuant to the Eric Young open source
+ * license provided above.
+ *
+ * The binary polynomial arithmetic software is originally written by 
+ * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
+ *
+ */
+
+#ifndef HEADER_BN_H
+#define HEADER_BN_H
+
+#include <APOpenSSL/e_os2.h>
+#ifndef OPENSSL_NO_FP_API
+#include <stdio.h> /* FILE */
+#endif
+#include <APOpenSSL/ossl_typ.h>
+#include <APOpenSSL/crypto.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* These preprocessor symbols control various aspects of the bignum headers and
+ * library code. They're not defined by any "normal" configuration, as they are
+ * intended for development and testing purposes. NB: defining all three can be
+ * useful for debugging application code as well as openssl itself.
+ *
+ * BN_DEBUG - turn on various debugging alterations to the bignum code
+ * BN_DEBUG_RAND - uses random poisoning of unused words to trip up
+ * mismanagement of bignum internals. You must also define BN_DEBUG.
+ */
+/* #define BN_DEBUG */
+/* #define BN_DEBUG_RAND */
+
+#ifndef OPENSSL_SMALL_FOOTPRINT
+#define BN_MUL_COMBA
+#define BN_SQR_COMBA
+#define BN_RECURSION
+#endif
+
+/* This next option uses the C libraries (2 word)/(1 word) function.
+ * If it is not defined, I use my C version (which is slower).
+ * The reason for this flag is that when the particular C compiler
+ * library routine is used, and the library is linked with a different
+ * compiler, the library is missing.  This mostly happens when the
+ * library is built with gcc and then linked using normal cc.  This would
+ * be a common occurrence because gcc normally produces code that is
+ * 2 times faster than system compilers for the big number stuff.
+ * For machines with only one compiler (or shared libraries), this should
+ * be on.  Again this in only really a problem on machines
+ * using "long long's", are 32bit, and are not using my assembler code. */
+#if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS) || \
+    defined(OPENSSL_SYS_WIN32) || defined(linux)
+# ifndef BN_DIV2W
+#  define BN_DIV2W
+# endif
+#endif
+
+/* assuming long is 64bit - this is the DEC Alpha
+ * unsigned long long is only 64 bits :-(, don't define
+ * BN_LLONG for the DEC Alpha */
+#ifdef SIXTY_FOUR_BIT_LONG
+#define BN_ULLONG	unsigned long long
+#define BN_ULONG	unsigned long
+#define BN_LONG		long
+#define BN_BITS		128
+#define BN_BYTES	8
+#define BN_BITS2	64
+#define BN_BITS4	32
+#define BN_MASK		(0xffffffffffffffffffffffffffffffffLL)
+#define BN_MASK2	(0xffffffffffffffffL)
+#define BN_MASK2l	(0xffffffffL)
+#define BN_MASK2h	(0xffffffff00000000L)
+#define BN_MASK2h1	(0xffffffff80000000L)
+#define BN_TBIT		(0x8000000000000000L)
+#define BN_DEC_CONV	(10000000000000000000UL)
+#define BN_DEC_FMT1	"%lu"
+#define BN_DEC_FMT2	"%019lu"
+#define BN_DEC_NUM	19
+#define BN_HEX_FMT1	"%lX"
+#define BN_HEX_FMT2	"%016lX"
+#endif
+
+/* This is where the long long data type is 64 bits, but long is 32.
+ * For machines where there are 64bit registers, this is the mode to use.
+ * IRIX, on R4000 and above should use this mode, along with the relevant
+ * assembler code :-).  Do NOT define BN_LLONG.
+ */
+#ifdef SIXTY_FOUR_BIT
+#undef BN_LLONG
+#undef BN_ULLONG
+#define BN_ULONG	unsigned long long
+#define BN_LONG		long long
+#define BN_BITS		128
+#define BN_BYTES	8
+#define BN_BITS2	64
+#define BN_BITS4	32
+#define BN_MASK2	(0xffffffffffffffffLL)
+#define BN_MASK2l	(0xffffffffL)
+#define BN_MASK2h	(0xffffffff00000000LL)
+#define BN_MASK2h1	(0xffffffff80000000LL)
+#define BN_TBIT		(0x8000000000000000LL)
+#define BN_DEC_CONV	(10000000000000000000ULL)
+#define BN_DEC_FMT1	"%llu"
+#define BN_DEC_FMT2	"%019llu"
+#define BN_DEC_NUM	19
+#define BN_HEX_FMT1	"%llX"
+#define BN_HEX_FMT2	"%016llX"
+#endif
+
+#ifdef THIRTY_TWO_BIT
+#ifdef BN_LLONG
+# if defined(_WIN32) && !defined(__GNUC__)
+#  define BN_ULLONG	unsigned __int64
+#  define BN_MASK	(0xffffffffffffffffI64)
+# else
+#  define BN_ULLONG	unsigned long long
+#  define BN_MASK	(0xffffffffffffffffLL)
+# endif
+#endif
+#define BN_ULONG	unsigned int
+#define BN_LONG		int
+#define BN_BITS		64
+#define BN_BYTES	4
+#define BN_BITS2	32
+#define BN_BITS4	16
+#define BN_MASK2	(0xffffffffL)
+#define BN_MASK2l	(0xffff)
+#define BN_MASK2h1	(0xffff8000L)
+#define BN_MASK2h	(0xffff0000L)
+#define BN_TBIT		(0x80000000L)
+#define BN_DEC_CONV	(1000000000L)
+#define BN_DEC_FMT1	"%u"
+#define BN_DEC_FMT2	"%09u"
+#define BN_DEC_NUM	9
+#define BN_HEX_FMT1	"%X"
+#define BN_HEX_FMT2	"%08X"
+#endif
+
+/* 2011-02-22 SMS.
+ * In various places, a size_t variable or a type cast to size_t was
+ * used to perform integer-only operations on pointers.  This failed on
+ * VMS with 64-bit pointers (CC /POINTER_SIZE = 64) because size_t is
+ * still only 32 bits.  What's needed in these cases is an integer type
+ * with the same size as a pointer, which size_t is not certain to be. 
+ * The only fix here is VMS-specific.
+ */
+#if defined(OPENSSL_SYS_VMS)
+# if __INITIAL_POINTER_SIZE == 64
+#  define PTR_SIZE_INT long long
+# else /* __INITIAL_POINTER_SIZE == 64 */
+#  define PTR_SIZE_INT int
+# endif /* __INITIAL_POINTER_SIZE == 64 [else] */
+#else /* defined(OPENSSL_SYS_VMS) */
+# define PTR_SIZE_INT size_t
+#endif /* defined(OPENSSL_SYS_VMS) [else] */
+
+#define BN_DEFAULT_BITS	1280
+
+#define BN_FLG_MALLOCED		0x01
+#define BN_FLG_STATIC_DATA	0x02
+#define BN_FLG_CONSTTIME	0x04 /* avoid leaking exponent information through timing,
+                                      * BN_mod_exp_mont() will call BN_mod_exp_mont_consttime,
+                                      * BN_div() will call BN_div_no_branch,
+                                      * BN_mod_inverse() will call BN_mod_inverse_no_branch.
+                                      */
+
+#ifndef OPENSSL_NO_DEPRECATED
+#define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME /* deprecated name for the flag */
+                                      /* avoid leaking exponent information through timings
+                                      * (BN_mod_exp_mont() will call BN_mod_exp_mont_consttime) */
+#endif
+
+#ifndef OPENSSL_NO_DEPRECATED
+#define BN_FLG_FREE		0x8000	/* used for debuging */
+#endif
+#define BN_set_flags(b,n)	((b)->flags|=(n))
+#define BN_get_flags(b,n)	((b)->flags&(n))
+
+/* get a clone of a BIGNUM with changed flags, for *temporary* use only
+ * (the two BIGNUMs cannot not be used in parallel!) */
+#define BN_with_flags(dest,b,n)  ((dest)->d=(b)->d, \
+                                  (dest)->top=(b)->top, \
+                                  (dest)->dmax=(b)->dmax, \
+                                  (dest)->neg=(b)->neg, \
+                                  (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \
+                                                 |  ((b)->flags & ~BN_FLG_MALLOCED) \
+                                                 |  BN_FLG_STATIC_DATA \
+                                                 |  (n)))
+
+/* Already declared in ossl_typ.h */
+#if 0
+typedef struct bignum_st BIGNUM;
+/* Used for temp variables (declaration hidden in bn_lcl.h) */
+typedef struct bignum_ctx BN_CTX;
+typedef struct bn_blinding_st BN_BLINDING;
+typedef struct bn_mont_ctx_st BN_MONT_CTX;
+typedef struct bn_recp_ctx_st BN_RECP_CTX;
+typedef struct bn_gencb_st BN_GENCB;
+#endif
+
+struct bignum_st
+	{
+	BN_ULONG *d;	/* Pointer to an array of 'BN_BITS2' bit chunks. */
+	int top;	/* Index of last used d +1. */
+	/* The next are internal book keeping for bn_expand. */
+	int dmax;	/* Size of the d array. */
+	int neg;	/* one if the number is negative */
+	int flags;
+	};
+
+/* Used for montgomery multiplication */
+struct bn_mont_ctx_st
+	{
+	int ri;        /* number of bits in R */
+	BIGNUM RR;     /* used to convert to montgomery form */
+	BIGNUM N;      /* The modulus */
+	BIGNUM Ni;     /* R*(1/R mod N) - N*Ni = 1
+	                * (Ni is only stored for bignum algorithm) */
+	BN_ULONG n0[2];/* least significant word(s) of Ni;
+	                  (type changed with 0.9.9, was "BN_ULONG n0;" before) */
+	int flags;
+	};
+
+/* Used for reciprocal division/mod functions
+ * It cannot be shared between threads
+ */
+struct bn_recp_ctx_st
+	{
+	BIGNUM N;	/* the divisor */
+	BIGNUM Nr;	/* the reciprocal */
+	int num_bits;
+	int shift;
+	int flags;
+	};
+
+/* Used for slow "generation" functions. */
+struct bn_gencb_st
+	{
+	unsigned int ver;	/* To handle binary (in)compatibility */
+	void *arg;		/* callback-specific data */
+	union
+		{
+		/* if(ver==1) - handles old style callbacks */
+		void (*cb_1)(int, int, void *);
+		/* if(ver==2) - new callback style */
+		int (*cb_2)(int, int, BN_GENCB *);
+		} cb;
+	};
+/* Wrapper function to make using BN_GENCB easier,  */
+int BN_GENCB_call(BN_GENCB *cb, int a, int b);
+/* Macro to populate a BN_GENCB structure with an "old"-style callback */
+#define BN_GENCB_set_old(gencb, callback, cb_arg) { \
+		BN_GENCB *tmp_gencb = (gencb); \
+		tmp_gencb->ver = 1; \
+		tmp_gencb->arg = (cb_arg); \
+		tmp_gencb->cb.cb_1 = (callback); }
+/* Macro to populate a BN_GENCB structure with a "new"-style callback */
+#define BN_GENCB_set(gencb, callback, cb_arg) { \
+		BN_GENCB *tmp_gencb = (gencb); \
+		tmp_gencb->ver = 2; \
+		tmp_gencb->arg = (cb_arg); \
+		tmp_gencb->cb.cb_2 = (callback); }
+
+#define BN_prime_checks 0 /* default: select number of iterations
+			     based on the size of the number */
+
+/* number of Miller-Rabin iterations for an error rate  of less than 2^-80
+ * for random 'b'-bit input, b >= 100 (taken from table 4.4 in the Handbook
+ * of Applied Cryptography [Menezes, van Oorschot, Vanstone; CRC Press 1996];
+ * original paper: Damgaard, Landrock, Pomerance: Average case error estimates
+ * for the strong probable prime test. -- Math. Comp. 61 (1993) 177-194) */
+#define BN_prime_checks_for_size(b) ((b) >= 1300 ?  2 : \
+                                (b) >=  850 ?  3 : \
+                                (b) >=  650 ?  4 : \
+                                (b) >=  550 ?  5 : \
+                                (b) >=  450 ?  6 : \
+                                (b) >=  400 ?  7 : \
+                                (b) >=  350 ?  8 : \
+                                (b) >=  300 ?  9 : \
+                                (b) >=  250 ? 12 : \
+                                (b) >=  200 ? 15 : \
+                                (b) >=  150 ? 18 : \
+                                /* b >= 100 */ 27)
+
+#define BN_num_bytes(a)	((BN_num_bits(a)+7)/8)
+
+/* Note that BN_abs_is_word didn't work reliably for w == 0 until 0.9.8 */
+#define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
+				(((w) == 0) && ((a)->top == 0)))
+#define BN_is_zero(a)       ((a)->top == 0)
+#define BN_is_one(a)        (BN_abs_is_word((a),1) && !(a)->neg)
+#define BN_is_word(a,w)     (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
+#define BN_is_odd(a)	    (((a)->top > 0) && ((a)->d[0] & 1))
+
+#define BN_one(a)	(BN_set_word((a),1))
+#define BN_zero_ex(a) \
+	do { \
+		BIGNUM *_tmp_bn = (a); \
+		_tmp_bn->top = 0; \
+		_tmp_bn->neg = 0; \
+	} while(0)
+#ifdef OPENSSL_NO_DEPRECATED
+#define BN_zero(a)	BN_zero_ex(a)
+#else
+#define BN_zero(a)	(BN_set_word((a),0))
+#endif
+
+const BIGNUM *BN_value_one(void);
+char *	BN_options(void);
+BN_CTX *BN_CTX_new(void);
+#ifndef OPENSSL_NO_DEPRECATED
+void	BN_CTX_init(BN_CTX *c);
+#endif
+void	BN_CTX_free(BN_CTX *c);
+void	BN_CTX_start(BN_CTX *ctx);
+BIGNUM *BN_CTX_get(BN_CTX *ctx);
+void	BN_CTX_end(BN_CTX *ctx);
+int     BN_rand(BIGNUM *rnd, int bits, int top,int bottom);
+int     BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
+int	BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
+int	BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
+int	BN_num_bits(const BIGNUM *a);
+int	BN_num_bits_word(BN_ULONG);
+BIGNUM *BN_new(void);
+void	BN_init(BIGNUM *);
+void	BN_clear_free(BIGNUM *a);
+BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b);
+void	BN_swap(BIGNUM *a, BIGNUM *b);
+BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret);
+int	BN_bn2bin(const BIGNUM *a, unsigned char *to);
+BIGNUM *BN_mpi2bn(const unsigned char *s,int len,BIGNUM *ret);
+int	BN_bn2mpi(const BIGNUM *a, unsigned char *to);
+int	BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
+int	BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
+int	BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
+int	BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
+int	BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
+int	BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx);
+/** BN_set_negative sets sign of a BIGNUM
+ * \param  b  pointer to the BIGNUM object
+ * \param  n  0 if the BIGNUM b should be positive and a value != 0 otherwise 
+ */
+void	BN_set_negative(BIGNUM *b, int n);
+/** BN_is_negative returns 1 if the BIGNUM is negative
+ * \param  a  pointer to the BIGNUM object
+ * \return 1 if a < 0 and 0 otherwise
+ */
+#define BN_is_negative(a) ((a)->neg != 0)
+
+int	BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
+	BN_CTX *ctx);
+#define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx))
+int	BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx);
+int	BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
+int	BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m);
+int	BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
+int	BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m);
+int	BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
+	const BIGNUM *m, BN_CTX *ctx);
+int	BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
+int	BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
+int	BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
+int	BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx);
+int	BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m);
+
+BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
+BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
+int	BN_mul_word(BIGNUM *a, BN_ULONG w);
+int	BN_add_word(BIGNUM *a, BN_ULONG w);
+int	BN_sub_word(BIGNUM *a, BN_ULONG w);
+int	BN_set_word(BIGNUM *a, BN_ULONG w);
+BN_ULONG BN_get_word(const BIGNUM *a);
+
+int	BN_cmp(const BIGNUM *a, const BIGNUM *b);
+void	BN_free(BIGNUM *a);
+int	BN_is_bit_set(const BIGNUM *a, int n);
+int	BN_lshift(BIGNUM *r, const BIGNUM *a, int n);
+int	BN_lshift1(BIGNUM *r, const BIGNUM *a);
+int	BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx);
+
+int	BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+	const BIGNUM *m,BN_CTX *ctx);
+int	BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+	const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
+int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
+	const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont);
+int	BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p,
+	const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
+int	BN_mod_exp2_mont(BIGNUM *r, const BIGNUM *a1, const BIGNUM *p1,
+	const BIGNUM *a2, const BIGNUM *p2,const BIGNUM *m,
+	BN_CTX *ctx,BN_MONT_CTX *m_ctx);
+int	BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+	const BIGNUM *m,BN_CTX *ctx);
+
+int	BN_mask_bits(BIGNUM *a,int n);
+#ifndef OPENSSL_NO_FP_API
+int	BN_print_fp(FILE *fp, const BIGNUM *a);
+#endif
+#ifdef HEADER_BIO_H
+int	BN_print(BIO *fp, const BIGNUM *a);
+#else
+int	BN_print(void *fp, const BIGNUM *a);
+#endif
+int	BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
+int	BN_rshift(BIGNUM *r, const BIGNUM *a, int n);
+int	BN_rshift1(BIGNUM *r, const BIGNUM *a);
+void	BN_clear(BIGNUM *a);
+BIGNUM *BN_dup(const BIGNUM *a);
+int	BN_ucmp(const BIGNUM *a, const BIGNUM *b);
+int	BN_set_bit(BIGNUM *a, int n);
+int	BN_clear_bit(BIGNUM *a, int n);
+char *	BN_bn2hex(const BIGNUM *a);
+char *	BN_bn2dec(const BIGNUM *a);
+int 	BN_hex2bn(BIGNUM **a, const char *str);
+int 	BN_dec2bn(BIGNUM **a, const char *str);
+int	BN_asc2bn(BIGNUM **a, const char *str);
+int	BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx);
+int	BN_kronecker(const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx); /* returns -2 for error */
+BIGNUM *BN_mod_inverse(BIGNUM *ret,
+	const BIGNUM *a, const BIGNUM *n,BN_CTX *ctx);
+BIGNUM *BN_mod_sqrt(BIGNUM *ret,
+	const BIGNUM *a, const BIGNUM *n,BN_CTX *ctx);
+
+/* Deprecated versions */
+#ifndef OPENSSL_NO_DEPRECATED
+BIGNUM *BN_generate_prime(BIGNUM *ret,int bits,int safe,
+	const BIGNUM *add, const BIGNUM *rem,
+	void (*callback)(int,int,void *),void *cb_arg);
+int	BN_is_prime(const BIGNUM *p,int nchecks,
+	void (*callback)(int,int,void *),
+	BN_CTX *ctx,void *cb_arg);
+int	BN_is_prime_fasttest(const BIGNUM *p,int nchecks,
+	void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
+	int do_trial_division);
+#endif /* !defined(OPENSSL_NO_DEPRECATED) */
+
+/* Newer versions */
+int	BN_generate_prime_ex(BIGNUM *ret,int bits,int safe, const BIGNUM *add,
+		const BIGNUM *rem, BN_GENCB *cb);
+int	BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb);
+int	BN_is_prime_fasttest_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx,
+		int do_trial_division, BN_GENCB *cb);
+
+int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx);
+
+int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
+			const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2,
+			const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb);
+int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
+			BIGNUM *Xp1, BIGNUM *Xp2,
+			const BIGNUM *Xp,
+			const BIGNUM *e, BN_CTX *ctx,
+			BN_GENCB *cb);
+
+BN_MONT_CTX *BN_MONT_CTX_new(void );
+void BN_MONT_CTX_init(BN_MONT_CTX *ctx);
+int BN_mod_mul_montgomery(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,
+	BN_MONT_CTX *mont, BN_CTX *ctx);
+#define BN_to_montgomery(r,a,mont,ctx)	BN_mod_mul_montgomery(\
+	(r),(a),&((mont)->RR),(mont),(ctx))
+int BN_from_montgomery(BIGNUM *r,const BIGNUM *a,
+	BN_MONT_CTX *mont, BN_CTX *ctx);
+void BN_MONT_CTX_free(BN_MONT_CTX *mont);
+int BN_MONT_CTX_set(BN_MONT_CTX *mont,const BIGNUM *mod,BN_CTX *ctx);
+BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to,BN_MONT_CTX *from);
+BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, int lock,
+					const BIGNUM *mod, BN_CTX *ctx);
+
+/* BN_BLINDING flags */
+#define	BN_BLINDING_NO_UPDATE	0x00000001
+#define	BN_BLINDING_NO_RECREATE	0x00000002
+
+BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
+void BN_BLINDING_free(BN_BLINDING *b);
+int BN_BLINDING_update(BN_BLINDING *b,BN_CTX *ctx);
+int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
+int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
+int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
+int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
+#ifndef OPENSSL_NO_DEPRECATED
+unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
+void BN_BLINDING_set_thread_id(BN_BLINDING *, unsigned long);
+#endif
+CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *);
+unsigned long BN_BLINDING_get_flags(const BN_BLINDING *);
+void BN_BLINDING_set_flags(BN_BLINDING *, unsigned long);
+BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b,
+	const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
+	int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+			  const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
+	BN_MONT_CTX *m_ctx);
+
+#ifndef OPENSSL_NO_DEPRECATED
+void BN_set_params(int mul,int high,int low,int mont);
+int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
+#endif
+
+void	BN_RECP_CTX_init(BN_RECP_CTX *recp);
+BN_RECP_CTX *BN_RECP_CTX_new(void);
+void	BN_RECP_CTX_free(BN_RECP_CTX *recp);
+int	BN_RECP_CTX_set(BN_RECP_CTX *recp,const BIGNUM *rdiv,BN_CTX *ctx);
+int	BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
+	BN_RECP_CTX *recp,BN_CTX *ctx);
+int	BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+	const BIGNUM *m, BN_CTX *ctx);
+int	BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
+	BN_RECP_CTX *recp, BN_CTX *ctx);
+
+#ifndef OPENSSL_NO_EC2M
+
+/* Functions for arithmetic over binary polynomials represented by BIGNUMs. 
+ *
+ * The BIGNUM::neg property of BIGNUMs representing binary polynomials is
+ * ignored.
+ *
+ * Note that input arguments are not const so that their bit arrays can
+ * be expanded to the appropriate size if needed.
+ */
+
+int	BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); /*r = a + b*/
+#define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b)
+int	BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p); /*r=a mod p*/
+int	BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
+	const BIGNUM *p, BN_CTX *ctx); /* r = (a * b) mod p */
+int	BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+	BN_CTX *ctx); /* r = (a * a) mod p */
+int	BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p,
+	BN_CTX *ctx); /* r = (1 / b) mod p */
+int	BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
+	const BIGNUM *p, BN_CTX *ctx); /* r = (a / b) mod p */
+int	BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
+	const BIGNUM *p, BN_CTX *ctx); /* r = (a ^ b) mod p */
+int	BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+	BN_CTX *ctx); /* r = sqrt(a) mod p */
+int	BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+	BN_CTX *ctx); /* r^2 + r = a mod p */
+#define BN_GF2m_cmp(a, b) BN_ucmp((a), (b))
+/* Some functions allow for representation of the irreducible polynomials
+ * as an unsigned int[], say p.  The irreducible f(t) is then of the form:
+ *     t^p[0] + t^p[1] + ... + t^p[k]
+ * where m = p[0] > p[1] > ... > p[k] = 0.
+ */
+int	BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
+	/* r = a mod p */
+int	BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
+	const int p[], BN_CTX *ctx); /* r = (a * b) mod p */
+int	BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const int p[],
+	BN_CTX *ctx); /* r = (a * a) mod p */
+int	BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *b, const int p[],
+	BN_CTX *ctx); /* r = (1 / b) mod p */
+int	BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
+	const int p[], BN_CTX *ctx); /* r = (a / b) mod p */
+int	BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
+	const int p[], BN_CTX *ctx); /* r = (a ^ b) mod p */
+int	BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a,
+	const int p[], BN_CTX *ctx); /* r = sqrt(a) mod p */
+int	BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a,
+	const int p[], BN_CTX *ctx); /* r^2 + r = a mod p */
+int	BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max);
+int	BN_GF2m_arr2poly(const int p[], BIGNUM *a);
+
+#endif
+
+/* faster mod functions for the 'NIST primes' 
+ * 0 <= a < p^2 */
+int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
+int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
+int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
+int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
+int BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx);
+
+const BIGNUM *BN_get0_nist_prime_192(void);
+const BIGNUM *BN_get0_nist_prime_224(void);
+const BIGNUM *BN_get0_nist_prime_256(void);
+const BIGNUM *BN_get0_nist_prime_384(void);
+const BIGNUM *BN_get0_nist_prime_521(void);
+
+/* library internal functions */
+
+#define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
+	(a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2))
+#define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
+BIGNUM *bn_expand2(BIGNUM *a, int words);
+#ifndef OPENSSL_NO_DEPRECATED
+BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */
+#endif
+
+/* Bignum consistency macros
+ * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
+ * bignum data after direct manipulations on the data. There is also an
+ * "internal" macro, bn_check_top(), for verifying that there are no leading
+ * zeroes. Unfortunately, some auditing is required due to the fact that
+ * bn_fix_top() has become an overabused duct-tape because bignum data is
+ * occasionally passed around in an inconsistent state. So the following
+ * changes have been made to sort this out;
+ * - bn_fix_top()s implementation has been moved to bn_correct_top()
+ * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
+ *   bn_check_top() is as before.
+ * - if BN_DEBUG *is* defined;
+ *   - bn_check_top() tries to pollute unused words even if the bignum 'top' is
+ *     consistent. (ed: only if BN_DEBUG_RAND is defined)
+ *   - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
+ * The idea is to have debug builds flag up inconsistent bignums when they
+ * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
+ * the use of bn_fix_top() was appropriate (ie. it follows directly after code
+ * that manipulates the bignum) it is converted to bn_correct_top(), and if it
+ * was not appropriate, we convert it permanently to bn_check_top() and track
+ * down the cause of the bug. Eventually, no internal code should be using the
+ * bn_fix_top() macro. External applications and libraries should try this with
+ * their own code too, both in terms of building against the openssl headers
+ * with BN_DEBUG defined *and* linking with a version of OpenSSL built with it
+ * defined. This not only improves external code, it provides more test
+ * coverage for openssl's own code.
+ */
+
+#ifdef BN_DEBUG
+
+/* We only need assert() when debugging */
+#include <assert.h>
+
+#ifdef BN_DEBUG_RAND
+/* To avoid "make update" cvs wars due to BN_DEBUG, use some tricks */
+#ifndef RAND_pseudo_bytes
+int RAND_pseudo_bytes(unsigned char *buf,int num);
+#define BN_DEBUG_TRIX
+#endif
+#define bn_pollute(a) \
+	do { \
+		const BIGNUM *_bnum1 = (a); \
+		if(_bnum1->top < _bnum1->dmax) { \
+			unsigned char _tmp_char; \
+			/* We cast away const without the compiler knowing, any \
+			 * *genuinely* constant variables that aren't mutable \
+			 * wouldn't be constructed with top!=dmax. */ \
+			BN_ULONG *_not_const; \
+			memcpy(&_not_const, &_bnum1->d, sizeof(BN_ULONG*)); \
+			RAND_pseudo_bytes(&_tmp_char, 1); \
+			memset((unsigned char *)(_not_const + _bnum1->top), _tmp_char, \
+				(_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
+		} \
+	} while(0)
+#ifdef BN_DEBUG_TRIX
+#undef RAND_pseudo_bytes
+#endif
+#else
+#define bn_pollute(a)
+#endif
+#define bn_check_top(a) \
+	do { \
+		const BIGNUM *_bnum2 = (a); \
+		if (_bnum2 != NULL) { \
+			assert((_bnum2->top == 0) || \
+				(_bnum2->d[_bnum2->top - 1] != 0)); \
+			bn_pollute(_bnum2); \
+		} \
+	} while(0)
+
+#define bn_fix_top(a)		bn_check_top(a)
+
+#else /* !BN_DEBUG */
+
+#define bn_pollute(a)
+#define bn_check_top(a)
+#define bn_fix_top(a)		bn_correct_top(a)
+
+#endif
+
+#define bn_correct_top(a) \
+        { \
+        BN_ULONG *ftl; \
+	int tmp_top = (a)->top; \
+	if (tmp_top > 0) \
+		{ \
+		for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \
+			if (*(ftl--)) break; \
+		(a)->top = tmp_top; \
+		} \
+	bn_pollute(a); \
+	}
+
+BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
+BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
+void     bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
+BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d);
+BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
+BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
+
+/* Primes from RFC 2409 */
+BIGNUM *get_rfc2409_prime_768(BIGNUM *bn);
+BIGNUM *get_rfc2409_prime_1024(BIGNUM *bn);
+
+/* Primes from RFC 3526 */
+BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn);
+BIGNUM *get_rfc3526_prime_2048(BIGNUM *bn);
+BIGNUM *get_rfc3526_prime_3072(BIGNUM *bn);
+BIGNUM *get_rfc3526_prime_4096(BIGNUM *bn);
+BIGNUM *get_rfc3526_prime_6144(BIGNUM *bn);
+BIGNUM *get_rfc3526_prime_8192(BIGNUM *bn);
+
+int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_BN_strings(void);
+
+/* Error codes for the BN functions. */
+
+/* Function codes. */
+#define BN_F_BNRAND					 127
+#define BN_F_BN_BLINDING_CONVERT_EX			 100
+#define BN_F_BN_BLINDING_CREATE_PARAM			 128
+#define BN_F_BN_BLINDING_INVERT_EX			 101
+#define BN_F_BN_BLINDING_NEW				 102
+#define BN_F_BN_BLINDING_UPDATE				 103
+#define BN_F_BN_BN2DEC					 104
+#define BN_F_BN_BN2HEX					 105
+#define BN_F_BN_CTX_GET					 116
+#define BN_F_BN_CTX_NEW					 106
+#define BN_F_BN_CTX_START				 129
+#define BN_F_BN_DIV					 107
+#define BN_F_BN_DIV_NO_BRANCH				 138
+#define BN_F_BN_DIV_RECP				 130
+#define BN_F_BN_EXP					 123
+#define BN_F_BN_EXPAND2					 108
+#define BN_F_BN_EXPAND_INTERNAL				 120
+#define BN_F_BN_GF2M_MOD				 131
+#define BN_F_BN_GF2M_MOD_EXP				 132
+#define BN_F_BN_GF2M_MOD_MUL				 133
+#define BN_F_BN_GF2M_MOD_SOLVE_QUAD			 134
+#define BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR			 135
+#define BN_F_BN_GF2M_MOD_SQR				 136
+#define BN_F_BN_GF2M_MOD_SQRT				 137
+#define BN_F_BN_MOD_EXP2_MONT				 118
+#define BN_F_BN_MOD_EXP_MONT				 109
+#define BN_F_BN_MOD_EXP_MONT_CONSTTIME			 124
+#define BN_F_BN_MOD_EXP_MONT_WORD			 117
+#define BN_F_BN_MOD_EXP_RECP				 125
+#define BN_F_BN_MOD_EXP_SIMPLE				 126
+#define BN_F_BN_MOD_INVERSE				 110
+#define BN_F_BN_MOD_INVERSE_NO_BRANCH			 139
+#define BN_F_BN_MOD_LSHIFT_QUICK			 119
+#define BN_F_BN_MOD_MUL_RECIPROCAL			 111
+#define BN_F_BN_MOD_SQRT				 121
+#define BN_F_BN_MPI2BN					 112
+#define BN_F_BN_NEW					 113
+#define BN_F_BN_RAND					 114
+#define BN_F_BN_RAND_RANGE				 122
+#define BN_F_BN_USUB					 115
+
+/* Reason codes. */
+#define BN_R_ARG2_LT_ARG3				 100
+#define BN_R_BAD_RECIPROCAL				 101
+#define BN_R_BIGNUM_TOO_LONG				 114
+#define BN_R_CALLED_WITH_EVEN_MODULUS			 102
+#define BN_R_DIV_BY_ZERO				 103
+#define BN_R_ENCODING_ERROR				 104
+#define BN_R_EXPAND_ON_STATIC_BIGNUM_DATA		 105
+#define BN_R_INPUT_NOT_REDUCED				 110
+#define BN_R_INVALID_LENGTH				 106
+#define BN_R_INVALID_RANGE				 115
+#define BN_R_NOT_A_SQUARE				 111
+#define BN_R_NOT_INITIALIZED				 107
+#define BN_R_NO_INVERSE					 108
+#define BN_R_NO_SOLUTION				 116
+#define BN_R_P_IS_NOT_PRIME				 112
+#define BN_R_TOO_MANY_ITERATIONS			 113
+#define BN_R_TOO_MANY_TEMPORARY_VARIABLES		 109
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/buffer.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/buffer.h
new file mode 100755
index 0000000000000000000000000000000000000000..760486e60f0fe7d109385f4af97a18a1bfa779cd
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/buffer.h
@@ -0,0 +1,119 @@
+/* crypto/buffer/buffer.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_BUFFER_H
+#define HEADER_BUFFER_H
+
+#include <APOpenSSL/ossl_typ.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#include <stddef.h>
+
+#if !defined(NO_SYS_TYPES_H)
+#include <sys/types.h>
+#endif
+
+/* Already declared in ossl_typ.h */
+/* typedef struct buf_mem_st BUF_MEM; */
+
+struct buf_mem_st
+	{
+	size_t length;	/* current number of bytes */
+	char *data;
+	size_t max;	/* size of buffer */
+	};
+
+BUF_MEM *BUF_MEM_new(void);
+void	BUF_MEM_free(BUF_MEM *a);
+int	BUF_MEM_grow(BUF_MEM *str, size_t len);
+int	BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
+char *	BUF_strdup(const char *str);
+char *	BUF_strndup(const char *str, size_t siz);
+void *	BUF_memdup(const void *data, size_t siz);
+void	BUF_reverse(unsigned char *out, unsigned char *in, size_t siz);
+
+/* safe string functions */
+size_t BUF_strlcpy(char *dst,const char *src,size_t siz);
+size_t BUF_strlcat(char *dst,const char *src,size_t siz);
+
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_BUF_strings(void);
+
+/* Error codes for the BUF functions. */
+
+/* Function codes. */
+#define BUF_F_BUF_MEMDUP				 103
+#define BUF_F_BUF_MEM_GROW				 100
+#define BUF_F_BUF_MEM_GROW_CLEAN			 105
+#define BUF_F_BUF_MEM_NEW				 101
+#define BUF_F_BUF_STRDUP				 102
+#define BUF_F_BUF_STRNDUP				 104
+
+/* Reason codes. */
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/camellia.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/camellia.h
new file mode 100755
index 0000000000000000000000000000000000000000..7d1de645d05cac3232d2dfc3d82945e4ab70854b
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/camellia.h
@@ -0,0 +1,130 @@
+/* crypto/camellia/camellia.h -*- mode:C; c-file-style: "eay" -*- */
+/* ====================================================================
+ * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ */
+
+#ifndef HEADER_CAMELLIA_H
+#define HEADER_CAMELLIA_H
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifdef OPENSSL_NO_CAMELLIA
+#error CAMELLIA is disabled.
+#endif
+
+#include <stddef.h>
+
+#define CAMELLIA_ENCRYPT	1
+#define CAMELLIA_DECRYPT	0
+
+/* Because array size can't be a const in C, the following two are macros.
+   Both sizes are in bytes. */
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* This should be a hidden type, but EVP requires that the size be known */
+
+#define CAMELLIA_BLOCK_SIZE 16
+#define CAMELLIA_TABLE_BYTE_LEN 272
+#define CAMELLIA_TABLE_WORD_LEN (CAMELLIA_TABLE_BYTE_LEN / 4)
+
+typedef unsigned int KEY_TABLE_TYPE[CAMELLIA_TABLE_WORD_LEN]; /* to match with WORD */
+
+struct camellia_key_st 
+	{
+	union	{
+		double d;	/* ensures 64-bit align */
+		KEY_TABLE_TYPE rd_key;
+		} u;
+	int grand_rounds;
+	};
+typedef struct camellia_key_st CAMELLIA_KEY;
+
+#ifdef OPENSSL_FIPS
+int private_Camellia_set_key(const unsigned char *userKey, const int bits,
+	CAMELLIA_KEY *key);
+#endif
+int Camellia_set_key(const unsigned char *userKey, const int bits,
+	CAMELLIA_KEY *key);
+
+void Camellia_encrypt(const unsigned char *in, unsigned char *out,
+	const CAMELLIA_KEY *key);
+void Camellia_decrypt(const unsigned char *in, unsigned char *out,
+	const CAMELLIA_KEY *key);
+
+void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out,
+	const CAMELLIA_KEY *key, const int enc);
+void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const CAMELLIA_KEY *key,
+	unsigned char *ivec, const int enc);
+void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const CAMELLIA_KEY *key,
+	unsigned char *ivec, int *num, const int enc);
+void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const CAMELLIA_KEY *key,
+	unsigned char *ivec, int *num, const int enc);
+void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const CAMELLIA_KEY *key,
+	unsigned char *ivec, int *num, const int enc);
+void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const CAMELLIA_KEY *key,
+	unsigned char *ivec, int *num);
+void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out,
+	size_t length, const CAMELLIA_KEY *key,
+	unsigned char ivec[CAMELLIA_BLOCK_SIZE],
+	unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
+	unsigned int *num);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif /* !HEADER_Camellia_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/cast.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/cast.h
new file mode 100755
index 0000000000000000000000000000000000000000..d50e3305b3b23fc91c9ca48222e9d9d895c2f802
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/cast.h
@@ -0,0 +1,107 @@
+/* crypto/cast/cast.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_CAST_H
+#define HEADER_CAST_H
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifdef OPENSSL_NO_CAST
+#error CAST is disabled.
+#endif
+
+#define CAST_ENCRYPT	1
+#define CAST_DECRYPT	0
+
+#define CAST_LONG unsigned int
+
+#define CAST_BLOCK	8
+#define CAST_KEY_LENGTH	16
+
+typedef struct cast_key_st
+	{
+	CAST_LONG data[32];
+	int short_key;	/* Use reduced rounds for short key */
+	} CAST_KEY;
+
+#ifdef OPENSSL_FIPS 
+void private_CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
+#endif
+void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
+void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, const CAST_KEY *key,
+		      int enc);
+void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
+void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key);
+void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
+		      const CAST_KEY *ks, unsigned char *iv, int enc);
+void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out,
+			long length, const CAST_KEY *schedule, unsigned char *ivec,
+			int *num, int enc);
+void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, 
+			long length, const CAST_KEY *schedule, unsigned char *ivec,
+			int *num);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/cmac.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/cmac.h
new file mode 100755
index 0000000000000000000000000000000000000000..d8bd25ff5d6f82ebb2afa3443ad93ce1a403bd33
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/cmac.h
@@ -0,0 +1,82 @@
+/* crypto/cmac/cmac.h */
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
+ * project.
+ */
+/* ====================================================================
+ * Copyright (c) 2010 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ */
+
+
+#ifndef HEADER_CMAC_H
+#define HEADER_CMAC_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <APOpenSSL/evp.h>
+
+/* Opaque */
+typedef struct CMAC_CTX_st CMAC_CTX;
+
+CMAC_CTX *CMAC_CTX_new(void);
+void CMAC_CTX_cleanup(CMAC_CTX *ctx);
+void CMAC_CTX_free(CMAC_CTX *ctx);
+EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
+int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
+
+int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, 
+			const EVP_CIPHER *cipher, ENGINE *impl);
+int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
+int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
+int CMAC_resume(CMAC_CTX *ctx);
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/cms.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/cms.h
new file mode 100755
index 0000000000000000000000000000000000000000..ac0d94c45a06dec40f5304f09ac77bb7c1c17275
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/cms.h
@@ -0,0 +1,501 @@
+/* crypto/cms/cms.h */
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
+ * project.
+ */
+/* ====================================================================
+ * Copyright (c) 2008 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ */
+
+
+#ifndef HEADER_CMS_H
+#define HEADER_CMS_H
+
+#include <APOpenSSL/x509.h>
+
+#ifdef OPENSSL_NO_CMS
+#error CMS is disabled.
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+typedef struct CMS_ContentInfo_st CMS_ContentInfo;
+typedef struct CMS_SignerInfo_st CMS_SignerInfo;
+typedef struct CMS_CertificateChoices CMS_CertificateChoices;
+typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice;
+typedef struct CMS_RecipientInfo_st CMS_RecipientInfo;
+typedef struct CMS_ReceiptRequest_st CMS_ReceiptRequest;
+typedef struct CMS_Receipt_st CMS_Receipt;
+
+DECLARE_STACK_OF(CMS_SignerInfo)
+DECLARE_STACK_OF(GENERAL_NAMES)
+DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo)
+DECLARE_ASN1_FUNCTIONS(CMS_ReceiptRequest)
+DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo)
+
+#define CMS_SIGNERINFO_ISSUER_SERIAL	0
+#define CMS_SIGNERINFO_KEYIDENTIFIER	1
+
+#define CMS_RECIPINFO_TRANS		0
+#define CMS_RECIPINFO_AGREE		1
+#define CMS_RECIPINFO_KEK		2
+#define CMS_RECIPINFO_PASS		3
+#define CMS_RECIPINFO_OTHER		4
+
+/* S/MIME related flags */
+
+#define CMS_TEXT			0x1
+#define CMS_NOCERTS			0x2
+#define CMS_NO_CONTENT_VERIFY		0x4
+#define CMS_NO_ATTR_VERIFY		0x8
+#define CMS_NOSIGS			\
+			(CMS_NO_CONTENT_VERIFY|CMS_NO_ATTR_VERIFY)
+#define CMS_NOINTERN			0x10
+#define CMS_NO_SIGNER_CERT_VERIFY	0x20
+#define CMS_NOVERIFY			0x20
+#define CMS_DETACHED			0x40
+#define CMS_BINARY			0x80
+#define CMS_NOATTR			0x100
+#define	CMS_NOSMIMECAP			0x200
+#define CMS_NOOLDMIMETYPE		0x400
+#define CMS_CRLFEOL			0x800
+#define CMS_STREAM			0x1000
+#define CMS_NOCRL			0x2000
+#define CMS_PARTIAL			0x4000
+#define CMS_REUSE_DIGEST		0x8000
+#define CMS_USE_KEYID			0x10000
+#define CMS_DEBUG_DECRYPT		0x20000
+
+const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms);
+
+BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont);
+int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
+
+ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms);
+int CMS_is_detached(CMS_ContentInfo *cms);
+int CMS_set_detached(CMS_ContentInfo *cms, int detached);
+
+#ifdef HEADER_PEM_H
+DECLARE_PEM_rw_const(CMS, CMS_ContentInfo)
+#endif
+
+int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms);
+CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);
+int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms);
+
+BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms);
+int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
+int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
+CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont);
+int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags);
+
+int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
+
+CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
+						BIO *data, unsigned int flags);
+
+CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si,
+					X509 *signcert, EVP_PKEY *pkey,
+					STACK_OF(X509) *certs,
+					unsigned int flags);
+
+int CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags);
+CMS_ContentInfo *CMS_data_create(BIO *in, unsigned int flags);
+
+int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
+							unsigned int flags);
+CMS_ContentInfo *CMS_digest_create(BIO *in, const EVP_MD *md,
+							unsigned int flags);
+
+int CMS_EncryptedData_decrypt(CMS_ContentInfo *cms,
+				const unsigned char *key, size_t keylen,
+				BIO *dcont, BIO *out, unsigned int flags);
+
+CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
+					const unsigned char *key, size_t keylen,
+					unsigned int flags);
+
+int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
+				const unsigned char *key, size_t keylen);
+
+int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
+		 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
+
+int CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms,
+			STACK_OF(X509) *certs,
+			X509_STORE *store, unsigned int flags);
+
+STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms);
+
+CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
+				const EVP_CIPHER *cipher, unsigned int flags);
+
+int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
+				BIO *dcont, BIO *out,
+				unsigned int flags);
+	
+int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert);
+int CMS_decrypt_set1_key(CMS_ContentInfo *cms, 
+				unsigned char *key, size_t keylen,
+				unsigned char *id, size_t idlen);
+int CMS_decrypt_set1_password(CMS_ContentInfo *cms, 
+				unsigned char *pass, ossl_ssize_t passlen);
+
+STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms);
+int CMS_RecipientInfo_type(CMS_RecipientInfo *ri);
+CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
+CMS_RecipientInfo *CMS_add1_recipient_cert(CMS_ContentInfo *cms,
+					X509 *recip, unsigned int flags);
+int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
+int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert);
+int CMS_RecipientInfo_ktri_get0_algs(CMS_RecipientInfo *ri,
+					EVP_PKEY **pk, X509 **recip,
+					X509_ALGOR **palg);
+int CMS_RecipientInfo_ktri_get0_signer_id(CMS_RecipientInfo *ri,
+					ASN1_OCTET_STRING **keyid,
+					X509_NAME **issuer, ASN1_INTEGER **sno);
+
+CMS_RecipientInfo *CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid,
+					unsigned char *key, size_t keylen,
+					unsigned char *id, size_t idlen,
+					ASN1_GENERALIZEDTIME *date,
+					ASN1_OBJECT *otherTypeId,
+					ASN1_TYPE *otherType);
+
+int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri,
+					X509_ALGOR **palg,
+					ASN1_OCTET_STRING **pid,
+					ASN1_GENERALIZEDTIME **pdate,
+					ASN1_OBJECT **potherid,
+					ASN1_TYPE **pothertype);
+
+int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri, 
+				unsigned char *key, size_t keylen);
+
+int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri, 
+					const unsigned char *id, size_t idlen);
+
+int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, 
+					unsigned char *pass,
+					ossl_ssize_t passlen);
+
+CMS_RecipientInfo *CMS_add0_recipient_password(CMS_ContentInfo *cms,
+					int iter, int wrap_nid, int pbe_nid,
+					unsigned char *pass,
+					ossl_ssize_t passlen,
+					const EVP_CIPHER *kekciph);
+
+int CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri);
+	
+int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
+							unsigned int flags);
+CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);
+
+int CMS_set1_eContentType(CMS_ContentInfo *cms, const ASN1_OBJECT *oid);
+const ASN1_OBJECT *CMS_get0_eContentType(CMS_ContentInfo *cms);
+
+CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
+int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert);
+int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert);
+STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms);
+
+CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms);
+int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl);
+int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl);
+STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms);
+
+int CMS_SignedData_init(CMS_ContentInfo *cms);
+CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms,
+			X509 *signer, EVP_PKEY *pk, const EVP_MD *md,
+			unsigned int flags);
+STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms);
+
+void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
+int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si,
+					ASN1_OCTET_STRING **keyid,
+					X509_NAME **issuer, ASN1_INTEGER **sno);
+int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
+int CMS_set1_signers_certs(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
+					unsigned int flags);
+void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer,
+					X509_ALGOR **pdig, X509_ALGOR **psig);
+int CMS_SignerInfo_sign(CMS_SignerInfo *si);
+int CMS_SignerInfo_verify(CMS_SignerInfo *si);
+int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
+
+int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
+int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
+				int algnid, int keysize);
+int CMS_add_standard_smimecap(STACK_OF(X509_ALGOR) **smcap);
+
+int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
+int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
+			  int lastpos);
+int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
+			  int lastpos);
+X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc);
+X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc);
+int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
+int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si,
+			const ASN1_OBJECT *obj, int type,
+			const void *bytes, int len);
+int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si,
+			int nid, int type,
+			const void *bytes, int len);
+int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si,
+			const char *attrname, int type,
+			const void *bytes, int len);
+void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
+					int lastpos, int type);
+
+int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si);
+int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
+			  int lastpos);
+int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj,
+			  int lastpos);
+X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc);
+X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc);
+int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr);
+int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si,
+			const ASN1_OBJECT *obj, int type,
+			const void *bytes, int len);
+int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si,
+			int nid, int type,
+			const void *bytes, int len);
+int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si,
+			const char *attrname, int type,
+			const void *bytes, int len);
+void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid,
+					int lastpos, int type);
+
+#ifdef HEADER_X509V3_H
+
+int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
+CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int idlen,
+				int allorfirst,
+				STACK_OF(GENERAL_NAMES) *receiptList,
+				STACK_OF(GENERAL_NAMES) *receiptsTo);
+int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);
+void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr,
+					ASN1_STRING **pcid,
+					int *pallorfirst,
+					STACK_OF(GENERAL_NAMES) **plist,
+					STACK_OF(GENERAL_NAMES) **prto);
+
+#endif
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_CMS_strings(void);
+
+/* Error codes for the CMS functions. */
+
+/* Function codes. */
+#define CMS_F_CHECK_CONTENT				 99
+#define CMS_F_CMS_ADD0_CERT				 164
+#define CMS_F_CMS_ADD0_RECIPIENT_KEY			 100
+#define CMS_F_CMS_ADD0_RECIPIENT_PASSWORD		 165
+#define CMS_F_CMS_ADD1_RECEIPTREQUEST			 158
+#define CMS_F_CMS_ADD1_RECIPIENT_CERT			 101
+#define CMS_F_CMS_ADD1_SIGNER				 102
+#define CMS_F_CMS_ADD1_SIGNINGTIME			 103
+#define CMS_F_CMS_COMPRESS				 104
+#define CMS_F_CMS_COMPRESSEDDATA_CREATE			 105
+#define CMS_F_CMS_COMPRESSEDDATA_INIT_BIO		 106
+#define CMS_F_CMS_COPY_CONTENT				 107
+#define CMS_F_CMS_COPY_MESSAGEDIGEST			 108
+#define CMS_F_CMS_DATA					 109
+#define CMS_F_CMS_DATAFINAL				 110
+#define CMS_F_CMS_DATAINIT				 111
+#define CMS_F_CMS_DECRYPT				 112
+#define CMS_F_CMS_DECRYPT_SET1_KEY			 113
+#define CMS_F_CMS_DECRYPT_SET1_PASSWORD			 166
+#define CMS_F_CMS_DECRYPT_SET1_PKEY			 114
+#define CMS_F_CMS_DIGESTALGORITHM_FIND_CTX		 115
+#define CMS_F_CMS_DIGESTALGORITHM_INIT_BIO		 116
+#define CMS_F_CMS_DIGESTEDDATA_DO_FINAL			 117
+#define CMS_F_CMS_DIGEST_VERIFY				 118
+#define CMS_F_CMS_ENCODE_RECEIPT			 161
+#define CMS_F_CMS_ENCRYPT				 119
+#define CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO		 120
+#define CMS_F_CMS_ENCRYPTEDDATA_DECRYPT			 121
+#define CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT			 122
+#define CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY		 123
+#define CMS_F_CMS_ENVELOPEDDATA_CREATE			 124
+#define CMS_F_CMS_ENVELOPEDDATA_INIT_BIO		 125
+#define CMS_F_CMS_ENVELOPED_DATA_INIT			 126
+#define CMS_F_CMS_FINAL					 127
+#define CMS_F_CMS_GET0_CERTIFICATE_CHOICES		 128
+#define CMS_F_CMS_GET0_CONTENT				 129
+#define CMS_F_CMS_GET0_ECONTENT_TYPE			 130
+#define CMS_F_CMS_GET0_ENVELOPED			 131
+#define CMS_F_CMS_GET0_REVOCATION_CHOICES		 132
+#define CMS_F_CMS_GET0_SIGNED				 133
+#define CMS_F_CMS_MSGSIGDIGEST_ADD1			 162
+#define CMS_F_CMS_RECEIPTREQUEST_CREATE0		 159
+#define CMS_F_CMS_RECEIPT_VERIFY			 160
+#define CMS_F_CMS_RECIPIENTINFO_DECRYPT			 134
+#define CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT		 135
+#define CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT		 136
+#define CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID		 137
+#define CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP		 138
+#define CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP		 139
+#define CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT		 140
+#define CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT		 141
+#define CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS		 142
+#define CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID	 143
+#define CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT		 167
+#define CMS_F_CMS_RECIPIENTINFO_SET0_KEY		 144
+#define CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD		 168
+#define CMS_F_CMS_RECIPIENTINFO_SET0_PKEY		 145
+#define CMS_F_CMS_SET1_SIGNERIDENTIFIER			 146
+#define CMS_F_CMS_SET_DETACHED				 147
+#define CMS_F_CMS_SIGN					 148
+#define CMS_F_CMS_SIGNED_DATA_INIT			 149
+#define CMS_F_CMS_SIGNERINFO_CONTENT_SIGN		 150
+#define CMS_F_CMS_SIGNERINFO_SIGN			 151
+#define CMS_F_CMS_SIGNERINFO_VERIFY			 152
+#define CMS_F_CMS_SIGNERINFO_VERIFY_CERT		 153
+#define CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT		 154
+#define CMS_F_CMS_SIGN_RECEIPT				 163
+#define CMS_F_CMS_STREAM				 155
+#define CMS_F_CMS_UNCOMPRESS				 156
+#define CMS_F_CMS_VERIFY				 157
+
+/* Reason codes. */
+#define CMS_R_ADD_SIGNER_ERROR				 99
+#define CMS_R_CERTIFICATE_ALREADY_PRESENT		 175
+#define CMS_R_CERTIFICATE_HAS_NO_KEYID			 160
+#define CMS_R_CERTIFICATE_VERIFY_ERROR			 100
+#define CMS_R_CIPHER_INITIALISATION_ERROR		 101
+#define CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR	 102
+#define CMS_R_CMS_DATAFINAL_ERROR			 103
+#define CMS_R_CMS_LIB					 104
+#define CMS_R_CONTENTIDENTIFIER_MISMATCH		 170
+#define CMS_R_CONTENT_NOT_FOUND				 105
+#define CMS_R_CONTENT_TYPE_MISMATCH			 171
+#define CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA		 106
+#define CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA		 107
+#define CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA		 108
+#define CMS_R_CONTENT_VERIFY_ERROR			 109
+#define CMS_R_CTRL_ERROR				 110
+#define CMS_R_CTRL_FAILURE				 111
+#define CMS_R_DECRYPT_ERROR				 112
+#define CMS_R_DIGEST_ERROR				 161
+#define CMS_R_ERROR_GETTING_PUBLIC_KEY			 113
+#define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE	 114
+#define CMS_R_ERROR_SETTING_KEY				 115
+#define CMS_R_ERROR_SETTING_RECIPIENTINFO		 116
+#define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH		 117
+#define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER		 176
+#define CMS_R_INVALID_KEY_LENGTH			 118
+#define CMS_R_MD_BIO_INIT_ERROR				 119
+#define CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH	 120
+#define CMS_R_MESSAGEDIGEST_WRONG_LENGTH		 121
+#define CMS_R_MSGSIGDIGEST_ERROR			 172
+#define CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE		 162
+#define CMS_R_MSGSIGDIGEST_WRONG_LENGTH			 163
+#define CMS_R_NEED_ONE_SIGNER				 164
+#define CMS_R_NOT_A_SIGNED_RECEIPT			 165
+#define CMS_R_NOT_ENCRYPTED_DATA			 122
+#define CMS_R_NOT_KEK					 123
+#define CMS_R_NOT_KEY_TRANSPORT				 124
+#define CMS_R_NOT_PWRI					 177
+#define CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE		 125
+#define CMS_R_NO_CIPHER					 126
+#define CMS_R_NO_CONTENT				 127
+#define CMS_R_NO_CONTENT_TYPE				 173
+#define CMS_R_NO_DEFAULT_DIGEST				 128
+#define CMS_R_NO_DIGEST_SET				 129
+#define CMS_R_NO_KEY					 130
+#define CMS_R_NO_KEY_OR_CERT				 174
+#define CMS_R_NO_MATCHING_DIGEST			 131
+#define CMS_R_NO_MATCHING_RECIPIENT			 132
+#define CMS_R_NO_MATCHING_SIGNATURE			 166
+#define CMS_R_NO_MSGSIGDIGEST				 167
+#define CMS_R_NO_PASSWORD				 178
+#define CMS_R_NO_PRIVATE_KEY				 133
+#define CMS_R_NO_PUBLIC_KEY				 134
+#define CMS_R_NO_RECEIPT_REQUEST			 168
+#define CMS_R_NO_SIGNERS				 135
+#define CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE	 136
+#define CMS_R_RECEIPT_DECODE_ERROR			 169
+#define CMS_R_RECIPIENT_ERROR				 137
+#define CMS_R_SIGNER_CERTIFICATE_NOT_FOUND		 138
+#define CMS_R_SIGNFINAL_ERROR				 139
+#define CMS_R_SMIME_TEXT_ERROR				 140
+#define CMS_R_STORE_INIT_ERROR				 141
+#define CMS_R_TYPE_NOT_COMPRESSED_DATA			 142
+#define CMS_R_TYPE_NOT_DATA				 143
+#define CMS_R_TYPE_NOT_DIGESTED_DATA			 144
+#define CMS_R_TYPE_NOT_ENCRYPTED_DATA			 145
+#define CMS_R_TYPE_NOT_ENVELOPED_DATA			 146
+#define CMS_R_UNABLE_TO_FINALIZE_CONTEXT		 147
+#define CMS_R_UNKNOWN_CIPHER				 148
+#define CMS_R_UNKNOWN_DIGEST_ALGORIHM			 149
+#define CMS_R_UNKNOWN_ID				 150
+#define CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM		 151
+#define CMS_R_UNSUPPORTED_CONTENT_TYPE			 152
+#define CMS_R_UNSUPPORTED_KEK_ALGORITHM			 153
+#define CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM	 179
+#define CMS_R_UNSUPPORTED_RECIPIENT_TYPE		 154
+#define CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE		 155
+#define CMS_R_UNSUPPORTED_TYPE				 156
+#define CMS_R_UNWRAP_ERROR				 157
+#define CMS_R_UNWRAP_FAILURE				 180
+#define CMS_R_VERIFICATION_FAILURE			 158
+#define CMS_R_WRAP_ERROR				 159
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/comp.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/comp.h
new file mode 100755
index 0000000000000000000000000000000000000000..48922a8b4958e1882681d964709b882d5aa57f56
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/comp.h
@@ -0,0 +1,80 @@
+
+#ifndef HEADER_COMP_H
+#define HEADER_COMP_H
+
+#include <APOpenSSL/crypto.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct comp_ctx_st COMP_CTX;
+
+typedef struct comp_method_st
+	{
+	int type;		/* NID for compression library */
+	const char *name;	/* A text string to identify the library */
+	int (*init)(COMP_CTX *ctx);
+	void (*finish)(COMP_CTX *ctx);
+	int (*compress)(COMP_CTX *ctx,
+			unsigned char *out, unsigned int olen,
+			unsigned char *in, unsigned int ilen);
+	int (*expand)(COMP_CTX *ctx,
+		      unsigned char *out, unsigned int olen,
+		      unsigned char *in, unsigned int ilen);
+	/* The following two do NOTHING, but are kept for backward compatibility */
+	long (*ctrl)(void);
+	long (*callback_ctrl)(void);
+	} COMP_METHOD;
+
+struct comp_ctx_st
+	{
+	COMP_METHOD *meth;
+	unsigned long compress_in;
+	unsigned long compress_out;
+	unsigned long expand_in;
+	unsigned long expand_out;
+
+	CRYPTO_EX_DATA	ex_data;
+	};
+
+
+COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
+void COMP_CTX_free(COMP_CTX *ctx);
+int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
+	unsigned char *in, int ilen);
+int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
+	unsigned char *in, int ilen);
+COMP_METHOD *COMP_rle(void );
+COMP_METHOD *COMP_zlib(void );
+void COMP_zlib_cleanup(void);
+
+#ifdef HEADER_BIO_H
+#ifdef ZLIB
+BIO_METHOD *BIO_f_zlib(void);
+#endif
+#endif
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_COMP_strings(void);
+
+/* Error codes for the COMP functions. */
+
+/* Function codes. */
+#define COMP_F_BIO_ZLIB_FLUSH				 99
+#define COMP_F_BIO_ZLIB_NEW				 100
+#define COMP_F_BIO_ZLIB_READ				 101
+#define COMP_F_BIO_ZLIB_WRITE				 102
+
+/* Reason codes. */
+#define COMP_R_ZLIB_DEFLATE_ERROR			 99
+#define COMP_R_ZLIB_INFLATE_ERROR			 100
+#define COMP_R_ZLIB_NOT_SUPPORTED			 101
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/conf.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/conf.h
new file mode 100755
index 0000000000000000000000000000000000000000..c99f08887c50d66ed06c49b95270a269e3c3a981
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/conf.h
@@ -0,0 +1,263 @@
+/* crypto/conf/conf.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef  HEADER_CONF_H
+#define HEADER_CONF_H
+
+#include <APOpenSSL/bio.h>
+#include <APOpenSSL/lhash.h>
+#include <APOpenSSL/stack.h>
+#include <APOpenSSL/safestack.h>
+#include <APOpenSSL/e_os2.h>
+
+#include <APOpenSSL/ossl_typ.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct
+	{
+	char *section;
+	char *name;
+	char *value;
+	} CONF_VALUE;
+
+DECLARE_STACK_OF(CONF_VALUE)
+DECLARE_LHASH_OF(CONF_VALUE);
+
+struct conf_st;
+struct conf_method_st;
+typedef struct conf_method_st CONF_METHOD;
+
+struct conf_method_st
+	{
+	const char *name;
+	CONF *(*create)(CONF_METHOD *meth);
+	int (*init)(CONF *conf);
+	int (*destroy)(CONF *conf);
+	int (*destroy_data)(CONF *conf);
+	int (*load_bio)(CONF *conf, BIO *bp, long *eline);
+	int (*dump)(const CONF *conf, BIO *bp);
+	int (*is_number)(const CONF *conf, char c);
+	int (*to_int)(const CONF *conf, char c);
+	int (*load)(CONF *conf, const char *name, long *eline);
+	};
+
+/* Module definitions */
+
+typedef struct conf_imodule_st CONF_IMODULE;
+typedef struct conf_module_st CONF_MODULE;
+
+DECLARE_STACK_OF(CONF_MODULE)
+DECLARE_STACK_OF(CONF_IMODULE)
+
+/* DSO module function typedefs */
+typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
+typedef void conf_finish_func(CONF_IMODULE *md);
+
+#define	CONF_MFLAGS_IGNORE_ERRORS	0x1
+#define CONF_MFLAGS_IGNORE_RETURN_CODES	0x2
+#define CONF_MFLAGS_SILENT		0x4
+#define CONF_MFLAGS_NO_DSO		0x8
+#define CONF_MFLAGS_IGNORE_MISSING_FILE	0x10
+#define CONF_MFLAGS_DEFAULT_SECTION	0x20
+
+int CONF_set_default_method(CONF_METHOD *meth);
+void CONF_set_nconf(CONF *conf,LHASH_OF(CONF_VALUE) *hash);
+LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file,
+				long *eline);
+#ifndef OPENSSL_NO_FP_API
+LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
+				   long *eline);
+#endif
+LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,long *eline);
+STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
+				       const char *section);
+char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group,
+		      const char *name);
+long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group,
+		     const char *name);
+void CONF_free(LHASH_OF(CONF_VALUE) *conf);
+int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
+int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
+
+void OPENSSL_config(const char *config_name);
+void OPENSSL_no_config(void);
+
+/* New conf code.  The semantics are different from the functions above.
+   If that wasn't the case, the above functions would have been replaced */
+
+struct conf_st
+	{
+	CONF_METHOD *meth;
+	void *meth_data;
+	LHASH_OF(CONF_VALUE) *data;
+	};
+
+CONF *NCONF_new(CONF_METHOD *meth);
+CONF_METHOD *NCONF_default(void);
+CONF_METHOD *NCONF_WIN32(void);
+#if 0 /* Just to give you an idea of what I have in mind */
+CONF_METHOD *NCONF_XML(void);
+#endif
+void NCONF_free(CONF *conf);
+void NCONF_free_data(CONF *conf);
+
+int NCONF_load(CONF *conf,const char *file,long *eline);
+#ifndef OPENSSL_NO_FP_API
+int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
+#endif
+int NCONF_load_bio(CONF *conf, BIO *bp,long *eline);
+STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
+char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
+int NCONF_get_number_e(const CONF *conf,const char *group,const char *name,
+		       long *result);
+int NCONF_dump_fp(const CONF *conf, FILE *out);
+int NCONF_dump_bio(const CONF *conf, BIO *out);
+
+#if 0 /* The following function has no error checking,
+	 and should therefore be avoided */
+long NCONF_get_number(CONF *conf,char *group,char *name);
+#else
+#define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r)
+#endif
+  
+/* Module functions */
+
+int CONF_modules_load(const CONF *cnf, const char *appname,
+		      unsigned long flags);
+int CONF_modules_load_file(const char *filename, const char *appname,
+			   unsigned long flags);
+void CONF_modules_unload(int all);
+void CONF_modules_finish(void);
+void CONF_modules_free(void);
+int CONF_module_add(const char *name, conf_init_func *ifunc,
+		    conf_finish_func *ffunc);
+
+const char *CONF_imodule_get_name(const CONF_IMODULE *md);
+const char *CONF_imodule_get_value(const CONF_IMODULE *md);
+void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
+void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
+CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
+unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md);
+void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags);
+void *CONF_module_get_usr_data(CONF_MODULE *pmod);
+void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
+
+char *CONF_get1_default_config_file(void);
+
+int CONF_parse_list(const char *list, int sep, int nospc,
+	int (*list_cb)(const char *elem, int len, void *usr), void *arg);
+
+void OPENSSL_load_builtin_modules(void);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_CONF_strings(void);
+
+/* Error codes for the CONF functions. */
+
+/* Function codes. */
+#define CONF_F_CONF_DUMP_FP				 104
+#define CONF_F_CONF_LOAD				 100
+#define CONF_F_CONF_LOAD_BIO				 102
+#define CONF_F_CONF_LOAD_FP				 103
+#define CONF_F_CONF_MODULES_LOAD			 116
+#define CONF_F_CONF_PARSE_LIST				 119
+#define CONF_F_DEF_LOAD					 120
+#define CONF_F_DEF_LOAD_BIO				 121
+#define CONF_F_MODULE_INIT				 115
+#define CONF_F_MODULE_LOAD_DSO				 117
+#define CONF_F_MODULE_RUN				 118
+#define CONF_F_NCONF_DUMP_BIO				 105
+#define CONF_F_NCONF_DUMP_FP				 106
+#define CONF_F_NCONF_GET_NUMBER				 107
+#define CONF_F_NCONF_GET_NUMBER_E			 112
+#define CONF_F_NCONF_GET_SECTION			 108
+#define CONF_F_NCONF_GET_STRING				 109
+#define CONF_F_NCONF_LOAD				 113
+#define CONF_F_NCONF_LOAD_BIO				 110
+#define CONF_F_NCONF_LOAD_FP				 114
+#define CONF_F_NCONF_NEW				 111
+#define CONF_F_STR_COPY					 101
+
+/* Reason codes. */
+#define CONF_R_ERROR_LOADING_DSO			 110
+#define CONF_R_LIST_CANNOT_BE_NULL			 115
+#define CONF_R_MISSING_CLOSE_SQUARE_BRACKET		 100
+#define CONF_R_MISSING_EQUAL_SIGN			 101
+#define CONF_R_MISSING_FINISH_FUNCTION			 111
+#define CONF_R_MISSING_INIT_FUNCTION			 112
+#define CONF_R_MODULE_INITIALIZATION_ERROR		 109
+#define CONF_R_NO_CLOSE_BRACE				 102
+#define CONF_R_NO_CONF					 105
+#define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE		 106
+#define CONF_R_NO_SECTION				 107
+#define CONF_R_NO_SUCH_FILE				 114
+#define CONF_R_NO_VALUE					 108
+#define CONF_R_UNABLE_TO_CREATE_NEW_SECTION		 103
+#define CONF_R_UNKNOWN_MODULE_NAME			 113
+#define CONF_R_VARIABLE_HAS_NO_VALUE			 104
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/conf_api.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/conf_api.h
new file mode 100755
index 0000000000000000000000000000000000000000..a7f06eb5b7134ad521be1638844f0b172c00cef0
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/conf_api.h
@@ -0,0 +1,89 @@
+/* conf_api.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef  HEADER_CONF_API_H
+#define HEADER_CONF_API_H
+
+#include <APOpenSSL/lhash.h>
+#include <APOpenSSL/conf.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Up until OpenSSL 0.9.5a, this was new_section */
+CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
+/* Up until OpenSSL 0.9.5a, this was get_section */
+CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
+/* Up until OpenSSL 0.9.5a, this was CONF_get_section */
+STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
+					       const char *section);
+
+int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
+char *_CONF_get_string(const CONF *conf, const char *section,
+		       const char *name);
+long _CONF_get_number(const CONF *conf, const char *section, const char *name);
+
+int _CONF_new_data(CONF *conf);
+void _CONF_free_data(CONF *conf);
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/crypto.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/crypto.h
new file mode 100755
index 0000000000000000000000000000000000000000..5335efeea47cf56d8f5c1716fe309f5b18576e33
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/crypto.h
@@ -0,0 +1,604 @@
+/* crypto/crypto.h */
+/* ====================================================================
+ * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ * ECDH support in OpenSSL originally developed by 
+ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
+ */
+
+#ifndef HEADER_CRYPTO_H
+#define HEADER_CRYPTO_H
+
+#include <stdlib.h>
+
+#include <APOpenSSL/e_os2.h>
+
+#ifndef OPENSSL_NO_FP_API
+#include <stdio.h>
+#endif
+
+#include <APOpenSSL/stack.h>
+#include <APOpenSSL/safestack.h>
+#include <APOpenSSL/opensslv.h>
+#include <APOpenSSL/ossl_typ.h>
+
+#ifdef CHARSET_EBCDIC
+#include <APOpenSSL/ebcdic.h>
+#endif
+
+/* Resolve problems on some operating systems with symbol names that clash
+   one way or another */
+#include <APOpenSSL/symhacks.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Backward compatibility to SSLeay */
+/* This is more to be used to check the correct DLL is being used
+ * in the MS world. */
+#define SSLEAY_VERSION_NUMBER	OPENSSL_VERSION_NUMBER
+#define SSLEAY_VERSION		0
+/* #define SSLEAY_OPTIONS	1 no longer supported */
+#define SSLEAY_CFLAGS		2
+#define SSLEAY_BUILT_ON		3
+#define SSLEAY_PLATFORM		4
+#define SSLEAY_DIR		5
+
+/* Already declared in ossl_typ.h */
+#if 0
+typedef struct crypto_ex_data_st CRYPTO_EX_DATA;
+/* Called when a new object is created */
+typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
+					int idx, long argl, void *argp);
+/* Called when an object is free()ed */
+typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
+					int idx, long argl, void *argp);
+/* Called when we need to dup an object */
+typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, void *from_d, 
+					int idx, long argl, void *argp);
+#endif
+
+/* A generic structure to pass assorted data in a expandable way */
+typedef struct openssl_item_st
+	{
+	int code;
+	void *value;		/* Not used for flag attributes */
+	size_t value_size;	/* Max size of value for output, length for input */
+	size_t *value_length;	/* Returned length of value for output */
+	} OPENSSL_ITEM;
+
+
+/* When changing the CRYPTO_LOCK_* list, be sure to maintin the text lock
+ * names in cryptlib.c
+ */
+
+#define	CRYPTO_LOCK_ERR			1
+#define	CRYPTO_LOCK_EX_DATA		2
+#define	CRYPTO_LOCK_X509		3
+#define	CRYPTO_LOCK_X509_INFO		4
+#define	CRYPTO_LOCK_X509_PKEY		5
+#define CRYPTO_LOCK_X509_CRL		6
+#define CRYPTO_LOCK_X509_REQ		7
+#define CRYPTO_LOCK_DSA			8
+#define CRYPTO_LOCK_RSA			9
+#define CRYPTO_LOCK_EVP_PKEY		10
+#define CRYPTO_LOCK_X509_STORE		11
+#define CRYPTO_LOCK_SSL_CTX		12
+#define CRYPTO_LOCK_SSL_CERT		13
+#define CRYPTO_LOCK_SSL_SESSION		14
+#define CRYPTO_LOCK_SSL_SESS_CERT	15
+#define CRYPTO_LOCK_SSL			16
+#define CRYPTO_LOCK_SSL_METHOD		17
+#define CRYPTO_LOCK_RAND		18
+#define CRYPTO_LOCK_RAND2		19
+#define CRYPTO_LOCK_MALLOC		20
+#define CRYPTO_LOCK_BIO			21
+#define CRYPTO_LOCK_GETHOSTBYNAME	22
+#define CRYPTO_LOCK_GETSERVBYNAME	23
+#define CRYPTO_LOCK_READDIR		24
+#define CRYPTO_LOCK_RSA_BLINDING	25
+#define CRYPTO_LOCK_DH			26
+#define CRYPTO_LOCK_MALLOC2		27
+#define CRYPTO_LOCK_DSO			28
+#define CRYPTO_LOCK_DYNLOCK		29
+#define CRYPTO_LOCK_ENGINE		30
+#define CRYPTO_LOCK_UI			31
+#define CRYPTO_LOCK_ECDSA               32
+#define CRYPTO_LOCK_EC			33
+#define CRYPTO_LOCK_ECDH		34
+#define CRYPTO_LOCK_BN  		35
+#define CRYPTO_LOCK_EC_PRE_COMP		36
+#define CRYPTO_LOCK_STORE		37
+#define CRYPTO_LOCK_COMP		38
+#define CRYPTO_LOCK_FIPS		39
+#define CRYPTO_LOCK_FIPS2		40
+#define CRYPTO_NUM_LOCKS		41
+
+#define CRYPTO_LOCK		1
+#define CRYPTO_UNLOCK		2
+#define CRYPTO_READ		4
+#define CRYPTO_WRITE		8
+
+#ifndef OPENSSL_NO_LOCKING
+#ifndef CRYPTO_w_lock
+#define CRYPTO_w_lock(type)	\
+	CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
+#define CRYPTO_w_unlock(type)	\
+	CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
+#define CRYPTO_r_lock(type)	\
+	CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
+#define CRYPTO_r_unlock(type)	\
+	CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
+#define CRYPTO_add(addr,amount,type)	\
+	CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
+#endif
+#else
+#define CRYPTO_w_lock(a)
+#define CRYPTO_w_unlock(a)
+#define CRYPTO_r_lock(a)
+#define CRYPTO_r_unlock(a)
+#define CRYPTO_add(a,b,c)	((*(a))+=(b))
+#endif
+
+/* Some applications as well as some parts of OpenSSL need to allocate
+   and deallocate locks in a dynamic fashion.  The following typedef
+   makes this possible in a type-safe manner.  */
+/* struct CRYPTO_dynlock_value has to be defined by the application. */
+typedef struct
+	{
+	int references;
+	struct CRYPTO_dynlock_value *data;
+	} CRYPTO_dynlock;
+
+
+/* The following can be used to detect memory leaks in the SSLeay library.
+ * It used, it turns on malloc checking */
+
+#define CRYPTO_MEM_CHECK_OFF	0x0	/* an enume */
+#define CRYPTO_MEM_CHECK_ON	0x1	/* a bit */
+#define CRYPTO_MEM_CHECK_ENABLE	0x2	/* a bit */
+#define CRYPTO_MEM_CHECK_DISABLE 0x3	/* an enume */
+
+/* The following are bit values to turn on or off options connected to the
+ * malloc checking functionality */
+
+/* Adds time to the memory checking information */
+#define V_CRYPTO_MDEBUG_TIME	0x1 /* a bit */
+/* Adds thread number to the memory checking information */
+#define V_CRYPTO_MDEBUG_THREAD	0x2 /* a bit */
+
+#define V_CRYPTO_MDEBUG_ALL (V_CRYPTO_MDEBUG_TIME | V_CRYPTO_MDEBUG_THREAD)
+
+
+/* predec of the BIO type */
+typedef struct bio_st BIO_dummy;
+
+struct crypto_ex_data_st
+	{
+	STACK_OF(void) *sk;
+	int dummy; /* gcc is screwing up this data structure :-( */
+	};
+DECLARE_STACK_OF(void)
+
+/* This stuff is basically class callback functions
+ * The current classes are SSL_CTX, SSL, SSL_SESSION, and a few more */
+
+typedef struct crypto_ex_data_func_st
+	{
+	long argl;	/* Arbitary long */
+	void *argp;	/* Arbitary void * */
+	CRYPTO_EX_new *new_func;
+	CRYPTO_EX_free *free_func;
+	CRYPTO_EX_dup *dup_func;
+	} CRYPTO_EX_DATA_FUNCS;
+
+DECLARE_STACK_OF(CRYPTO_EX_DATA_FUNCS)
+
+/* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA
+ * entry.
+ */
+
+#define CRYPTO_EX_INDEX_BIO		0
+#define CRYPTO_EX_INDEX_SSL		1
+#define CRYPTO_EX_INDEX_SSL_CTX		2
+#define CRYPTO_EX_INDEX_SSL_SESSION	3
+#define CRYPTO_EX_INDEX_X509_STORE	4
+#define CRYPTO_EX_INDEX_X509_STORE_CTX	5
+#define CRYPTO_EX_INDEX_RSA		6
+#define CRYPTO_EX_INDEX_DSA		7
+#define CRYPTO_EX_INDEX_DH		8
+#define CRYPTO_EX_INDEX_ENGINE		9
+#define CRYPTO_EX_INDEX_X509		10
+#define CRYPTO_EX_INDEX_UI		11
+#define CRYPTO_EX_INDEX_ECDSA		12
+#define CRYPTO_EX_INDEX_ECDH		13
+#define CRYPTO_EX_INDEX_COMP		14
+#define CRYPTO_EX_INDEX_STORE		15
+
+/* Dynamically assigned indexes start from this value (don't use directly, use
+ * via CRYPTO_ex_data_new_class). */
+#define CRYPTO_EX_INDEX_USER		100
+
+
+/* This is the default callbacks, but we can have others as well:
+ * this is needed in Win32 where the application malloc and the
+ * library malloc may not be the same.
+ */
+#define CRYPTO_malloc_init()	CRYPTO_set_mem_functions(\
+	malloc, realloc, free)
+
+#if defined CRYPTO_MDEBUG_ALL || defined CRYPTO_MDEBUG_TIME || defined CRYPTO_MDEBUG_THREAD
+# ifndef CRYPTO_MDEBUG /* avoid duplicate #define */
+#  define CRYPTO_MDEBUG
+# endif
+#endif
+
+/* Set standard debugging functions (not done by default
+ * unless CRYPTO_MDEBUG is defined) */
+#define CRYPTO_malloc_debug_init()	do {\
+	CRYPTO_set_mem_debug_functions(\
+		CRYPTO_dbg_malloc,\
+		CRYPTO_dbg_realloc,\
+		CRYPTO_dbg_free,\
+		CRYPTO_dbg_set_options,\
+		CRYPTO_dbg_get_options);\
+	} while(0)
+
+int CRYPTO_mem_ctrl(int mode);
+int CRYPTO_is_mem_check_on(void);
+
+/* for applications */
+#define MemCheck_start() CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON)
+#define MemCheck_stop()	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_OFF)
+
+/* for library-internal use */
+#define MemCheck_on()	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ENABLE)
+#define MemCheck_off()	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_DISABLE)
+#define is_MemCheck_on() CRYPTO_is_mem_check_on()
+
+#define OPENSSL_malloc(num)	CRYPTO_malloc((int)num,__FILE__,__LINE__)
+#define OPENSSL_strdup(str)	CRYPTO_strdup((str),__FILE__,__LINE__)
+#define OPENSSL_realloc(addr,num) \
+	CRYPTO_realloc((char *)addr,(int)num,__FILE__,__LINE__)
+#define OPENSSL_realloc_clean(addr,old_num,num) \
+	CRYPTO_realloc_clean(addr,old_num,num,__FILE__,__LINE__)
+#define OPENSSL_remalloc(addr,num) \
+	CRYPTO_remalloc((char **)addr,(int)num,__FILE__,__LINE__)
+#define OPENSSL_freeFunc	CRYPTO_free
+#define OPENSSL_free(addr)	CRYPTO_free(addr)
+
+#define OPENSSL_malloc_locked(num) \
+	CRYPTO_malloc_locked((int)num,__FILE__,__LINE__)
+#define OPENSSL_free_locked(addr) CRYPTO_free_locked(addr)
+
+
+const char *SSLeay_version(int type);
+unsigned long SSLeay(void);
+
+int OPENSSL_issetugid(void);
+
+/* An opaque type representing an implementation of "ex_data" support */
+typedef struct st_CRYPTO_EX_DATA_IMPL	CRYPTO_EX_DATA_IMPL;
+/* Return an opaque pointer to the current "ex_data" implementation */
+const CRYPTO_EX_DATA_IMPL *CRYPTO_get_ex_data_implementation(void);
+/* Sets the "ex_data" implementation to be used (if it's not too late) */
+int CRYPTO_set_ex_data_implementation(const CRYPTO_EX_DATA_IMPL *i);
+/* Get a new "ex_data" class, and return the corresponding "class_index" */
+int CRYPTO_ex_data_new_class(void);
+/* Within a given class, get/register a new index */
+int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
+		CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func,
+		CRYPTO_EX_free *free_func);
+/* Initialise/duplicate/free CRYPTO_EX_DATA variables corresponding to a given
+ * class (invokes whatever per-class callbacks are applicable) */
+int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
+int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to,
+		CRYPTO_EX_DATA *from);
+void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
+/* Get/set data in a CRYPTO_EX_DATA variable corresponding to a particular index
+ * (relative to the class type involved) */
+int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val);
+void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad,int idx);
+/* This function cleans up all "ex_data" state. It mustn't be called under
+ * potential race-conditions. */
+void CRYPTO_cleanup_all_ex_data(void);
+
+int CRYPTO_get_new_lockid(char *name);
+
+int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
+void CRYPTO_lock(int mode, int type,const char *file,int line);
+void CRYPTO_set_locking_callback(void (*func)(int mode,int type,
+					      const char *file,int line));
+void (*CRYPTO_get_locking_callback(void))(int mode,int type,const char *file,
+		int line);
+void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type,
+					      const char *file, int line));
+int (*CRYPTO_get_add_lock_callback(void))(int *num,int mount,int type,
+					  const char *file,int line);
+
+/* Don't use this structure directly. */
+typedef struct crypto_threadid_st
+	{
+	void *ptr;
+	unsigned long val;
+	} CRYPTO_THREADID;
+/* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
+void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val);
+void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr);
+int CRYPTO_THREADID_set_callback(void (*threadid_func)(CRYPTO_THREADID *));
+void (*CRYPTO_THREADID_get_callback(void))(CRYPTO_THREADID *);
+void CRYPTO_THREADID_current(CRYPTO_THREADID *id);
+int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b);
+void CRYPTO_THREADID_cpy(CRYPTO_THREADID *dest, const CRYPTO_THREADID *src);
+unsigned long CRYPTO_THREADID_hash(const CRYPTO_THREADID *id);
+#ifndef OPENSSL_NO_DEPRECATED
+void CRYPTO_set_id_callback(unsigned long (*func)(void));
+unsigned long (*CRYPTO_get_id_callback(void))(void);
+unsigned long CRYPTO_thread_id(void);
+#endif
+
+const char *CRYPTO_get_lock_name(int type);
+int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
+		    int line);
+
+int CRYPTO_get_new_dynlockid(void);
+void CRYPTO_destroy_dynlockid(int i);
+struct CRYPTO_dynlock_value *CRYPTO_get_dynlock_value(int i);
+void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*dyn_create_function)(const char *file, int line));
+void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line));
+void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)(struct CRYPTO_dynlock_value *l, const char *file, int line));
+struct CRYPTO_dynlock_value *(*CRYPTO_get_dynlock_create_callback(void))(const char *file,int line);
+void (*CRYPTO_get_dynlock_lock_callback(void))(int mode, struct CRYPTO_dynlock_value *l, const char *file,int line);
+void (*CRYPTO_get_dynlock_destroy_callback(void))(struct CRYPTO_dynlock_value *l, const char *file,int line);
+
+/* CRYPTO_set_mem_functions includes CRYPTO_set_locked_mem_functions --
+ * call the latter last if you need different functions */
+int CRYPTO_set_mem_functions(void *(*m)(size_t),void *(*r)(void *,size_t), void (*f)(void *));
+int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*free_func)(void *));
+int CRYPTO_set_mem_ex_functions(void *(*m)(size_t,const char *,int),
+                                void *(*r)(void *,size_t,const char *,int),
+                                void (*f)(void *));
+int CRYPTO_set_locked_mem_ex_functions(void *(*m)(size_t,const char *,int),
+                                       void (*free_func)(void *));
+int CRYPTO_set_mem_debug_functions(void (*m)(void *,int,const char *,int,int),
+				   void (*r)(void *,void *,int,const char *,int,int),
+				   void (*f)(void *,int),
+				   void (*so)(long),
+				   long (*go)(void));
+void CRYPTO_get_mem_functions(void *(**m)(size_t),void *(**r)(void *, size_t), void (**f)(void *));
+void CRYPTO_get_locked_mem_functions(void *(**m)(size_t), void (**f)(void *));
+void CRYPTO_get_mem_ex_functions(void *(**m)(size_t,const char *,int),
+                                 void *(**r)(void *, size_t,const char *,int),
+                                 void (**f)(void *));
+void CRYPTO_get_locked_mem_ex_functions(void *(**m)(size_t,const char *,int),
+                                        void (**f)(void *));
+void CRYPTO_get_mem_debug_functions(void (**m)(void *,int,const char *,int,int),
+				    void (**r)(void *,void *,int,const char *,int,int),
+				    void (**f)(void *,int),
+				    void (**so)(long),
+				    long (**go)(void));
+
+void *CRYPTO_malloc_locked(int num, const char *file, int line);
+void CRYPTO_free_locked(void *);
+void *CRYPTO_malloc(int num, const char *file, int line);
+char *CRYPTO_strdup(const char *str, const char *file, int line);
+void CRYPTO_free(void *);
+void *CRYPTO_realloc(void *addr,int num, const char *file, int line);
+void *CRYPTO_realloc_clean(void *addr,int old_num,int num,const char *file,
+			   int line);
+void *CRYPTO_remalloc(void *addr,int num, const char *file, int line);
+
+void OPENSSL_cleanse(void *ptr, size_t len);
+
+void CRYPTO_set_mem_debug_options(long bits);
+long CRYPTO_get_mem_debug_options(void);
+
+#define CRYPTO_push_info(info) \
+        CRYPTO_push_info_(info, __FILE__, __LINE__);
+int CRYPTO_push_info_(const char *info, const char *file, int line);
+int CRYPTO_pop_info(void);
+int CRYPTO_remove_all_info(void);
+
+
+/* Default debugging functions (enabled by CRYPTO_malloc_debug_init() macro;
+ * used as default in CRYPTO_MDEBUG compilations): */
+/* The last argument has the following significance:
+ *
+ * 0:	called before the actual memory allocation has taken place
+ * 1:	called after the actual memory allocation has taken place
+ */
+void CRYPTO_dbg_malloc(void *addr,int num,const char *file,int line,int before_p);
+void CRYPTO_dbg_realloc(void *addr1,void *addr2,int num,const char *file,int line,int before_p);
+void CRYPTO_dbg_free(void *addr,int before_p);
+/* Tell the debugging code about options.  By default, the following values
+ * apply:
+ *
+ * 0:                           Clear all options.
+ * V_CRYPTO_MDEBUG_TIME (1):    Set the "Show Time" option.
+ * V_CRYPTO_MDEBUG_THREAD (2):  Set the "Show Thread Number" option.
+ * V_CRYPTO_MDEBUG_ALL (3):     1 + 2
+ */
+void CRYPTO_dbg_set_options(long bits);
+long CRYPTO_dbg_get_options(void);
+
+
+#ifndef OPENSSL_NO_FP_API
+void CRYPTO_mem_leaks_fp(FILE *);
+#endif
+void CRYPTO_mem_leaks(struct bio_st *bio);
+/* unsigned long order, char *file, int line, int num_bytes, char *addr */
+typedef void *CRYPTO_MEM_LEAK_CB(unsigned long, const char *, int, int, void *);
+void CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb);
+
+/* die if we have to */
+void OpenSSLDie(const char *file,int line,const char *assertion);
+#define OPENSSL_assert(e)       (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
+
+unsigned long *OPENSSL_ia32cap_loc(void);
+#define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc()))
+int OPENSSL_isservice(void);
+
+int FIPS_mode(void);
+int FIPS_mode_set(int r);
+
+void OPENSSL_init(void);
+
+#define fips_md_init(alg) fips_md_init_ctx(alg, alg)
+
+#ifdef OPENSSL_FIPS
+#define fips_md_init_ctx(alg, cx) \
+	int alg##_Init(cx##_CTX *c) \
+	{ \
+	if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
+		"Low level API call to digest " #alg " forbidden in FIPS mode!"); \
+	return private_##alg##_Init(c); \
+	} \
+	int private_##alg##_Init(cx##_CTX *c)
+
+#define fips_cipher_abort(alg) \
+	if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
+		"Low level API call to cipher " #alg " forbidden in FIPS mode!")
+
+#else
+#define fips_md_init_ctx(alg, cx) \
+	int alg##_Init(cx##_CTX *c)
+#define fips_cipher_abort(alg) while(0)
+#endif
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_CRYPTO_strings(void);
+
+/* Error codes for the CRYPTO functions. */
+
+/* Function codes. */
+#define CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX		 100
+#define CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID		 103
+#define CRYPTO_F_CRYPTO_GET_NEW_LOCKID			 101
+#define CRYPTO_F_CRYPTO_SET_EX_DATA			 102
+#define CRYPTO_F_DEF_ADD_INDEX				 104
+#define CRYPTO_F_DEF_GET_CLASS				 105
+#define CRYPTO_F_FIPS_MODE_SET				 109
+#define CRYPTO_F_INT_DUP_EX_DATA			 106
+#define CRYPTO_F_INT_FREE_EX_DATA			 107
+#define CRYPTO_F_INT_NEW_EX_DATA			 108
+
+/* Reason codes. */
+#define CRYPTO_R_FIPS_MODE_NOT_SUPPORTED		 101
+#define CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK		 100
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/des.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/des.h
new file mode 100755
index 0000000000000000000000000000000000000000..fef3e5e9825bf217ea1844299b3bcbc5dbb9f1ef
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/des.h
@@ -0,0 +1,248 @@
+/* crypto/des/des.h */
+/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_NEW_DES_H
+#define HEADER_NEW_DES_H
+
+#include <APOpenSSL/e_os2.h>	/* OPENSSL_EXTERN, OPENSSL_NO_DES,
+				   DES_LONG (via openssl/opensslconf.h */
+
+#ifdef OPENSSL_NO_DES
+#error DES is disabled.
+#endif
+
+#ifdef OPENSSL_BUILD_SHLIBCRYPTO
+# undef OPENSSL_EXTERN
+# define OPENSSL_EXTERN OPENSSL_EXPORT
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef unsigned char DES_cblock[8];
+typedef /* const */ unsigned char const_DES_cblock[8];
+/* With "const", gcc 2.8.1 on Solaris thinks that DES_cblock *
+ * and const_DES_cblock * are incompatible pointer types. */
+
+typedef struct DES_ks
+    {
+    union
+	{
+	DES_cblock cblock;
+	/* make sure things are correct size on machines with
+	 * 8 byte longs */
+	DES_LONG deslong[2];
+	} ks[16];
+    } DES_key_schedule;
+
+#ifndef OPENSSL_DISABLE_OLD_DES_SUPPORT
+# ifndef OPENSSL_ENABLE_OLD_DES_SUPPORT
+#  define OPENSSL_ENABLE_OLD_DES_SUPPORT
+# endif
+#endif
+
+#ifdef OPENSSL_ENABLE_OLD_DES_SUPPORT
+# include <APOpenSSL/des_old.h>
+#endif
+
+#define DES_KEY_SZ 	(sizeof(DES_cblock))
+#define DES_SCHEDULE_SZ (sizeof(DES_key_schedule))
+
+#define DES_ENCRYPT	1
+#define DES_DECRYPT	0
+
+#define DES_CBC_MODE	0
+#define DES_PCBC_MODE	1
+
+#define DES_ecb2_encrypt(i,o,k1,k2,e) \
+	DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
+
+#define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
+	DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
+
+#define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
+	DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
+
+#define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
+	DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
+
+OPENSSL_DECLARE_GLOBAL(int,DES_check_key);	/* defaults to false */
+#define DES_check_key OPENSSL_GLOBAL_REF(DES_check_key)
+OPENSSL_DECLARE_GLOBAL(int,DES_rw_mode);	/* defaults to DES_PCBC_MODE */
+#define DES_rw_mode OPENSSL_GLOBAL_REF(DES_rw_mode)
+
+const char *DES_options(void);
+void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
+		      DES_key_schedule *ks1,DES_key_schedule *ks2,
+		      DES_key_schedule *ks3, int enc);
+DES_LONG DES_cbc_cksum(const unsigned char *input,DES_cblock *output,
+		       long length,DES_key_schedule *schedule,
+		       const_DES_cblock *ivec);
+/* DES_cbc_encrypt does not update the IV!  Use DES_ncbc_encrypt instead. */
+void DES_cbc_encrypt(const unsigned char *input,unsigned char *output,
+		     long length,DES_key_schedule *schedule,DES_cblock *ivec,
+		     int enc);
+void DES_ncbc_encrypt(const unsigned char *input,unsigned char *output,
+		      long length,DES_key_schedule *schedule,DES_cblock *ivec,
+		      int enc);
+void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
+		      long length,DES_key_schedule *schedule,DES_cblock *ivec,
+		      const_DES_cblock *inw,const_DES_cblock *outw,int enc);
+void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
+		     long length,DES_key_schedule *schedule,DES_cblock *ivec,
+		     int enc);
+void DES_ecb_encrypt(const_DES_cblock *input,DES_cblock *output,
+		     DES_key_schedule *ks,int enc);
+
+/* 	This is the DES encryption function that gets called by just about
+	every other DES routine in the library.  You should not use this
+	function except to implement 'modes' of DES.  I say this because the
+	functions that call this routine do the conversion from 'char *' to
+	long, and this needs to be done to make sure 'non-aligned' memory
+	access do not occur.  The characters are loaded 'little endian'.
+	Data is a pointer to 2 unsigned long's and ks is the
+	DES_key_schedule to use.  enc, is non zero specifies encryption,
+	zero if decryption. */
+void DES_encrypt1(DES_LONG *data,DES_key_schedule *ks, int enc);
+
+/* 	This functions is the same as DES_encrypt1() except that the DES
+	initial permutation (IP) and final permutation (FP) have been left
+	out.  As for DES_encrypt1(), you should not use this function.
+	It is used by the routines in the library that implement triple DES.
+	IP() DES_encrypt2() DES_encrypt2() DES_encrypt2() FP() is the same
+	as DES_encrypt1() DES_encrypt1() DES_encrypt1() except faster :-). */
+void DES_encrypt2(DES_LONG *data,DES_key_schedule *ks, int enc);
+
+void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
+		  DES_key_schedule *ks2, DES_key_schedule *ks3);
+void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1,
+		  DES_key_schedule *ks2, DES_key_schedule *ks3);
+void DES_ede3_cbc_encrypt(const unsigned char *input,unsigned char *output, 
+			  long length,
+			  DES_key_schedule *ks1,DES_key_schedule *ks2,
+			  DES_key_schedule *ks3,DES_cblock *ivec,int enc);
+void DES_ede3_cbcm_encrypt(const unsigned char *in,unsigned char *out,
+			   long length,
+			   DES_key_schedule *ks1,DES_key_schedule *ks2,
+			   DES_key_schedule *ks3,
+			   DES_cblock *ivec1,DES_cblock *ivec2,
+			   int enc);
+void DES_ede3_cfb64_encrypt(const unsigned char *in,unsigned char *out,
+			    long length,DES_key_schedule *ks1,
+			    DES_key_schedule *ks2,DES_key_schedule *ks3,
+			    DES_cblock *ivec,int *num,int enc);
+void DES_ede3_cfb_encrypt(const unsigned char *in,unsigned char *out,
+			  int numbits,long length,DES_key_schedule *ks1,
+			  DES_key_schedule *ks2,DES_key_schedule *ks3,
+			  DES_cblock *ivec,int enc);
+void DES_ede3_ofb64_encrypt(const unsigned char *in,unsigned char *out,
+			    long length,DES_key_schedule *ks1,
+			    DES_key_schedule *ks2,DES_key_schedule *ks3,
+			    DES_cblock *ivec,int *num);
+#if 0
+void DES_xwhite_in2out(const_DES_cblock *DES_key,const_DES_cblock *in_white,
+		       DES_cblock *out_white);
+#endif
+
+int DES_enc_read(int fd,void *buf,int len,DES_key_schedule *sched,
+		 DES_cblock *iv);
+int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
+		  DES_cblock *iv);
+char *DES_fcrypt(const char *buf,const char *salt, char *ret);
+char *DES_crypt(const char *buf,const char *salt);
+void DES_ofb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
+		     long length,DES_key_schedule *schedule,DES_cblock *ivec);
+void DES_pcbc_encrypt(const unsigned char *input,unsigned char *output,
+		      long length,DES_key_schedule *schedule,DES_cblock *ivec,
+		      int enc);
+DES_LONG DES_quad_cksum(const unsigned char *input,DES_cblock output[],
+			long length,int out_count,DES_cblock *seed);
+int DES_random_key(DES_cblock *ret);
+void DES_set_odd_parity(DES_cblock *key);
+int DES_check_key_parity(const_DES_cblock *key);
+int DES_is_weak_key(const_DES_cblock *key);
+/* DES_set_key (= set_key = DES_key_sched = key_sched) calls
+ * DES_set_key_checked if global variable DES_check_key is set,
+ * DES_set_key_unchecked otherwise. */
+int DES_set_key(const_DES_cblock *key,DES_key_schedule *schedule);
+int DES_key_sched(const_DES_cblock *key,DES_key_schedule *schedule);
+int DES_set_key_checked(const_DES_cblock *key,DES_key_schedule *schedule);
+void DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
+#ifdef OPENSSL_FIPS
+void private_DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
+#endif
+void DES_string_to_key(const char *str,DES_cblock *key);
+void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
+void DES_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length,
+		       DES_key_schedule *schedule,DES_cblock *ivec,int *num,
+		       int enc);
+void DES_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length,
+		       DES_key_schedule *schedule,DES_cblock *ivec,int *num);
+
+int DES_read_password(DES_cblock *key, const char *prompt, int verify);
+int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
+	int verify);
+
+#define DES_fixup_key_parity DES_set_odd_parity
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/des_old.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/des_old.h
new file mode 100755
index 0000000000000000000000000000000000000000..344b2d44c17b2f6c3f44c45f967f1f2a49c261c6
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/des_old.h
@@ -0,0 +1,446 @@
+/* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */
+
+/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
+ *
+ * The function names in here are deprecated and are only present to
+ * provide an interface compatible with openssl 0.9.6 and older as
+ * well as libdes.  OpenSSL now provides functions where "des_" has
+ * been replaced with "DES_" in the names, to make it possible to
+ * make incompatible changes that are needed for C type security and
+ * other stuff.
+ *
+ * This include files has two compatibility modes:
+ *
+ *   - If OPENSSL_DES_LIBDES_COMPATIBILITY is defined, you get an API
+ *     that is compatible with libdes and SSLeay.
+ *   - If OPENSSL_DES_LIBDES_COMPATIBILITY isn't defined, you get an
+ *     API that is compatible with OpenSSL 0.9.5x to 0.9.6x.
+ *
+ * Note that these modes break earlier snapshots of OpenSSL, where
+ * libdes compatibility was the only available mode or (later on) the
+ * prefered compatibility mode.  However, after much consideration
+ * (and more or less violent discussions with external parties), it
+ * was concluded that OpenSSL should be compatible with earlier versions
+ * of itself before anything else.  Also, in all honesty, libdes is
+ * an old beast that shouldn't really be used any more.
+ *
+ * Please consider starting to use the DES_ functions rather than the
+ * des_ ones.  The des_ functions will disappear completely before
+ * OpenSSL 1.0!
+ *
+ * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
+ */
+
+/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
+ * project 2001.
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_DES_H
+#define HEADER_DES_H
+
+#include <APOpenSSL/e_os2.h>	/* OPENSSL_EXTERN, OPENSSL_NO_DES, DES_LONG */
+
+#ifdef OPENSSL_NO_DES
+#error DES is disabled.
+#endif
+
+#ifndef HEADER_NEW_DES_H
+#error You must include des.h, not des_old.h directly.
+#endif
+
+#ifdef _KERBEROS_DES_H
+#error <APOpenSSL/des_old.h> replaces <kerberos/des.h>.
+#endif
+
+#include <APOpenSSL/symhacks.h>
+
+#ifdef OPENSSL_BUILD_SHLIBCRYPTO
+# undef OPENSSL_EXTERN
+# define OPENSSL_EXTERN OPENSSL_EXPORT
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef _
+#undef _
+#endif
+
+typedef unsigned char _ossl_old_des_cblock[8];
+typedef struct _ossl_old_des_ks_struct
+	{
+	union	{
+		_ossl_old_des_cblock _;
+		/* make sure things are correct size on machines with
+		 * 8 byte longs */
+		DES_LONG pad[2];
+		} ks;
+	} _ossl_old_des_key_schedule[16];
+
+#ifndef OPENSSL_DES_LIBDES_COMPATIBILITY
+#define des_cblock DES_cblock
+#define const_des_cblock const_DES_cblock
+#define des_key_schedule DES_key_schedule
+#define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
+	DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
+#define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
+	DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
+#define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
+	DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
+#define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
+	DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
+#define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
+	DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n))
+#define des_options()\
+	DES_options()
+#define des_cbc_cksum(i,o,l,k,iv)\
+	DES_cbc_cksum((i),(o),(l),&(k),(iv))
+#define des_cbc_encrypt(i,o,l,k,iv,e)\
+	DES_cbc_encrypt((i),(o),(l),&(k),(iv),(e))
+#define des_ncbc_encrypt(i,o,l,k,iv,e)\
+	DES_ncbc_encrypt((i),(o),(l),&(k),(iv),(e))
+#define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
+	DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
+#define des_cfb_encrypt(i,o,n,l,k,iv,e)\
+	DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
+#define des_ecb_encrypt(i,o,k,e)\
+	DES_ecb_encrypt((i),(o),&(k),(e))
+#define des_encrypt1(d,k,e)\
+	DES_encrypt1((d),&(k),(e))
+#define des_encrypt2(d,k,e)\
+	DES_encrypt2((d),&(k),(e))
+#define des_encrypt3(d,k1,k2,k3)\
+	DES_encrypt3((d),&(k1),&(k2),&(k3))
+#define des_decrypt3(d,k1,k2,k3)\
+	DES_decrypt3((d),&(k1),&(k2),&(k3))
+#define des_xwhite_in2out(k,i,o)\
+	DES_xwhite_in2out((k),(i),(o))
+#define des_enc_read(f,b,l,k,iv)\
+	DES_enc_read((f),(b),(l),&(k),(iv))
+#define des_enc_write(f,b,l,k,iv)\
+	DES_enc_write((f),(b),(l),&(k),(iv))
+#define des_fcrypt(b,s,r)\
+	DES_fcrypt((b),(s),(r))
+#if 0
+#define des_crypt(b,s)\
+	DES_crypt((b),(s))
+#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
+#define crypt(b,s)\
+	DES_crypt((b),(s))
+#endif
+#endif
+#define des_ofb_encrypt(i,o,n,l,k,iv)\
+	DES_ofb_encrypt((i),(o),(n),(l),&(k),(iv))
+#define des_pcbc_encrypt(i,o,l,k,iv,e)\
+	DES_pcbc_encrypt((i),(o),(l),&(k),(iv),(e))
+#define des_quad_cksum(i,o,l,c,s)\
+	DES_quad_cksum((i),(o),(l),(c),(s))
+#define des_random_seed(k)\
+	_ossl_096_des_random_seed((k))
+#define des_random_key(r)\
+	DES_random_key((r))
+#define des_read_password(k,p,v) \
+	DES_read_password((k),(p),(v))
+#define des_read_2passwords(k1,k2,p,v) \
+	DES_read_2passwords((k1),(k2),(p),(v))
+#define des_set_odd_parity(k)\
+	DES_set_odd_parity((k))
+#define des_check_key_parity(k)\
+	DES_check_key_parity((k))
+#define des_is_weak_key(k)\
+	DES_is_weak_key((k))
+#define des_set_key(k,ks)\
+	DES_set_key((k),&(ks))
+#define des_key_sched(k,ks)\
+	DES_key_sched((k),&(ks))
+#define des_set_key_checked(k,ks)\
+	DES_set_key_checked((k),&(ks))
+#define des_set_key_unchecked(k,ks)\
+	DES_set_key_unchecked((k),&(ks))
+#define des_string_to_key(s,k)\
+	DES_string_to_key((s),(k))
+#define des_string_to_2keys(s,k1,k2)\
+	DES_string_to_2keys((s),(k1),(k2))
+#define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\
+	DES_cfb64_encrypt((i),(o),(l),&(ks),(iv),(n),(e))
+#define des_ofb64_encrypt(i,o,l,ks,iv,n)\
+	DES_ofb64_encrypt((i),(o),(l),&(ks),(iv),(n))
+		
+
+#define des_ecb2_encrypt(i,o,k1,k2,e) \
+	des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
+
+#define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
+	des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
+
+#define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
+	des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
+
+#define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
+	des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
+
+#define des_check_key DES_check_key
+#define des_rw_mode DES_rw_mode
+#else /* libdes compatibility */
+/* Map all symbol names to _ossl_old_des_* form, so we avoid all
+   clashes with libdes */
+#define des_cblock _ossl_old_des_cblock
+#define des_key_schedule _ossl_old_des_key_schedule
+#define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
+	_ossl_old_des_ecb3_encrypt((i),(o),(k1),(k2),(k3),(e))
+#define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
+	_ossl_old_des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(e))
+#define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
+	_ossl_old_des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(n),(e))
+#define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
+	_ossl_old_des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(n))
+#define des_options()\
+	_ossl_old_des_options()
+#define des_cbc_cksum(i,o,l,k,iv)\
+	_ossl_old_des_cbc_cksum((i),(o),(l),(k),(iv))
+#define des_cbc_encrypt(i,o,l,k,iv,e)\
+	_ossl_old_des_cbc_encrypt((i),(o),(l),(k),(iv),(e))
+#define des_ncbc_encrypt(i,o,l,k,iv,e)\
+	_ossl_old_des_ncbc_encrypt((i),(o),(l),(k),(iv),(e))
+#define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
+	_ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
+#define des_cfb_encrypt(i,o,n,l,k,iv,e)\
+	_ossl_old_des_cfb_encrypt((i),(o),(n),(l),(k),(iv),(e))
+#define des_ecb_encrypt(i,o,k,e)\
+	_ossl_old_des_ecb_encrypt((i),(o),(k),(e))
+#define des_encrypt(d,k,e)\
+	_ossl_old_des_encrypt((d),(k),(e))
+#define des_encrypt2(d,k,e)\
+	_ossl_old_des_encrypt2((d),(k),(e))
+#define des_encrypt3(d,k1,k2,k3)\
+	_ossl_old_des_encrypt3((d),(k1),(k2),(k3))
+#define des_decrypt3(d,k1,k2,k3)\
+	_ossl_old_des_decrypt3((d),(k1),(k2),(k3))
+#define des_xwhite_in2out(k,i,o)\
+	_ossl_old_des_xwhite_in2out((k),(i),(o))
+#define des_enc_read(f,b,l,k,iv)\
+	_ossl_old_des_enc_read((f),(b),(l),(k),(iv))
+#define des_enc_write(f,b,l,k,iv)\
+	_ossl_old_des_enc_write((f),(b),(l),(k),(iv))
+#define des_fcrypt(b,s,r)\
+	_ossl_old_des_fcrypt((b),(s),(r))
+#define des_crypt(b,s)\
+	_ossl_old_des_crypt((b),(s))
+#if 0
+#define crypt(b,s)\
+	_ossl_old_crypt((b),(s))
+#endif
+#define des_ofb_encrypt(i,o,n,l,k,iv)\
+	_ossl_old_des_ofb_encrypt((i),(o),(n),(l),(k),(iv))
+#define des_pcbc_encrypt(i,o,l,k,iv,e)\
+	_ossl_old_des_pcbc_encrypt((i),(o),(l),(k),(iv),(e))
+#define des_quad_cksum(i,o,l,c,s)\
+	_ossl_old_des_quad_cksum((i),(o),(l),(c),(s))
+#define des_random_seed(k)\
+	_ossl_old_des_random_seed((k))
+#define des_random_key(r)\
+	_ossl_old_des_random_key((r))
+#define des_read_password(k,p,v) \
+	_ossl_old_des_read_password((k),(p),(v))
+#define des_read_2passwords(k1,k2,p,v) \
+	_ossl_old_des_read_2passwords((k1),(k2),(p),(v))
+#define des_set_odd_parity(k)\
+	_ossl_old_des_set_odd_parity((k))
+#define des_is_weak_key(k)\
+	_ossl_old_des_is_weak_key((k))
+#define des_set_key(k,ks)\
+	_ossl_old_des_set_key((k),(ks))
+#define des_key_sched(k,ks)\
+	_ossl_old_des_key_sched((k),(ks))
+#define des_string_to_key(s,k)\
+	_ossl_old_des_string_to_key((s),(k))
+#define des_string_to_2keys(s,k1,k2)\
+	_ossl_old_des_string_to_2keys((s),(k1),(k2))
+#define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\
+	_ossl_old_des_cfb64_encrypt((i),(o),(l),(ks),(iv),(n),(e))
+#define des_ofb64_encrypt(i,o,l,ks,iv,n)\
+	_ossl_old_des_ofb64_encrypt((i),(o),(l),(ks),(iv),(n))
+		
+
+#define des_ecb2_encrypt(i,o,k1,k2,e) \
+	des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
+
+#define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
+	des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
+
+#define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
+	des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
+
+#define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
+	des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
+
+#define des_check_key DES_check_key
+#define des_rw_mode DES_rw_mode
+#endif
+
+const char *_ossl_old_des_options(void);
+void _ossl_old_des_ecb3_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
+	_ossl_old_des_key_schedule ks1,_ossl_old_des_key_schedule ks2,
+	_ossl_old_des_key_schedule ks3, int enc);
+DES_LONG _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
+	long length,_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec);
+void _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
+	_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
+void _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
+	_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
+void _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
+	_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,
+	_ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
+void _ossl_old_des_cfb_encrypt(unsigned char *in,unsigned char *out,int numbits,
+	long length,_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
+void _ossl_old_des_ecb_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
+	_ossl_old_des_key_schedule ks,int enc);
+void _ossl_old_des_encrypt(DES_LONG *data,_ossl_old_des_key_schedule ks, int enc);
+void _ossl_old_des_encrypt2(DES_LONG *data,_ossl_old_des_key_schedule ks, int enc);
+void _ossl_old_des_encrypt3(DES_LONG *data, _ossl_old_des_key_schedule ks1,
+	_ossl_old_des_key_schedule ks2, _ossl_old_des_key_schedule ks3);
+void _ossl_old_des_decrypt3(DES_LONG *data, _ossl_old_des_key_schedule ks1,
+	_ossl_old_des_key_schedule ks2, _ossl_old_des_key_schedule ks3);
+void _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, 
+	long length, _ossl_old_des_key_schedule ks1, _ossl_old_des_key_schedule ks2, 
+	_ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int enc);
+void _ossl_old_des_ede3_cfb64_encrypt(unsigned char *in, unsigned char *out,
+	long length, _ossl_old_des_key_schedule ks1, _ossl_old_des_key_schedule ks2,
+	_ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num, int enc);
+void _ossl_old_des_ede3_ofb64_encrypt(unsigned char *in, unsigned char *out,
+	long length, _ossl_old_des_key_schedule ks1, _ossl_old_des_key_schedule ks2,
+	_ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num);
+#if 0
+void _ossl_old_des_xwhite_in2out(_ossl_old_des_cblock (*des_key), _ossl_old_des_cblock (*in_white),
+	_ossl_old_des_cblock (*out_white));
+#endif
+
+int _ossl_old_des_enc_read(int fd,char *buf,int len,_ossl_old_des_key_schedule sched,
+	_ossl_old_des_cblock *iv);
+int _ossl_old_des_enc_write(int fd,char *buf,int len,_ossl_old_des_key_schedule sched,
+	_ossl_old_des_cblock *iv);
+char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret);
+char *_ossl_old_des_crypt(const char *buf,const char *salt);
+#if !defined(PERL5) && !defined(NeXT)
+char *_ossl_old_crypt(const char *buf,const char *salt);
+#endif
+void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out,
+	int numbits,long length,_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec);
+void _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length,
+	_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
+DES_LONG _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,
+	long length,int out_count,_ossl_old_des_cblock *seed);
+void _ossl_old_des_random_seed(_ossl_old_des_cblock key);
+void _ossl_old_des_random_key(_ossl_old_des_cblock ret);
+int _ossl_old_des_read_password(_ossl_old_des_cblock *key,const char *prompt,int verify);
+int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2,
+	const char *prompt,int verify);
+void _ossl_old_des_set_odd_parity(_ossl_old_des_cblock *key);
+int _ossl_old_des_is_weak_key(_ossl_old_des_cblock *key);
+int _ossl_old_des_set_key(_ossl_old_des_cblock *key,_ossl_old_des_key_schedule schedule);
+int _ossl_old_des_key_sched(_ossl_old_des_cblock *key,_ossl_old_des_key_schedule schedule);
+void _ossl_old_des_string_to_key(char *str,_ossl_old_des_cblock *key);
+void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
+void _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out, long length,
+	_ossl_old_des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num, int enc);
+void _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out, long length,
+	_ossl_old_des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num);
+
+void _ossl_096_des_random_seed(des_cblock *key);
+
+/* The following definitions provide compatibility with the MIT Kerberos
+ * library. The _ossl_old_des_key_schedule structure is not binary compatible. */
+
+#define _KERBEROS_DES_H
+
+#define KRBDES_ENCRYPT DES_ENCRYPT
+#define KRBDES_DECRYPT DES_DECRYPT
+
+#ifdef KERBEROS
+#  define ENCRYPT DES_ENCRYPT
+#  define DECRYPT DES_DECRYPT
+#endif
+
+#ifndef NCOMPAT
+#  define C_Block des_cblock
+#  define Key_schedule des_key_schedule
+#  define KEY_SZ DES_KEY_SZ
+#  define string_to_key des_string_to_key
+#  define read_pw_string des_read_pw_string
+#  define random_key des_random_key
+#  define pcbc_encrypt des_pcbc_encrypt
+#  define set_key des_set_key
+#  define key_sched des_key_sched
+#  define ecb_encrypt des_ecb_encrypt
+#  define cbc_encrypt des_cbc_encrypt
+#  define ncbc_encrypt des_ncbc_encrypt
+#  define xcbc_encrypt des_xcbc_encrypt
+#  define cbc_cksum des_cbc_cksum
+#  define quad_cksum des_quad_cksum
+#  define check_parity des_check_key_parity
+#endif
+
+#define des_fixup_key_parity DES_fixup_key_parity
+
+#ifdef  __cplusplus
+}
+#endif
+
+/* for DES_read_pw_string et al */
+#include <APOpenSSL/ui_compat.h>
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/dh.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/dh.h
new file mode 100755
index 0000000000000000000000000000000000000000..33d2b8f9ab89e0be8bf14b3f9274e7de49a180de
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/dh.h
@@ -0,0 +1,280 @@
+/* crypto/dh/dh.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_DH_H
+#define HEADER_DH_H
+
+#include <APOpenSSL/e_os2.h>
+
+#ifdef OPENSSL_NO_DH
+#error DH is disabled.
+#endif
+
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#include <APOpenSSL/ossl_typ.h>
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/bn.h>
+#endif
+	
+#ifndef OPENSSL_DH_MAX_MODULUS_BITS
+# define OPENSSL_DH_MAX_MODULUS_BITS	10000
+#endif
+
+#define DH_FLAG_CACHE_MONT_P     0x01
+#define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
+                                       * implementation now uses constant time
+                                       * modular exponentiation for secret exponents
+                                       * by default. This flag causes the
+                                       * faster variable sliding window method to
+                                       * be used for all exponents.
+                                       */
+
+/* If this flag is set the DH method is FIPS compliant and can be used
+ * in FIPS mode. This is set in the validated module method. If an
+ * application sets this flag in its own methods it is its reposibility
+ * to ensure the result is compliant.
+ */
+
+#define DH_FLAG_FIPS_METHOD			0x0400
+
+/* If this flag is set the operations normally disabled in FIPS mode are
+ * permitted it is then the applications responsibility to ensure that the
+ * usage is compliant.
+ */
+
+#define DH_FLAG_NON_FIPS_ALLOW			0x0400
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Already defined in ossl_typ.h */
+/* typedef struct dh_st DH; */
+/* typedef struct dh_method DH_METHOD; */
+
+struct dh_method
+	{
+	const char *name;
+	/* Methods here */
+	int (*generate_key)(DH *dh);
+	int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
+	int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
+				const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
+				BN_MONT_CTX *m_ctx); /* Can be null */
+
+	int (*init)(DH *dh);
+	int (*finish)(DH *dh);
+	int flags;
+	char *app_data;
+	/* If this is non-NULL, it will be used to generate parameters */
+	int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
+	};
+
+struct dh_st
+	{
+	/* This first argument is used to pick up errors when
+	 * a DH is passed instead of a EVP_PKEY */
+	int pad;
+	int version;
+	BIGNUM *p;
+	BIGNUM *g;
+	long length; /* optional */
+	BIGNUM *pub_key;	/* g^x */
+	BIGNUM *priv_key;	/* x */
+
+	int flags;
+	BN_MONT_CTX *method_mont_p;
+	/* Place holders if we want to do X9.42 DH */
+	BIGNUM *q;
+	BIGNUM *j;
+	unsigned char *seed;
+	int seedlen;
+	BIGNUM *counter;
+
+	int references;
+	CRYPTO_EX_DATA ex_data;
+	const DH_METHOD *meth;
+	ENGINE *engine;
+	};
+
+#define DH_GENERATOR_2		2
+/* #define DH_GENERATOR_3	3 */
+#define DH_GENERATOR_5		5
+
+/* DH_check error codes */
+#define DH_CHECK_P_NOT_PRIME		0x01
+#define DH_CHECK_P_NOT_SAFE_PRIME	0x02
+#define DH_UNABLE_TO_CHECK_GENERATOR	0x04
+#define DH_NOT_SUITABLE_GENERATOR	0x08
+
+/* DH_check_pub_key error codes */
+#define DH_CHECK_PUBKEY_TOO_SMALL	0x01
+#define DH_CHECK_PUBKEY_TOO_LARGE	0x02
+
+/* primes p where (p-1)/2 is prime too are called "safe"; we define
+   this for backward compatibility: */
+#define DH_CHECK_P_NOT_STRONG_PRIME	DH_CHECK_P_NOT_SAFE_PRIME
+
+#define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
+		(char *(*)())d2i_DHparams,(fp),(unsigned char **)(x))
+#define i2d_DHparams_fp(fp,x) ASN1_i2d_fp(i2d_DHparams,(fp), \
+		(unsigned char *)(x))
+#define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
+#define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
+
+DH *DHparams_dup(DH *);
+
+const DH_METHOD *DH_OpenSSL(void);
+
+void DH_set_default_method(const DH_METHOD *meth);
+const DH_METHOD *DH_get_default_method(void);
+int DH_set_method(DH *dh, const DH_METHOD *meth);
+DH *DH_new_method(ENGINE *engine);
+
+DH *	DH_new(void);
+void	DH_free(DH *dh);
+int	DH_up_ref(DH *dh);
+int	DH_size(const DH *dh);
+int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int DH_set_ex_data(DH *d, int idx, void *arg);
+void *DH_get_ex_data(DH *d, int idx);
+
+/* Deprecated version */
+#ifndef OPENSSL_NO_DEPRECATED
+DH *	DH_generate_parameters(int prime_len,int generator,
+		void (*callback)(int,int,void *),void *cb_arg);
+#endif /* !defined(OPENSSL_NO_DEPRECATED) */
+
+/* New version */
+int	DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
+
+int	DH_check(const DH *dh,int *codes);
+int	DH_check_pub_key(const DH *dh,const BIGNUM *pub_key, int *codes);
+int	DH_generate_key(DH *dh);
+int	DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
+DH *	d2i_DHparams(DH **a,const unsigned char **pp, long length);
+int	i2d_DHparams(const DH *a,unsigned char **pp);
+#ifndef OPENSSL_NO_FP_API
+int	DHparams_print_fp(FILE *fp, const DH *x);
+#endif
+#ifndef OPENSSL_NO_BIO
+int	DHparams_print(BIO *bp, const DH *x);
+#else
+int	DHparams_print(char *bp, const DH *x);
+#endif
+
+#define EVP_PKEY_CTX_set_dh_paramgen_prime_len(ctx, len) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
+			EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN, len, NULL)
+
+#define EVP_PKEY_CTX_set_dh_paramgen_generator(ctx, gen) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \
+			EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR, gen, NULL)
+
+#define	EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN	(EVP_PKEY_ALG_CTRL + 1)
+#define	EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR	(EVP_PKEY_ALG_CTRL + 2)
+		
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_DH_strings(void);
+
+/* Error codes for the DH functions. */
+
+/* Function codes. */
+#define DH_F_COMPUTE_KEY				 102
+#define DH_F_DHPARAMS_PRINT_FP				 101
+#define DH_F_DH_BUILTIN_GENPARAMS			 106
+#define DH_F_DH_COMPUTE_KEY				 114
+#define DH_F_DH_GENERATE_KEY				 115
+#define DH_F_DH_GENERATE_PARAMETERS_EX			 116
+#define DH_F_DH_NEW_METHOD				 105
+#define DH_F_DH_PARAM_DECODE				 107
+#define DH_F_DH_PRIV_DECODE				 110
+#define DH_F_DH_PRIV_ENCODE				 111
+#define DH_F_DH_PUB_DECODE				 108
+#define DH_F_DH_PUB_ENCODE				 109
+#define DH_F_DO_DH_PRINT				 100
+#define DH_F_GENERATE_KEY				 103
+#define DH_F_GENERATE_PARAMETERS			 104
+#define DH_F_PKEY_DH_DERIVE				 112
+#define DH_F_PKEY_DH_KEYGEN				 113
+
+/* Reason codes. */
+#define DH_R_BAD_GENERATOR				 101
+#define DH_R_BN_DECODE_ERROR				 109
+#define DH_R_BN_ERROR					 106
+#define DH_R_DECODE_ERROR				 104
+#define DH_R_INVALID_PUBKEY				 102
+#define DH_R_KEYS_NOT_SET				 108
+#define DH_R_KEY_SIZE_TOO_SMALL				 110
+#define DH_R_MODULUS_TOO_LARGE				 103
+#define DH_R_NON_FIPS_METHOD				 111
+#define DH_R_NO_PARAMETERS_SET				 107
+#define DH_R_NO_PRIVATE_VALUE				 100
+#define DH_R_PARAMETER_ENCODING_ERROR			 105
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/dsa.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/dsa.h
new file mode 100755
index 0000000000000000000000000000000000000000..301d48104c6a3d5cc04f93059a43f4a436c0d240
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/dsa.h
@@ -0,0 +1,327 @@
+/* crypto/dsa/dsa.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+/*
+ * The DSS routines are based on patches supplied by
+ * Steven Schoch <schoch@sheba.arc.nasa.gov>.  He basically did the
+ * work and I have just tweaked them a little to fit into my
+ * stylistic vision for SSLeay :-) */
+
+#ifndef HEADER_DSA_H
+#define HEADER_DSA_H
+
+#include <APOpenSSL/e_os2.h>
+
+#ifdef OPENSSL_NO_DSA
+#error DSA is disabled.
+#endif
+
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#include <APOpenSSL/crypto.h>
+#include <APOpenSSL/ossl_typ.h>
+
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/bn.h>
+#ifndef OPENSSL_NO_DH
+# include <APOpenSSL/dh.h>
+#endif
+#endif
+
+#ifndef OPENSSL_DSA_MAX_MODULUS_BITS
+# define OPENSSL_DSA_MAX_MODULUS_BITS	10000
+#endif
+
+#define DSA_FLAG_CACHE_MONT_P	0x01
+#define DSA_FLAG_NO_EXP_CONSTTIME       0x02 /* new with 0.9.7h; the built-in DSA
+                                              * implementation now uses constant time
+                                              * modular exponentiation for secret exponents
+                                              * by default. This flag causes the
+                                              * faster variable sliding window method to
+                                              * be used for all exponents.
+                                              */
+
+/* If this flag is set the DSA method is FIPS compliant and can be used
+ * in FIPS mode. This is set in the validated module method. If an
+ * application sets this flag in its own methods it is its reposibility
+ * to ensure the result is compliant.
+ */
+
+#define DSA_FLAG_FIPS_METHOD			0x0400
+
+/* If this flag is set the operations normally disabled in FIPS mode are
+ * permitted it is then the applications responsibility to ensure that the
+ * usage is compliant.
+ */
+
+#define DSA_FLAG_NON_FIPS_ALLOW			0x0400
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Already defined in ossl_typ.h */
+/* typedef struct dsa_st DSA; */
+/* typedef struct dsa_method DSA_METHOD; */
+
+typedef struct DSA_SIG_st
+	{
+	BIGNUM *r;
+	BIGNUM *s;
+	} DSA_SIG;
+
+struct dsa_method
+	{
+	const char *name;
+	DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
+	int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
+								BIGNUM **rp);
+	int (*dsa_do_verify)(const unsigned char *dgst, int dgst_len,
+			     DSA_SIG *sig, DSA *dsa);
+	int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
+			BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx,
+			BN_MONT_CTX *in_mont);
+	int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
+				const BIGNUM *m, BN_CTX *ctx,
+				BN_MONT_CTX *m_ctx); /* Can be null */
+	int (*init)(DSA *dsa);
+	int (*finish)(DSA *dsa);
+	int flags;
+	char *app_data;
+	/* If this is non-NULL, it is used to generate DSA parameters */
+	int (*dsa_paramgen)(DSA *dsa, int bits,
+			const unsigned char *seed, int seed_len,
+			int *counter_ret, unsigned long *h_ret,
+			BN_GENCB *cb);
+	/* If this is non-NULL, it is used to generate DSA keys */
+	int (*dsa_keygen)(DSA *dsa);
+	};
+
+struct dsa_st
+	{
+	/* This first variable is used to pick up errors where
+	 * a DSA is passed instead of of a EVP_PKEY */
+	int pad;
+	long version;
+	int write_params;
+	BIGNUM *p;
+	BIGNUM *q;	/* == 20 */
+	BIGNUM *g;
+
+	BIGNUM *pub_key;  /* y public key */
+	BIGNUM *priv_key; /* x private key */
+
+	BIGNUM *kinv;	/* Signing pre-calc */
+	BIGNUM *r;	/* Signing pre-calc */
+
+	int flags;
+	/* Normally used to cache montgomery values */
+	BN_MONT_CTX *method_mont_p;
+	int references;
+	CRYPTO_EX_DATA ex_data;
+	const DSA_METHOD *meth;
+	/* functional reference if 'meth' is ENGINE-provided */
+	ENGINE *engine;
+	};
+
+#define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
+		(char *(*)())d2i_DSAparams,(fp),(unsigned char **)(x))
+#define i2d_DSAparams_fp(fp,x) ASN1_i2d_fp(i2d_DSAparams,(fp), \
+		(unsigned char *)(x))
+#define d2i_DSAparams_bio(bp,x) ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAparams,bp,x)
+#define i2d_DSAparams_bio(bp,x) ASN1_i2d_bio_of_const(DSA,i2d_DSAparams,bp,x)
+
+
+DSA *DSAparams_dup(DSA *x);
+DSA_SIG * DSA_SIG_new(void);
+void	DSA_SIG_free(DSA_SIG *a);
+int	i2d_DSA_SIG(const DSA_SIG *a, unsigned char **pp);
+DSA_SIG * d2i_DSA_SIG(DSA_SIG **v, const unsigned char **pp, long length);
+
+DSA_SIG * DSA_do_sign(const unsigned char *dgst,int dlen,DSA *dsa);
+int	DSA_do_verify(const unsigned char *dgst,int dgst_len,
+		      DSA_SIG *sig,DSA *dsa);
+
+const DSA_METHOD *DSA_OpenSSL(void);
+
+void	DSA_set_default_method(const DSA_METHOD *);
+const DSA_METHOD *DSA_get_default_method(void);
+int	DSA_set_method(DSA *dsa, const DSA_METHOD *);
+
+DSA *	DSA_new(void);
+DSA *	DSA_new_method(ENGINE *engine);
+void	DSA_free (DSA *r);
+/* "up" the DSA object's reference count */
+int	DSA_up_ref(DSA *r);
+int	DSA_size(const DSA *);
+	/* next 4 return -1 on error */
+int	DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
+int	DSA_sign(int type,const unsigned char *dgst,int dlen,
+		unsigned char *sig, unsigned int *siglen, DSA *dsa);
+int	DSA_verify(int type,const unsigned char *dgst,int dgst_len,
+		const unsigned char *sigbuf, int siglen, DSA *dsa);
+int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int DSA_set_ex_data(DSA *d, int idx, void *arg);
+void *DSA_get_ex_data(DSA *d, int idx);
+
+DSA *	d2i_DSAPublicKey(DSA **a, const unsigned char **pp, long length);
+DSA *	d2i_DSAPrivateKey(DSA **a, const unsigned char **pp, long length);
+DSA * 	d2i_DSAparams(DSA **a, const unsigned char **pp, long length);
+
+/* Deprecated version */
+#ifndef OPENSSL_NO_DEPRECATED
+DSA *	DSA_generate_parameters(int bits,
+		unsigned char *seed,int seed_len,
+		int *counter_ret, unsigned long *h_ret,void
+		(*callback)(int, int, void *),void *cb_arg);
+#endif /* !defined(OPENSSL_NO_DEPRECATED) */
+
+/* New version */
+int	DSA_generate_parameters_ex(DSA *dsa, int bits,
+		const unsigned char *seed,int seed_len,
+		int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
+
+int	DSA_generate_key(DSA *a);
+int	i2d_DSAPublicKey(const DSA *a, unsigned char **pp);
+int 	i2d_DSAPrivateKey(const DSA *a, unsigned char **pp);
+int	i2d_DSAparams(const DSA *a,unsigned char **pp);
+
+#ifndef OPENSSL_NO_BIO
+int	DSAparams_print(BIO *bp, const DSA *x);
+int	DSA_print(BIO *bp, const DSA *x, int off);
+#endif
+#ifndef OPENSSL_NO_FP_API
+int	DSAparams_print_fp(FILE *fp, const DSA *x);
+int	DSA_print_fp(FILE *bp, const DSA *x, int off);
+#endif
+
+#define DSS_prime_checks 50
+/* Primality test according to FIPS PUB 186[-1], Appendix 2.1:
+ * 50 rounds of Rabin-Miller */
+#define DSA_is_prime(n, callback, cb_arg) \
+	BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
+
+#ifndef OPENSSL_NO_DH
+/* Convert DSA structure (key or just parameters) into DH structure
+ * (be careful to avoid small subgroup attacks when using this!) */
+DH *DSA_dup_DH(const DSA *r);
+#endif
+
+#define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \
+				EVP_PKEY_CTRL_DSA_PARAMGEN_BITS, nbits, NULL)
+
+#define	EVP_PKEY_CTRL_DSA_PARAMGEN_BITS		(EVP_PKEY_ALG_CTRL + 1)
+#define	EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS	(EVP_PKEY_ALG_CTRL + 2)
+#define	EVP_PKEY_CTRL_DSA_PARAMGEN_MD		(EVP_PKEY_ALG_CTRL + 3)
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_DSA_strings(void);
+
+/* Error codes for the DSA functions. */
+
+/* Function codes. */
+#define DSA_F_D2I_DSA_SIG				 110
+#define DSA_F_DO_DSA_PRINT				 104
+#define DSA_F_DSAPARAMS_PRINT				 100
+#define DSA_F_DSAPARAMS_PRINT_FP			 101
+#define DSA_F_DSA_DO_SIGN				 112
+#define DSA_F_DSA_DO_VERIFY				 113
+#define DSA_F_DSA_GENERATE_KEY				 124
+#define DSA_F_DSA_GENERATE_PARAMETERS_EX		 123
+#define DSA_F_DSA_NEW_METHOD				 103
+#define DSA_F_DSA_PARAM_DECODE				 119
+#define DSA_F_DSA_PRINT_FP				 105
+#define DSA_F_DSA_PRIV_DECODE				 115
+#define DSA_F_DSA_PRIV_ENCODE				 116
+#define DSA_F_DSA_PUB_DECODE				 117
+#define DSA_F_DSA_PUB_ENCODE				 118
+#define DSA_F_DSA_SIGN					 106
+#define DSA_F_DSA_SIGN_SETUP				 107
+#define DSA_F_DSA_SIG_NEW				 109
+#define DSA_F_DSA_SIG_PRINT				 125
+#define DSA_F_DSA_VERIFY				 108
+#define DSA_F_I2D_DSA_SIG				 111
+#define DSA_F_OLD_DSA_PRIV_DECODE			 122
+#define DSA_F_PKEY_DSA_CTRL				 120
+#define DSA_F_PKEY_DSA_KEYGEN				 121
+#define DSA_F_SIG_CB					 114
+
+/* Reason codes. */
+#define DSA_R_BAD_Q_VALUE				 102
+#define DSA_R_BN_DECODE_ERROR				 108
+#define DSA_R_BN_ERROR					 109
+#define DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE		 100
+#define DSA_R_DECODE_ERROR				 104
+#define DSA_R_INVALID_DIGEST_TYPE			 106
+#define DSA_R_MISSING_PARAMETERS			 101
+#define DSA_R_MODULUS_TOO_LARGE				 103
+#define DSA_R_NEED_NEW_SETUP_VALUES			 110
+#define DSA_R_NON_FIPS_DSA_METHOD			 111
+#define DSA_R_NO_PARAMETERS_SET				 107
+#define DSA_R_PARAMETER_ENCODING_ERROR			 105
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/dso.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/dso.h
new file mode 100755
index 0000000000000000000000000000000000000000..4c0c11da4ded2e0e39ba2bfa1ab807e4ef13ef62
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/dso.h
@@ -0,0 +1,409 @@
+/* dso.h -*- mode:C; c-file-style: "eay" -*- */
+/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
+ * project 2000.
+ */
+/* ====================================================================
+ * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_DSO_H
+#define HEADER_DSO_H
+
+#include <APOpenSSL/crypto.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* These values are used as commands to DSO_ctrl() */
+#define DSO_CTRL_GET_FLAGS	1
+#define DSO_CTRL_SET_FLAGS	2
+#define DSO_CTRL_OR_FLAGS	3
+
+/* By default, DSO_load() will translate the provided filename into a form
+ * typical for the platform (more specifically the DSO_METHOD) using the
+ * dso_name_converter function of the method. Eg. win32 will transform "blah"
+ * into "blah.dll", and dlfcn will transform it into "libblah.so". The
+ * behaviour can be overriden by setting the name_converter callback in the DSO
+ * object (using DSO_set_name_converter()). This callback could even utilise
+ * the DSO_METHOD's converter too if it only wants to override behaviour for
+ * one or two possible DSO methods. However, the following flag can be set in a
+ * DSO to prevent *any* native name-translation at all - eg. if the caller has
+ * prompted the user for a path to a driver library so the filename should be
+ * interpreted as-is. */
+#define DSO_FLAG_NO_NAME_TRANSLATION		0x01
+/* An extra flag to give if only the extension should be added as
+ * translation.  This is obviously only of importance on Unix and
+ * other operating systems where the translation also may prefix
+ * the name with something, like 'lib', and ignored everywhere else.
+ * This flag is also ignored if DSO_FLAG_NO_NAME_TRANSLATION is used
+ * at the same time. */
+#define DSO_FLAG_NAME_TRANSLATION_EXT_ONLY	0x02
+
+/* The following flag controls the translation of symbol names to upper
+ * case.  This is currently only being implemented for OpenVMS.
+ */
+#define DSO_FLAG_UPCASE_SYMBOL			0x10
+
+/* This flag loads the library with public symbols.
+ * Meaning: The exported symbols of this library are public
+ * to all libraries loaded after this library.
+ * At the moment only implemented in unix.
+ */
+#define DSO_FLAG_GLOBAL_SYMBOLS			0x20
+
+
+typedef void (*DSO_FUNC_TYPE)(void);
+
+typedef struct dso_st DSO;
+
+/* The function prototype used for method functions (or caller-provided
+ * callbacks) that transform filenames. They are passed a DSO structure pointer
+ * (or NULL if they are to be used independantly of a DSO object) and a
+ * filename to transform. They should either return NULL (if there is an error
+ * condition) or a newly allocated string containing the transformed form that
+ * the caller will need to free with OPENSSL_free() when done. */
+typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
+/* The function prototype used for method functions (or caller-provided
+ * callbacks) that merge two file specifications. They are passed a
+ * DSO structure pointer (or NULL if they are to be used independantly of
+ * a DSO object) and two file specifications to merge. They should
+ * either return NULL (if there is an error condition) or a newly allocated
+ * string containing the result of merging that the caller will need
+ * to free with OPENSSL_free() when done.
+ * Here, merging means that bits and pieces are taken from each of the
+ * file specifications and added together in whatever fashion that is
+ * sensible for the DSO method in question.  The only rule that really
+ * applies is that if the two specification contain pieces of the same
+ * type, the copy from the first string takes priority.  One could see
+ * it as the first specification is the one given by the user and the
+ * second being a bunch of defaults to add on if they're missing in the
+ * first. */
+typedef char* (*DSO_MERGER_FUNC)(DSO *, const char *, const char *);
+
+typedef struct dso_meth_st
+	{
+	const char *name;
+	/* Loads a shared library, NB: new DSO_METHODs must ensure that a
+	 * successful load populates the loaded_filename field, and likewise a
+	 * successful unload OPENSSL_frees and NULLs it out. */
+	int (*dso_load)(DSO *dso);
+	/* Unloads a shared library */
+	int (*dso_unload)(DSO *dso);
+	/* Binds a variable */
+	void *(*dso_bind_var)(DSO *dso, const char *symname);
+	/* Binds a function - assumes a return type of DSO_FUNC_TYPE.
+	 * This should be cast to the real function prototype by the
+	 * caller. Platforms that don't have compatible representations
+	 * for different prototypes (this is possible within ANSI C)
+	 * are highly unlikely to have shared libraries at all, let
+	 * alone a DSO_METHOD implemented for them. */
+	DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
+
+/* I don't think this would actually be used in any circumstances. */
+#if 0
+	/* Unbinds a variable */
+	int (*dso_unbind_var)(DSO *dso, char *symname, void *symptr);
+	/* Unbinds a function */
+	int (*dso_unbind_func)(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
+#endif
+	/* The generic (yuck) "ctrl()" function. NB: Negative return
+	 * values (rather than zero) indicate errors. */
+	long (*dso_ctrl)(DSO *dso, int cmd, long larg, void *parg);
+	/* The default DSO_METHOD-specific function for converting filenames to
+	 * a canonical native form. */
+	DSO_NAME_CONVERTER_FUNC dso_name_converter;
+	/* The default DSO_METHOD-specific function for converting filenames to
+	 * a canonical native form. */
+	DSO_MERGER_FUNC dso_merger;
+
+	/* [De]Initialisation handlers. */
+	int (*init)(DSO *dso);
+	int (*finish)(DSO *dso);
+
+	/* Return pathname of the module containing location */
+	int (*pathbyaddr)(void *addr,char *path,int sz);
+	/* Perform global symbol lookup, i.e. among *all* modules */
+	void *(*globallookup)(const char *symname);
+	} DSO_METHOD;
+
+/**********************************************************************/
+/* The low-level handle type used to refer to a loaded shared library */
+
+struct dso_st
+	{
+	DSO_METHOD *meth;
+	/* Standard dlopen uses a (void *). Win32 uses a HANDLE. VMS
+	 * doesn't use anything but will need to cache the filename
+	 * for use in the dso_bind handler. All in all, let each
+	 * method control its own destiny. "Handles" and such go in
+	 * a STACK. */
+	STACK_OF(void) *meth_data;
+	int references;
+	int flags;
+	/* For use by applications etc ... use this for your bits'n'pieces,
+	 * don't touch meth_data! */
+	CRYPTO_EX_DATA ex_data;
+	/* If this callback function pointer is set to non-NULL, then it will
+	 * be used in DSO_load() in place of meth->dso_name_converter. NB: This
+	 * should normally set using DSO_set_name_converter(). */
+	DSO_NAME_CONVERTER_FUNC name_converter;
+	/* If this callback function pointer is set to non-NULL, then it will
+	 * be used in DSO_load() in place of meth->dso_merger. NB: This
+	 * should normally set using DSO_set_merger(). */
+	DSO_MERGER_FUNC merger;
+	/* This is populated with (a copy of) the platform-independant
+	 * filename used for this DSO. */
+	char *filename;
+	/* This is populated with (a copy of) the translated filename by which
+	 * the DSO was actually loaded. It is NULL iff the DSO is not currently
+	 * loaded. NB: This is here because the filename translation process
+	 * may involve a callback being invoked more than once not only to
+	 * convert to a platform-specific form, but also to try different
+	 * filenames in the process of trying to perform a load. As such, this
+	 * variable can be used to indicate (a) whether this DSO structure
+	 * corresponds to a loaded library or not, and (b) the filename with
+	 * which it was actually loaded. */
+	char *loaded_filename;
+	};
+
+
+DSO *	DSO_new(void);
+DSO *	DSO_new_method(DSO_METHOD *method);
+int	DSO_free(DSO *dso);
+int	DSO_flags(DSO *dso);
+int	DSO_up_ref(DSO *dso);
+long	DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
+
+/* This function sets the DSO's name_converter callback. If it is non-NULL,
+ * then it will be used instead of the associated DSO_METHOD's function. If
+ * oldcb is non-NULL then it is set to the function pointer value being
+ * replaced. Return value is non-zero for success. */
+int	DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb,
+				DSO_NAME_CONVERTER_FUNC *oldcb);
+/* These functions can be used to get/set the platform-independant filename
+ * used for a DSO. NB: set will fail if the DSO is already loaded. */
+const char *DSO_get_filename(DSO *dso);
+int	DSO_set_filename(DSO *dso, const char *filename);
+/* This function will invoke the DSO's name_converter callback to translate a
+ * filename, or if the callback isn't set it will instead use the DSO_METHOD's
+ * converter. If "filename" is NULL, the "filename" in the DSO itself will be
+ * used. If the DSO_FLAG_NO_NAME_TRANSLATION flag is set, then the filename is
+ * simply duplicated. NB: This function is usually called from within a
+ * DSO_METHOD during the processing of a DSO_load() call, and is exposed so that
+ * caller-created DSO_METHODs can do the same thing. A non-NULL return value
+ * will need to be OPENSSL_free()'d. */
+char	*DSO_convert_filename(DSO *dso, const char *filename);
+/* This function will invoke the DSO's merger callback to merge two file
+ * specifications, or if the callback isn't set it will instead use the
+ * DSO_METHOD's merger.  A non-NULL return value will need to be
+ * OPENSSL_free()'d. */
+char	*DSO_merge(DSO *dso, const char *filespec1, const char *filespec2);
+/* If the DSO is currently loaded, this returns the filename that it was loaded
+ * under, otherwise it returns NULL. So it is also useful as a test as to
+ * whether the DSO is currently loaded. NB: This will not necessarily return
+ * the same value as DSO_convert_filename(dso, dso->filename), because the
+ * DSO_METHOD's load function may have tried a variety of filenames (with
+ * and/or without the aid of the converters) before settling on the one it
+ * actually loaded. */
+const char *DSO_get_loaded_filename(DSO *dso);
+
+void	DSO_set_default_method(DSO_METHOD *meth);
+DSO_METHOD *DSO_get_default_method(void);
+DSO_METHOD *DSO_get_method(DSO *dso);
+DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth);
+
+/* The all-singing all-dancing load function, you normally pass NULL
+ * for the first and third parameters. Use DSO_up and DSO_free for
+ * subsequent reference count handling. Any flags passed in will be set
+ * in the constructed DSO after its init() function but before the
+ * load operation. If 'dso' is non-NULL, 'flags' is ignored. */
+DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
+
+/* This function binds to a variable inside a shared library. */
+void *DSO_bind_var(DSO *dso, const char *symname);
+
+/* This function binds to a function inside a shared library. */
+DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
+
+/* This method is the default, but will beg, borrow, or steal whatever
+ * method should be the default on any particular platform (including
+ * DSO_METH_null() if necessary). */
+DSO_METHOD *DSO_METHOD_openssl(void);
+
+/* This method is defined for all platforms - if a platform has no
+ * DSO support then this will be the only method! */
+DSO_METHOD *DSO_METHOD_null(void);
+
+/* If DSO_DLFCN is defined, the standard dlfcn.h-style functions
+ * (dlopen, dlclose, dlsym, etc) will be used and incorporated into
+ * this method. If not, this method will return NULL. */
+DSO_METHOD *DSO_METHOD_dlfcn(void);
+
+/* If DSO_DL is defined, the standard dl.h-style functions (shl_load, 
+ * shl_unload, shl_findsym, etc) will be used and incorporated into
+ * this method. If not, this method will return NULL. */
+DSO_METHOD *DSO_METHOD_dl(void);
+
+/* If WIN32 is defined, use DLLs. If not, return NULL. */
+DSO_METHOD *DSO_METHOD_win32(void);
+
+/* If VMS is defined, use shared images. If not, return NULL. */
+DSO_METHOD *DSO_METHOD_vms(void);
+
+/* This function writes null-terminated pathname of DSO module
+ * containing 'addr' into 'sz' large caller-provided 'path' and
+ * returns the number of characters [including trailing zero]
+ * written to it. If 'sz' is 0 or negative, 'path' is ignored and
+ * required amount of charachers [including trailing zero] to
+ * accomodate pathname is returned. If 'addr' is NULL, then
+ * pathname of cryptolib itself is returned. Negative or zero
+ * return value denotes error.
+ */
+int DSO_pathbyaddr(void *addr,char *path,int sz);
+
+/* This function should be used with caution! It looks up symbols in
+ * *all* loaded modules and if module gets unloaded by somebody else
+ * attempt to dereference the pointer is doomed to have fatal
+ * consequences. Primary usage for this function is to probe *core*
+ * system functionality, e.g. check if getnameinfo(3) is available
+ * at run-time without bothering about OS-specific details such as
+ * libc.so.versioning or where does it actually reside: in libc
+ * itself or libsocket. */
+void *DSO_global_lookup(const char *name);
+
+/* If BeOS is defined, use shared images. If not, return NULL. */
+DSO_METHOD *DSO_METHOD_beos(void);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_DSO_strings(void);
+
+/* Error codes for the DSO functions. */
+
+/* Function codes. */
+#define DSO_F_BEOS_BIND_FUNC				 144
+#define DSO_F_BEOS_BIND_VAR				 145
+#define DSO_F_BEOS_LOAD					 146
+#define DSO_F_BEOS_NAME_CONVERTER			 147
+#define DSO_F_BEOS_UNLOAD				 148
+#define DSO_F_DLFCN_BIND_FUNC				 100
+#define DSO_F_DLFCN_BIND_VAR				 101
+#define DSO_F_DLFCN_LOAD				 102
+#define DSO_F_DLFCN_MERGER				 130
+#define DSO_F_DLFCN_NAME_CONVERTER			 123
+#define DSO_F_DLFCN_UNLOAD				 103
+#define DSO_F_DL_BIND_FUNC				 104
+#define DSO_F_DL_BIND_VAR				 105
+#define DSO_F_DL_LOAD					 106
+#define DSO_F_DL_MERGER					 131
+#define DSO_F_DL_NAME_CONVERTER				 124
+#define DSO_F_DL_UNLOAD					 107
+#define DSO_F_DSO_BIND_FUNC				 108
+#define DSO_F_DSO_BIND_VAR				 109
+#define DSO_F_DSO_CONVERT_FILENAME			 126
+#define DSO_F_DSO_CTRL					 110
+#define DSO_F_DSO_FREE					 111
+#define DSO_F_DSO_GET_FILENAME				 127
+#define DSO_F_DSO_GET_LOADED_FILENAME			 128
+#define DSO_F_DSO_GLOBAL_LOOKUP				 139
+#define DSO_F_DSO_LOAD					 112
+#define DSO_F_DSO_MERGE					 132
+#define DSO_F_DSO_NEW_METHOD				 113
+#define DSO_F_DSO_PATHBYADDR				 140
+#define DSO_F_DSO_SET_FILENAME				 129
+#define DSO_F_DSO_SET_NAME_CONVERTER			 122
+#define DSO_F_DSO_UP_REF				 114
+#define DSO_F_GLOBAL_LOOKUP_FUNC			 138
+#define DSO_F_PATHBYADDR				 137
+#define DSO_F_VMS_BIND_SYM				 115
+#define DSO_F_VMS_LOAD					 116
+#define DSO_F_VMS_MERGER				 133
+#define DSO_F_VMS_UNLOAD				 117
+#define DSO_F_WIN32_BIND_FUNC				 118
+#define DSO_F_WIN32_BIND_VAR				 119
+#define DSO_F_WIN32_GLOBALLOOKUP			 142
+#define DSO_F_WIN32_GLOBALLOOKUP_FUNC			 143
+#define DSO_F_WIN32_JOINER				 135
+#define DSO_F_WIN32_LOAD				 120
+#define DSO_F_WIN32_MERGER				 134
+#define DSO_F_WIN32_NAME_CONVERTER			 125
+#define DSO_F_WIN32_PATHBYADDR				 141
+#define DSO_F_WIN32_SPLITTER				 136
+#define DSO_F_WIN32_UNLOAD				 121
+
+/* Reason codes. */
+#define DSO_R_CTRL_FAILED				 100
+#define DSO_R_DSO_ALREADY_LOADED			 110
+#define DSO_R_EMPTY_FILE_STRUCTURE			 113
+#define DSO_R_FAILURE					 114
+#define DSO_R_FILENAME_TOO_BIG				 101
+#define DSO_R_FINISH_FAILED				 102
+#define DSO_R_INCORRECT_FILE_SYNTAX			 115
+#define DSO_R_LOAD_FAILED				 103
+#define DSO_R_NAME_TRANSLATION_FAILED			 109
+#define DSO_R_NO_FILENAME				 111
+#define DSO_R_NO_FILE_SPECIFICATION			 116
+#define DSO_R_NULL_HANDLE				 104
+#define DSO_R_SET_FILENAME_FAILED			 112
+#define DSO_R_STACK_ERROR				 105
+#define DSO_R_SYM_FAILURE				 106
+#define DSO_R_UNLOAD_FAILED				 107
+#define DSO_R_UNSUPPORTED				 108
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/dtls1.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/dtls1.h
new file mode 100755
index 0000000000000000000000000000000000000000..0b19cde2cc5de30d772048c12917c84a08a5ebdb
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/dtls1.h
@@ -0,0 +1,283 @@
+/* ssl/dtls1.h */
+/* 
+ * DTLS implementation written by Nagendra Modadugu
+ * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
+ */
+/* ====================================================================
+ * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_DTLS1_H 
+#define HEADER_DTLS1_H 
+
+#include <APOpenSSL/buffer.h>
+#include <APOpenSSL/pqueue.h>
+#ifdef OPENSSL_SYS_VMS
+#include <resource.h>
+#include <sys/timeb.h>
+#endif
+#ifdef OPENSSL_SYS_WIN32
+/* Needed for struct timeval */
+#include <winsock.h>
+#elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_)
+#include <sys/timeval.h>
+#else
+#include <sys/time.h>
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#define DTLS1_VERSION			0xFEFF
+#define DTLS1_BAD_VER			0x0100
+
+#if 0
+/* this alert description is not specified anywhere... */
+#define DTLS1_AD_MISSING_HANDSHAKE_MESSAGE    110
+#endif
+
+/* lengths of messages */
+#define DTLS1_COOKIE_LENGTH                     256
+
+#define DTLS1_RT_HEADER_LENGTH                  13
+
+#define DTLS1_HM_HEADER_LENGTH                  12
+
+#define DTLS1_HM_BAD_FRAGMENT                   -2
+#define DTLS1_HM_FRAGMENT_RETRY                 -3
+
+#define DTLS1_CCS_HEADER_LENGTH                  1
+
+#ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE
+#define DTLS1_AL_HEADER_LENGTH                   7
+#else
+#define DTLS1_AL_HEADER_LENGTH                   2
+#endif
+
+#ifndef OPENSSL_NO_SSL_INTERN
+
+#ifndef OPENSSL_NO_SCTP
+#define DTLS1_SCTP_AUTH_LABEL	"EXPORTER_DTLS_OVER_SCTP"
+#endif
+
+typedef struct dtls1_bitmap_st
+	{
+	unsigned long map;		/* track 32 packets on 32-bit systems
+					   and 64 - on 64-bit systems */
+	unsigned char max_seq_num[8];	/* max record number seen so far,
+					   64-bit value in big-endian
+					   encoding */
+	} DTLS1_BITMAP;
+
+struct dtls1_retransmit_state
+	{
+	EVP_CIPHER_CTX *enc_write_ctx;	/* cryptographic state */
+	EVP_MD_CTX *write_hash;			/* used for mac generation */
+#ifndef OPENSSL_NO_COMP
+	COMP_CTX *compress;				/* compression */
+#else
+	char *compress;	
+#endif
+	SSL_SESSION *session;
+	unsigned short epoch;
+	};
+
+struct hm_header_st
+	{
+	unsigned char type;
+	unsigned long msg_len;
+	unsigned short seq;
+	unsigned long frag_off;
+	unsigned long frag_len;
+	unsigned int is_ccs;
+	struct dtls1_retransmit_state saved_retransmit_state;
+	};
+
+struct ccs_header_st
+	{
+	unsigned char type;
+	unsigned short seq;
+	};
+
+struct dtls1_timeout_st
+	{
+	/* Number of read timeouts so far */
+	unsigned int read_timeouts;
+	
+	/* Number of write timeouts so far */
+	unsigned int write_timeouts;
+	
+	/* Number of alerts received so far */
+	unsigned int num_alerts;
+	};
+
+typedef struct record_pqueue_st
+	{
+	unsigned short epoch;
+	pqueue q;
+	} record_pqueue;
+
+typedef struct hm_fragment_st
+	{
+	struct hm_header_st msg_header;
+	unsigned char *fragment;
+	unsigned char *reassembly;
+	} hm_fragment;
+
+typedef struct dtls1_state_st
+	{
+	unsigned int send_cookie;
+	unsigned char cookie[DTLS1_COOKIE_LENGTH];
+	unsigned char rcvd_cookie[DTLS1_COOKIE_LENGTH];
+	unsigned int cookie_len;
+
+	/* 
+	 * The current data and handshake epoch.  This is initially
+	 * undefined, and starts at zero once the initial handshake is
+	 * completed 
+	 */
+	unsigned short r_epoch;
+	unsigned short w_epoch;
+
+	/* records being received in the current epoch */
+	DTLS1_BITMAP bitmap;
+
+	/* renegotiation starts a new set of sequence numbers */
+	DTLS1_BITMAP next_bitmap;
+
+	/* handshake message numbers */
+	unsigned short handshake_write_seq;
+	unsigned short next_handshake_write_seq;
+
+	unsigned short handshake_read_seq;
+
+	/* save last sequence number for retransmissions */
+	unsigned char last_write_sequence[8];
+
+	/* Received handshake records (processed and unprocessed) */
+	record_pqueue unprocessed_rcds;
+	record_pqueue processed_rcds;
+
+	/* Buffered handshake messages */
+	pqueue buffered_messages;
+
+	/* Buffered (sent) handshake records */
+	pqueue sent_messages;
+
+	/* Buffered application records.
+	 * Only for records between CCS and Finished
+	 * to prevent either protocol violation or
+	 * unnecessary message loss.
+	 */
+	record_pqueue buffered_app_data;
+
+	/* Is set when listening for new connections with dtls1_listen() */
+	unsigned int listen;
+
+	unsigned int mtu; /* max DTLS packet size */
+
+	struct hm_header_st w_msg_hdr;
+	struct hm_header_st r_msg_hdr;
+
+	struct dtls1_timeout_st timeout;
+
+	/* Indicates when the last handshake msg or heartbeat sent will timeout */
+	struct timeval next_timeout;
+
+	/* Timeout duration */
+	unsigned short timeout_duration;
+
+	/* storage for Alert/Handshake protocol data received but not
+	 * yet processed by ssl3_read_bytes: */
+	unsigned char alert_fragment[DTLS1_AL_HEADER_LENGTH];
+	unsigned int alert_fragment_len;
+	unsigned char handshake_fragment[DTLS1_HM_HEADER_LENGTH];
+	unsigned int handshake_fragment_len;
+
+	unsigned int retransmitting;
+	unsigned int change_cipher_spec_ok;
+
+#ifndef OPENSSL_NO_SCTP
+	/* used when SSL_ST_XX_FLUSH is entered */
+	int next_state;
+
+	int shutdown_received;
+#endif
+
+	} DTLS1_STATE;
+
+typedef struct dtls1_record_data_st
+	{
+	unsigned char *packet;
+	unsigned int   packet_length;
+	SSL3_BUFFER    rbuf;
+	SSL3_RECORD    rrec;
+#ifndef OPENSSL_NO_SCTP
+	struct bio_dgram_sctp_rcvinfo recordinfo;
+#endif
+	} DTLS1_RECORD_DATA;
+
+#endif
+
+/* Timeout multipliers (timeout slice is defined in apps/timeouts.h */
+#define DTLS1_TMO_READ_COUNT                      2
+#define DTLS1_TMO_WRITE_COUNT                     2
+
+#define DTLS1_TMO_ALERT_COUNT                     12
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/e_os2.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/e_os2.h
new file mode 100755
index 0000000000000000000000000000000000000000..d684309e75c59b2c87b6f60670c677bbb76dd288
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/e_os2.h
@@ -0,0 +1,315 @@
+/* e_os2.h */
+/* ====================================================================
+ * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifndef HEADER_E_OS2_H
+#define HEADER_E_OS2_H
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/******************************************************************************
+ * Detect operating systems.  This probably needs completing.
+ * The result is that at least one OPENSSL_SYS_os macro should be defined.
+ * However, if none is defined, Unix is assumed.
+ **/
+
+#define OPENSSL_SYS_UNIX
+
+/* ----------------------- Macintosh, before MacOS X ----------------------- */
+#if defined(__MWERKS__) && defined(macintosh) || defined(OPENSSL_SYSNAME_MAC)
+# undef OPENSSL_SYS_UNIX
+# define OPENSSL_SYS_MACINTOSH_CLASSIC
+#endif
+
+/* ----------------------- NetWare ----------------------------------------- */
+#if defined(NETWARE) || defined(OPENSSL_SYSNAME_NETWARE)
+# undef OPENSSL_SYS_UNIX
+# define OPENSSL_SYS_NETWARE
+#endif
+
+/* ---------------------- Microsoft operating systems ---------------------- */
+
+/* Note that MSDOS actually denotes 32-bit environments running on top of
+   MS-DOS, such as DJGPP one. */
+#if defined(OPENSSL_SYSNAME_MSDOS)
+# undef OPENSSL_SYS_UNIX
+# define OPENSSL_SYS_MSDOS
+#endif
+
+/* For 32 bit environment, there seems to be the CygWin environment and then
+   all the others that try to do the same thing Microsoft does... */
+#if defined(OPENSSL_SYSNAME_UWIN)
+# undef OPENSSL_SYS_UNIX
+# define OPENSSL_SYS_WIN32_UWIN
+#else
+# if defined(__CYGWIN32__) || defined(OPENSSL_SYSNAME_CYGWIN32)
+#  undef OPENSSL_SYS_UNIX
+#  define OPENSSL_SYS_WIN32_CYGWIN
+# else
+#  if defined(_WIN32) || defined(OPENSSL_SYSNAME_WIN32)
+#   undef OPENSSL_SYS_UNIX
+#   define OPENSSL_SYS_WIN32
+#  endif
+#  if defined(OPENSSL_SYSNAME_WINNT)
+#   undef OPENSSL_SYS_UNIX
+#   define OPENSSL_SYS_WINNT
+#  endif
+#  if defined(OPENSSL_SYSNAME_WINCE)
+#   undef OPENSSL_SYS_UNIX
+#   define OPENSSL_SYS_WINCE
+#  endif
+# endif
+#endif
+
+/* Anything that tries to look like Microsoft is "Windows" */
+#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINNT) || defined(OPENSSL_SYS_WINCE)
+# undef OPENSSL_SYS_UNIX
+# define OPENSSL_SYS_WINDOWS
+# ifndef OPENSSL_SYS_MSDOS
+#  define OPENSSL_SYS_MSDOS
+# endif
+#endif
+
+/* DLL settings.  This part is a bit tough, because it's up to the application
+   implementor how he or she will link the application, so it requires some
+   macro to be used. */
+#ifdef OPENSSL_SYS_WINDOWS
+# ifndef OPENSSL_OPT_WINDLL
+#  if defined(_WINDLL) /* This is used when building OpenSSL to indicate that
+                          DLL linkage should be used */
+#   define OPENSSL_OPT_WINDLL
+#  endif
+# endif
+#endif
+
+/* -------------------------------- OpenVMS -------------------------------- */
+#if defined(__VMS) || defined(VMS) || defined(OPENSSL_SYSNAME_VMS)
+# undef OPENSSL_SYS_UNIX
+# define OPENSSL_SYS_VMS
+# if defined(__DECC)
+#  define OPENSSL_SYS_VMS_DECC
+# elif defined(__DECCXX)
+#  define OPENSSL_SYS_VMS_DECC
+#  define OPENSSL_SYS_VMS_DECCXX
+# else
+#  define OPENSSL_SYS_VMS_NODECC
+# endif
+#endif
+
+/* --------------------------------- OS/2 ---------------------------------- */
+#if defined(__EMX__) || defined(__OS2__)
+# undef OPENSSL_SYS_UNIX
+# define OPENSSL_SYS_OS2
+#endif
+
+/* --------------------------------- Unix ---------------------------------- */
+#ifdef OPENSSL_SYS_UNIX
+# if defined(linux) || defined(__linux__) || defined(OPENSSL_SYSNAME_LINUX)
+#  define OPENSSL_SYS_LINUX
+# endif
+# ifdef OPENSSL_SYSNAME_MPE
+#  define OPENSSL_SYS_MPE
+# endif
+# ifdef OPENSSL_SYSNAME_SNI
+#  define OPENSSL_SYS_SNI
+# endif
+# ifdef OPENSSL_SYSNAME_ULTRASPARC
+#  define OPENSSL_SYS_ULTRASPARC
+# endif
+# ifdef OPENSSL_SYSNAME_NEWS4
+#  define OPENSSL_SYS_NEWS4
+# endif
+# ifdef OPENSSL_SYSNAME_MACOSX
+#  define OPENSSL_SYS_MACOSX
+# endif
+# ifdef OPENSSL_SYSNAME_MACOSX_RHAPSODY
+#  define OPENSSL_SYS_MACOSX_RHAPSODY
+#  define OPENSSL_SYS_MACOSX
+# endif
+# ifdef OPENSSL_SYSNAME_SUNOS
+#  define OPENSSL_SYS_SUNOS
+#endif
+# if defined(_CRAY) || defined(OPENSSL_SYSNAME_CRAY)
+#  define OPENSSL_SYS_CRAY
+# endif
+# if defined(_AIX) || defined(OPENSSL_SYSNAME_AIX)
+#  define OPENSSL_SYS_AIX
+# endif
+#endif
+
+/* --------------------------------- VOS ----------------------------------- */
+#if defined(__VOS__) || defined(OPENSSL_SYSNAME_VOS)
+# define OPENSSL_SYS_VOS
+#ifdef __HPPA__
+# define OPENSSL_SYS_VOS_HPPA
+#endif
+#ifdef __IA32__
+# define OPENSSL_SYS_VOS_IA32
+#endif
+#endif
+
+/* ------------------------------- VxWorks --------------------------------- */
+#ifdef OPENSSL_SYSNAME_VXWORKS
+# define OPENSSL_SYS_VXWORKS
+#endif
+
+/* --------------------------------- BeOS ---------------------------------- */
+#if defined(__BEOS__)
+# define OPENSSL_SYS_BEOS
+# include <sys/socket.h>
+# if defined(BONE_VERSION)
+#  define OPENSSL_SYS_BEOS_BONE
+# else
+#  define OPENSSL_SYS_BEOS_R5
+# endif
+#endif
+
+/**
+ * That's it for OS-specific stuff
+ *****************************************************************************/
+
+
+/* Specials for I/O an exit */
+#ifdef OPENSSL_SYS_MSDOS
+# define OPENSSL_UNISTD_IO <io.h>
+# define OPENSSL_DECLARE_EXIT extern void exit(int);
+#else
+# define OPENSSL_UNISTD_IO OPENSSL_UNISTD
+# define OPENSSL_DECLARE_EXIT /* declared in unistd.h */
+#endif
+
+/* Definitions of OPENSSL_GLOBAL and OPENSSL_EXTERN, to define and declare
+   certain global symbols that, with some compilers under VMS, have to be
+   defined and declared explicitely with globaldef and globalref.
+   Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare
+   DLL exports and imports for compilers under Win32.  These are a little
+   more complicated to use.  Basically, for any library that exports some
+   global variables, the following code must be present in the header file
+   that declares them, before OPENSSL_EXTERN is used:
+
+   #ifdef SOME_BUILD_FLAG_MACRO
+   # undef OPENSSL_EXTERN
+   # define OPENSSL_EXTERN OPENSSL_EXPORT
+   #endif
+
+   The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL
+   have some generally sensible values, and for OPENSSL_EXTERN to have the
+   value OPENSSL_IMPORT.
+*/
+
+#if defined(OPENSSL_SYS_VMS_NODECC)
+# define OPENSSL_EXPORT globalref
+# define OPENSSL_IMPORT globalref
+# define OPENSSL_GLOBAL globaldef
+#elif defined(OPENSSL_SYS_WINDOWS) && defined(OPENSSL_OPT_WINDLL)
+# define OPENSSL_EXPORT extern __declspec(dllexport)
+# define OPENSSL_IMPORT extern __declspec(dllimport)
+# define OPENSSL_GLOBAL
+#else
+# define OPENSSL_EXPORT extern
+# define OPENSSL_IMPORT extern
+# define OPENSSL_GLOBAL
+#endif
+#define OPENSSL_EXTERN OPENSSL_IMPORT
+
+/* Macros to allow global variables to be reached through function calls when
+   required (if a shared library version requires it, for example.
+   The way it's done allows definitions like this:
+
+	// in foobar.c
+	OPENSSL_IMPLEMENT_GLOBAL(int,foobar,0)
+	// in foobar.h
+	OPENSSL_DECLARE_GLOBAL(int,foobar);
+	#define foobar OPENSSL_GLOBAL_REF(foobar)
+*/
+#ifdef OPENSSL_EXPORT_VAR_AS_FUNCTION
+# define OPENSSL_IMPLEMENT_GLOBAL(type,name,value)			\
+	type *_shadow_##name(void)					\
+	{ static type _hide_##name=value; return &_hide_##name; }
+# define OPENSSL_DECLARE_GLOBAL(type,name) type *_shadow_##name(void)
+# define OPENSSL_GLOBAL_REF(name) (*(_shadow_##name()))
+#else
+# define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
+# define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name
+# define OPENSSL_GLOBAL_REF(name) _shadow_##name
+#endif
+
+#if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) && macintosh==1 && !defined(MAC_OS_GUSI_SOURCE)
+#  define ossl_ssize_t long
+#endif
+
+#ifdef OPENSSL_SYS_MSDOS
+#  define ossl_ssize_t long
+#endif
+
+#if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS)
+#  define ssize_t int
+#endif
+
+#if defined(__ultrix) && !defined(ssize_t)
+#  define ossl_ssize_t int 
+#endif
+
+#ifndef ossl_ssize_t
+#  define ossl_ssize_t ssize_t
+#endif
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ebcdic.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ebcdic.h
new file mode 100755
index 0000000000000000000000000000000000000000..6d65afcf9e7522f20c5b29b6ff619fd0b2035193
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ebcdic.h
@@ -0,0 +1,19 @@
+/* crypto/ebcdic.h */
+
+#ifndef HEADER_EBCDIC_H
+#define HEADER_EBCDIC_H
+
+#include <sys/types.h>
+
+/* Avoid name clashes with other applications */
+#define os_toascii   _openssl_os_toascii
+#define os_toebcdic  _openssl_os_toebcdic
+#define ebcdic2ascii _openssl_ebcdic2ascii
+#define ascii2ebcdic _openssl_ascii2ebcdic
+
+extern const unsigned char os_toascii[256];
+extern const unsigned char os_toebcdic[256];
+void *ebcdic2ascii(void *dest, const void *srce, size_t count);
+void *ascii2ebcdic(void *dest, const void *srce, size_t count);
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ec.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ec.h
new file mode 100755
index 0000000000000000000000000000000000000000..6de69eaed5b07d267869d62d8118059db00743d0
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ec.h
@@ -0,0 +1,1159 @@
+/* crypto/ec/ec.h */
+/*
+ * Originally written by Bodo Moeller for the OpenSSL project.
+ */
+/**
+ * \file crypto/ec/ec.h Include file for the OpenSSL EC functions
+ * \author Originally written by Bodo Moeller for the OpenSSL project
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2005 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ *
+ * Portions of the attached software ("Contribution") are developed by 
+ * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
+ *
+ * The Contribution is licensed pursuant to the OpenSSL open source
+ * license provided above.
+ *
+ * The elliptic curve binary polynomial software is originally written by 
+ * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories.
+ *
+ */
+
+#ifndef HEADER_EC_H
+#define HEADER_EC_H
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifdef OPENSSL_NO_EC
+#error EC is disabled.
+#endif
+
+#include <APOpenSSL/asn1.h>
+#include <APOpenSSL/symhacks.h>
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/bn.h>
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#elif defined(__SUNPRO_C)
+# if __SUNPRO_C >= 0x520
+# pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
+# endif
+#endif
+
+  
+#ifndef OPENSSL_ECC_MAX_FIELD_BITS
+# define OPENSSL_ECC_MAX_FIELD_BITS 661
+#endif
+
+/** Enum for the point conversion form as defined in X9.62 (ECDSA)
+ *  for the encoding of a elliptic curve point (x,y) */
+typedef enum {
+	/** the point is encoded as z||x, where the octet z specifies 
+	 *  which solution of the quadratic equation y is  */
+	POINT_CONVERSION_COMPRESSED = 2,
+	/** the point is encoded as z||x||y, where z is the octet 0x02  */
+	POINT_CONVERSION_UNCOMPRESSED = 4,
+	/** the point is encoded as z||x||y, where the octet z specifies
+         *  which solution of the quadratic equation y is  */
+	POINT_CONVERSION_HYBRID = 6
+} point_conversion_form_t;
+
+
+typedef struct ec_method_st EC_METHOD;
+
+typedef struct ec_group_st
+	/*
+	 EC_METHOD *meth;
+	 -- field definition
+	 -- curve coefficients
+	 -- optional generator with associated information (order, cofactor)
+	 -- optional extra data (precomputed table for fast computation of multiples of generator)
+	 -- ASN1 stuff
+	*/
+	EC_GROUP;
+
+typedef struct ec_point_st EC_POINT;
+
+
+/********************************************************************/
+/*               EC_METHODs for curves over GF(p)                   */       
+/********************************************************************/
+
+/** Returns the basic GFp ec methods which provides the basis for the
+ *  optimized methods. 
+ *  \return  EC_METHOD object
+ */
+const EC_METHOD *EC_GFp_simple_method(void);
+
+/** Returns GFp methods using montgomery multiplication.
+ *  \return  EC_METHOD object
+ */
+const EC_METHOD *EC_GFp_mont_method(void);
+
+/** Returns GFp methods using optimized methods for NIST recommended curves
+ *  \return  EC_METHOD object
+ */
+const EC_METHOD *EC_GFp_nist_method(void);
+
+#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
+/** Returns 64-bit optimized methods for nistp224
+ *  \return  EC_METHOD object
+ */
+const EC_METHOD *EC_GFp_nistp224_method(void);
+
+/** Returns 64-bit optimized methods for nistp256
+ *  \return  EC_METHOD object
+ */
+const EC_METHOD *EC_GFp_nistp256_method(void);
+
+/** Returns 64-bit optimized methods for nistp521
+ *  \return  EC_METHOD object
+ */
+const EC_METHOD *EC_GFp_nistp521_method(void);
+#endif
+
+#ifndef OPENSSL_NO_EC2M
+/********************************************************************/ 
+/*           EC_METHOD for curves over GF(2^m)                      */
+/********************************************************************/
+
+/** Returns the basic GF2m ec method 
+ *  \return  EC_METHOD object
+ */
+const EC_METHOD *EC_GF2m_simple_method(void);
+
+#endif
+
+
+/********************************************************************/
+/*                   EC_GROUP functions                             */
+/********************************************************************/
+
+/** Creates a new EC_GROUP object
+ *  \param   meth  EC_METHOD to use
+ *  \return  newly created EC_GROUP object or NULL in case of an error.
+ */
+EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
+
+/** Frees a EC_GROUP object
+ *  \param  group  EC_GROUP object to be freed.
+ */
+void EC_GROUP_free(EC_GROUP *group);
+
+/** Clears and frees a EC_GROUP object
+ *  \param  group  EC_GROUP object to be cleared and freed.
+ */
+void EC_GROUP_clear_free(EC_GROUP *group);
+
+/** Copies EC_GROUP objects. Note: both EC_GROUPs must use the same EC_METHOD.
+ *  \param  dst  destination EC_GROUP object
+ *  \param  src  source EC_GROUP object
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src);
+
+/** Creates a new EC_GROUP object and copies the copies the content
+ *  form src to the newly created EC_KEY object
+ *  \param  src  source EC_GROUP object
+ *  \return newly created EC_GROUP object or NULL in case of an error.
+ */
+EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);
+
+/** Returns the EC_METHOD of the EC_GROUP object.
+ *  \param  group  EC_GROUP object 
+ *  \return EC_METHOD used in this EC_GROUP object.
+ */
+const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
+
+/** Returns the field type of the EC_METHOD.
+ *  \param  meth  EC_METHOD object
+ *  \return NID of the underlying field type OID.
+ */
+int EC_METHOD_get_field_type(const EC_METHOD *meth);
+
+/** Sets the generator and it's order/cofactor of a EC_GROUP object.
+ *  \param  group      EC_GROUP object 
+ *  \param  generator  EC_POINT object with the generator.
+ *  \param  order      the order of the group generated by the generator.
+ *  \param  cofactor   the index of the sub-group generated by the generator
+ *                     in the group of all points on the elliptic curve.
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
+
+/** Returns the generator of a EC_GROUP object.
+ *  \param  group  EC_GROUP object
+ *  \return the currently used generator (possibly NULL).
+ */
+const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
+
+/** Gets the order of a EC_GROUP
+ *  \param  group  EC_GROUP object
+ *  \param  order  BIGNUM to which the order is copied
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
+
+/** Gets the cofactor of a EC_GROUP
+ *  \param  group     EC_GROUP object
+ *  \param  cofactor  BIGNUM to which the cofactor is copied
+ *  \param  ctx       BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);
+
+/** Sets the name of a EC_GROUP object
+ *  \param  group  EC_GROUP object
+ *  \param  nid    NID of the curve name OID
+ */
+void EC_GROUP_set_curve_name(EC_GROUP *group, int nid);
+
+/** Returns the curve name of a EC_GROUP object
+ *  \param  group  EC_GROUP object
+ *  \return NID of the curve name OID or 0 if not set.
+ */
+int EC_GROUP_get_curve_name(const EC_GROUP *group);
+
+void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag);
+int EC_GROUP_get_asn1_flag(const EC_GROUP *group);
+
+void EC_GROUP_set_point_conversion_form(EC_GROUP *, point_conversion_form_t);
+point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP *);
+
+unsigned char *EC_GROUP_get0_seed(const EC_GROUP *);
+size_t EC_GROUP_get_seed_len(const EC_GROUP *);
+size_t EC_GROUP_set_seed(EC_GROUP *, const unsigned char *, size_t len);
+
+/** Sets the parameter of a ec over GFp defined by y^2 = x^3 + a*x + b
+ *  \param  group  EC_GROUP object
+ *  \param  p      BIGNUM with the prime number
+ *  \param  a      BIGNUM with parameter a of the equation
+ *  \param  b      BIGNUM with parameter b of the equation
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
+
+/** Gets the parameter of the ec over GFp defined by y^2 = x^3 + a*x + b
+ *  \param  group  EC_GROUP object
+ *  \param  p      BIGNUM for the prime number
+ *  \param  a      BIGNUM for parameter a of the equation
+ *  \param  b      BIGNUM for parameter b of the equation
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
+
+#ifndef OPENSSL_NO_EC2M
+/** Sets the parameter of a ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b
+ *  \param  group  EC_GROUP object
+ *  \param  p      BIGNUM with the polynomial defining the underlying field
+ *  \param  a      BIGNUM with parameter a of the equation
+ *  \param  b      BIGNUM with parameter b of the equation
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
+
+/** Gets the parameter of the ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b
+ *  \param  group  EC_GROUP object
+ *  \param  p      BIGNUM for the polynomial defining the underlying field
+ *  \param  a      BIGNUM for parameter a of the equation
+ *  \param  b      BIGNUM for parameter b of the equation
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx);
+#endif
+/** Returns the number of bits needed to represent a field element 
+ *  \param  group  EC_GROUP object
+ *  \return number of bits needed to represent a field element
+ */
+int EC_GROUP_get_degree(const EC_GROUP *group);
+
+/** Checks whether the parameter in the EC_GROUP define a valid ec group
+ *  \param  group  EC_GROUP object
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 if group is a valid ec group and 0 otherwise
+ */
+int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
+
+/** Checks whether the discriminant of the elliptic curve is zero or not
+ *  \param  group  EC_GROUP object
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 if the discriminant is not zero and 0 otherwise
+ */
+int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx);
+
+/** Compares two EC_GROUP objects
+ *  \param  a    first EC_GROUP object
+ *  \param  b    second EC_GROUP object
+ *  \param  ctx  BN_CTX object (optional)
+ *  \return 0 if both groups are equal and 1 otherwise
+ */
+int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
+
+/* EC_GROUP_new_GF*() calls EC_GROUP_new() and EC_GROUP_set_GF*()
+ * after choosing an appropriate EC_METHOD */
+
+/** Creates a new EC_GROUP object with the specified parameters defined
+ *  over GFp (defined by the equation y^2 = x^3 + a*x + b)
+ *  \param  p    BIGNUM with the prime number
+ *  \param  a    BIGNUM with the parameter a of the equation
+ *  \param  b    BIGNUM with the parameter b of the equation
+ *  \param  ctx  BN_CTX object (optional)
+ *  \return newly created EC_GROUP object with the specified parameters
+ */
+EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
+#ifndef OPENSSL_NO_EC2M
+/** Creates a new EC_GROUP object with the specified parameters defined
+ *  over GF2m (defined by the equation y^2 + x*y = x^3 + a*x^2 + b)
+ *  \param  p    BIGNUM with the polynomial defining the underlying field
+ *  \param  a    BIGNUM with the parameter a of the equation
+ *  \param  b    BIGNUM with the parameter b of the equation
+ *  \param  ctx  BN_CTX object (optional)
+ *  \return newly created EC_GROUP object with the specified parameters
+ */
+EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
+#endif
+/** Creates a EC_GROUP object with a curve specified by a NID
+ *  \param  nid  NID of the OID of the curve name
+ *  \return newly created EC_GROUP object with specified curve or NULL
+ *          if an error occurred
+ */
+EC_GROUP *EC_GROUP_new_by_curve_name(int nid);
+
+
+/********************************************************************/
+/*               handling of internal curves                        */
+/********************************************************************/
+
+typedef struct { 
+	int nid;
+	const char *comment;
+	} EC_builtin_curve;
+
+/* EC_builtin_curves(EC_builtin_curve *r, size_t size) returns number 
+ * of all available curves or zero if a error occurred. 
+ * In case r ist not zero nitems EC_builtin_curve structures 
+ * are filled with the data of the first nitems internal groups */
+size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
+
+
+/********************************************************************/
+/*                    EC_POINT functions                            */
+/********************************************************************/
+
+/** Creates a new EC_POINT object for the specified EC_GROUP
+ *  \param  group  EC_GROUP the underlying EC_GROUP object
+ *  \return newly created EC_POINT object or NULL if an error occurred
+ */
+EC_POINT *EC_POINT_new(const EC_GROUP *group);
+
+/** Frees a EC_POINT object
+ *  \param  point  EC_POINT object to be freed
+ */
+void EC_POINT_free(EC_POINT *point);
+
+/** Clears and frees a EC_POINT object
+ *  \param  point  EC_POINT object to be cleared and freed
+ */
+void EC_POINT_clear_free(EC_POINT *point);
+
+/** Copies EC_POINT object
+ *  \param  dst  destination EC_POINT object
+ *  \param  src  source EC_POINT object
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src);
+
+/** Creates a new EC_POINT object and copies the content of the supplied
+ *  EC_POINT
+ *  \param  src    source EC_POINT object
+ *  \param  group  underlying the EC_GROUP object
+ *  \return newly created EC_POINT object or NULL if an error occurred 
+ */
+EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group);
+ 
+/** Returns the EC_METHOD used in EC_POINT object 
+ *  \param  point  EC_POINT object
+ *  \return the EC_METHOD used
+ */
+const EC_METHOD *EC_POINT_method_of(const EC_POINT *point);
+
+/** Sets a point to infinity (neutral element)
+ *  \param  group  underlying EC_GROUP object
+ *  \param  point  EC_POINT to set to infinity
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
+
+/** Sets the jacobian projective coordinates of a EC_POINT over GFp
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  x      BIGNUM with the x-coordinate
+ *  \param  y      BIGNUM with the y-coordinate
+ *  \param  z      BIGNUM with the z-coordinate
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
+	const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx);
+
+/** Gets the jacobian projective coordinates of a EC_POINT over GFp
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  x      BIGNUM for the x-coordinate
+ *  \param  y      BIGNUM for the y-coordinate
+ *  \param  z      BIGNUM for the z-coordinate
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group,
+	const EC_POINT *p, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx);
+
+/** Sets the affine coordinates of a EC_POINT over GFp
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  x      BIGNUM with the x-coordinate
+ *  \param  y      BIGNUM with the y-coordinate
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
+	const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx);
+
+/** Gets the affine coordinates of a EC_POINT over GFp
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  x      BIGNUM for the x-coordinate
+ *  \param  y      BIGNUM for the y-coordinate
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group,
+	const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
+
+/** Sets the x9.62 compressed coordinates of a EC_POINT over GFp
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  x      BIGNUM with x-coordinate
+ *  \param  y_bit  integer with the y-Bit (either 0 or 1)
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
+	const BIGNUM *x, int y_bit, BN_CTX *ctx);
+#ifndef OPENSSL_NO_EC2M
+/** Sets the affine coordinates of a EC_POINT over GF2m
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  x      BIGNUM with the x-coordinate
+ *  \param  y      BIGNUM with the y-coordinate
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p,
+	const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx);
+
+/** Gets the affine coordinates of a EC_POINT over GF2m
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  x      BIGNUM for the x-coordinate
+ *  \param  y      BIGNUM for the y-coordinate
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
+	const EC_POINT *p, BIGNUM *x, BIGNUM *y, BN_CTX *ctx);
+
+/** Sets the x9.62 compressed coordinates of a EC_POINT over GF2m
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  x      BIGNUM with x-coordinate
+ *  \param  y_bit  integer with the y-Bit (either 0 or 1)
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p,
+	const BIGNUM *x, int y_bit, BN_CTX *ctx);
+#endif
+/** Encodes a EC_POINT object to a octet string
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  form   point conversion form
+ *  \param  buf    memory buffer for the result. If NULL the function returns
+ *                 required buffer size.
+ *  \param  len    length of the memory buffer
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return the length of the encoded octet string or 0 if an error occurred
+ */
+size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
+	point_conversion_form_t form,
+        unsigned char *buf, size_t len, BN_CTX *ctx);
+
+/** Decodes a EC_POINT from a octet string
+ *  \param  group  underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \param  buf    memory buffer with the encoded ec point
+ *  \param  len    length of the encoded ec point
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
+        const unsigned char *buf, size_t len, BN_CTX *ctx);
+
+/* other interfaces to point2oct/oct2point: */
+BIGNUM *EC_POINT_point2bn(const EC_GROUP *, const EC_POINT *,
+	point_conversion_form_t form, BIGNUM *, BN_CTX *);
+EC_POINT *EC_POINT_bn2point(const EC_GROUP *, const BIGNUM *,
+	EC_POINT *, BN_CTX *);
+char *EC_POINT_point2hex(const EC_GROUP *, const EC_POINT *,
+	point_conversion_form_t form, BN_CTX *);
+EC_POINT *EC_POINT_hex2point(const EC_GROUP *, const char *,
+	EC_POINT *, BN_CTX *);
+
+
+/********************************************************************/
+/*         functions for doing EC_POINT arithmetic                  */
+/********************************************************************/
+
+/** Computes the sum of two EC_POINT 
+ *  \param  group  underlying EC_GROUP object
+ *  \param  r      EC_POINT object for the result (r = a + b)
+ *  \param  a      EC_POINT object with the first summand
+ *  \param  b      EC_POINT object with the second summand
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx);
+
+/** Computes the double of a EC_POINT
+ *  \param  group  underlying EC_GROUP object
+ *  \param  r      EC_POINT object for the result (r = 2 * a)
+ *  \param  a      EC_POINT object 
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx);
+
+/** Computes the inverse of a EC_POINT
+ *  \param  group  underlying EC_GROUP object
+ *  \param  a      EC_POINT object to be inverted (it's used for the result as well)
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
+
+/** Checks whether the point is the neutral element of the group
+ *  \param  group  the underlying EC_GROUP object
+ *  \param  p      EC_POINT object
+ *  \return 1 if the point is the neutral element and 0 otherwise
+ */
+int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
+
+/** Checks whether the point is on the curve 
+ *  \param  group  underlying EC_GROUP object
+ *  \param  point  EC_POINT object to check
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 if point if on the curve and 0 otherwise
+ */
+int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx);
+
+/** Compares two EC_POINTs 
+ *  \param  group  underlying EC_GROUP object
+ *  \param  a      first EC_POINT object
+ *  \param  b      second EC_POINT object
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 0 if both points are equal and a value != 0 otherwise
+ */
+int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx);
+
+int EC_POINT_make_affine(const EC_GROUP *, EC_POINT *, BN_CTX *);
+int EC_POINTs_make_affine(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
+
+/** Computes r = generator * n sum_{i=0}^num p[i] * m[i]
+ *  \param  group  underlying EC_GROUP object
+ *  \param  r      EC_POINT object for the result
+ *  \param  n      BIGNUM with the multiplier for the group generator (optional)
+ *  \param  num    number futher summands
+ *  \param  p      array of size num of EC_POINT objects
+ *  \param  m      array of size num of BIGNUM objects
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx);
+
+/** Computes r = generator * n + q * m
+ *  \param  group  underlying EC_GROUP object
+ *  \param  r      EC_POINT object for the result
+ *  \param  n      BIGNUM with the multiplier for the group generator (optional)
+ *  \param  q      EC_POINT object with the first factor of the second summand
+ *  \param  m      BIGNUM with the second factor of the second summand
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
+
+/** Stores multiples of generator for faster point multiplication
+ *  \param  group  EC_GROUP object
+ *  \param  ctx    BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occured
+ */
+int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
+
+/** Reports whether a precomputation has been done
+ *  \param  group  EC_GROUP object
+ *  \return 1 if a pre-computation has been done and 0 otherwise
+ */
+int EC_GROUP_have_precompute_mult(const EC_GROUP *group);
+
+
+/********************************************************************/
+/*                       ASN1 stuff                                 */
+/********************************************************************/
+
+/* EC_GROUP_get_basis_type() returns the NID of the basis type
+ * used to represent the field elements */
+int EC_GROUP_get_basis_type(const EC_GROUP *);
+#ifndef OPENSSL_NO_EC2M
+int EC_GROUP_get_trinomial_basis(const EC_GROUP *, unsigned int *k);
+int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1, 
+	unsigned int *k2, unsigned int *k3);
+#endif
+
+#define OPENSSL_EC_NAMED_CURVE	0x001
+
+typedef struct ecpk_parameters_st ECPKPARAMETERS;
+
+EC_GROUP *d2i_ECPKParameters(EC_GROUP **, const unsigned char **in, long len);
+int i2d_ECPKParameters(const EC_GROUP *, unsigned char **out);
+
+#define d2i_ECPKParameters_bio(bp,x) ASN1_d2i_bio_of(EC_GROUP,NULL,d2i_ECPKParameters,bp,x)
+#define i2d_ECPKParameters_bio(bp,x) ASN1_i2d_bio_of_const(EC_GROUP,i2d_ECPKParameters,bp,x)
+#define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \
+                (char *(*)())d2i_ECPKParameters,(fp),(unsigned char **)(x))
+#define i2d_ECPKParameters_fp(fp,x) ASN1_i2d_fp(i2d_ECPKParameters,(fp), \
+		(unsigned char *)(x))
+
+#ifndef OPENSSL_NO_BIO
+int     ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
+#endif
+#ifndef OPENSSL_NO_FP_API
+int     ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off);
+#endif
+
+
+/********************************************************************/
+/*                      EC_KEY functions                            */
+/********************************************************************/
+
+typedef struct ec_key_st EC_KEY;
+
+/* some values for the encoding_flag */
+#define EC_PKEY_NO_PARAMETERS	0x001
+#define EC_PKEY_NO_PUBKEY	0x002
+
+/* some values for the flags field */
+#define EC_FLAG_NON_FIPS_ALLOW	0x1
+#define EC_FLAG_FIPS_CHECKED	0x2
+
+/** Creates a new EC_KEY object.
+ *  \return EC_KEY object or NULL if an error occurred.
+ */
+EC_KEY *EC_KEY_new(void);
+
+int EC_KEY_get_flags(const EC_KEY *key);
+
+void EC_KEY_set_flags(EC_KEY *key, int flags);
+
+void EC_KEY_clear_flags(EC_KEY *key, int flags);
+
+/** Creates a new EC_KEY object using a named curve as underlying
+ *  EC_GROUP object.
+ *  \param  nid  NID of the named curve.
+ *  \return EC_KEY object or NULL if an error occurred. 
+ */
+EC_KEY *EC_KEY_new_by_curve_name(int nid);
+
+/** Frees a EC_KEY object.
+ *  \param  key  EC_KEY object to be freed.
+ */
+void EC_KEY_free(EC_KEY *key);
+
+/** Copies a EC_KEY object.
+ *  \param  dst  destination EC_KEY object
+ *  \param  src  src EC_KEY object
+ *  \return dst or NULL if an error occurred.
+ */
+EC_KEY *EC_KEY_copy(EC_KEY *dst, const EC_KEY *src);
+
+/** Creates a new EC_KEY object and copies the content from src to it.
+ *  \param  src  the source EC_KEY object
+ *  \return newly created EC_KEY object or NULL if an error occurred.
+ */
+EC_KEY *EC_KEY_dup(const EC_KEY *src);
+
+/** Increases the internal reference count of a EC_KEY object.
+ *  \param  key  EC_KEY object
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int EC_KEY_up_ref(EC_KEY *key);
+
+/** Returns the EC_GROUP object of a EC_KEY object
+ *  \param  key  EC_KEY object
+ *  \return the EC_GROUP object (possibly NULL).
+ */
+const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key);
+
+/** Sets the EC_GROUP of a EC_KEY object.
+ *  \param  key    EC_KEY object
+ *  \param  group  EC_GROUP to use in the EC_KEY object (note: the EC_KEY
+ *                 object will use an own copy of the EC_GROUP).
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
+
+/** Returns the private key of a EC_KEY object.
+ *  \param  key  EC_KEY object
+ *  \return a BIGNUM with the private key (possibly NULL).
+ */
+const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
+
+/** Sets the private key of a EC_KEY object.
+ *  \param  key  EC_KEY object
+ *  \param  prv  BIGNUM with the private key (note: the EC_KEY object
+ *               will use an own copy of the BIGNUM).
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
+
+/** Returns the public key of a EC_KEY object.
+ *  \param  key  the EC_KEY object
+ *  \return a EC_POINT object with the public key (possibly NULL)
+ */
+const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key);
+
+/** Sets the public key of a EC_KEY object.
+ *  \param  key  EC_KEY object
+ *  \param  pub  EC_POINT object with the public key (note: the EC_KEY object
+ *               will use an own copy of the EC_POINT object).
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub);
+
+unsigned EC_KEY_get_enc_flags(const EC_KEY *key);
+void EC_KEY_set_enc_flags(EC_KEY *, unsigned int);
+point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *);
+void EC_KEY_set_conv_form(EC_KEY *, point_conversion_form_t);
+/* functions to set/get method specific data  */
+void *EC_KEY_get_key_method_data(EC_KEY *, 
+	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
+void EC_KEY_insert_key_method_data(EC_KEY *, void *data,
+	void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
+/* wrapper functions for the underlying EC_GROUP object */
+void EC_KEY_set_asn1_flag(EC_KEY *, int);
+
+/** Creates a table of pre-computed multiples of the generator to 
+ *  accelerate further EC_KEY operations.
+ *  \param  key  EC_KEY object
+ *  \param  ctx  BN_CTX object (optional)
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx);
+
+/** Creates a new ec private (and optional a new public) key.
+ *  \param  key  EC_KEY object
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int EC_KEY_generate_key(EC_KEY *key);
+
+/** Verifies that a private and/or public key is valid.
+ *  \param  key  the EC_KEY object
+ *  \return 1 on success and 0 otherwise.
+ */
+int EC_KEY_check_key(const EC_KEY *key);
+
+/** Sets a public key from affine coordindates performing
+ *  neccessary NIST PKV tests.
+ *  \param  key  the EC_KEY object
+ *  \param  x    public key x coordinate
+ *  \param  y    public key y coordinate
+ *  \return 1 on success and 0 otherwise.
+ */
+int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y);
+
+
+/********************************************************************/
+/*        de- and encoding functions for SEC1 ECPrivateKey          */
+/********************************************************************/
+
+/** Decodes a private key from a memory buffer.
+ *  \param  key  a pointer to a EC_KEY object which should be used (or NULL)
+ *  \param  in   pointer to memory with the DER encoded private key
+ *  \param  len  length of the DER encoded private key
+ *  \return the decoded private key or NULL if an error occurred.
+ */
+EC_KEY *d2i_ECPrivateKey(EC_KEY **key, const unsigned char **in, long len);
+
+/** Encodes a private key object and stores the result in a buffer.
+ *  \param  key  the EC_KEY object to encode
+ *  \param  out  the buffer for the result (if NULL the function returns number
+ *               of bytes needed).
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out);
+
+
+/********************************************************************/
+/*        de- and encoding functions for EC parameters              */
+/********************************************************************/
+
+/** Decodes ec parameter from a memory buffer.
+ *  \param  key  a pointer to a EC_KEY object which should be used (or NULL)
+ *  \param  in   pointer to memory with the DER encoded ec parameters
+ *  \param  len  length of the DER encoded ec parameters
+ *  \return a EC_KEY object with the decoded parameters or NULL if an error
+ *          occurred.
+ */
+EC_KEY *d2i_ECParameters(EC_KEY **key, const unsigned char **in, long len);
+
+/** Encodes ec parameter and stores the result in a buffer.
+ *  \param  key  the EC_KEY object with ec paramters to encode
+ *  \param  out  the buffer for the result (if NULL the function returns number
+ *               of bytes needed).
+ *  \return 1 on success and 0 if an error occurred.
+ */
+int i2d_ECParameters(EC_KEY *key, unsigned char **out);
+
+
+/********************************************************************/
+/*         de- and encoding functions for EC public key             */
+/*         (octet string, not DER -- hence 'o2i' and 'i2o')         */
+/********************************************************************/
+
+/** Decodes a ec public key from a octet string.
+ *  \param  key  a pointer to a EC_KEY object which should be used
+ *  \param  in   memory buffer with the encoded public key
+ *  \param  len  length of the encoded public key
+ *  \return EC_KEY object with decoded public key or NULL if an error
+ *          occurred.
+ */
+EC_KEY *o2i_ECPublicKey(EC_KEY **key, const unsigned char **in, long len);
+
+/** Encodes a ec public key in an octet string.
+ *  \param  key  the EC_KEY object with the public key
+ *  \param  out  the buffer for the result (if NULL the function returns number
+ *               of bytes needed).
+ *  \return 1 on success and 0 if an error occurred
+ */
+int i2o_ECPublicKey(EC_KEY *key, unsigned char **out);
+
+#ifndef OPENSSL_NO_BIO
+/** Prints out the ec parameters on human readable form.
+ *  \param  bp   BIO object to which the information is printed
+ *  \param  key  EC_KEY object
+ *  \return 1 on success and 0 if an error occurred
+ */
+int	ECParameters_print(BIO *bp, const EC_KEY *key);
+
+/** Prints out the contents of a EC_KEY object
+ *  \param  bp   BIO object to which the information is printed
+ *  \param  key  EC_KEY object
+ *  \param  off  line offset 
+ *  \return 1 on success and 0 if an error occurred
+ */
+int	EC_KEY_print(BIO *bp, const EC_KEY *key, int off);
+
+#endif
+#ifndef OPENSSL_NO_FP_API
+/** Prints out the ec parameters on human readable form.
+ *  \param  fp   file descriptor to which the information is printed
+ *  \param  key  EC_KEY object
+ *  \return 1 on success and 0 if an error occurred
+ */
+int	ECParameters_print_fp(FILE *fp, const EC_KEY *key);
+
+/** Prints out the contents of a EC_KEY object
+ *  \param  fp   file descriptor to which the information is printed
+ *  \param  key  EC_KEY object
+ *  \param  off  line offset 
+ *  \return 1 on success and 0 if an error occurred
+ */
+int	EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off);
+
+#endif
+
+#define ECParameters_dup(x) ASN1_dup_of(EC_KEY,i2d_ECParameters,d2i_ECParameters,x)
+
+#ifndef __cplusplus
+#if defined(__SUNPRO_C)
+#  if __SUNPRO_C >= 0x520
+# pragma error_messages (default,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)
+#  endif
+# endif
+#endif
+
+#define EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx, nid) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_PARAMGEN, \
+				EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID, nid, NULL)
+
+
+#define EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID		(EVP_PKEY_ALG_CTRL + 1)
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_EC_strings(void);
+
+/* Error codes for the EC functions. */
+
+/* Function codes. */
+#define EC_F_BN_TO_FELEM				 224
+#define EC_F_COMPUTE_WNAF				 143
+#define EC_F_D2I_ECPARAMETERS				 144
+#define EC_F_D2I_ECPKPARAMETERS				 145
+#define EC_F_D2I_ECPRIVATEKEY				 146
+#define EC_F_DO_EC_KEY_PRINT				 221
+#define EC_F_ECKEY_PARAM2TYPE				 223
+#define EC_F_ECKEY_PARAM_DECODE				 212
+#define EC_F_ECKEY_PRIV_DECODE				 213
+#define EC_F_ECKEY_PRIV_ENCODE				 214
+#define EC_F_ECKEY_PUB_DECODE				 215
+#define EC_F_ECKEY_PUB_ENCODE				 216
+#define EC_F_ECKEY_TYPE2PARAM				 220
+#define EC_F_ECPARAMETERS_PRINT				 147
+#define EC_F_ECPARAMETERS_PRINT_FP			 148
+#define EC_F_ECPKPARAMETERS_PRINT			 149
+#define EC_F_ECPKPARAMETERS_PRINT_FP			 150
+#define EC_F_ECP_NIST_MOD_192				 203
+#define EC_F_ECP_NIST_MOD_224				 204
+#define EC_F_ECP_NIST_MOD_256				 205
+#define EC_F_ECP_NIST_MOD_521				 206
+#define EC_F_EC_ASN1_GROUP2CURVE			 153
+#define EC_F_EC_ASN1_GROUP2FIELDID			 154
+#define EC_F_EC_ASN1_GROUP2PARAMETERS			 155
+#define EC_F_EC_ASN1_GROUP2PKPARAMETERS			 156
+#define EC_F_EC_ASN1_PARAMETERS2GROUP			 157
+#define EC_F_EC_ASN1_PKPARAMETERS2GROUP			 158
+#define EC_F_EC_EX_DATA_SET_DATA			 211
+#define EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY		 208
+#define EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT	 159
+#define EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE		 195
+#define EC_F_EC_GF2M_SIMPLE_OCT2POINT			 160
+#define EC_F_EC_GF2M_SIMPLE_POINT2OCT			 161
+#define EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES 162
+#define EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES 163
+#define EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES	 164
+#define EC_F_EC_GFP_MONT_FIELD_DECODE			 133
+#define EC_F_EC_GFP_MONT_FIELD_ENCODE			 134
+#define EC_F_EC_GFP_MONT_FIELD_MUL			 131
+#define EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE		 209
+#define EC_F_EC_GFP_MONT_FIELD_SQR			 132
+#define EC_F_EC_GFP_MONT_GROUP_SET_CURVE		 189
+#define EC_F_EC_GFP_MONT_GROUP_SET_CURVE_GFP		 135
+#define EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE		 225
+#define EC_F_EC_GFP_NISTP224_POINTS_MUL			 228
+#define EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES 226
+#define EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE		 230
+#define EC_F_EC_GFP_NISTP256_POINTS_MUL			 231
+#define EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES 232
+#define EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE		 233
+#define EC_F_EC_GFP_NISTP521_POINTS_MUL			 234
+#define EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES 235
+#define EC_F_EC_GFP_NIST_FIELD_MUL			 200
+#define EC_F_EC_GFP_NIST_FIELD_SQR			 201
+#define EC_F_EC_GFP_NIST_GROUP_SET_CURVE		 202
+#define EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT	 165
+#define EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE		 166
+#define EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP		 100
+#define EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR		 101
+#define EC_F_EC_GFP_SIMPLE_MAKE_AFFINE			 102
+#define EC_F_EC_GFP_SIMPLE_OCT2POINT			 103
+#define EC_F_EC_GFP_SIMPLE_POINT2OCT			 104
+#define EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE		 137
+#define EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES	 167
+#define EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP 105
+#define EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES	 168
+#define EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP 128
+#define EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES	 169
+#define EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP 129
+#define EC_F_EC_GROUP_CHECK				 170
+#define EC_F_EC_GROUP_CHECK_DISCRIMINANT		 171
+#define EC_F_EC_GROUP_COPY				 106
+#define EC_F_EC_GROUP_GET0_GENERATOR			 139
+#define EC_F_EC_GROUP_GET_COFACTOR			 140
+#define EC_F_EC_GROUP_GET_CURVE_GF2M			 172
+#define EC_F_EC_GROUP_GET_CURVE_GFP			 130
+#define EC_F_EC_GROUP_GET_DEGREE			 173
+#define EC_F_EC_GROUP_GET_ORDER				 141
+#define EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS		 193
+#define EC_F_EC_GROUP_GET_TRINOMIAL_BASIS		 194
+#define EC_F_EC_GROUP_NEW				 108
+#define EC_F_EC_GROUP_NEW_BY_CURVE_NAME			 174
+#define EC_F_EC_GROUP_NEW_FROM_DATA			 175
+#define EC_F_EC_GROUP_PRECOMPUTE_MULT			 142
+#define EC_F_EC_GROUP_SET_CURVE_GF2M			 176
+#define EC_F_EC_GROUP_SET_CURVE_GFP			 109
+#define EC_F_EC_GROUP_SET_EXTRA_DATA			 110
+#define EC_F_EC_GROUP_SET_GENERATOR			 111
+#define EC_F_EC_KEY_CHECK_KEY				 177
+#define EC_F_EC_KEY_COPY				 178
+#define EC_F_EC_KEY_GENERATE_KEY			 179
+#define EC_F_EC_KEY_NEW					 182
+#define EC_F_EC_KEY_PRINT				 180
+#define EC_F_EC_KEY_PRINT_FP				 181
+#define EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES	 229
+#define EC_F_EC_POINTS_MAKE_AFFINE			 136
+#define EC_F_EC_POINT_ADD				 112
+#define EC_F_EC_POINT_CMP				 113
+#define EC_F_EC_POINT_COPY				 114
+#define EC_F_EC_POINT_DBL				 115
+#define EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M	 183
+#define EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP	 116
+#define EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP	 117
+#define EC_F_EC_POINT_INVERT				 210
+#define EC_F_EC_POINT_IS_AT_INFINITY			 118
+#define EC_F_EC_POINT_IS_ON_CURVE			 119
+#define EC_F_EC_POINT_MAKE_AFFINE			 120
+#define EC_F_EC_POINT_MUL				 184
+#define EC_F_EC_POINT_NEW				 121
+#define EC_F_EC_POINT_OCT2POINT				 122
+#define EC_F_EC_POINT_POINT2OCT				 123
+#define EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M	 185
+#define EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP	 124
+#define EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M	 186
+#define EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP	 125
+#define EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP	 126
+#define EC_F_EC_POINT_SET_TO_INFINITY			 127
+#define EC_F_EC_PRE_COMP_DUP				 207
+#define EC_F_EC_PRE_COMP_NEW				 196
+#define EC_F_EC_WNAF_MUL				 187
+#define EC_F_EC_WNAF_PRECOMPUTE_MULT			 188
+#define EC_F_I2D_ECPARAMETERS				 190
+#define EC_F_I2D_ECPKPARAMETERS				 191
+#define EC_F_I2D_ECPRIVATEKEY				 192
+#define EC_F_I2O_ECPUBLICKEY				 151
+#define EC_F_NISTP224_PRE_COMP_NEW			 227
+#define EC_F_NISTP256_PRE_COMP_NEW			 236
+#define EC_F_NISTP521_PRE_COMP_NEW			 237
+#define EC_F_O2I_ECPUBLICKEY				 152
+#define EC_F_OLD_EC_PRIV_DECODE				 222
+#define EC_F_PKEY_EC_CTRL				 197
+#define EC_F_PKEY_EC_CTRL_STR				 198
+#define EC_F_PKEY_EC_DERIVE				 217
+#define EC_F_PKEY_EC_KEYGEN				 199
+#define EC_F_PKEY_EC_PARAMGEN				 219
+#define EC_F_PKEY_EC_SIGN				 218
+
+/* Reason codes. */
+#define EC_R_ASN1_ERROR					 115
+#define EC_R_ASN1_UNKNOWN_FIELD				 116
+#define EC_R_BIGNUM_OUT_OF_RANGE			 144
+#define EC_R_BUFFER_TOO_SMALL				 100
+#define EC_R_COORDINATES_OUT_OF_RANGE			 146
+#define EC_R_D2I_ECPKPARAMETERS_FAILURE			 117
+#define EC_R_DECODE_ERROR				 142
+#define EC_R_DISCRIMINANT_IS_ZERO			 118
+#define EC_R_EC_GROUP_NEW_BY_NAME_FAILURE		 119
+#define EC_R_FIELD_TOO_LARGE				 143
+#define EC_R_GF2M_NOT_SUPPORTED				 147
+#define EC_R_GROUP2PKPARAMETERS_FAILURE			 120
+#define EC_R_I2D_ECPKPARAMETERS_FAILURE			 121
+#define EC_R_INCOMPATIBLE_OBJECTS			 101
+#define EC_R_INVALID_ARGUMENT				 112
+#define EC_R_INVALID_COMPRESSED_POINT			 110
+#define EC_R_INVALID_COMPRESSION_BIT			 109
+#define EC_R_INVALID_CURVE				 141
+#define EC_R_INVALID_DIGEST_TYPE			 138
+#define EC_R_INVALID_ENCODING				 102
+#define EC_R_INVALID_FIELD				 103
+#define EC_R_INVALID_FORM				 104
+#define EC_R_INVALID_GROUP_ORDER			 122
+#define EC_R_INVALID_PENTANOMIAL_BASIS			 132
+#define EC_R_INVALID_PRIVATE_KEY			 123
+#define EC_R_INVALID_TRINOMIAL_BASIS			 137
+#define EC_R_KEYS_NOT_SET				 140
+#define EC_R_MISSING_PARAMETERS				 124
+#define EC_R_MISSING_PRIVATE_KEY			 125
+#define EC_R_NOT_A_NIST_PRIME				 135
+#define EC_R_NOT_A_SUPPORTED_NIST_PRIME			 136
+#define EC_R_NOT_IMPLEMENTED				 126
+#define EC_R_NOT_INITIALIZED				 111
+#define EC_R_NO_FIELD_MOD				 133
+#define EC_R_NO_PARAMETERS_SET				 139
+#define EC_R_PASSED_NULL_PARAMETER			 134
+#define EC_R_PKPARAMETERS2GROUP_FAILURE			 127
+#define EC_R_POINT_AT_INFINITY				 106
+#define EC_R_POINT_IS_NOT_ON_CURVE			 107
+#define EC_R_SLOT_FULL					 108
+#define EC_R_UNDEFINED_GENERATOR			 113
+#define EC_R_UNDEFINED_ORDER				 128
+#define EC_R_UNKNOWN_GROUP				 129
+#define EC_R_UNKNOWN_ORDER				 114
+#define EC_R_UNSUPPORTED_FIELD				 131
+#define EC_R_WRONG_CURVE_PARAMETERS			 145
+#define EC_R_WRONG_ORDER				 130
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ecdh.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ecdh.h
new file mode 100755
index 0000000000000000000000000000000000000000..de65f1a5469a55cc0efdf391382f9672201a6147
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ecdh.h
@@ -0,0 +1,125 @@
+/* crypto/ecdh/ecdh.h */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ *
+ * The Elliptic Curve Public-Key Crypto Library (ECC Code) included
+ * herein is developed by SUN MICROSYSTEMS, INC., and is contributed
+ * to the OpenSSL project.
+ *
+ * The ECC Code is licensed pursuant to the OpenSSL open source
+ * license provided below.
+ *
+ * The ECDH software is originally written by Douglas Stebila of
+ * Sun Microsystems Laboratories.
+ *
+ */
+/* ====================================================================
+ * Copyright (c) 2000-2002 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+#ifndef HEADER_ECDH_H
+#define HEADER_ECDH_H
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifdef OPENSSL_NO_ECDH
+#error ECDH is disabled.
+#endif
+
+#include <APOpenSSL/ec.h>
+#include <APOpenSSL/ossl_typ.h>
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/bn.h>
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+const ECDH_METHOD *ECDH_OpenSSL(void);
+
+void	  ECDH_set_default_method(const ECDH_METHOD *);
+const ECDH_METHOD *ECDH_get_default_method(void);
+int 	  ECDH_set_method(EC_KEY *, const ECDH_METHOD *);
+
+int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
+                     void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
+
+int 	  ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new 
+		*new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int 	  ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
+void 	  *ECDH_get_ex_data(EC_KEY *d, int idx);
+
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_ECDH_strings(void);
+
+/* Error codes for the ECDH functions. */
+
+/* Function codes. */
+#define ECDH_F_ECDH_CHECK				 102
+#define ECDH_F_ECDH_COMPUTE_KEY				 100
+#define ECDH_F_ECDH_DATA_NEW_METHOD			 101
+
+/* Reason codes. */
+#define ECDH_R_KDF_FAILED				 102
+#define ECDH_R_NON_FIPS_METHOD				 103
+#define ECDH_R_NO_PRIVATE_VALUE				 100
+#define ECDH_R_POINT_ARITHMETIC_FAILURE			 101
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ecdsa.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ecdsa.h
new file mode 100755
index 0000000000000000000000000000000000000000..58c86eecf2e3a6ba79c08ece3e13816ad4d3e235
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ecdsa.h
@@ -0,0 +1,260 @@
+/* crypto/ecdsa/ecdsa.h */
+/**
+ * \file   crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions
+ * \author Written by Nils Larsch for the OpenSSL project
+ */
+/* ====================================================================
+ * Copyright (c) 2000-2005 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+#ifndef HEADER_ECDSA_H
+#define HEADER_ECDSA_H
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifdef OPENSSL_NO_ECDSA
+#error ECDSA is disabled.
+#endif
+
+#include <APOpenSSL/ec.h>
+#include <APOpenSSL/ossl_typ.h>
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/bn.h>
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+typedef struct ECDSA_SIG_st
+	{
+	BIGNUM *r;
+	BIGNUM *s;
+	} ECDSA_SIG;
+
+/** Allocates and initialize a ECDSA_SIG structure
+ *  \return pointer to a ECDSA_SIG structure or NULL if an error occurred
+ */
+ECDSA_SIG *ECDSA_SIG_new(void);
+
+/** frees a ECDSA_SIG structure
+ *  \param  sig  pointer to the ECDSA_SIG structure
+ */
+void	  ECDSA_SIG_free(ECDSA_SIG *sig);
+
+/** DER encode content of ECDSA_SIG object (note: this function modifies *pp
+ *  (*pp += length of the DER encoded signature)).
+ *  \param  sig  pointer to the ECDSA_SIG object
+ *  \param  pp   pointer to a unsigned char pointer for the output or NULL
+ *  \return the length of the DER encoded ECDSA_SIG object or 0 
+ */
+int	  i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
+
+/** Decodes a DER encoded ECDSA signature (note: this function changes *pp
+ *  (*pp += len)). 
+ *  \param  sig  pointer to ECDSA_SIG pointer (may be NULL)
+ *  \param  pp   memory buffer with the DER encoded signature
+ *  \param  len  length of the buffer
+ *  \return pointer to the decoded ECDSA_SIG structure (or NULL)
+ */
+ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
+
+/** Computes the ECDSA signature of the given hash value using
+ *  the supplied private key and returns the created signature.
+ *  \param  dgst      pointer to the hash value
+ *  \param  dgst_len  length of the hash value
+ *  \param  eckey     EC_KEY object containing a private EC key
+ *  \return pointer to a ECDSA_SIG structure or NULL if an error occurred
+ */
+ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
+
+/** Computes ECDSA signature of a given hash value using the supplied
+ *  private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
+ *  \param  dgst     pointer to the hash value to sign
+ *  \param  dgstlen  length of the hash value
+ *  \param  kinv     BIGNUM with a pre-computed inverse k (optional)
+ *  \param  rp       BIGNUM with a pre-computed rp value (optioanl), 
+ *                   see ECDSA_sign_setup
+ *  \param  eckey    EC_KEY object containing a private EC key
+ *  \return pointer to a ECDSA_SIG structure or NULL if an error occurred
+ */
+ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen, 
+		const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
+
+/** Verifies that the supplied signature is a valid ECDSA
+ *  signature of the supplied hash value using the supplied public key.
+ *  \param  dgst      pointer to the hash value
+ *  \param  dgst_len  length of the hash value
+ *  \param  sig       ECDSA_SIG structure
+ *  \param  eckey     EC_KEY object containing a public EC key
+ *  \return 1 if the signature is valid, 0 if the signature is invalid
+ *          and -1 on error
+ */
+int	  ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
+		const ECDSA_SIG *sig, EC_KEY* eckey);
+
+const ECDSA_METHOD *ECDSA_OpenSSL(void);
+
+/** Sets the default ECDSA method
+ *  \param  meth  new default ECDSA_METHOD
+ */
+void	  ECDSA_set_default_method(const ECDSA_METHOD *meth);
+
+/** Returns the default ECDSA method
+ *  \return pointer to ECDSA_METHOD structure containing the default method
+ */
+const ECDSA_METHOD *ECDSA_get_default_method(void);
+
+/** Sets method to be used for the ECDSA operations
+ *  \param  eckey  EC_KEY object
+ *  \param  meth   new method
+ *  \return 1 on success and 0 otherwise 
+ */
+int 	  ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
+
+/** Returns the maximum length of the DER encoded signature
+ *  \param  eckey  EC_KEY object
+ *  \return numbers of bytes required for the DER encoded signature
+ */
+int	  ECDSA_size(const EC_KEY *eckey);
+
+/** Precompute parts of the signing operation
+ *  \param  eckey  EC_KEY object containing a private EC key
+ *  \param  ctx    BN_CTX object (optional)
+ *  \param  kinv   BIGNUM pointer for the inverse of k
+ *  \param  rp     BIGNUM pointer for x coordinate of k * generator
+ *  \return 1 on success and 0 otherwise
+ */
+int 	  ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, 
+		BIGNUM **rp);
+
+/** Computes ECDSA signature of a given hash value using the supplied
+ *  private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
+ *  \param  type     this parameter is ignored
+ *  \param  dgst     pointer to the hash value to sign
+ *  \param  dgstlen  length of the hash value
+ *  \param  sig      memory for the DER encoded created signature
+ *  \param  siglen   pointer to the length of the returned signature
+ *  \param  eckey    EC_KEY object containing a private EC key
+ *  \return 1 on success and 0 otherwise
+ */
+int	  ECDSA_sign(int type, const unsigned char *dgst, int dgstlen, 
+		unsigned char *sig, unsigned int *siglen, EC_KEY *eckey);
+
+
+/** Computes ECDSA signature of a given hash value using the supplied
+ *  private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
+ *  \param  type     this parameter is ignored
+ *  \param  dgst     pointer to the hash value to sign
+ *  \param  dgstlen  length of the hash value
+ *  \param  sig      buffer to hold the DER encoded signature
+ *  \param  siglen   pointer to the length of the returned signature
+ *  \param  kinv     BIGNUM with a pre-computed inverse k (optional)
+ *  \param  rp       BIGNUM with a pre-computed rp value (optioanl), 
+ *                   see ECDSA_sign_setup
+ *  \param  eckey    EC_KEY object containing a private EC key
+ *  \return 1 on success and 0 otherwise
+ */
+int	  ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen, 
+		unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv,
+		const BIGNUM *rp, EC_KEY *eckey);
+
+/** Verifies that the given signature is valid ECDSA signature
+ *  of the supplied hash value using the specified public key.
+ *  \param  type     this parameter is ignored
+ *  \param  dgst     pointer to the hash value 
+ *  \param  dgstlen  length of the hash value
+ *  \param  sig      pointer to the DER encoded signature
+ *  \param  siglen   length of the DER encoded signature
+ *  \param  eckey    EC_KEY object containing a public EC key
+ *  \return 1 if the signature is valid, 0 if the signature is invalid
+ *          and -1 on error
+ */
+int 	  ECDSA_verify(int type, const unsigned char *dgst, int dgstlen, 
+		const unsigned char *sig, int siglen, EC_KEY *eckey);
+
+/* the standard ex_data functions */
+int 	  ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new 
+		*new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int 	  ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg);
+void 	  *ECDSA_get_ex_data(EC_KEY *d, int idx);
+
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_ECDSA_strings(void);
+
+/* Error codes for the ECDSA functions. */
+
+/* Function codes. */
+#define ECDSA_F_ECDSA_CHECK				 104
+#define ECDSA_F_ECDSA_DATA_NEW_METHOD			 100
+#define ECDSA_F_ECDSA_DO_SIGN				 101
+#define ECDSA_F_ECDSA_DO_VERIFY				 102
+#define ECDSA_F_ECDSA_SIGN_SETUP			 103
+
+/* Reason codes. */
+#define ECDSA_R_BAD_SIGNATURE				 100
+#define ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE		 101
+#define ECDSA_R_ERR_EC_LIB				 102
+#define ECDSA_R_MISSING_PARAMETERS			 103
+#define ECDSA_R_NEED_NEW_SETUP_VALUES			 106
+#define ECDSA_R_NON_FIPS_METHOD				 107
+#define ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED		 104
+#define ECDSA_R_SIGNATURE_MALLOC_FAILED			 105
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/engine.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/engine.h
new file mode 100755
index 0000000000000000000000000000000000000000..b96633075c56f575c0f2263fd5676fd6d17ac665
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/engine.h
@@ -0,0 +1,842 @@
+/* openssl/engine.h */
+/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
+ * project 2000.
+ */
+/* ====================================================================
+ * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ * ECDH support in OpenSSL originally developed by 
+ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
+ */
+
+#ifndef HEADER_ENGINE_H
+#define HEADER_ENGINE_H
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifdef OPENSSL_NO_ENGINE
+#error ENGINE is disabled.
+#endif
+
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/bn.h>
+#ifndef OPENSSL_NO_RSA
+#include <APOpenSSL/rsa.h>
+#endif
+#ifndef OPENSSL_NO_DSA
+#include <APOpenSSL/dsa.h>
+#endif
+#ifndef OPENSSL_NO_DH
+#include <APOpenSSL/dh.h>
+#endif
+#ifndef OPENSSL_NO_ECDH
+#include <APOpenSSL/ecdh.h>
+#endif
+#ifndef OPENSSL_NO_ECDSA
+#include <APOpenSSL/ecdsa.h>
+#endif
+#include <APOpenSSL/rand.h>
+#include <APOpenSSL/ui.h>
+#include <APOpenSSL/err.h>
+#endif
+
+#include <APOpenSSL/ossl_typ.h>
+#include <APOpenSSL/symhacks.h>
+
+#include <APOpenSSL/x509.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* These flags are used to control combinations of algorithm (methods)
+ * by bitwise "OR"ing. */
+#define ENGINE_METHOD_RSA		(unsigned int)0x0001
+#define ENGINE_METHOD_DSA		(unsigned int)0x0002
+#define ENGINE_METHOD_DH		(unsigned int)0x0004
+#define ENGINE_METHOD_RAND		(unsigned int)0x0008
+#define ENGINE_METHOD_ECDH		(unsigned int)0x0010
+#define ENGINE_METHOD_ECDSA		(unsigned int)0x0020
+#define ENGINE_METHOD_CIPHERS		(unsigned int)0x0040
+#define ENGINE_METHOD_DIGESTS		(unsigned int)0x0080
+#define ENGINE_METHOD_STORE		(unsigned int)0x0100
+#define ENGINE_METHOD_PKEY_METHS	(unsigned int)0x0200
+#define ENGINE_METHOD_PKEY_ASN1_METHS	(unsigned int)0x0400
+/* Obvious all-or-nothing cases. */
+#define ENGINE_METHOD_ALL		(unsigned int)0xFFFF
+#define ENGINE_METHOD_NONE		(unsigned int)0x0000
+
+/* This(ese) flag(s) controls behaviour of the ENGINE_TABLE mechanism used
+ * internally to control registration of ENGINE implementations, and can be set
+ * by ENGINE_set_table_flags(). The "NOINIT" flag prevents attempts to
+ * initialise registered ENGINEs if they are not already initialised. */
+#define ENGINE_TABLE_FLAG_NOINIT	(unsigned int)0x0001
+
+/* ENGINE flags that can be set by ENGINE_set_flags(). */
+/* #define ENGINE_FLAGS_MALLOCED	0x0001 */ /* Not used */
+
+/* This flag is for ENGINEs that wish to handle the various 'CMD'-related
+ * control commands on their own. Without this flag, ENGINE_ctrl() handles these
+ * control commands on behalf of the ENGINE using their "cmd_defns" data. */
+#define ENGINE_FLAGS_MANUAL_CMD_CTRL	(int)0x0002
+
+/* This flag is for ENGINEs who return new duplicate structures when found via
+ * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
+ * commands are called in sequence as part of some stateful process like
+ * key-generation setup and execution), it can set this flag - then each attempt
+ * to obtain the ENGINE will result in it being copied into a new structure.
+ * Normally, ENGINEs don't declare this flag so ENGINE_by_id() just increments
+ * the existing ENGINE's structural reference count. */
+#define ENGINE_FLAGS_BY_ID_COPY		(int)0x0004
+
+/* This flag if for an ENGINE that does not want its methods registered as 
+ * part of ENGINE_register_all_complete() for example if the methods are
+ * not usable as default methods.
+ */
+
+#define ENGINE_FLAGS_NO_REGISTER_ALL	(int)0x0008
+
+/* ENGINEs can support their own command types, and these flags are used in
+ * ENGINE_CTRL_GET_CMD_FLAGS to indicate to the caller what kind of input each
+ * command expects. Currently only numeric and string input is supported. If a
+ * control command supports none of the _NUMERIC, _STRING, or _NO_INPUT options,
+ * then it is regarded as an "internal" control command - and not for use in
+ * config setting situations. As such, they're not available to the
+ * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
+ * this list of 'command types' should be reflected carefully in
+ * ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string(). */
+
+/* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
+#define ENGINE_CMD_FLAG_NUMERIC		(unsigned int)0x0001
+/* accepts string input (cast from 'void*' to 'const char *', 4th parameter to
+ * ENGINE_ctrl) */
+#define ENGINE_CMD_FLAG_STRING		(unsigned int)0x0002
+/* Indicates that the control command takes *no* input. Ie. the control command
+ * is unparameterised. */
+#define ENGINE_CMD_FLAG_NO_INPUT	(unsigned int)0x0004
+/* Indicates that the control command is internal. This control command won't
+ * be shown in any output, and is only usable through the ENGINE_ctrl_cmd()
+ * function. */
+#define ENGINE_CMD_FLAG_INTERNAL	(unsigned int)0x0008
+
+/* NB: These 3 control commands are deprecated and should not be used. ENGINEs
+ * relying on these commands should compile conditional support for
+ * compatibility (eg. if these symbols are defined) but should also migrate the
+ * same functionality to their own ENGINE-specific control functions that can be
+ * "discovered" by calling applications. The fact these control commands
+ * wouldn't be "executable" (ie. usable by text-based config) doesn't change the
+ * fact that application code can find and use them without requiring per-ENGINE
+ * hacking. */
+
+/* These flags are used to tell the ctrl function what should be done.
+ * All command numbers are shared between all engines, even if some don't
+ * make sense to some engines.  In such a case, they do nothing but return
+ * the error ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED. */
+#define ENGINE_CTRL_SET_LOGSTREAM		1
+#define ENGINE_CTRL_SET_PASSWORD_CALLBACK	2
+#define ENGINE_CTRL_HUP				3 /* Close and reinitialise any
+						     handles/connections etc. */
+#define ENGINE_CTRL_SET_USER_INTERFACE          4 /* Alternative to callback */
+#define ENGINE_CTRL_SET_CALLBACK_DATA           5 /* User-specific data, used
+						     when calling the password
+						     callback and the user
+						     interface */
+#define ENGINE_CTRL_LOAD_CONFIGURATION		6 /* Load a configuration, given
+						     a string that represents a
+						     file name or so */
+#define ENGINE_CTRL_LOAD_SECTION		7 /* Load data from a given
+						     section in the already loaded
+						     configuration */
+
+/* These control commands allow an application to deal with an arbitrary engine
+ * in a dynamic way. Warn: Negative return values indicate errors FOR THESE
+ * COMMANDS because zero is used to indicate 'end-of-list'. Other commands,
+ * including ENGINE-specific command types, return zero for an error.
+ *
+ * An ENGINE can choose to implement these ctrl functions, and can internally
+ * manage things however it chooses - it does so by setting the
+ * ENGINE_FLAGS_MANUAL_CMD_CTRL flag (using ENGINE_set_flags()). Otherwise the
+ * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
+ * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl()
+ * handler need only implement its own commands - the above "meta" commands will
+ * be taken care of. */
+
+/* Returns non-zero if the supplied ENGINE has a ctrl() handler. If "not", then
+ * all the remaining control commands will return failure, so it is worth
+ * checking this first if the caller is trying to "discover" the engine's
+ * capabilities and doesn't want errors generated unnecessarily. */
+#define ENGINE_CTRL_HAS_CTRL_FUNCTION		10
+/* Returns a positive command number for the first command supported by the
+ * engine. Returns zero if no ctrl commands are supported. */
+#define ENGINE_CTRL_GET_FIRST_CMD_TYPE		11
+/* The 'long' argument specifies a command implemented by the engine, and the
+ * return value is the next command supported, or zero if there are no more. */
+#define ENGINE_CTRL_GET_NEXT_CMD_TYPE		12
+/* The 'void*' argument is a command name (cast from 'const char *'), and the
+ * return value is the command that corresponds to it. */
+#define ENGINE_CTRL_GET_CMD_FROM_NAME		13
+/* The next two allow a command to be converted into its corresponding string
+ * form. In each case, the 'long' argument supplies the command. In the NAME_LEN
+ * case, the return value is the length of the command name (not counting a
+ * trailing EOL). In the NAME case, the 'void*' argument must be a string buffer
+ * large enough, and it will be populated with the name of the command (WITH a
+ * trailing EOL). */
+#define ENGINE_CTRL_GET_NAME_LEN_FROM_CMD	14
+#define ENGINE_CTRL_GET_NAME_FROM_CMD		15
+/* The next two are similar but give a "short description" of a command. */
+#define ENGINE_CTRL_GET_DESC_LEN_FROM_CMD	16
+#define ENGINE_CTRL_GET_DESC_FROM_CMD		17
+/* With this command, the return value is the OR'd combination of
+ * ENGINE_CMD_FLAG_*** values that indicate what kind of input a given
+ * engine-specific ctrl command expects. */
+#define ENGINE_CTRL_GET_CMD_FLAGS		18
+
+/* ENGINE implementations should start the numbering of their own control
+ * commands from this value. (ie. ENGINE_CMD_BASE, ENGINE_CMD_BASE + 1, etc). */
+#define ENGINE_CMD_BASE				200
+
+/* NB: These 2 nCipher "chil" control commands are deprecated, and their
+ * functionality is now available through ENGINE-specific control commands
+ * (exposed through the above-mentioned 'CMD'-handling). Code using these 2
+ * commands should be migrated to the more general command handling before these
+ * are removed. */
+
+/* Flags specific to the nCipher "chil" engine */
+#define ENGINE_CTRL_CHIL_SET_FORKCHECK		100
+	/* Depending on the value of the (long)i argument, this sets or
+	 * unsets the SimpleForkCheck flag in the CHIL API to enable or
+	 * disable checking and workarounds for applications that fork().
+	 */
+#define ENGINE_CTRL_CHIL_NO_LOCKING		101
+	/* This prevents the initialisation function from providing mutex
+	 * callbacks to the nCipher library. */
+
+/* If an ENGINE supports its own specific control commands and wishes the
+ * framework to handle the above 'ENGINE_CMD_***'-manipulation commands on its
+ * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries
+ * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that
+ * supports the stated commands (ie. the "cmd_num" entries as described by the
+ * array). NB: The array must be ordered in increasing order of cmd_num.
+ * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set
+ * to zero and/or cmd_name set to NULL. */
+typedef struct ENGINE_CMD_DEFN_st
+	{
+	unsigned int cmd_num; /* The command number */
+	const char *cmd_name; /* The command name itself */
+	const char *cmd_desc; /* A short description of the command */
+	unsigned int cmd_flags; /* The input the command expects */
+	} ENGINE_CMD_DEFN;
+
+/* Generic function pointer */
+typedef int (*ENGINE_GEN_FUNC_PTR)(void);
+/* Generic function pointer taking no arguments */
+typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *);
+/* Specific control function pointer */
+typedef int (*ENGINE_CTRL_FUNC_PTR)(ENGINE *, int, long, void *, void (*f)(void));
+/* Generic load_key function pointer */
+typedef EVP_PKEY * (*ENGINE_LOAD_KEY_PTR)(ENGINE *, const char *,
+	UI_METHOD *ui_method, void *callback_data);
+typedef int (*ENGINE_SSL_CLIENT_CERT_PTR)(ENGINE *, SSL *ssl,
+	STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey,
+	STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data);
+/* These callback types are for an ENGINE's handler for cipher and digest logic.
+ * These handlers have these prototypes;
+ *   int foo(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid);
+ *   int foo(ENGINE *e, const EVP_MD **digest, const int **nids, int nid);
+ * Looking at how to implement these handlers in the case of cipher support, if
+ * the framework wants the EVP_CIPHER for 'nid', it will call;
+ *   foo(e, &p_evp_cipher, NULL, nid);    (return zero for failure)
+ * If the framework wants a list of supported 'nid's, it will call;
+ *   foo(e, NULL, &p_nids, 0); (returns number of 'nids' or -1 for error)
+ */
+/* Returns to a pointer to the array of supported cipher 'nid's. If the second
+ * parameter is non-NULL it is set to the size of the returned array. */
+typedef int (*ENGINE_CIPHERS_PTR)(ENGINE *, const EVP_CIPHER **, const int **, int);
+typedef int (*ENGINE_DIGESTS_PTR)(ENGINE *, const EVP_MD **, const int **, int);
+typedef int (*ENGINE_PKEY_METHS_PTR)(ENGINE *, EVP_PKEY_METHOD **, const int **, int);
+typedef int (*ENGINE_PKEY_ASN1_METHS_PTR)(ENGINE *, EVP_PKEY_ASN1_METHOD **, const int **, int);
+/* STRUCTURE functions ... all of these functions deal with pointers to ENGINE
+ * structures where the pointers have a "structural reference". This means that
+ * their reference is to allowed access to the structure but it does not imply
+ * that the structure is functional. To simply increment or decrement the
+ * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
+ * required when iterating using ENGINE_get_next as it will automatically
+ * decrement the structural reference count of the "current" ENGINE and
+ * increment the structural reference count of the ENGINE it returns (unless it
+ * is NULL). */
+
+/* Get the first/last "ENGINE" type available. */
+ENGINE *ENGINE_get_first(void);
+ENGINE *ENGINE_get_last(void);
+/* Iterate to the next/previous "ENGINE" type (NULL = end of the list). */
+ENGINE *ENGINE_get_next(ENGINE *e);
+ENGINE *ENGINE_get_prev(ENGINE *e);
+/* Add another "ENGINE" type into the array. */
+int ENGINE_add(ENGINE *e);
+/* Remove an existing "ENGINE" type from the array. */
+int ENGINE_remove(ENGINE *e);
+/* Retrieve an engine from the list by its unique "id" value. */
+ENGINE *ENGINE_by_id(const char *id);
+/* Add all the built-in engines. */
+void ENGINE_load_openssl(void);
+void ENGINE_load_dynamic(void);
+#ifndef OPENSSL_NO_STATIC_ENGINE
+void ENGINE_load_4758cca(void);
+void ENGINE_load_aep(void);
+void ENGINE_load_atalla(void);
+void ENGINE_load_chil(void);
+void ENGINE_load_cswift(void);
+void ENGINE_load_nuron(void);
+void ENGINE_load_sureware(void);
+void ENGINE_load_ubsec(void);
+void ENGINE_load_padlock(void);
+void ENGINE_load_capi(void);
+#ifndef OPENSSL_NO_GMP
+void ENGINE_load_gmp(void);
+#endif
+#ifndef OPENSSL_NO_GOST
+void ENGINE_load_gost(void);
+#endif
+#endif
+void ENGINE_load_cryptodev(void);
+void ENGINE_load_rsax(void);
+void ENGINE_load_rdrand(void);
+void ENGINE_load_builtin_engines(void);
+
+/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
+ * "registry" handling. */
+unsigned int ENGINE_get_table_flags(void);
+void ENGINE_set_table_flags(unsigned int flags);
+
+/* Manage registration of ENGINEs per "table". For each type, there are 3
+ * functions;
+ *   ENGINE_register_***(e) - registers the implementation from 'e' (if it has one)
+ *   ENGINE_unregister_***(e) - unregister the implementation from 'e'
+ *   ENGINE_register_all_***() - call ENGINE_register_***() for each 'e' in the list
+ * Cleanup is automatically registered from each table when required, so
+ * ENGINE_cleanup() will reverse any "register" operations. */
+
+int ENGINE_register_RSA(ENGINE *e);
+void ENGINE_unregister_RSA(ENGINE *e);
+void ENGINE_register_all_RSA(void);
+
+int ENGINE_register_DSA(ENGINE *e);
+void ENGINE_unregister_DSA(ENGINE *e);
+void ENGINE_register_all_DSA(void);
+
+int ENGINE_register_ECDH(ENGINE *e);
+void ENGINE_unregister_ECDH(ENGINE *e);
+void ENGINE_register_all_ECDH(void);
+
+int ENGINE_register_ECDSA(ENGINE *e);
+void ENGINE_unregister_ECDSA(ENGINE *e);
+void ENGINE_register_all_ECDSA(void);
+
+int ENGINE_register_DH(ENGINE *e);
+void ENGINE_unregister_DH(ENGINE *e);
+void ENGINE_register_all_DH(void);
+
+int ENGINE_register_RAND(ENGINE *e);
+void ENGINE_unregister_RAND(ENGINE *e);
+void ENGINE_register_all_RAND(void);
+
+int ENGINE_register_STORE(ENGINE *e);
+void ENGINE_unregister_STORE(ENGINE *e);
+void ENGINE_register_all_STORE(void);
+
+int ENGINE_register_ciphers(ENGINE *e);
+void ENGINE_unregister_ciphers(ENGINE *e);
+void ENGINE_register_all_ciphers(void);
+
+int ENGINE_register_digests(ENGINE *e);
+void ENGINE_unregister_digests(ENGINE *e);
+void ENGINE_register_all_digests(void);
+
+int ENGINE_register_pkey_meths(ENGINE *e);
+void ENGINE_unregister_pkey_meths(ENGINE *e);
+void ENGINE_register_all_pkey_meths(void);
+
+int ENGINE_register_pkey_asn1_meths(ENGINE *e);
+void ENGINE_unregister_pkey_asn1_meths(ENGINE *e);
+void ENGINE_register_all_pkey_asn1_meths(void);
+
+/* These functions register all support from the above categories. Note, use of
+ * these functions can result in static linkage of code your application may not
+ * need. If you only need a subset of functionality, consider using more
+ * selective initialisation. */
+int ENGINE_register_complete(ENGINE *e);
+int ENGINE_register_all_complete(void);
+
+/* Send parametrised control commands to the engine. The possibilities to send
+ * down an integer, a pointer to data or a function pointer are provided. Any of
+ * the parameters may or may not be NULL, depending on the command number. In
+ * actuality, this function only requires a structural (rather than functional)
+ * reference to an engine, but many control commands may require the engine be
+ * functional. The caller should be aware of trying commands that require an
+ * operational ENGINE, and only use functional references in such situations. */
+int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
+
+/* This function tests if an ENGINE-specific command is usable as a "setting".
+ * Eg. in an application's config file that gets processed through
+ * ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to
+ * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
+int ENGINE_cmd_is_executable(ENGINE *e, int cmd);
+
+/* This function works like ENGINE_ctrl() with the exception of taking a
+ * command name instead of a command number, and can handle optional commands.
+ * See the comment on ENGINE_ctrl_cmd_string() for an explanation on how to
+ * use the cmd_name and cmd_optional. */
+int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
+        long i, void *p, void (*f)(void), int cmd_optional);
+
+/* This function passes a command-name and argument to an ENGINE. The cmd_name
+ * is converted to a command number and the control command is called using
+ * 'arg' as an argument (unless the ENGINE doesn't support such a command, in
+ * which case no control command is called). The command is checked for input
+ * flags, and if necessary the argument will be converted to a numeric value. If
+ * cmd_optional is non-zero, then if the ENGINE doesn't support the given
+ * cmd_name the return value will be success anyway. This function is intended
+ * for applications to use so that users (or config files) can supply
+ * engine-specific config data to the ENGINE at run-time to control behaviour of
+ * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
+ * functions that return data, deal with binary data, or that are otherwise
+ * supposed to be used directly through ENGINE_ctrl() in application code. Any
+ * "return" data from an ENGINE_ctrl() operation in this function will be lost -
+ * the return value is interpreted as failure if the return value is zero,
+ * success otherwise, and this function returns a boolean value as a result. In
+ * other words, vendors of 'ENGINE'-enabled devices should write ENGINE
+ * implementations with parameterisations that work in this scheme, so that
+ * compliant ENGINE-based applications can work consistently with the same
+ * configuration for the same ENGINE-enabled devices, across applications. */
+int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
+				int cmd_optional);
+
+/* These functions are useful for manufacturing new ENGINE structures. They
+ * don't address reference counting at all - one uses them to populate an ENGINE
+ * structure with personalised implementations of things prior to using it
+ * directly or adding it to the builtin ENGINE list in OpenSSL. These are also
+ * here so that the ENGINE structure doesn't have to be exposed and break binary
+ * compatibility! */
+ENGINE *ENGINE_new(void);
+int ENGINE_free(ENGINE *e);
+int ENGINE_up_ref(ENGINE *e);
+int ENGINE_set_id(ENGINE *e, const char *id);
+int ENGINE_set_name(ENGINE *e, const char *name);
+int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
+int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
+int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth);
+int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth);
+int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
+int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
+int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth);
+int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
+int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
+int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
+int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
+int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f);
+int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f);
+int ENGINE_set_load_ssl_client_cert_function(ENGINE *e,
+				ENGINE_SSL_CLIENT_CERT_PTR loadssl_f);
+int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
+int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f);
+int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f);
+int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f);
+int ENGINE_set_flags(ENGINE *e, int flags);
+int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
+/* These functions allow control over any per-structure ENGINE data. */
+int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+		CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg);
+void *ENGINE_get_ex_data(const ENGINE *e, int idx);
+
+/* This function cleans up anything that needs it. Eg. the ENGINE_add() function
+ * automatically ensures the list cleanup function is registered to be called
+ * from ENGINE_cleanup(). Similarly, all ENGINE_register_*** functions ensure
+ * ENGINE_cleanup() will clean up after them. */
+void ENGINE_cleanup(void);
+
+/* These return values from within the ENGINE structure. These can be useful
+ * with functional references as well as structural references - it depends
+ * which you obtained. Using the result for functional purposes if you only
+ * obtained a structural reference may be problematic! */
+const char *ENGINE_get_id(const ENGINE *e);
+const char *ENGINE_get_name(const ENGINE *e);
+const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
+const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e);
+const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e);
+const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *e);
+const DH_METHOD *ENGINE_get_DH(const ENGINE *e);
+const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e);
+const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e);
+ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
+ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
+ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
+ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);
+ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e);
+ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e);
+ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE *e);
+ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);
+ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e);
+ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e);
+ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e);
+const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
+const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid);
+const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid);
+const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid);
+const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
+					const char *str, int len);
+const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
+					const char *str, int len);
+const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
+int ENGINE_get_flags(const ENGINE *e);
+
+/* FUNCTIONAL functions. These functions deal with ENGINE structures
+ * that have (or will) be initialised for use. Broadly speaking, the
+ * structural functions are useful for iterating the list of available
+ * engine types, creating new engine types, and other "list" operations.
+ * These functions actually deal with ENGINEs that are to be used. As
+ * such these functions can fail (if applicable) when particular
+ * engines are unavailable - eg. if a hardware accelerator is not
+ * attached or not functioning correctly. Each ENGINE has 2 reference
+ * counts; structural and functional. Every time a functional reference
+ * is obtained or released, a corresponding structural reference is
+ * automatically obtained or released too. */
+
+/* Initialise a engine type for use (or up its reference count if it's
+ * already in use). This will fail if the engine is not currently
+ * operational and cannot initialise. */
+int ENGINE_init(ENGINE *e);
+/* Free a functional reference to a engine type. This does not require
+ * a corresponding call to ENGINE_free as it also releases a structural
+ * reference. */
+int ENGINE_finish(ENGINE *e);
+
+/* The following functions handle keys that are stored in some secondary
+ * location, handled by the engine.  The storage may be on a card or
+ * whatever. */
+EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
+	UI_METHOD *ui_method, void *callback_data);
+EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
+	UI_METHOD *ui_method, void *callback_data);
+int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
+	STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
+	STACK_OF(X509) **pother,
+	UI_METHOD *ui_method, void *callback_data);
+
+/* This returns a pointer for the current ENGINE structure that
+ * is (by default) performing any RSA operations. The value returned
+ * is an incremented reference, so it should be free'd (ENGINE_finish)
+ * before it is discarded. */
+ENGINE *ENGINE_get_default_RSA(void);
+/* Same for the other "methods" */
+ENGINE *ENGINE_get_default_DSA(void);
+ENGINE *ENGINE_get_default_ECDH(void);
+ENGINE *ENGINE_get_default_ECDSA(void);
+ENGINE *ENGINE_get_default_DH(void);
+ENGINE *ENGINE_get_default_RAND(void);
+/* These functions can be used to get a functional reference to perform
+ * ciphering or digesting corresponding to "nid". */
+ENGINE *ENGINE_get_cipher_engine(int nid);
+ENGINE *ENGINE_get_digest_engine(int nid);
+ENGINE *ENGINE_get_pkey_meth_engine(int nid);
+ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid);
+
+/* This sets a new default ENGINE structure for performing RSA
+ * operations. If the result is non-zero (success) then the ENGINE
+ * structure will have had its reference count up'd so the caller
+ * should still free their own reference 'e'. */
+int ENGINE_set_default_RSA(ENGINE *e);
+int ENGINE_set_default_string(ENGINE *e, const char *def_list);
+/* Same for the other "methods" */
+int ENGINE_set_default_DSA(ENGINE *e);
+int ENGINE_set_default_ECDH(ENGINE *e);
+int ENGINE_set_default_ECDSA(ENGINE *e);
+int ENGINE_set_default_DH(ENGINE *e);
+int ENGINE_set_default_RAND(ENGINE *e);
+int ENGINE_set_default_ciphers(ENGINE *e);
+int ENGINE_set_default_digests(ENGINE *e);
+int ENGINE_set_default_pkey_meths(ENGINE *e);
+int ENGINE_set_default_pkey_asn1_meths(ENGINE *e);
+
+/* The combination "set" - the flags are bitwise "OR"d from the
+ * ENGINE_METHOD_*** defines above. As with the "ENGINE_register_complete()"
+ * function, this function can result in unnecessary static linkage. If your
+ * application requires only specific functionality, consider using more
+ * selective functions. */
+int ENGINE_set_default(ENGINE *e, unsigned int flags);
+
+void ENGINE_add_conf_module(void);
+
+/* Deprecated functions ... */
+/* int ENGINE_clear_defaults(void); */
+
+/**************************/
+/* DYNAMIC ENGINE SUPPORT */
+/**************************/
+
+/* Binary/behaviour compatibility levels */
+#define OSSL_DYNAMIC_VERSION		(unsigned long)0x00020000
+/* Binary versions older than this are too old for us (whether we're a loader or
+ * a loadee) */
+#define OSSL_DYNAMIC_OLDEST		(unsigned long)0x00020000
+
+/* When compiling an ENGINE entirely as an external shared library, loadable by
+ * the "dynamic" ENGINE, these types are needed. The 'dynamic_fns' structure
+ * type provides the calling application's (or library's) error functionality
+ * and memory management function pointers to the loaded library. These should
+ * be used/set in the loaded library code so that the loading application's
+ * 'state' will be used/changed in all operations. The 'static_state' pointer
+ * allows the loaded library to know if it shares the same static data as the
+ * calling application (or library), and thus whether these callbacks need to be
+ * set or not. */
+typedef void *(*dyn_MEM_malloc_cb)(size_t);
+typedef void *(*dyn_MEM_realloc_cb)(void *, size_t);
+typedef void (*dyn_MEM_free_cb)(void *);
+typedef struct st_dynamic_MEM_fns {
+	dyn_MEM_malloc_cb			malloc_cb;
+	dyn_MEM_realloc_cb			realloc_cb;
+	dyn_MEM_free_cb				free_cb;
+	} dynamic_MEM_fns;
+/* FIXME: Perhaps the memory and locking code (crypto.h) should declare and use
+ * these types so we (and any other dependant code) can simplify a bit?? */
+typedef void (*dyn_lock_locking_cb)(int,int,const char *,int);
+typedef int (*dyn_lock_add_lock_cb)(int*,int,int,const char *,int);
+typedef struct CRYPTO_dynlock_value *(*dyn_dynlock_create_cb)(
+						const char *,int);
+typedef void (*dyn_dynlock_lock_cb)(int,struct CRYPTO_dynlock_value *,
+						const char *,int);
+typedef void (*dyn_dynlock_destroy_cb)(struct CRYPTO_dynlock_value *,
+						const char *,int);
+typedef struct st_dynamic_LOCK_fns {
+	dyn_lock_locking_cb			lock_locking_cb;
+	dyn_lock_add_lock_cb			lock_add_lock_cb;
+	dyn_dynlock_create_cb			dynlock_create_cb;
+	dyn_dynlock_lock_cb			dynlock_lock_cb;
+	dyn_dynlock_destroy_cb			dynlock_destroy_cb;
+	} dynamic_LOCK_fns;
+/* The top-level structure */
+typedef struct st_dynamic_fns {
+	void 					*static_state;
+	const ERR_FNS				*err_fns;
+	const CRYPTO_EX_DATA_IMPL		*ex_data_fns;
+	dynamic_MEM_fns				mem_fns;
+	dynamic_LOCK_fns			lock_fns;
+	} dynamic_fns;
+
+/* The version checking function should be of this prototype. NB: The
+ * ossl_version value passed in is the OSSL_DYNAMIC_VERSION of the loading code.
+ * If this function returns zero, it indicates a (potential) version
+ * incompatibility and the loaded library doesn't believe it can proceed.
+ * Otherwise, the returned value is the (latest) version supported by the
+ * loading library. The loader may still decide that the loaded code's version
+ * is unsatisfactory and could veto the load. The function is expected to
+ * be implemented with the symbol name "v_check", and a default implementation
+ * can be fully instantiated with IMPLEMENT_DYNAMIC_CHECK_FN(). */
+typedef unsigned long (*dynamic_v_check_fn)(unsigned long ossl_version);
+#define IMPLEMENT_DYNAMIC_CHECK_FN() \
+	OPENSSL_EXPORT unsigned long v_check(unsigned long v); \
+	OPENSSL_EXPORT unsigned long v_check(unsigned long v) { \
+		if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \
+		return 0; }
+
+/* This function is passed the ENGINE structure to initialise with its own
+ * function and command settings. It should not adjust the structural or
+ * functional reference counts. If this function returns zero, (a) the load will
+ * be aborted, (b) the previous ENGINE state will be memcpy'd back onto the
+ * structure, and (c) the shared library will be unloaded. So implementations
+ * should do their own internal cleanup in failure circumstances otherwise they
+ * could leak. The 'id' parameter, if non-NULL, represents the ENGINE id that
+ * the loader is looking for. If this is NULL, the shared library can choose to
+ * return failure or to initialise a 'default' ENGINE. If non-NULL, the shared
+ * library must initialise only an ENGINE matching the passed 'id'. The function
+ * is expected to be implemented with the symbol name "bind_engine". A standard
+ * implementation can be instantiated with IMPLEMENT_DYNAMIC_BIND_FN(fn) where
+ * the parameter 'fn' is a callback function that populates the ENGINE structure
+ * and returns an int value (zero for failure). 'fn' should have prototype;
+ *    [static] int fn(ENGINE *e, const char *id); */
+typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id,
+				const dynamic_fns *fns);
+#define IMPLEMENT_DYNAMIC_BIND_FN(fn) \
+	OPENSSL_EXPORT \
+	int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
+	OPENSSL_EXPORT \
+	int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
+		if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
+		if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
+			fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
+			return 0; \
+		CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
+		CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
+		CRYPTO_set_dynlock_create_callback(fns->lock_fns.dynlock_create_cb); \
+		CRYPTO_set_dynlock_lock_callback(fns->lock_fns.dynlock_lock_cb); \
+		CRYPTO_set_dynlock_destroy_callback(fns->lock_fns.dynlock_destroy_cb); \
+		if(!CRYPTO_set_ex_data_implementation(fns->ex_data_fns)) \
+			return 0; \
+		if(!ERR_set_implementation(fns->err_fns)) return 0; \
+	skip_cbs: \
+		if(!fn(e,id)) return 0; \
+		return 1; }
+
+/* If the loading application (or library) and the loaded ENGINE library share
+ * the same static data (eg. they're both dynamically linked to the same
+ * libcrypto.so) we need a way to avoid trying to set system callbacks - this
+ * would fail, and for the same reason that it's unnecessary to try. If the
+ * loaded ENGINE has (or gets from through the loader) its own copy of the
+ * libcrypto static data, we will need to set the callbacks. The easiest way to
+ * detect this is to have a function that returns a pointer to some static data
+ * and let the loading application and loaded ENGINE compare their respective
+ * values. */
+void *ENGINE_get_static_state(void);
+
+#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
+void ENGINE_setup_bsd_cryptodev(void);
+#endif
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_ENGINE_strings(void);
+
+/* Error codes for the ENGINE functions. */
+
+/* Function codes. */
+#define ENGINE_F_DYNAMIC_CTRL				 180
+#define ENGINE_F_DYNAMIC_GET_DATA_CTX			 181
+#define ENGINE_F_DYNAMIC_LOAD				 182
+#define ENGINE_F_DYNAMIC_SET_DATA_CTX			 183
+#define ENGINE_F_ENGINE_ADD				 105
+#define ENGINE_F_ENGINE_BY_ID				 106
+#define ENGINE_F_ENGINE_CMD_IS_EXECUTABLE		 170
+#define ENGINE_F_ENGINE_CTRL				 142
+#define ENGINE_F_ENGINE_CTRL_CMD			 178
+#define ENGINE_F_ENGINE_CTRL_CMD_STRING			 171
+#define ENGINE_F_ENGINE_FINISH				 107
+#define ENGINE_F_ENGINE_FREE_UTIL			 108
+#define ENGINE_F_ENGINE_GET_CIPHER			 185
+#define ENGINE_F_ENGINE_GET_DEFAULT_TYPE		 177
+#define ENGINE_F_ENGINE_GET_DIGEST			 186
+#define ENGINE_F_ENGINE_GET_NEXT			 115
+#define ENGINE_F_ENGINE_GET_PKEY_ASN1_METH		 193
+#define ENGINE_F_ENGINE_GET_PKEY_METH			 192
+#define ENGINE_F_ENGINE_GET_PREV			 116
+#define ENGINE_F_ENGINE_INIT				 119
+#define ENGINE_F_ENGINE_LIST_ADD			 120
+#define ENGINE_F_ENGINE_LIST_REMOVE			 121
+#define ENGINE_F_ENGINE_LOAD_PRIVATE_KEY		 150
+#define ENGINE_F_ENGINE_LOAD_PUBLIC_KEY			 151
+#define ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT		 194
+#define ENGINE_F_ENGINE_NEW				 122
+#define ENGINE_F_ENGINE_REMOVE				 123
+#define ENGINE_F_ENGINE_SET_DEFAULT_STRING		 189
+#define ENGINE_F_ENGINE_SET_DEFAULT_TYPE		 126
+#define ENGINE_F_ENGINE_SET_ID				 129
+#define ENGINE_F_ENGINE_SET_NAME			 130
+#define ENGINE_F_ENGINE_TABLE_REGISTER			 184
+#define ENGINE_F_ENGINE_UNLOAD_KEY			 152
+#define ENGINE_F_ENGINE_UNLOCKED_FINISH			 191
+#define ENGINE_F_ENGINE_UP_REF				 190
+#define ENGINE_F_INT_CTRL_HELPER			 172
+#define ENGINE_F_INT_ENGINE_CONFIGURE			 188
+#define ENGINE_F_INT_ENGINE_MODULE_INIT			 187
+#define ENGINE_F_LOG_MESSAGE				 141
+
+/* Reason codes. */
+#define ENGINE_R_ALREADY_LOADED				 100
+#define ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER		 133
+#define ENGINE_R_CMD_NOT_EXECUTABLE			 134
+#define ENGINE_R_COMMAND_TAKES_INPUT			 135
+#define ENGINE_R_COMMAND_TAKES_NO_INPUT			 136
+#define ENGINE_R_CONFLICTING_ENGINE_ID			 103
+#define ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED		 119
+#define ENGINE_R_DH_NOT_IMPLEMENTED			 139
+#define ENGINE_R_DSA_NOT_IMPLEMENTED			 140
+#define ENGINE_R_DSO_FAILURE				 104
+#define ENGINE_R_DSO_NOT_FOUND				 132
+#define ENGINE_R_ENGINES_SECTION_ERROR			 148
+#define ENGINE_R_ENGINE_CONFIGURATION_ERROR		 102
+#define ENGINE_R_ENGINE_IS_NOT_IN_LIST			 105
+#define ENGINE_R_ENGINE_SECTION_ERROR			 149
+#define ENGINE_R_FAILED_LOADING_PRIVATE_KEY		 128
+#define ENGINE_R_FAILED_LOADING_PUBLIC_KEY		 129
+#define ENGINE_R_FINISH_FAILED				 106
+#define ENGINE_R_GET_HANDLE_FAILED			 107
+#define ENGINE_R_ID_OR_NAME_MISSING			 108
+#define ENGINE_R_INIT_FAILED				 109
+#define ENGINE_R_INTERNAL_LIST_ERROR			 110
+#define ENGINE_R_INVALID_ARGUMENT			 143
+#define ENGINE_R_INVALID_CMD_NAME			 137
+#define ENGINE_R_INVALID_CMD_NUMBER			 138
+#define ENGINE_R_INVALID_INIT_VALUE			 151
+#define ENGINE_R_INVALID_STRING				 150
+#define ENGINE_R_NOT_INITIALISED			 117
+#define ENGINE_R_NOT_LOADED				 112
+#define ENGINE_R_NO_CONTROL_FUNCTION			 120
+#define ENGINE_R_NO_INDEX				 144
+#define ENGINE_R_NO_LOAD_FUNCTION			 125
+#define ENGINE_R_NO_REFERENCE				 130
+#define ENGINE_R_NO_SUCH_ENGINE				 116
+#define ENGINE_R_NO_UNLOAD_FUNCTION			 126
+#define ENGINE_R_PROVIDE_PARAMETERS			 113
+#define ENGINE_R_RSA_NOT_IMPLEMENTED			 141
+#define ENGINE_R_UNIMPLEMENTED_CIPHER			 146
+#define ENGINE_R_UNIMPLEMENTED_DIGEST			 147
+#define ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD	 101
+#define ENGINE_R_VERSION_INCOMPATIBILITY		 145
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/err.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/err.h
new file mode 100755
index 0000000000000000000000000000000000000000..46aea5f229796f8b32ba580c36454a0943b89d8e
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/err.h
@@ -0,0 +1,386 @@
+/* crypto/err/err.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_ERR_H
+#define HEADER_ERR_H
+
+#include <APOpenSSL/e_os2.h>
+
+#ifndef OPENSSL_NO_FP_API
+#include <stdio.h>
+#include <stdlib.h>
+#endif
+
+#include <APOpenSSL/ossl_typ.h>
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#ifndef OPENSSL_NO_LHASH
+#include <APOpenSSL/lhash.h>
+#endif
+
+#ifdef	__cplusplus
+extern "C" {
+#endif
+
+#ifndef OPENSSL_NO_ERR
+#define ERR_PUT_error(a,b,c,d,e)	ERR_put_error(a,b,c,d,e)
+#else
+#define ERR_PUT_error(a,b,c,d,e)	ERR_put_error(a,b,c,NULL,0)
+#endif
+
+#include <errno.h>
+
+#define ERR_TXT_MALLOCED	0x01
+#define ERR_TXT_STRING		0x02
+
+#define ERR_FLAG_MARK		0x01
+
+#define ERR_NUM_ERRORS	16
+typedef struct err_state_st
+	{
+	CRYPTO_THREADID tid;
+	int err_flags[ERR_NUM_ERRORS];
+	unsigned long err_buffer[ERR_NUM_ERRORS];
+	char *err_data[ERR_NUM_ERRORS];
+	int err_data_flags[ERR_NUM_ERRORS];
+	const char *err_file[ERR_NUM_ERRORS];
+	int err_line[ERR_NUM_ERRORS];
+	int top,bottom;
+	} ERR_STATE;
+
+/* library */
+#define ERR_LIB_NONE		1
+#define ERR_LIB_SYS		2
+#define ERR_LIB_BN		3
+#define ERR_LIB_RSA		4
+#define ERR_LIB_DH		5
+#define ERR_LIB_EVP		6
+#define ERR_LIB_BUF		7
+#define ERR_LIB_OBJ		8
+#define ERR_LIB_PEM		9
+#define ERR_LIB_DSA		10
+#define ERR_LIB_X509		11
+/* #define ERR_LIB_METH         12 */
+#define ERR_LIB_ASN1		13
+#define ERR_LIB_CONF		14
+#define ERR_LIB_CRYPTO		15
+#define ERR_LIB_EC		16
+#define ERR_LIB_SSL		20
+/* #define ERR_LIB_SSL23        21 */
+/* #define ERR_LIB_SSL2         22 */
+/* #define ERR_LIB_SSL3         23 */
+/* #define ERR_LIB_RSAREF       30 */
+/* #define ERR_LIB_PROXY        31 */
+#define ERR_LIB_BIO		32
+#define ERR_LIB_PKCS7		33
+#define ERR_LIB_X509V3		34
+#define ERR_LIB_PKCS12		35
+#define ERR_LIB_RAND		36
+#define ERR_LIB_DSO		37
+#define ERR_LIB_ENGINE		38
+#define ERR_LIB_OCSP            39
+#define ERR_LIB_UI              40
+#define ERR_LIB_COMP            41
+#define ERR_LIB_ECDSA		42
+#define ERR_LIB_ECDH		43
+#define ERR_LIB_STORE           44
+#define ERR_LIB_FIPS		45
+#define ERR_LIB_CMS		46
+#define ERR_LIB_TS		47
+#define ERR_LIB_HMAC		48
+#define ERR_LIB_JPAKE		49
+
+#define ERR_LIB_USER		128
+
+#define SYSerr(f,r)  ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
+#define BNerr(f,r)   ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__)
+#define RSAerr(f,r)  ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__)
+#define DHerr(f,r)   ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__)
+#define EVPerr(f,r)  ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__)
+#define BUFerr(f,r)  ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__)
+#define OBJerr(f,r)  ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__)
+#define PEMerr(f,r)  ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__)
+#define DSAerr(f,r)  ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__)
+#define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__)
+#define ASN1err(f,r) ERR_PUT_error(ERR_LIB_ASN1,(f),(r),__FILE__,__LINE__)
+#define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__)
+#define CRYPTOerr(f,r) ERR_PUT_error(ERR_LIB_CRYPTO,(f),(r),__FILE__,__LINE__)
+#define ECerr(f,r)   ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__)
+#define SSLerr(f,r)  ERR_PUT_error(ERR_LIB_SSL,(f),(r),__FILE__,__LINE__)
+#define BIOerr(f,r)  ERR_PUT_error(ERR_LIB_BIO,(f),(r),__FILE__,__LINE__)
+#define PKCS7err(f,r) ERR_PUT_error(ERR_LIB_PKCS7,(f),(r),__FILE__,__LINE__)
+#define X509V3err(f,r) ERR_PUT_error(ERR_LIB_X509V3,(f),(r),__FILE__,__LINE__)
+#define PKCS12err(f,r) ERR_PUT_error(ERR_LIB_PKCS12,(f),(r),__FILE__,__LINE__)
+#define RANDerr(f,r) ERR_PUT_error(ERR_LIB_RAND,(f),(r),__FILE__,__LINE__)
+#define DSOerr(f,r) ERR_PUT_error(ERR_LIB_DSO,(f),(r),__FILE__,__LINE__)
+#define ENGINEerr(f,r) ERR_PUT_error(ERR_LIB_ENGINE,(f),(r),__FILE__,__LINE__)
+#define OCSPerr(f,r) ERR_PUT_error(ERR_LIB_OCSP,(f),(r),__FILE__,__LINE__)
+#define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),__FILE__,__LINE__)
+#define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__)
+#define ECDSAerr(f,r)  ERR_PUT_error(ERR_LIB_ECDSA,(f),(r),__FILE__,__LINE__)
+#define ECDHerr(f,r)  ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__)
+#define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__)
+#define FIPSerr(f,r) ERR_PUT_error(ERR_LIB_FIPS,(f),(r),__FILE__,__LINE__)
+#define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
+#define TSerr(f,r) ERR_PUT_error(ERR_LIB_TS,(f),(r),__FILE__,__LINE__)
+#define HMACerr(f,r) ERR_PUT_error(ERR_LIB_HMAC,(f),(r),__FILE__,__LINE__)
+#define JPAKEerr(f,r) ERR_PUT_error(ERR_LIB_JPAKE,(f),(r),__FILE__,__LINE__)
+
+/* Borland C seems too stupid to be able to shift and do longs in
+ * the pre-processor :-( */
+#define ERR_PACK(l,f,r)		(((((unsigned long)l)&0xffL)*0x1000000)| \
+				((((unsigned long)f)&0xfffL)*0x1000)| \
+				((((unsigned long)r)&0xfffL)))
+#define ERR_GET_LIB(l)		(int)((((unsigned long)l)>>24L)&0xffL)
+#define ERR_GET_FUNC(l)		(int)((((unsigned long)l)>>12L)&0xfffL)
+#define ERR_GET_REASON(l)	(int)((l)&0xfffL)
+#define ERR_FATAL_ERROR(l)	(int)((l)&ERR_R_FATAL)
+
+
+/* OS functions */
+#define SYS_F_FOPEN		1
+#define SYS_F_CONNECT		2
+#define SYS_F_GETSERVBYNAME	3
+#define SYS_F_SOCKET		4
+#define SYS_F_IOCTLSOCKET	5
+#define SYS_F_BIND		6
+#define SYS_F_LISTEN		7
+#define SYS_F_ACCEPT		8
+#define SYS_F_WSASTARTUP	9 /* Winsock stuff */
+#define SYS_F_OPENDIR		10
+#define SYS_F_FREAD		11
+
+
+/* reasons */
+#define ERR_R_SYS_LIB	ERR_LIB_SYS       /* 2 */
+#define ERR_R_BN_LIB	ERR_LIB_BN        /* 3 */
+#define ERR_R_RSA_LIB	ERR_LIB_RSA       /* 4 */
+#define ERR_R_DH_LIB	ERR_LIB_DH        /* 5 */
+#define ERR_R_EVP_LIB	ERR_LIB_EVP       /* 6 */
+#define ERR_R_BUF_LIB	ERR_LIB_BUF       /* 7 */
+#define ERR_R_OBJ_LIB	ERR_LIB_OBJ       /* 8 */
+#define ERR_R_PEM_LIB	ERR_LIB_PEM       /* 9 */
+#define ERR_R_DSA_LIB	ERR_LIB_DSA      /* 10 */
+#define ERR_R_X509_LIB	ERR_LIB_X509     /* 11 */
+#define ERR_R_ASN1_LIB	ERR_LIB_ASN1     /* 13 */
+#define ERR_R_CONF_LIB	ERR_LIB_CONF     /* 14 */
+#define ERR_R_CRYPTO_LIB ERR_LIB_CRYPTO  /* 15 */
+#define ERR_R_EC_LIB	ERR_LIB_EC       /* 16 */
+#define ERR_R_SSL_LIB	ERR_LIB_SSL      /* 20 */
+#define ERR_R_BIO_LIB	ERR_LIB_BIO      /* 32 */
+#define ERR_R_PKCS7_LIB	ERR_LIB_PKCS7    /* 33 */
+#define ERR_R_X509V3_LIB ERR_LIB_X509V3  /* 34 */
+#define ERR_R_PKCS12_LIB ERR_LIB_PKCS12  /* 35 */
+#define ERR_R_RAND_LIB	ERR_LIB_RAND     /* 36 */
+#define ERR_R_DSO_LIB	ERR_LIB_DSO      /* 37 */
+#define ERR_R_ENGINE_LIB ERR_LIB_ENGINE  /* 38 */
+#define ERR_R_OCSP_LIB  ERR_LIB_OCSP     /* 39 */
+#define ERR_R_UI_LIB    ERR_LIB_UI       /* 40 */
+#define ERR_R_COMP_LIB	ERR_LIB_COMP     /* 41 */
+#define ERR_R_ECDSA_LIB ERR_LIB_ECDSA	 /* 42 */
+#define ERR_R_ECDH_LIB  ERR_LIB_ECDH	 /* 43 */
+#define ERR_R_STORE_LIB ERR_LIB_STORE    /* 44 */
+#define ERR_R_TS_LIB	ERR_LIB_TS       /* 45 */
+
+#define ERR_R_NESTED_ASN1_ERROR			58
+#define ERR_R_BAD_ASN1_OBJECT_HEADER		59
+#define ERR_R_BAD_GET_ASN1_OBJECT_CALL		60
+#define ERR_R_EXPECTING_AN_ASN1_SEQUENCE	61
+#define ERR_R_ASN1_LENGTH_MISMATCH		62
+#define ERR_R_MISSING_ASN1_EOS			63
+
+/* fatal error */
+#define ERR_R_FATAL				64
+#define	ERR_R_MALLOC_FAILURE			(1|ERR_R_FATAL)
+#define	ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED	(2|ERR_R_FATAL)
+#define	ERR_R_PASSED_NULL_PARAMETER		(3|ERR_R_FATAL)
+#define	ERR_R_INTERNAL_ERROR			(4|ERR_R_FATAL)
+#define	ERR_R_DISABLED				(5|ERR_R_FATAL)
+
+/* 99 is the maximum possible ERR_R_... code, higher values
+ * are reserved for the individual libraries */
+
+
+typedef struct ERR_string_data_st
+	{
+	unsigned long error;
+	const char *string;
+	} ERR_STRING_DATA;
+
+void ERR_put_error(int lib, int func,int reason,const char *file,int line);
+void ERR_set_error_data(char *data,int flags);
+
+unsigned long ERR_get_error(void);
+unsigned long ERR_get_error_line(const char **file,int *line);
+unsigned long ERR_get_error_line_data(const char **file,int *line,
+				      const char **data, int *flags);
+unsigned long ERR_peek_error(void);
+unsigned long ERR_peek_error_line(const char **file,int *line);
+unsigned long ERR_peek_error_line_data(const char **file,int *line,
+				       const char **data,int *flags);
+unsigned long ERR_peek_last_error(void);
+unsigned long ERR_peek_last_error_line(const char **file,int *line);
+unsigned long ERR_peek_last_error_line_data(const char **file,int *line,
+				       const char **data,int *flags);
+void ERR_clear_error(void );
+char *ERR_error_string(unsigned long e,char *buf);
+void ERR_error_string_n(unsigned long e, char *buf, size_t len);
+const char *ERR_lib_error_string(unsigned long e);
+const char *ERR_func_error_string(unsigned long e);
+const char *ERR_reason_error_string(unsigned long e);
+void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
+			 void *u);
+#ifndef OPENSSL_NO_FP_API
+void ERR_print_errors_fp(FILE *fp);
+#endif
+#ifndef OPENSSL_NO_BIO
+void ERR_print_errors(BIO *bp);
+#endif
+void ERR_add_error_data(int num, ...);
+void ERR_add_error_vdata(int num, va_list args);
+void ERR_load_strings(int lib,ERR_STRING_DATA str[]);
+void ERR_unload_strings(int lib,ERR_STRING_DATA str[]);
+void ERR_load_ERR_strings(void);
+void ERR_load_crypto_strings(void);
+void ERR_free_strings(void);
+
+void ERR_remove_thread_state(const CRYPTO_THREADID *tid);
+#ifndef OPENSSL_NO_DEPRECATED
+void ERR_remove_state(unsigned long pid); /* if zero we look it up */
+#endif
+ERR_STATE *ERR_get_state(void);
+
+#ifndef OPENSSL_NO_LHASH
+LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void);
+LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void);
+void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash);
+#endif
+
+int ERR_get_next_error_library(void);
+
+int ERR_set_mark(void);
+int ERR_pop_to_mark(void);
+
+/* Already defined in ossl_typ.h */
+/* typedef struct st_ERR_FNS ERR_FNS; */
+/* An application can use this function and provide the return value to loaded
+ * modules that should use the application's ERR state/functionality */
+const ERR_FNS *ERR_get_implementation(void);
+/* A loaded module should call this function prior to any ERR operations using
+ * the application's "ERR_FNS". */
+int ERR_set_implementation(const ERR_FNS *fns);
+
+#ifdef	__cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/evp.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/evp.h
new file mode 100755
index 0000000000000000000000000000000000000000..aea5b3cd5cd36d07a766afde3a720b93025327af
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/evp.h
@@ -0,0 +1,1402 @@
+/* crypto/evp/evp.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_ENVELOPE_H
+#define HEADER_ENVELOPE_H
+
+#ifdef OPENSSL_ALGORITHM_DEFINES
+# include <APOpenSSL/opensslconf.h>
+#else
+# define OPENSSL_ALGORITHM_DEFINES
+# include <APOpenSSL/opensslconf.h>
+# undef OPENSSL_ALGORITHM_DEFINES
+#endif
+
+#include <APOpenSSL/ossl_typ.h>
+
+#include <APOpenSSL/symhacks.h>
+
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+
+/*
+#define EVP_RC2_KEY_SIZE		16
+#define EVP_RC4_KEY_SIZE		16
+#define EVP_BLOWFISH_KEY_SIZE		16
+#define EVP_CAST5_KEY_SIZE		16
+#define EVP_RC5_32_12_16_KEY_SIZE	16
+*/
+#define EVP_MAX_MD_SIZE			64	/* longest known is SHA512 */
+#define EVP_MAX_KEY_LENGTH		64
+#define EVP_MAX_IV_LENGTH		16
+#define EVP_MAX_BLOCK_LENGTH		32
+
+#define PKCS5_SALT_LEN			8
+/* Default PKCS#5 iteration count */
+#define PKCS5_DEFAULT_ITER		2048
+
+#include <APOpenSSL/objects.h>
+
+#define EVP_PK_RSA	0x0001
+#define EVP_PK_DSA	0x0002
+#define EVP_PK_DH	0x0004
+#define EVP_PK_EC	0x0008
+#define EVP_PKT_SIGN	0x0010
+#define EVP_PKT_ENC	0x0020
+#define EVP_PKT_EXCH	0x0040
+#define EVP_PKS_RSA	0x0100
+#define EVP_PKS_DSA	0x0200
+#define EVP_PKS_EC	0x0400
+#define EVP_PKT_EXP	0x1000 /* <= 512 bit key */
+
+#define EVP_PKEY_NONE	NID_undef
+#define EVP_PKEY_RSA	NID_rsaEncryption
+#define EVP_PKEY_RSA2	NID_rsa
+#define EVP_PKEY_DSA	NID_dsa
+#define EVP_PKEY_DSA1	NID_dsa_2
+#define EVP_PKEY_DSA2	NID_dsaWithSHA
+#define EVP_PKEY_DSA3	NID_dsaWithSHA1
+#define EVP_PKEY_DSA4	NID_dsaWithSHA1_2
+#define EVP_PKEY_DH	NID_dhKeyAgreement
+#define EVP_PKEY_EC	NID_X9_62_id_ecPublicKey
+#define EVP_PKEY_HMAC	NID_hmac
+#define EVP_PKEY_CMAC	NID_cmac
+
+#ifdef	__cplusplus
+extern "C" {
+#endif
+
+/* Type needs to be a bit field
+ * Sub-type needs to be for variations on the method, as in, can it do
+ * arbitrary encryption.... */
+struct evp_pkey_st
+	{
+	int type;
+	int save_type;
+	int references;
+	const EVP_PKEY_ASN1_METHOD *ameth;
+	ENGINE *engine;
+	union	{
+		char *ptr;
+#ifndef OPENSSL_NO_RSA
+		struct rsa_st *rsa;	/* RSA */
+#endif
+#ifndef OPENSSL_NO_DSA
+		struct dsa_st *dsa;	/* DSA */
+#endif
+#ifndef OPENSSL_NO_DH
+		struct dh_st *dh;	/* DH */
+#endif
+#ifndef OPENSSL_NO_EC
+		struct ec_key_st *ec;	/* ECC */
+#endif
+		} pkey;
+	int save_parameters;
+	STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
+	} /* EVP_PKEY */;
+
+#define EVP_PKEY_MO_SIGN	0x0001
+#define EVP_PKEY_MO_VERIFY	0x0002
+#define EVP_PKEY_MO_ENCRYPT	0x0004
+#define EVP_PKEY_MO_DECRYPT	0x0008
+
+#ifndef EVP_MD
+struct env_md_st
+	{
+	int type;
+	int pkey_type;
+	int md_size;
+	unsigned long flags;
+	int (*init)(EVP_MD_CTX *ctx);
+	int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
+	int (*final)(EVP_MD_CTX *ctx,unsigned char *md);
+	int (*copy)(EVP_MD_CTX *to,const EVP_MD_CTX *from);
+	int (*cleanup)(EVP_MD_CTX *ctx);
+
+	/* FIXME: prototype these some day */
+	int (*sign)(int type, const unsigned char *m, unsigned int m_length,
+		    unsigned char *sigret, unsigned int *siglen, void *key);
+	int (*verify)(int type, const unsigned char *m, unsigned int m_length,
+		      const unsigned char *sigbuf, unsigned int siglen,
+		      void *key);
+	int required_pkey_type[5]; /*EVP_PKEY_xxx */
+	int block_size;
+	int ctx_size; /* how big does the ctx->md_data need to be */
+	/* control function */
+	int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
+	} /* EVP_MD */;
+
+typedef int evp_sign_method(int type,const unsigned char *m,
+			    unsigned int m_length,unsigned char *sigret,
+			    unsigned int *siglen, void *key);
+typedef int evp_verify_method(int type,const unsigned char *m,
+			    unsigned int m_length,const unsigned char *sigbuf,
+			    unsigned int siglen, void *key);
+
+#define EVP_MD_FLAG_ONESHOT	0x0001 /* digest can only handle a single
+					* block */
+
+#define EVP_MD_FLAG_PKEY_DIGEST	0x0002 /* digest is a "clone" digest used
+					* which is a copy of an existing
+					* one for a specific public key type.
+					* EVP_dss1() etc */
+
+/* Digest uses EVP_PKEY_METHOD for signing instead of MD specific signing */
+
+#define EVP_MD_FLAG_PKEY_METHOD_SIGNATURE	0x0004
+
+/* DigestAlgorithmIdentifier flags... */
+
+#define EVP_MD_FLAG_DIGALGID_MASK		0x0018
+
+/* NULL or absent parameter accepted. Use NULL */
+
+#define EVP_MD_FLAG_DIGALGID_NULL		0x0000
+
+/* NULL or absent parameter accepted. Use NULL for PKCS#1 otherwise absent */
+
+#define EVP_MD_FLAG_DIGALGID_ABSENT		0x0008
+
+/* Custom handling via ctrl */
+
+#define EVP_MD_FLAG_DIGALGID_CUSTOM		0x0018
+
+#define EVP_MD_FLAG_FIPS	0x0400 /* Note if suitable for use in FIPS mode */
+
+/* Digest ctrls */
+
+#define	EVP_MD_CTRL_DIGALGID			0x1
+#define	EVP_MD_CTRL_MICALG			0x2
+
+/* Minimum Algorithm specific ctrl value */
+
+#define	EVP_MD_CTRL_ALG_CTRL			0x1000
+
+#define EVP_PKEY_NULL_method	NULL,NULL,{0,0,0,0}
+
+#ifndef OPENSSL_NO_DSA
+#define EVP_PKEY_DSA_method	(evp_sign_method *)DSA_sign, \
+				(evp_verify_method *)DSA_verify, \
+				{EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3, \
+					EVP_PKEY_DSA4,0}
+#else
+#define EVP_PKEY_DSA_method	EVP_PKEY_NULL_method
+#endif
+
+#ifndef OPENSSL_NO_ECDSA
+#define EVP_PKEY_ECDSA_method   (evp_sign_method *)ECDSA_sign, \
+				(evp_verify_method *)ECDSA_verify, \
+                                 {EVP_PKEY_EC,0,0,0}
+#else   
+#define EVP_PKEY_ECDSA_method   EVP_PKEY_NULL_method
+#endif
+
+#ifndef OPENSSL_NO_RSA
+#define EVP_PKEY_RSA_method	(evp_sign_method *)RSA_sign, \
+				(evp_verify_method *)RSA_verify, \
+				{EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
+#define EVP_PKEY_RSA_ASN1_OCTET_STRING_method \
+				(evp_sign_method *)RSA_sign_ASN1_OCTET_STRING, \
+				(evp_verify_method *)RSA_verify_ASN1_OCTET_STRING, \
+				{EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
+#else
+#define EVP_PKEY_RSA_method	EVP_PKEY_NULL_method
+#define EVP_PKEY_RSA_ASN1_OCTET_STRING_method EVP_PKEY_NULL_method
+#endif
+
+#endif /* !EVP_MD */
+
+struct env_md_ctx_st
+	{
+	const EVP_MD *digest;
+	ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */
+	unsigned long flags;
+	void *md_data;
+	/* Public key context for sign/verify */
+	EVP_PKEY_CTX *pctx;
+	/* Update function: usually copied from EVP_MD */
+	int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
+	} /* EVP_MD_CTX */;
+
+/* values for EVP_MD_CTX flags */
+
+#define EVP_MD_CTX_FLAG_ONESHOT		0x0001 /* digest update will be called
+						* once only */
+#define EVP_MD_CTX_FLAG_CLEANED		0x0002 /* context has already been
+						* cleaned */
+#define EVP_MD_CTX_FLAG_REUSE		0x0004 /* Don't free up ctx->md_data
+						* in EVP_MD_CTX_cleanup */
+/* FIPS and pad options are ignored in 1.0.0, definitions are here
+ * so we don't accidentally reuse the values for other purposes.
+ */
+
+#define EVP_MD_CTX_FLAG_NON_FIPS_ALLOW	0x0008	/* Allow use of non FIPS digest
+						 * in FIPS mode */
+
+/* The following PAD options are also currently ignored in 1.0.0, digest
+ * parameters are handled through EVP_DigestSign*() and EVP_DigestVerify*()
+ * instead.
+ */
+#define EVP_MD_CTX_FLAG_PAD_MASK	0xF0	/* RSA mode to use */
+#define EVP_MD_CTX_FLAG_PAD_PKCS1	0x00	/* PKCS#1 v1.5 mode */
+#define EVP_MD_CTX_FLAG_PAD_X931	0x10	/* X9.31 mode */
+#define EVP_MD_CTX_FLAG_PAD_PSS		0x20	/* PSS mode */
+
+#define EVP_MD_CTX_FLAG_NO_INIT		0x0100 /* Don't initialize md_data */
+
+struct evp_cipher_st
+	{
+	int nid;
+	int block_size;
+	int key_len;		/* Default value for variable length ciphers */
+	int iv_len;
+	unsigned long flags;	/* Various flags */
+	int (*init)(EVP_CIPHER_CTX *ctx, const unsigned char *key,
+		    const unsigned char *iv, int enc);	/* init key */
+	int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out,
+			 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
+	int (*cleanup)(EVP_CIPHER_CTX *); /* cleanup ctx */
+	int ctx_size;		/* how big ctx->cipher_data needs to be */
+	int (*set_asn1_parameters)(EVP_CIPHER_CTX *, ASN1_TYPE *); /* Populate a ASN1_TYPE with parameters */
+	int (*get_asn1_parameters)(EVP_CIPHER_CTX *, ASN1_TYPE *); /* Get parameters from a ASN1_TYPE */
+	int (*ctrl)(EVP_CIPHER_CTX *, int type, int arg, void *ptr); /* Miscellaneous operations */
+	void *app_data;		/* Application data */
+	} /* EVP_CIPHER */;
+
+/* Values for cipher flags */
+
+/* Modes for ciphers */
+
+#define		EVP_CIPH_STREAM_CIPHER		0x0
+#define		EVP_CIPH_ECB_MODE		0x1
+#define		EVP_CIPH_CBC_MODE		0x2
+#define		EVP_CIPH_CFB_MODE		0x3
+#define		EVP_CIPH_OFB_MODE		0x4
+#define		EVP_CIPH_CTR_MODE		0x5
+#define		EVP_CIPH_GCM_MODE		0x6
+#define		EVP_CIPH_CCM_MODE		0x7
+#define		EVP_CIPH_XTS_MODE		0x10001
+#define 	EVP_CIPH_MODE			0xF0007
+/* Set if variable length cipher */
+#define 	EVP_CIPH_VARIABLE_LENGTH	0x8
+/* Set if the iv handling should be done by the cipher itself */
+#define 	EVP_CIPH_CUSTOM_IV		0x10
+/* Set if the cipher's init() function should be called if key is NULL */
+#define 	EVP_CIPH_ALWAYS_CALL_INIT	0x20
+/* Call ctrl() to init cipher parameters */
+#define 	EVP_CIPH_CTRL_INIT		0x40
+/* Don't use standard key length function */
+#define 	EVP_CIPH_CUSTOM_KEY_LENGTH	0x80
+/* Don't use standard block padding */
+#define 	EVP_CIPH_NO_PADDING		0x100
+/* cipher handles random key generation */
+#define 	EVP_CIPH_RAND_KEY		0x200
+/* cipher has its own additional copying logic */
+#define 	EVP_CIPH_CUSTOM_COPY		0x400
+/* Allow use default ASN1 get/set iv */
+#define		EVP_CIPH_FLAG_DEFAULT_ASN1	0x1000
+/* Buffer length in bits not bytes: CFB1 mode only */
+#define		EVP_CIPH_FLAG_LENGTH_BITS	0x2000
+/* Note if suitable for use in FIPS mode */
+#define		EVP_CIPH_FLAG_FIPS		0x4000
+/* Allow non FIPS cipher in FIPS mode */
+#define		EVP_CIPH_FLAG_NON_FIPS_ALLOW	0x8000
+/* Cipher handles any and all padding logic as well
+ * as finalisation.
+ */
+#define 	EVP_CIPH_FLAG_CUSTOM_CIPHER	0x100000
+#define		EVP_CIPH_FLAG_AEAD_CIPHER	0x200000
+
+/* ctrl() values */
+
+#define		EVP_CTRL_INIT			0x0
+#define 	EVP_CTRL_SET_KEY_LENGTH		0x1
+#define 	EVP_CTRL_GET_RC2_KEY_BITS	0x2
+#define 	EVP_CTRL_SET_RC2_KEY_BITS	0x3
+#define 	EVP_CTRL_GET_RC5_ROUNDS		0x4
+#define 	EVP_CTRL_SET_RC5_ROUNDS		0x5
+#define 	EVP_CTRL_RAND_KEY		0x6
+#define 	EVP_CTRL_PBE_PRF_NID		0x7
+#define 	EVP_CTRL_COPY			0x8
+#define 	EVP_CTRL_GCM_SET_IVLEN		0x9
+#define 	EVP_CTRL_GCM_GET_TAG		0x10
+#define 	EVP_CTRL_GCM_SET_TAG		0x11
+#define		EVP_CTRL_GCM_SET_IV_FIXED	0x12
+#define		EVP_CTRL_GCM_IV_GEN		0x13
+#define		EVP_CTRL_CCM_SET_IVLEN		EVP_CTRL_GCM_SET_IVLEN
+#define		EVP_CTRL_CCM_GET_TAG		EVP_CTRL_GCM_GET_TAG
+#define		EVP_CTRL_CCM_SET_TAG		EVP_CTRL_GCM_SET_TAG
+#define		EVP_CTRL_CCM_SET_L		0x14
+#define		EVP_CTRL_CCM_SET_MSGLEN		0x15
+/* AEAD cipher deduces payload length and returns number of bytes
+ * required to store MAC and eventual padding. Subsequent call to
+ * EVP_Cipher even appends/verifies MAC.
+ */
+#define		EVP_CTRL_AEAD_TLS1_AAD		0x16
+/* Used by composite AEAD ciphers, no-op in GCM, CCM... */
+#define		EVP_CTRL_AEAD_SET_MAC_KEY	0x17
+/* Set the GCM invocation field, decrypt only */
+#define		EVP_CTRL_GCM_SET_IV_INV		0x18
+
+/* GCM TLS constants */
+/* Length of fixed part of IV derived from PRF */
+#define EVP_GCM_TLS_FIXED_IV_LEN			4
+/* Length of explicit part of IV part of TLS records */
+#define EVP_GCM_TLS_EXPLICIT_IV_LEN			8
+/* Length of tag for TLS */
+#define EVP_GCM_TLS_TAG_LEN				16
+
+
+typedef struct evp_cipher_info_st
+	{
+	const EVP_CIPHER *cipher;
+	unsigned char iv[EVP_MAX_IV_LENGTH];
+	} EVP_CIPHER_INFO;
+
+struct evp_cipher_ctx_st
+	{
+	const EVP_CIPHER *cipher;
+	ENGINE *engine;	/* functional reference if 'cipher' is ENGINE-provided */
+	int encrypt;		/* encrypt or decrypt */
+	int buf_len;		/* number we have left */
+
+	unsigned char  oiv[EVP_MAX_IV_LENGTH];	/* original iv */
+	unsigned char  iv[EVP_MAX_IV_LENGTH];	/* working iv */
+	unsigned char buf[EVP_MAX_BLOCK_LENGTH];/* saved partial block */
+	int num;				/* used by cfb/ofb/ctr mode */
+
+	void *app_data;		/* application stuff */
+	int key_len;		/* May change for variable length cipher */
+	unsigned long flags;	/* Various flags */
+	void *cipher_data; /* per EVP data */
+	int final_used;
+	int block_mask;
+	unsigned char final[EVP_MAX_BLOCK_LENGTH];/* possible final block */
+	} /* EVP_CIPHER_CTX */;
+
+typedef struct evp_Encode_Ctx_st
+	{
+	int num;	/* number saved in a partial encode/decode */
+	int length;	/* The length is either the output line length
+			 * (in input bytes) or the shortest input line
+			 * length that is ok.  Once decoding begins,
+			 * the length is adjusted up each time a longer
+			 * line is decoded */
+	unsigned char enc_data[80];	/* data to encode */
+	int line_num;	/* number read on current line */
+	int expect_nl;
+	} EVP_ENCODE_CTX;
+
+/* Password based encryption function */
+typedef int (EVP_PBE_KEYGEN)(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
+		ASN1_TYPE *param, const EVP_CIPHER *cipher,
+                const EVP_MD *md, int en_de);
+
+#ifndef OPENSSL_NO_RSA
+#define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\
+					(char *)(rsa))
+#endif
+
+#ifndef OPENSSL_NO_DSA
+#define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\
+					(char *)(dsa))
+#endif
+
+#ifndef OPENSSL_NO_DH
+#define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\
+					(char *)(dh))
+#endif
+
+#ifndef OPENSSL_NO_EC
+#define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\
+                                        (char *)(eckey))
+#endif
+
+/* Add some extra combinations */
+#define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a))
+#define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a))
+#define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a))
+#define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a))
+
+int EVP_MD_type(const EVP_MD *md);
+#define EVP_MD_nid(e)			EVP_MD_type(e)
+#define EVP_MD_name(e)			OBJ_nid2sn(EVP_MD_nid(e))
+int EVP_MD_pkey_type(const EVP_MD *md);	
+int EVP_MD_size(const EVP_MD *md);
+int EVP_MD_block_size(const EVP_MD *md);
+unsigned long EVP_MD_flags(const EVP_MD *md);
+
+const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx);
+#define EVP_MD_CTX_size(e)		EVP_MD_size(EVP_MD_CTX_md(e))
+#define EVP_MD_CTX_block_size(e)	EVP_MD_block_size(EVP_MD_CTX_md(e))
+#define EVP_MD_CTX_type(e)		EVP_MD_type(EVP_MD_CTX_md(e))
+
+int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
+#define EVP_CIPHER_name(e)		OBJ_nid2sn(EVP_CIPHER_nid(e))
+int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
+int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
+int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
+unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
+#define EVP_CIPHER_mode(e)		(EVP_CIPHER_flags(e) & EVP_CIPH_MODE)
+
+const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
+int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx);
+int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx);
+int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx);
+int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx);
+int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
+void * EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx);
+void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data);
+#define EVP_CIPHER_CTX_type(c)         EVP_CIPHER_type(EVP_CIPHER_CTX_cipher(c))
+unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx);
+#define EVP_CIPHER_CTX_mode(e)		(EVP_CIPHER_CTX_flags(e) & EVP_CIPH_MODE)
+
+#define EVP_ENCODE_LENGTH(l)	(((l+2)/3*4)+(l/48+1)*2+80)
+#define EVP_DECODE_LENGTH(l)	((l+3)/4*3+80)
+
+#define EVP_SignInit_ex(a,b,c)		EVP_DigestInit_ex(a,b,c)
+#define EVP_SignInit(a,b)		EVP_DigestInit(a,b)
+#define EVP_SignUpdate(a,b,c)		EVP_DigestUpdate(a,b,c)
+#define	EVP_VerifyInit_ex(a,b,c)	EVP_DigestInit_ex(a,b,c)
+#define	EVP_VerifyInit(a,b)		EVP_DigestInit(a,b)
+#define	EVP_VerifyUpdate(a,b,c)		EVP_DigestUpdate(a,b,c)
+#define EVP_OpenUpdate(a,b,c,d,e)	EVP_DecryptUpdate(a,b,c,d,e)
+#define EVP_SealUpdate(a,b,c,d,e)	EVP_EncryptUpdate(a,b,c,d,e)	
+#define EVP_DigestSignUpdate(a,b,c)	EVP_DigestUpdate(a,b,c)
+#define EVP_DigestVerifyUpdate(a,b,c)	EVP_DigestUpdate(a,b,c)
+
+#ifdef CONST_STRICT
+void BIO_set_md(BIO *,const EVP_MD *md);
+#else
+# define BIO_set_md(b,md)		BIO_ctrl(b,BIO_C_SET_MD,0,(char *)md)
+#endif
+#define BIO_get_md(b,mdp)		BIO_ctrl(b,BIO_C_GET_MD,0,(char *)mdp)
+#define BIO_get_md_ctx(b,mdcp)     BIO_ctrl(b,BIO_C_GET_MD_CTX,0,(char *)mdcp)
+#define BIO_set_md_ctx(b,mdcp)     BIO_ctrl(b,BIO_C_SET_MD_CTX,0,(char *)mdcp)
+#define BIO_get_cipher_status(b)	BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL)
+#define BIO_get_cipher_ctx(b,c_pp)	BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp)
+
+int EVP_Cipher(EVP_CIPHER_CTX *c,
+		unsigned char *out,
+		const unsigned char *in,
+		unsigned int inl);
+
+#define EVP_add_cipher_alias(n,alias) \
+	OBJ_NAME_add((alias),OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS,(n))
+#define EVP_add_digest_alias(n,alias) \
+	OBJ_NAME_add((alias),OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,(n))
+#define EVP_delete_cipher_alias(alias) \
+	OBJ_NAME_remove(alias,OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS);
+#define EVP_delete_digest_alias(alias) \
+	OBJ_NAME_remove(alias,OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS);
+
+void	EVP_MD_CTX_init(EVP_MD_CTX *ctx);
+int	EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx);
+EVP_MD_CTX *EVP_MD_CTX_create(void);
+void	EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
+int     EVP_MD_CTX_copy_ex(EVP_MD_CTX *out,const EVP_MD_CTX *in);  
+void	EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags);
+void	EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags);
+int 	EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx,int flags);
+int	EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
+int	EVP_DigestUpdate(EVP_MD_CTX *ctx,const void *d,
+			 size_t cnt);
+int	EVP_DigestFinal_ex(EVP_MD_CTX *ctx,unsigned char *md,unsigned int *s);
+int	EVP_Digest(const void *data, size_t count,
+		unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
+
+int     EVP_MD_CTX_copy(EVP_MD_CTX *out,const EVP_MD_CTX *in);  
+int	EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type);
+int	EVP_DigestFinal(EVP_MD_CTX *ctx,unsigned char *md,unsigned int *s);
+
+int	EVP_read_pw_string(char *buf,int length,const char *prompt,int verify);
+int	EVP_read_pw_string_min(char *buf,int minlen,int maxlen,const char *prompt,int verify);
+void	EVP_set_pw_prompt(const char *prompt);
+char *	EVP_get_pw_prompt(void);
+
+int	EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
+		const unsigned char *salt, const unsigned char *data,
+		int datal, int count, unsigned char *key,unsigned char *iv);
+
+void	EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags);
+void	EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags);
+int 	EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx,int flags);
+
+int	EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
+		const unsigned char *key, const unsigned char *iv);
+int	EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
+		const unsigned char *key, const unsigned char *iv);
+int	EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
+		int *outl, const unsigned char *in, int inl);
+int	EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
+int	EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
+
+int	EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
+		const unsigned char *key, const unsigned char *iv);
+int	EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
+		const unsigned char *key, const unsigned char *iv);
+int	EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
+		int *outl, const unsigned char *in, int inl);
+int	EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
+int	EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
+
+int	EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
+		       const unsigned char *key,const unsigned char *iv,
+		       int enc);
+int	EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
+		       const unsigned char *key,const unsigned char *iv,
+		       int enc);
+int	EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
+		int *outl, const unsigned char *in, int inl);
+int	EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
+int	EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
+
+int	EVP_SignFinal(EVP_MD_CTX *ctx,unsigned char *md,unsigned int *s,
+		EVP_PKEY *pkey);
+
+int	EVP_VerifyFinal(EVP_MD_CTX *ctx,const unsigned char *sigbuf,
+		unsigned int siglen,EVP_PKEY *pkey);
+
+int	EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
+			const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
+int	EVP_DigestSignFinal(EVP_MD_CTX *ctx,
+			unsigned char *sigret, size_t *siglen);
+
+int	EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
+			const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
+int	EVP_DigestVerifyFinal(EVP_MD_CTX *ctx,
+			unsigned char *sig, size_t siglen);
+
+int	EVP_OpenInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *type,
+		const unsigned char *ek, int ekl, const unsigned char *iv,
+		EVP_PKEY *priv);
+int	EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
+
+int	EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
+		 unsigned char **ek, int *ekl, unsigned char *iv,
+		EVP_PKEY **pubk, int npubk);
+int	EVP_SealFinal(EVP_CIPHER_CTX *ctx,unsigned char *out,int *outl);
+
+void	EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
+void	EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
+		const unsigned char *in,int inl);
+void	EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
+int	EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
+
+void	EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
+int	EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
+		const unsigned char *in, int inl);
+int	EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
+		char *out, int *outl);
+int	EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
+
+void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a);
+int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a);
+EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void);
+void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *a);
+int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *x, int keylen);
+int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
+int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);
+int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
+
+#ifndef OPENSSL_NO_BIO
+BIO_METHOD *BIO_f_md(void);
+BIO_METHOD *BIO_f_base64(void);
+BIO_METHOD *BIO_f_cipher(void);
+BIO_METHOD *BIO_f_reliable(void);
+void BIO_set_cipher(BIO *b,const EVP_CIPHER *c,const unsigned char *k,
+		const unsigned char *i, int enc);
+#endif
+
+const EVP_MD *EVP_md_null(void);
+#ifndef OPENSSL_NO_MD2
+const EVP_MD *EVP_md2(void);
+#endif
+#ifndef OPENSSL_NO_MD4
+const EVP_MD *EVP_md4(void);
+#endif
+#ifndef OPENSSL_NO_MD5
+const EVP_MD *EVP_md5(void);
+#endif
+#ifndef OPENSSL_NO_SHA
+const EVP_MD *EVP_sha(void);
+const EVP_MD *EVP_sha1(void);
+const EVP_MD *EVP_dss(void);
+const EVP_MD *EVP_dss1(void);
+const EVP_MD *EVP_ecdsa(void);
+#endif
+#ifndef OPENSSL_NO_SHA256
+const EVP_MD *EVP_sha224(void);
+const EVP_MD *EVP_sha256(void);
+#endif
+#ifndef OPENSSL_NO_SHA512
+const EVP_MD *EVP_sha384(void);
+const EVP_MD *EVP_sha512(void);
+#endif
+#ifndef OPENSSL_NO_MDC2
+const EVP_MD *EVP_mdc2(void);
+#endif
+#ifndef OPENSSL_NO_RIPEMD
+const EVP_MD *EVP_ripemd160(void);
+#endif
+#ifndef OPENSSL_NO_WHIRLPOOL
+const EVP_MD *EVP_whirlpool(void);
+#endif
+const EVP_CIPHER *EVP_enc_null(void);		/* does nothing :-) */
+#ifndef OPENSSL_NO_DES
+const EVP_CIPHER *EVP_des_ecb(void);
+const EVP_CIPHER *EVP_des_ede(void);
+const EVP_CIPHER *EVP_des_ede3(void);
+const EVP_CIPHER *EVP_des_ede_ecb(void);
+const EVP_CIPHER *EVP_des_ede3_ecb(void);
+const EVP_CIPHER *EVP_des_cfb64(void);
+# define EVP_des_cfb EVP_des_cfb64
+const EVP_CIPHER *EVP_des_cfb1(void);
+const EVP_CIPHER *EVP_des_cfb8(void);
+const EVP_CIPHER *EVP_des_ede_cfb64(void);
+# define EVP_des_ede_cfb EVP_des_ede_cfb64
+#if 0
+const EVP_CIPHER *EVP_des_ede_cfb1(void);
+const EVP_CIPHER *EVP_des_ede_cfb8(void);
+#endif
+const EVP_CIPHER *EVP_des_ede3_cfb64(void);
+# define EVP_des_ede3_cfb EVP_des_ede3_cfb64
+const EVP_CIPHER *EVP_des_ede3_cfb1(void);
+const EVP_CIPHER *EVP_des_ede3_cfb8(void);
+const EVP_CIPHER *EVP_des_ofb(void);
+const EVP_CIPHER *EVP_des_ede_ofb(void);
+const EVP_CIPHER *EVP_des_ede3_ofb(void);
+const EVP_CIPHER *EVP_des_cbc(void);
+const EVP_CIPHER *EVP_des_ede_cbc(void);
+const EVP_CIPHER *EVP_des_ede3_cbc(void);
+const EVP_CIPHER *EVP_desx_cbc(void);
+/* This should now be supported through the dev_crypto ENGINE. But also, why are
+ * rc4 and md5 declarations made here inside a "NO_DES" precompiler branch? */
+#if 0
+# ifdef OPENSSL_OPENBSD_DEV_CRYPTO
+const EVP_CIPHER *EVP_dev_crypto_des_ede3_cbc(void);
+const EVP_CIPHER *EVP_dev_crypto_rc4(void);
+const EVP_MD *EVP_dev_crypto_md5(void);
+# endif
+#endif
+#endif
+#ifndef OPENSSL_NO_RC4
+const EVP_CIPHER *EVP_rc4(void);
+const EVP_CIPHER *EVP_rc4_40(void);
+#ifndef OPENSSL_NO_MD5
+const EVP_CIPHER *EVP_rc4_hmac_md5(void);
+#endif
+#endif
+#ifndef OPENSSL_NO_IDEA
+const EVP_CIPHER *EVP_idea_ecb(void);
+const EVP_CIPHER *EVP_idea_cfb64(void);
+# define EVP_idea_cfb EVP_idea_cfb64
+const EVP_CIPHER *EVP_idea_ofb(void);
+const EVP_CIPHER *EVP_idea_cbc(void);
+#endif
+#ifndef OPENSSL_NO_RC2
+const EVP_CIPHER *EVP_rc2_ecb(void);
+const EVP_CIPHER *EVP_rc2_cbc(void);
+const EVP_CIPHER *EVP_rc2_40_cbc(void);
+const EVP_CIPHER *EVP_rc2_64_cbc(void);
+const EVP_CIPHER *EVP_rc2_cfb64(void);
+# define EVP_rc2_cfb EVP_rc2_cfb64
+const EVP_CIPHER *EVP_rc2_ofb(void);
+#endif
+#ifndef OPENSSL_NO_BF
+const EVP_CIPHER *EVP_bf_ecb(void);
+const EVP_CIPHER *EVP_bf_cbc(void);
+const EVP_CIPHER *EVP_bf_cfb64(void);
+# define EVP_bf_cfb EVP_bf_cfb64
+const EVP_CIPHER *EVP_bf_ofb(void);
+#endif
+#ifndef OPENSSL_NO_CAST
+const EVP_CIPHER *EVP_cast5_ecb(void);
+const EVP_CIPHER *EVP_cast5_cbc(void);
+const EVP_CIPHER *EVP_cast5_cfb64(void);
+# define EVP_cast5_cfb EVP_cast5_cfb64
+const EVP_CIPHER *EVP_cast5_ofb(void);
+#endif
+#ifndef OPENSSL_NO_RC5
+const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void);
+const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void);
+const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void);
+# define EVP_rc5_32_12_16_cfb EVP_rc5_32_12_16_cfb64
+const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void);
+#endif
+#ifndef OPENSSL_NO_AES
+const EVP_CIPHER *EVP_aes_128_ecb(void);
+const EVP_CIPHER *EVP_aes_128_cbc(void);
+const EVP_CIPHER *EVP_aes_128_cfb1(void);
+const EVP_CIPHER *EVP_aes_128_cfb8(void);
+const EVP_CIPHER *EVP_aes_128_cfb128(void);
+# define EVP_aes_128_cfb EVP_aes_128_cfb128
+const EVP_CIPHER *EVP_aes_128_ofb(void);
+const EVP_CIPHER *EVP_aes_128_ctr(void);
+const EVP_CIPHER *EVP_aes_128_gcm(void);
+const EVP_CIPHER *EVP_aes_128_ccm(void);
+const EVP_CIPHER *EVP_aes_128_xts(void);
+const EVP_CIPHER *EVP_aes_192_ecb(void);
+const EVP_CIPHER *EVP_aes_192_cbc(void);
+const EVP_CIPHER *EVP_aes_192_cfb1(void);
+const EVP_CIPHER *EVP_aes_192_cfb8(void);
+const EVP_CIPHER *EVP_aes_192_cfb128(void);
+# define EVP_aes_192_cfb EVP_aes_192_cfb128
+const EVP_CIPHER *EVP_aes_192_ofb(void);
+const EVP_CIPHER *EVP_aes_192_ctr(void);
+const EVP_CIPHER *EVP_aes_192_gcm(void);
+const EVP_CIPHER *EVP_aes_192_ccm(void);
+const EVP_CIPHER *EVP_aes_256_ecb(void);
+const EVP_CIPHER *EVP_aes_256_cbc(void);
+const EVP_CIPHER *EVP_aes_256_cfb1(void);
+const EVP_CIPHER *EVP_aes_256_cfb8(void);
+const EVP_CIPHER *EVP_aes_256_cfb128(void);
+# define EVP_aes_256_cfb EVP_aes_256_cfb128
+const EVP_CIPHER *EVP_aes_256_ofb(void);
+const EVP_CIPHER *EVP_aes_256_ctr(void);
+const EVP_CIPHER *EVP_aes_256_gcm(void);
+const EVP_CIPHER *EVP_aes_256_ccm(void);
+const EVP_CIPHER *EVP_aes_256_xts(void);
+#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
+const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void);
+const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void);
+#endif
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+const EVP_CIPHER *EVP_camellia_128_ecb(void);
+const EVP_CIPHER *EVP_camellia_128_cbc(void);
+const EVP_CIPHER *EVP_camellia_128_cfb1(void);
+const EVP_CIPHER *EVP_camellia_128_cfb8(void);
+const EVP_CIPHER *EVP_camellia_128_cfb128(void);
+# define EVP_camellia_128_cfb EVP_camellia_128_cfb128
+const EVP_CIPHER *EVP_camellia_128_ofb(void);
+const EVP_CIPHER *EVP_camellia_192_ecb(void);
+const EVP_CIPHER *EVP_camellia_192_cbc(void);
+const EVP_CIPHER *EVP_camellia_192_cfb1(void);
+const EVP_CIPHER *EVP_camellia_192_cfb8(void);
+const EVP_CIPHER *EVP_camellia_192_cfb128(void);
+# define EVP_camellia_192_cfb EVP_camellia_192_cfb128
+const EVP_CIPHER *EVP_camellia_192_ofb(void);
+const EVP_CIPHER *EVP_camellia_256_ecb(void);
+const EVP_CIPHER *EVP_camellia_256_cbc(void);
+const EVP_CIPHER *EVP_camellia_256_cfb1(void);
+const EVP_CIPHER *EVP_camellia_256_cfb8(void);
+const EVP_CIPHER *EVP_camellia_256_cfb128(void);
+# define EVP_camellia_256_cfb EVP_camellia_256_cfb128
+const EVP_CIPHER *EVP_camellia_256_ofb(void);
+#endif
+
+#ifndef OPENSSL_NO_SEED
+const EVP_CIPHER *EVP_seed_ecb(void);
+const EVP_CIPHER *EVP_seed_cbc(void);
+const EVP_CIPHER *EVP_seed_cfb128(void);
+# define EVP_seed_cfb EVP_seed_cfb128
+const EVP_CIPHER *EVP_seed_ofb(void);
+#endif
+
+void OPENSSL_add_all_algorithms_noconf(void);
+void OPENSSL_add_all_algorithms_conf(void);
+
+#ifdef OPENSSL_LOAD_CONF
+#define OpenSSL_add_all_algorithms() \
+		OPENSSL_add_all_algorithms_conf()
+#else
+#define OpenSSL_add_all_algorithms() \
+		OPENSSL_add_all_algorithms_noconf()
+#endif
+
+void OpenSSL_add_all_ciphers(void);
+void OpenSSL_add_all_digests(void);
+#define SSLeay_add_all_algorithms() OpenSSL_add_all_algorithms()
+#define SSLeay_add_all_ciphers() OpenSSL_add_all_ciphers()
+#define SSLeay_add_all_digests() OpenSSL_add_all_digests()
+
+int EVP_add_cipher(const EVP_CIPHER *cipher);
+int EVP_add_digest(const EVP_MD *digest);
+
+const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
+const EVP_MD *EVP_get_digestbyname(const char *name);
+void EVP_cleanup(void);
+
+void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
+		const char *from, const char *to, void *x), void *arg);
+void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
+		const char *from, const char *to, void *x), void *arg);
+
+void EVP_MD_do_all(void (*fn)(const EVP_MD *ciph,
+		const char *from, const char *to, void *x), void *arg);
+void EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *ciph,
+		const char *from, const char *to, void *x), void *arg);
+
+int		EVP_PKEY_decrypt_old(unsigned char *dec_key,
+			const unsigned char *enc_key,int enc_key_len,
+			EVP_PKEY *private_key);
+int		EVP_PKEY_encrypt_old(unsigned char *enc_key,
+			const unsigned char *key,int key_len,
+			EVP_PKEY *pub_key);
+int		EVP_PKEY_type(int type);
+int		EVP_PKEY_id(const EVP_PKEY *pkey);
+int		EVP_PKEY_base_id(const EVP_PKEY *pkey);
+int		EVP_PKEY_bits(EVP_PKEY *pkey);
+int		EVP_PKEY_size(EVP_PKEY *pkey);
+int 		EVP_PKEY_set_type(EVP_PKEY *pkey,int type);
+int		EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len);
+int 		EVP_PKEY_assign(EVP_PKEY *pkey,int type,void *key);
+void *		EVP_PKEY_get0(EVP_PKEY *pkey);
+
+#ifndef OPENSSL_NO_RSA
+struct rsa_st;
+int EVP_PKEY_set1_RSA(EVP_PKEY *pkey,struct rsa_st *key);
+struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
+#endif
+#ifndef OPENSSL_NO_DSA
+struct dsa_st;
+int EVP_PKEY_set1_DSA(EVP_PKEY *pkey,struct dsa_st *key);
+struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
+#endif
+#ifndef OPENSSL_NO_DH
+struct dh_st;
+int EVP_PKEY_set1_DH(EVP_PKEY *pkey,struct dh_st *key);
+struct dh_st *EVP_PKEY_get1_DH(EVP_PKEY *pkey);
+#endif
+#ifndef OPENSSL_NO_EC
+struct ec_key_st;
+int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey,struct ec_key_st *key);
+struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
+#endif
+
+EVP_PKEY *	EVP_PKEY_new(void);
+void		EVP_PKEY_free(EVP_PKEY *pkey);
+
+EVP_PKEY *	d2i_PublicKey(int type,EVP_PKEY **a, const unsigned char **pp,
+			long length);
+int		i2d_PublicKey(EVP_PKEY *a, unsigned char **pp);
+
+EVP_PKEY *	d2i_PrivateKey(int type,EVP_PKEY **a, const unsigned char **pp,
+			long length);
+EVP_PKEY *	d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
+			long length);
+int		i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp);
+
+int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
+int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
+int EVP_PKEY_save_parameters(EVP_PKEY *pkey,int mode);
+int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b);
+
+int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
+
+int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey,
+				int indent, ASN1_PCTX *pctx);
+int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey,
+				int indent, ASN1_PCTX *pctx);
+int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey,
+				int indent, ASN1_PCTX *pctx);
+
+int EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid);
+
+int EVP_CIPHER_type(const EVP_CIPHER *ctx);
+
+/* calls methods */
+int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
+int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
+
+/* These are used by EVP_CIPHER methods */
+int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c,ASN1_TYPE *type);
+int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c,ASN1_TYPE *type);
+
+/* PKCS5 password based encryption */
+int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
+			 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
+			 int en_de);
+int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen,
+			   const unsigned char *salt, int saltlen, int iter,
+			   int keylen, unsigned char *out);
+int PKCS5_PBKDF2_HMAC(const char *pass, int passlen,
+			   const unsigned char *salt, int saltlen, int iter,
+			   const EVP_MD *digest,
+		      int keylen, unsigned char *out);
+int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
+			 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
+			 int en_de);
+
+void PKCS5_PBE_add(void);
+
+int EVP_PBE_CipherInit (ASN1_OBJECT *pbe_obj, const char *pass, int passlen,
+	     ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de);
+
+/* PBE type */
+
+/* Can appear as the outermost AlgorithmIdentifier */
+#define EVP_PBE_TYPE_OUTER	0x0
+/* Is an PRF type OID */
+#define EVP_PBE_TYPE_PRF	0x1
+
+int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid,
+	     EVP_PBE_KEYGEN *keygen);
+int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
+		    EVP_PBE_KEYGEN *keygen);
+int EVP_PBE_find(int type, int pbe_nid,
+			int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen);
+void EVP_PBE_cleanup(void);
+
+#define ASN1_PKEY_ALIAS		0x1
+#define ASN1_PKEY_DYNAMIC	0x2
+#define ASN1_PKEY_SIGPARAM_NULL	0x4
+
+#define ASN1_PKEY_CTRL_PKCS7_SIGN	0x1
+#define ASN1_PKEY_CTRL_PKCS7_ENCRYPT	0x2
+#define ASN1_PKEY_CTRL_DEFAULT_MD_NID	0x3
+#define ASN1_PKEY_CTRL_CMS_SIGN		0x5
+#define ASN1_PKEY_CTRL_CMS_ENVELOPE	0x7
+
+int EVP_PKEY_asn1_get_count(void);
+const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);
+const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
+const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
+					const char *str, int len);
+int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth);
+int EVP_PKEY_asn1_add_alias(int to, int from);
+int EVP_PKEY_asn1_get0_info(int *ppkey_id, int *pkey_base_id, int *ppkey_flags,
+				const char **pinfo, const char **ppem_str,
+					const EVP_PKEY_ASN1_METHOD *ameth);
+
+const EVP_PKEY_ASN1_METHOD* EVP_PKEY_get0_asn1(EVP_PKEY *pkey);
+EVP_PKEY_ASN1_METHOD* EVP_PKEY_asn1_new(int id, int flags,
+					const char *pem_str, const char *info);
+void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, 
+			const EVP_PKEY_ASN1_METHOD *src);
+void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth);
+void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth,
+		int (*pub_decode)(EVP_PKEY *pk, X509_PUBKEY *pub),
+		int (*pub_encode)(X509_PUBKEY *pub, const EVP_PKEY *pk),
+		int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b),
+		int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
+							ASN1_PCTX *pctx),
+		int (*pkey_size)(const EVP_PKEY *pk),
+		int (*pkey_bits)(const EVP_PKEY *pk));
+void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth,
+		int (*priv_decode)(EVP_PKEY *pk, PKCS8_PRIV_KEY_INFO *p8inf),
+		int (*priv_encode)(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk),
+		int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
+							ASN1_PCTX *pctx));
+void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth,
+		int (*param_decode)(EVP_PKEY *pkey,
+				const unsigned char **pder, int derlen),
+		int (*param_encode)(const EVP_PKEY *pkey, unsigned char **pder),
+		int (*param_missing)(const EVP_PKEY *pk),
+		int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from),
+		int (*param_cmp)(const EVP_PKEY *a, const EVP_PKEY *b),
+		int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
+							ASN1_PCTX *pctx));
+
+void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth,
+		void (*pkey_free)(EVP_PKEY *pkey));
+void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth,
+		int (*pkey_ctrl)(EVP_PKEY *pkey, int op,
+							long arg1, void *arg2));
+
+
+#define EVP_PKEY_OP_UNDEFINED		0
+#define EVP_PKEY_OP_PARAMGEN		(1<<1)
+#define EVP_PKEY_OP_KEYGEN		(1<<2)
+#define EVP_PKEY_OP_SIGN		(1<<3)
+#define EVP_PKEY_OP_VERIFY		(1<<4)
+#define EVP_PKEY_OP_VERIFYRECOVER	(1<<5)
+#define EVP_PKEY_OP_SIGNCTX		(1<<6)
+#define EVP_PKEY_OP_VERIFYCTX		(1<<7)
+#define EVP_PKEY_OP_ENCRYPT		(1<<8)
+#define EVP_PKEY_OP_DECRYPT		(1<<9)
+#define EVP_PKEY_OP_DERIVE		(1<<10)
+
+#define EVP_PKEY_OP_TYPE_SIG	\
+	(EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER \
+		| EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX)
+
+#define EVP_PKEY_OP_TYPE_CRYPT \
+	(EVP_PKEY_OP_ENCRYPT | EVP_PKEY_OP_DECRYPT)
+
+#define EVP_PKEY_OP_TYPE_NOGEN \
+	(EVP_PKEY_OP_SIG | EVP_PKEY_OP_CRYPT | EVP_PKEY_OP_DERIVE)
+
+#define EVP_PKEY_OP_TYPE_GEN \
+		(EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)
+
+#define	 EVP_PKEY_CTX_set_signature_md(ctx, md)	\
+		EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG,  \
+					EVP_PKEY_CTRL_MD, 0, (void *)md)
+
+#define EVP_PKEY_CTRL_MD		1
+#define EVP_PKEY_CTRL_PEER_KEY		2
+
+#define EVP_PKEY_CTRL_PKCS7_ENCRYPT	3
+#define EVP_PKEY_CTRL_PKCS7_DECRYPT	4
+
+#define EVP_PKEY_CTRL_PKCS7_SIGN	5
+
+#define EVP_PKEY_CTRL_SET_MAC_KEY	6
+
+#define EVP_PKEY_CTRL_DIGESTINIT	7
+
+/* Used by GOST key encryption in TLS */
+#define EVP_PKEY_CTRL_SET_IV 		8
+
+#define EVP_PKEY_CTRL_CMS_ENCRYPT	9
+#define EVP_PKEY_CTRL_CMS_DECRYPT	10
+#define EVP_PKEY_CTRL_CMS_SIGN		11
+
+#define EVP_PKEY_CTRL_CIPHER		12
+
+#define EVP_PKEY_ALG_CTRL		0x1000
+
+
+#define EVP_PKEY_FLAG_AUTOARGLEN	2
+/* Method handles all operations: don't assume any digest related
+ * defaults.
+ */
+#define EVP_PKEY_FLAG_SIGCTX_CUSTOM	4
+
+const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type);
+EVP_PKEY_METHOD* EVP_PKEY_meth_new(int id, int flags);
+void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags,
+				const EVP_PKEY_METHOD *meth);
+void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src);
+void EVP_PKEY_meth_free(EVP_PKEY_METHOD *pmeth);
+int EVP_PKEY_meth_add0(const EVP_PKEY_METHOD *pmeth);
+
+EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
+EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
+EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *ctx);
+void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx);
+
+int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
+				int cmd, int p1, void *p2);
+int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *type,
+						const char *value);
+
+int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx);
+void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen);
+
+EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e,
+				const unsigned char *key, int keylen);
+
+void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data);
+void *EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx);
+EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx);
+
+EVP_PKEY *EVP_PKEY_CTX_get0_peerkey(EVP_PKEY_CTX *ctx);
+
+void EVP_PKEY_CTX_set_app_data(EVP_PKEY_CTX *ctx, void *data);
+void *EVP_PKEY_CTX_get_app_data(EVP_PKEY_CTX *ctx);
+
+int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx);
+int EVP_PKEY_sign(EVP_PKEY_CTX *ctx,
+			unsigned char *sig, size_t *siglen,
+			const unsigned char *tbs, size_t tbslen);
+int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx);
+int EVP_PKEY_verify(EVP_PKEY_CTX *ctx,
+			const unsigned char *sig, size_t siglen,
+			const unsigned char *tbs, size_t tbslen);
+int EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx);
+int EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx,
+			unsigned char *rout, size_t *routlen,
+			const unsigned char *sig, size_t siglen);
+int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx);
+int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx,
+			unsigned char *out, size_t *outlen,
+			const unsigned char *in, size_t inlen);
+int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx);
+int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx,
+			unsigned char *out, size_t *outlen,
+			const unsigned char *in, size_t inlen);
+
+int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx);
+int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer);
+int EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen);
+
+typedef int EVP_PKEY_gen_cb(EVP_PKEY_CTX *ctx);
+
+int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx);
+int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey);
+int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx);
+int EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey);
+
+void EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb);
+EVP_PKEY_gen_cb *EVP_PKEY_CTX_get_cb(EVP_PKEY_CTX *ctx);
+
+int EVP_PKEY_CTX_get_keygen_info(EVP_PKEY_CTX *ctx, int idx);
+
+void EVP_PKEY_meth_set_init(EVP_PKEY_METHOD *pmeth,
+	int (*init)(EVP_PKEY_CTX *ctx));
+
+void EVP_PKEY_meth_set_copy(EVP_PKEY_METHOD *pmeth,
+	int (*copy)(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src));
+
+void EVP_PKEY_meth_set_cleanup(EVP_PKEY_METHOD *pmeth,
+	void (*cleanup)(EVP_PKEY_CTX *ctx));
+
+void EVP_PKEY_meth_set_paramgen(EVP_PKEY_METHOD *pmeth,
+	int (*paramgen_init)(EVP_PKEY_CTX *ctx),
+	int (*paramgen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey));
+
+void EVP_PKEY_meth_set_keygen(EVP_PKEY_METHOD *pmeth,
+	int (*keygen_init)(EVP_PKEY_CTX *ctx),
+	int (*keygen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey));
+
+void EVP_PKEY_meth_set_sign(EVP_PKEY_METHOD *pmeth,
+	int (*sign_init)(EVP_PKEY_CTX *ctx),
+	int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
+					const unsigned char *tbs, size_t tbslen));
+
+void EVP_PKEY_meth_set_verify(EVP_PKEY_METHOD *pmeth,
+	int (*verify_init)(EVP_PKEY_CTX *ctx),
+	int (*verify)(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen,
+					const unsigned char *tbs, size_t tbslen));
+
+void EVP_PKEY_meth_set_verify_recover(EVP_PKEY_METHOD *pmeth,
+	int (*verify_recover_init)(EVP_PKEY_CTX *ctx),
+	int (*verify_recover)(EVP_PKEY_CTX *ctx,
+					unsigned char *sig, size_t *siglen,
+					const unsigned char *tbs, size_t tbslen));
+
+void EVP_PKEY_meth_set_signctx(EVP_PKEY_METHOD *pmeth,
+	int (*signctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx),
+	int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
+					EVP_MD_CTX *mctx));
+
+void EVP_PKEY_meth_set_verifyctx(EVP_PKEY_METHOD *pmeth,
+	int (*verifyctx_init)(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx),
+	int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,
+					EVP_MD_CTX *mctx));
+
+void EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth,
+	int (*encrypt_init)(EVP_PKEY_CTX *ctx),
+	int (*encryptfn)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
+					const unsigned char *in, size_t inlen));
+
+void EVP_PKEY_meth_set_decrypt(EVP_PKEY_METHOD *pmeth,
+	int (*decrypt_init)(EVP_PKEY_CTX *ctx),
+	int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
+					const unsigned char *in, size_t inlen));
+
+void EVP_PKEY_meth_set_derive(EVP_PKEY_METHOD *pmeth,
+	int (*derive_init)(EVP_PKEY_CTX *ctx),
+	int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
+
+void EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth,
+	int (*ctrl)(EVP_PKEY_CTX *ctx, int type, int p1, void *p2),
+	int (*ctrl_str)(EVP_PKEY_CTX *ctx,
+					const char *type, const char *value));
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_EVP_strings(void);
+
+/* Error codes for the EVP functions. */
+
+/* Function codes. */
+#define EVP_F_AESNI_INIT_KEY				 165
+#define EVP_F_AESNI_XTS_CIPHER				 176
+#define EVP_F_AES_INIT_KEY				 133
+#define EVP_F_AES_XTS					 172
+#define EVP_F_AES_XTS_CIPHER				 175
+#define EVP_F_CAMELLIA_INIT_KEY				 159
+#define EVP_F_CMAC_INIT					 173
+#define EVP_F_D2I_PKEY					 100
+#define EVP_F_DO_SIGVER_INIT				 161
+#define EVP_F_DSAPKEY2PKCS8				 134
+#define EVP_F_DSA_PKEY2PKCS8				 135
+#define EVP_F_ECDSA_PKEY2PKCS8				 129
+#define EVP_F_ECKEY_PKEY2PKCS8				 132
+#define EVP_F_EVP_CIPHERINIT_EX				 123
+#define EVP_F_EVP_CIPHER_CTX_COPY			 163
+#define EVP_F_EVP_CIPHER_CTX_CTRL			 124
+#define EVP_F_EVP_CIPHER_CTX_SET_KEY_LENGTH		 122
+#define EVP_F_EVP_DECRYPTFINAL_EX			 101
+#define EVP_F_EVP_DIGESTINIT_EX				 128
+#define EVP_F_EVP_ENCRYPTFINAL_EX			 127
+#define EVP_F_EVP_MD_CTX_COPY_EX			 110
+#define EVP_F_EVP_MD_SIZE				 162
+#define EVP_F_EVP_OPENINIT				 102
+#define EVP_F_EVP_PBE_ALG_ADD				 115
+#define EVP_F_EVP_PBE_ALG_ADD_TYPE			 160
+#define EVP_F_EVP_PBE_CIPHERINIT			 116
+#define EVP_F_EVP_PKCS82PKEY				 111
+#define EVP_F_EVP_PKCS82PKEY_BROKEN			 136
+#define EVP_F_EVP_PKEY2PKCS8_BROKEN			 113
+#define EVP_F_EVP_PKEY_COPY_PARAMETERS			 103
+#define EVP_F_EVP_PKEY_CTX_CTRL				 137
+#define EVP_F_EVP_PKEY_CTX_CTRL_STR			 150
+#define EVP_F_EVP_PKEY_CTX_DUP				 156
+#define EVP_F_EVP_PKEY_DECRYPT				 104
+#define EVP_F_EVP_PKEY_DECRYPT_INIT			 138
+#define EVP_F_EVP_PKEY_DECRYPT_OLD			 151
+#define EVP_F_EVP_PKEY_DERIVE				 153
+#define EVP_F_EVP_PKEY_DERIVE_INIT			 154
+#define EVP_F_EVP_PKEY_DERIVE_SET_PEER			 155
+#define EVP_F_EVP_PKEY_ENCRYPT				 105
+#define EVP_F_EVP_PKEY_ENCRYPT_INIT			 139
+#define EVP_F_EVP_PKEY_ENCRYPT_OLD			 152
+#define EVP_F_EVP_PKEY_GET1_DH				 119
+#define EVP_F_EVP_PKEY_GET1_DSA				 120
+#define EVP_F_EVP_PKEY_GET1_ECDSA			 130
+#define EVP_F_EVP_PKEY_GET1_EC_KEY			 131
+#define EVP_F_EVP_PKEY_GET1_RSA				 121
+#define EVP_F_EVP_PKEY_KEYGEN				 146
+#define EVP_F_EVP_PKEY_KEYGEN_INIT			 147
+#define EVP_F_EVP_PKEY_NEW				 106
+#define EVP_F_EVP_PKEY_PARAMGEN				 148
+#define EVP_F_EVP_PKEY_PARAMGEN_INIT			 149
+#define EVP_F_EVP_PKEY_SIGN				 140
+#define EVP_F_EVP_PKEY_SIGN_INIT			 141
+#define EVP_F_EVP_PKEY_VERIFY				 142
+#define EVP_F_EVP_PKEY_VERIFY_INIT			 143
+#define EVP_F_EVP_PKEY_VERIFY_RECOVER			 144
+#define EVP_F_EVP_PKEY_VERIFY_RECOVER_INIT		 145
+#define EVP_F_EVP_RIJNDAEL				 126
+#define EVP_F_EVP_SIGNFINAL				 107
+#define EVP_F_EVP_VERIFYFINAL				 108
+#define EVP_F_FIPS_CIPHERINIT				 166
+#define EVP_F_FIPS_CIPHER_CTX_COPY			 170
+#define EVP_F_FIPS_CIPHER_CTX_CTRL			 167
+#define EVP_F_FIPS_CIPHER_CTX_SET_KEY_LENGTH		 171
+#define EVP_F_FIPS_DIGESTINIT				 168
+#define EVP_F_FIPS_MD_CTX_COPY				 169
+#define EVP_F_HMAC_INIT_EX				 174
+#define EVP_F_INT_CTX_NEW				 157
+#define EVP_F_PKCS5_PBE_KEYIVGEN			 117
+#define EVP_F_PKCS5_V2_PBE_KEYIVGEN			 118
+#define EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN			 164
+#define EVP_F_PKCS8_SET_BROKEN				 112
+#define EVP_F_PKEY_SET_TYPE				 158
+#define EVP_F_RC2_MAGIC_TO_METH				 109
+#define EVP_F_RC5_CTRL					 125
+
+/* Reason codes. */
+#define EVP_R_AES_IV_SETUP_FAILED			 162
+#define EVP_R_AES_KEY_SETUP_FAILED			 143
+#define EVP_R_ASN1_LIB					 140
+#define EVP_R_BAD_BLOCK_LENGTH				 136
+#define EVP_R_BAD_DECRYPT				 100
+#define EVP_R_BAD_KEY_LENGTH				 137
+#define EVP_R_BN_DECODE_ERROR				 112
+#define EVP_R_BN_PUBKEY_ERROR				 113
+#define EVP_R_BUFFER_TOO_SMALL				 155
+#define EVP_R_CAMELLIA_KEY_SETUP_FAILED			 157
+#define EVP_R_CIPHER_PARAMETER_ERROR			 122
+#define EVP_R_COMMAND_NOT_SUPPORTED			 147
+#define EVP_R_CTRL_NOT_IMPLEMENTED			 132
+#define EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED		 133
+#define EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH		 138
+#define EVP_R_DECODE_ERROR				 114
+#define EVP_R_DIFFERENT_KEY_TYPES			 101
+#define EVP_R_DIFFERENT_PARAMETERS			 153
+#define EVP_R_DISABLED_FOR_FIPS				 163
+#define EVP_R_ENCODE_ERROR				 115
+#define EVP_R_EVP_PBE_CIPHERINIT_ERROR			 119
+#define EVP_R_EXPECTING_AN_RSA_KEY			 127
+#define EVP_R_EXPECTING_A_DH_KEY			 128
+#define EVP_R_EXPECTING_A_DSA_KEY			 129
+#define EVP_R_EXPECTING_A_ECDSA_KEY			 141
+#define EVP_R_EXPECTING_A_EC_KEY			 142
+#define EVP_R_INITIALIZATION_ERROR			 134
+#define EVP_R_INPUT_NOT_INITIALIZED			 111
+#define EVP_R_INVALID_DIGEST				 152
+#define EVP_R_INVALID_KEY_LENGTH			 130
+#define EVP_R_INVALID_OPERATION				 148
+#define EVP_R_IV_TOO_LARGE				 102
+#define EVP_R_KEYGEN_FAILURE				 120
+#define EVP_R_MESSAGE_DIGEST_IS_NULL			 159
+#define EVP_R_METHOD_NOT_SUPPORTED			 144
+#define EVP_R_MISSING_PARAMETERS			 103
+#define EVP_R_NO_CIPHER_SET				 131
+#define EVP_R_NO_DEFAULT_DIGEST				 158
+#define EVP_R_NO_DIGEST_SET				 139
+#define EVP_R_NO_DSA_PARAMETERS				 116
+#define EVP_R_NO_KEY_SET				 154
+#define EVP_R_NO_OPERATION_SET				 149
+#define EVP_R_NO_SIGN_FUNCTION_CONFIGURED		 104
+#define EVP_R_NO_VERIFY_FUNCTION_CONFIGURED		 105
+#define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE	 150
+#define EVP_R_OPERATON_NOT_INITIALIZED			 151
+#define EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE			 117
+#define EVP_R_PRIVATE_KEY_DECODE_ERROR			 145
+#define EVP_R_PRIVATE_KEY_ENCODE_ERROR			 146
+#define EVP_R_PUBLIC_KEY_NOT_RSA			 106
+#define EVP_R_TOO_LARGE					 164
+#define EVP_R_UNKNOWN_CIPHER				 160
+#define EVP_R_UNKNOWN_DIGEST				 161
+#define EVP_R_UNKNOWN_PBE_ALGORITHM			 121
+#define EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS		 135
+#define EVP_R_UNSUPPORTED_ALGORITHM			 156
+#define EVP_R_UNSUPPORTED_CIPHER			 107
+#define EVP_R_UNSUPPORTED_KEYLENGTH			 123
+#define EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION	 124
+#define EVP_R_UNSUPPORTED_KEY_SIZE			 108
+#define EVP_R_UNSUPPORTED_PRF				 125
+#define EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM		 118
+#define EVP_R_UNSUPPORTED_SALT_TYPE			 126
+#define EVP_R_WRONG_FINAL_BLOCK_LENGTH			 109
+#define EVP_R_WRONG_PUBLIC_KEY_TYPE			 110
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/hmac.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/hmac.h
new file mode 100755
index 0000000000000000000000000000000000000000..3328a2287fad423160da679ec59efaceb00511bd
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/hmac.h
@@ -0,0 +1,110 @@
+/* crypto/hmac/hmac.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+#ifndef HEADER_HMAC_H
+#define HEADER_HMAC_H
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifdef OPENSSL_NO_HMAC
+#error HMAC is disabled.
+#endif
+
+#include <APOpenSSL/evp.h>
+
+#define HMAC_MAX_MD_CBLOCK	128	/* largest known is SHA512 */
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct hmac_ctx_st
+	{
+	const EVP_MD *md;
+	EVP_MD_CTX md_ctx;
+	EVP_MD_CTX i_ctx;
+	EVP_MD_CTX o_ctx;
+	unsigned int key_length;
+	unsigned char key[HMAC_MAX_MD_CBLOCK];
+	} HMAC_CTX;
+
+#define HMAC_size(e)	(EVP_MD_size((e)->md))
+
+
+void HMAC_CTX_init(HMAC_CTX *ctx);
+void HMAC_CTX_cleanup(HMAC_CTX *ctx);
+
+#define HMAC_cleanup(ctx) HMAC_CTX_cleanup(ctx) /* deprecated */
+
+int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
+	       const EVP_MD *md); /* deprecated */
+int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
+		  const EVP_MD *md, ENGINE *impl);
+int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
+int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
+unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len,
+		    const unsigned char *d, size_t n, unsigned char *md,
+		    unsigned int *md_len);
+int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
+
+void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/idea.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/idea.h
new file mode 100755
index 0000000000000000000000000000000000000000..ade4ed9c8dabc1e039c7e9219c4f8877e8df08a1
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/idea.h
@@ -0,0 +1,103 @@
+/* crypto/idea/idea.h */
+/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_IDEA_H
+#define HEADER_IDEA_H
+
+#include <APOpenSSL/opensslconf.h> /* IDEA_INT, OPENSSL_NO_IDEA */
+
+#ifdef OPENSSL_NO_IDEA
+#error IDEA is disabled.
+#endif
+
+#define IDEA_ENCRYPT	1
+#define IDEA_DECRYPT	0
+
+#define IDEA_BLOCK	8
+#define IDEA_KEY_LENGTH	16
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct idea_key_st
+	{
+	IDEA_INT data[9][6];
+	} IDEA_KEY_SCHEDULE;
+
+const char *idea_options(void);
+void idea_ecb_encrypt(const unsigned char *in, unsigned char *out,
+	IDEA_KEY_SCHEDULE *ks);
+#ifdef OPENSSL_FIPS
+void private_idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks);
+#endif
+void idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks);
+void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
+void idea_cbc_encrypt(const unsigned char *in, unsigned char *out,
+	long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,int enc);
+void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out,
+	long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,
+	int *num,int enc);
+void idea_ofb64_encrypt(const unsigned char *in, unsigned char *out,
+	long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int *num);
+void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/krb5_asn.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/krb5_asn.h
new file mode 100755
index 0000000000000000000000000000000000000000..e0a92d809ccc6789dfb32bd3d3e0d198c75109f0
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/krb5_asn.h
@@ -0,0 +1,256 @@
+/* krb5_asn.h */
+/* Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project,
+** using ocsp/{*.h,*asn*.c} as a starting point
+*/
+
+/* ====================================================================
+ * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_KRB5_ASN_H
+#define HEADER_KRB5_ASN_H
+
+/*
+#include <krb5.h>
+*/
+#include <APOpenSSL/safestack.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+
+/*	ASN.1 from Kerberos RFC 1510
+*/
+
+/*	EncryptedData ::=   SEQUENCE {
+**		etype[0]                      INTEGER, -- EncryptionType
+**		kvno[1]                       INTEGER OPTIONAL,
+**		cipher[2]                     OCTET STRING -- ciphertext
+**	}
+*/
+typedef	struct	krb5_encdata_st
+	{
+	ASN1_INTEGER			*etype;
+	ASN1_INTEGER			*kvno;
+	ASN1_OCTET_STRING		*cipher;
+	}	KRB5_ENCDATA;
+
+DECLARE_STACK_OF(KRB5_ENCDATA)
+
+/*	PrincipalName ::=   SEQUENCE {
+**		name-type[0]                  INTEGER,
+**		name-string[1]                SEQUENCE OF GeneralString
+**	}
+*/
+typedef	struct	krb5_princname_st
+	{
+	ASN1_INTEGER			*nametype;
+	STACK_OF(ASN1_GENERALSTRING)	*namestring;
+	}	KRB5_PRINCNAME;
+
+DECLARE_STACK_OF(KRB5_PRINCNAME)
+
+
+/*	Ticket ::=	[APPLICATION 1] SEQUENCE {
+**		tkt-vno[0]                    INTEGER,
+**		realm[1]                      Realm,
+**		sname[2]                      PrincipalName,
+**		enc-part[3]                   EncryptedData
+**	}
+*/
+typedef	struct	krb5_tktbody_st
+	{
+	ASN1_INTEGER			*tktvno;
+	ASN1_GENERALSTRING		*realm;
+	KRB5_PRINCNAME			*sname;
+	KRB5_ENCDATA			*encdata;
+	}	KRB5_TKTBODY;
+
+typedef STACK_OF(KRB5_TKTBODY) KRB5_TICKET;
+DECLARE_STACK_OF(KRB5_TKTBODY)
+
+
+/*	AP-REQ ::=      [APPLICATION 14] SEQUENCE {
+**		pvno[0]                       INTEGER,
+**		msg-type[1]                   INTEGER,
+**		ap-options[2]                 APOptions,
+**		ticket[3]                     Ticket,
+**		authenticator[4]              EncryptedData
+**	}
+**
+**	APOptions ::=   BIT STRING {
+**		reserved(0), use-session-key(1), mutual-required(2) }
+*/
+typedef	struct	krb5_ap_req_st
+	{
+	ASN1_INTEGER			*pvno;
+	ASN1_INTEGER			*msgtype;
+	ASN1_BIT_STRING			*apoptions;
+	KRB5_TICKET			*ticket;
+	KRB5_ENCDATA			*authenticator;
+	}	KRB5_APREQBODY;
+
+typedef STACK_OF(KRB5_APREQBODY) KRB5_APREQ;
+DECLARE_STACK_OF(KRB5_APREQBODY)
+
+
+/*	Authenticator Stuff	*/
+
+
+/*	Checksum ::=   SEQUENCE {
+**		cksumtype[0]                  INTEGER,
+**		checksum[1]                   OCTET STRING
+**	}
+*/
+typedef	struct	krb5_checksum_st
+	{
+	ASN1_INTEGER			*ctype;
+	ASN1_OCTET_STRING		*checksum;
+	}	KRB5_CHECKSUM;
+
+DECLARE_STACK_OF(KRB5_CHECKSUM)
+
+
+/*	EncryptionKey ::=   SEQUENCE {
+**		keytype[0]                    INTEGER,
+**		keyvalue[1]                   OCTET STRING
+**	}
+*/
+typedef struct  krb5_encryptionkey_st
+	{
+	ASN1_INTEGER			*ktype;
+	ASN1_OCTET_STRING		*keyvalue;
+	}	KRB5_ENCKEY;
+
+DECLARE_STACK_OF(KRB5_ENCKEY)
+
+
+/*	AuthorizationData ::=   SEQUENCE OF SEQUENCE {
+**		ad-type[0]                    INTEGER,
+**              ad-data[1]                    OCTET STRING
+**	}
+*/
+typedef struct	krb5_authorization_st
+	{
+	ASN1_INTEGER			*adtype;
+	ASN1_OCTET_STRING		*addata;
+	}	KRB5_AUTHDATA;
+
+DECLARE_STACK_OF(KRB5_AUTHDATA)
+
+			
+/*	-- Unencrypted authenticator
+**	Authenticator ::=    [APPLICATION 2] SEQUENCE    {
+**		authenticator-vno[0]          INTEGER,
+**		crealm[1]                     Realm,
+**		cname[2]                      PrincipalName,
+**		cksum[3]                      Checksum OPTIONAL,
+**		cusec[4]                      INTEGER,
+**		ctime[5]                      KerberosTime,
+**		subkey[6]                     EncryptionKey OPTIONAL,
+**		seq-number[7]                 INTEGER OPTIONAL,
+**		authorization-data[8]         AuthorizationData OPTIONAL
+**	}
+*/
+typedef struct	krb5_authenticator_st
+	{
+	ASN1_INTEGER			*avno;
+	ASN1_GENERALSTRING		*crealm;
+	KRB5_PRINCNAME			*cname;
+	KRB5_CHECKSUM			*cksum;
+	ASN1_INTEGER			*cusec;
+	ASN1_GENERALIZEDTIME		*ctime;
+	KRB5_ENCKEY			*subkey;
+	ASN1_INTEGER			*seqnum;
+	KRB5_AUTHDATA			*authorization;
+	}	KRB5_AUTHENTBODY;
+
+typedef STACK_OF(KRB5_AUTHENTBODY) KRB5_AUTHENT;
+DECLARE_STACK_OF(KRB5_AUTHENTBODY)
+
+
+/*  DECLARE_ASN1_FUNCTIONS(type) = DECLARE_ASN1_FUNCTIONS_name(type, type) =
+**	type *name##_new(void);
+**	void name##_free(type *a);
+**	DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) =
+**	 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) =
+**	  type *d2i_##name(type **a, const unsigned char **in, long len);
+**	  int i2d_##name(type *a, unsigned char **out);
+**	  DECLARE_ASN1_ITEM(itname) = OPENSSL_EXTERN const ASN1_ITEM itname##_it
+*/
+
+DECLARE_ASN1_FUNCTIONS(KRB5_ENCDATA)
+DECLARE_ASN1_FUNCTIONS(KRB5_PRINCNAME)
+DECLARE_ASN1_FUNCTIONS(KRB5_TKTBODY)
+DECLARE_ASN1_FUNCTIONS(KRB5_APREQBODY)
+DECLARE_ASN1_FUNCTIONS(KRB5_TICKET)
+DECLARE_ASN1_FUNCTIONS(KRB5_APREQ)
+
+DECLARE_ASN1_FUNCTIONS(KRB5_CHECKSUM)
+DECLARE_ASN1_FUNCTIONS(KRB5_ENCKEY)
+DECLARE_ASN1_FUNCTIONS(KRB5_AUTHDATA)
+DECLARE_ASN1_FUNCTIONS(KRB5_AUTHENTBODY)
+DECLARE_ASN1_FUNCTIONS(KRB5_AUTHENT)
+
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/kssl.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/kssl.h
new file mode 100755
index 0000000000000000000000000000000000000000..f43f9c3f23ced236ef96059ea94c1baf67827ff1
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/kssl.h
@@ -0,0 +1,183 @@
+/* ssl/kssl.h -*- mode: C; c-file-style: "eay" -*- */
+/* Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project 2000.
+ * project 2000.
+ */
+/* ====================================================================
+ * Copyright (c) 2000 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+/*
+**	19990701	VRS 	Started.
+*/
+
+#ifndef	KSSL_H
+#define	KSSL_H
+
+#include <APOpenSSL/opensslconf.h>
+
+#ifndef OPENSSL_NO_KRB5
+
+#include <stdio.h>
+#include <ctype.h>
+#include <krb5.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/*
+**	Depending on which KRB5 implementation used, some types from
+**	the other may be missing.  Resolve that here and now
+*/
+#ifdef KRB5_HEIMDAL
+typedef unsigned char krb5_octet;
+#define FAR
+#else
+
+#ifndef FAR
+#define FAR
+#endif
+
+#endif
+
+/*	Uncomment this to debug kssl problems or
+**	to trace usage of the Kerberos session key
+**
+**	#define		KSSL_DEBUG
+*/
+
+#ifndef	KRB5SVC
+#define KRB5SVC	"host"
+#endif
+
+#ifndef	KRB5KEYTAB
+#define KRB5KEYTAB	"/etc/krb5.keytab"
+#endif
+
+#ifndef KRB5SENDAUTH
+#define KRB5SENDAUTH	1
+#endif
+
+#ifndef KRB5CHECKAUTH
+#define KRB5CHECKAUTH	1
+#endif
+
+#ifndef KSSL_CLOCKSKEW
+#define	KSSL_CLOCKSKEW	300;
+#endif
+
+#define	KSSL_ERR_MAX	255
+typedef struct kssl_err_st  {
+	int  reason;
+	char text[KSSL_ERR_MAX+1];
+	} KSSL_ERR;
+
+
+/*	Context for passing
+**		(1) Kerberos session key to SSL, and
+**		(2)	Config data between application and SSL lib
+*/
+typedef struct kssl_ctx_st
+        {
+                                /*	used by:    disposition:            */
+	char *service_name;	/*	C,S	    default ok (kssl)       */
+	char *service_host;	/*	C	    input, REQUIRED         */
+	char *client_princ;	/*	S	    output from krb5 ticket */
+	char *keytab_file;	/*      S	    NULL (/etc/krb5.keytab) */
+	char *cred_cache;	/*	C	    NULL (default)          */
+	krb5_enctype enctype;
+	int length;
+	krb5_octet FAR *key;
+	} KSSL_CTX;
+
+#define	KSSL_CLIENT 	1
+#define KSSL_SERVER 	2
+#define	KSSL_SERVICE	3
+#define	KSSL_KEYTAB 	4
+
+#define KSSL_CTX_OK 	0
+#define KSSL_CTX_ERR	1
+#define KSSL_NOMEM	2
+
+/* Public (for use by applications that use OpenSSL with Kerberos 5 support */
+krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text);
+KSSL_CTX *kssl_ctx_new(void);
+KSSL_CTX *kssl_ctx_free(KSSL_CTX *kssl_ctx);
+void kssl_ctx_show(KSSL_CTX *kssl_ctx);
+krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which,
+        krb5_data *realm, krb5_data *entity, int nentities);
+krb5_error_code	kssl_cget_tkt(KSSL_CTX *kssl_ctx,  krb5_data **enc_tktp,
+        krb5_data *authenp, KSSL_ERR *kssl_err);
+krb5_error_code	kssl_sget_tkt(KSSL_CTX *kssl_ctx,  krb5_data *indata,
+        krb5_ticket_times *ttimes, KSSL_ERR *kssl_err);
+krb5_error_code kssl_ctx_setkey(KSSL_CTX *kssl_ctx, krb5_keyblock *session);
+void	kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text);
+void kssl_krb5_free_data_contents(krb5_context context, krb5_data *data);
+krb5_error_code  kssl_build_principal_2(krb5_context context,
+			krb5_principal *princ, int rlen, const char *realm,
+			int slen, const char *svc, int hlen, const char *host);
+krb5_error_code  kssl_validate_times(krb5_timestamp atime,
+					krb5_ticket_times *ttimes);
+krb5_error_code  kssl_check_authent(KSSL_CTX *kssl_ctx, krb5_data *authentp,
+			            krb5_timestamp *atimep, KSSL_ERR *kssl_err);
+unsigned char	*kssl_skip_confound(krb5_enctype enctype, unsigned char *authn);
+
+void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx);
+KSSL_CTX * SSL_get0_kssl_ctx(SSL *s);
+char *kssl_ctx_get0_client_princ(KSSL_CTX *kctx);
+
+#ifdef  __cplusplus
+}
+#endif
+#endif	/* OPENSSL_NO_KRB5	*/
+#endif	/* KSSL_H 	*/
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/lhash.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/lhash.h
new file mode 100755
index 0000000000000000000000000000000000000000..5c23715cc210cedebcbf915e4d7338a9042f3a02
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/lhash.h
@@ -0,0 +1,241 @@
+/* crypto/lhash/lhash.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+/* Header for dynamic hash table routines
+ * Author - Eric Young
+ */
+
+#ifndef HEADER_LHASH_H
+#define HEADER_LHASH_H
+
+#include <APOpenSSL/e_os2.h>
+#ifndef OPENSSL_NO_FP_API
+#include <stdio.h>
+#endif
+
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct lhash_node_st
+	{
+	void *data;
+	struct lhash_node_st *next;
+#ifndef OPENSSL_NO_HASH_COMP
+	unsigned long hash;
+#endif
+	} LHASH_NODE;
+
+typedef int (*LHASH_COMP_FN_TYPE)(const void *, const void *);
+typedef unsigned long (*LHASH_HASH_FN_TYPE)(const void *);
+typedef void (*LHASH_DOALL_FN_TYPE)(void *);
+typedef void (*LHASH_DOALL_ARG_FN_TYPE)(void *, void *);
+
+/* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
+ * This way, callbacks can be provided to LHASH structures without function
+ * pointer casting and the macro-defined callbacks provide per-variable casting
+ * before deferring to the underlying type-specific callbacks. NB: It is
+ * possible to place a "static" in front of both the DECLARE and IMPLEMENT
+ * macros if the functions are strictly internal. */
+
+/* First: "hash" functions */
+#define DECLARE_LHASH_HASH_FN(name, o_type) \
+	unsigned long name##_LHASH_HASH(const void *);
+#define IMPLEMENT_LHASH_HASH_FN(name, o_type) \
+	unsigned long name##_LHASH_HASH(const void *arg) { \
+		const o_type *a = arg; \
+		return name##_hash(a); }
+#define LHASH_HASH_FN(name) name##_LHASH_HASH
+
+/* Second: "compare" functions */
+#define DECLARE_LHASH_COMP_FN(name, o_type) \
+	int name##_LHASH_COMP(const void *, const void *);
+#define IMPLEMENT_LHASH_COMP_FN(name, o_type) \
+	int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
+		const o_type *a = arg1;		    \
+		const o_type *b = arg2; \
+		return name##_cmp(a,b); }
+#define LHASH_COMP_FN(name) name##_LHASH_COMP
+
+/* Third: "doall" functions */
+#define DECLARE_LHASH_DOALL_FN(name, o_type) \
+	void name##_LHASH_DOALL(void *);
+#define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \
+	void name##_LHASH_DOALL(void *arg) { \
+		o_type *a = arg; \
+		name##_doall(a); }
+#define LHASH_DOALL_FN(name) name##_LHASH_DOALL
+
+/* Fourth: "doall_arg" functions */
+#define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
+	void name##_LHASH_DOALL_ARG(void *, void *);
+#define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
+	void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
+		o_type *a = arg1; \
+		a_type *b = arg2; \
+		name##_doall_arg(a, b); }
+#define LHASH_DOALL_ARG_FN(name) name##_LHASH_DOALL_ARG
+
+typedef struct lhash_st
+	{
+	LHASH_NODE **b;
+	LHASH_COMP_FN_TYPE comp;
+	LHASH_HASH_FN_TYPE hash;
+	unsigned int num_nodes;
+	unsigned int num_alloc_nodes;
+	unsigned int p;
+	unsigned int pmax;
+	unsigned long up_load; /* load times 256 */
+	unsigned long down_load; /* load times 256 */
+	unsigned long num_items;
+
+	unsigned long num_expands;
+	unsigned long num_expand_reallocs;
+	unsigned long num_contracts;
+	unsigned long num_contract_reallocs;
+	unsigned long num_hash_calls;
+	unsigned long num_comp_calls;
+	unsigned long num_insert;
+	unsigned long num_replace;
+	unsigned long num_delete;
+	unsigned long num_no_delete;
+	unsigned long num_retrieve;
+	unsigned long num_retrieve_miss;
+	unsigned long num_hash_comps;
+
+	int error;
+	} _LHASH;	/* Do not use _LHASH directly, use LHASH_OF
+			 * and friends */
+
+#define LH_LOAD_MULT	256
+
+/* Indicates a malloc() error in the last call, this is only bad
+ * in lh_insert(). */
+#define lh_error(lh)	((lh)->error)
+
+_LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
+void lh_free(_LHASH *lh);
+void *lh_insert(_LHASH *lh, void *data);
+void *lh_delete(_LHASH *lh, const void *data);
+void *lh_retrieve(_LHASH *lh, const void *data);
+void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func);
+void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
+unsigned long lh_strhash(const char *c);
+unsigned long lh_num_items(const _LHASH *lh);
+
+#ifndef OPENSSL_NO_FP_API
+void lh_stats(const _LHASH *lh, FILE *out);
+void lh_node_stats(const _LHASH *lh, FILE *out);
+void lh_node_usage_stats(const _LHASH *lh, FILE *out);
+#endif
+
+#ifndef OPENSSL_NO_BIO
+void lh_stats_bio(const _LHASH *lh, BIO *out);
+void lh_node_stats_bio(const _LHASH *lh, BIO *out);
+void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out);
+#endif
+
+/* Type checking... */
+
+#define LHASH_OF(type) struct lhash_st_##type
+
+#define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
+
+#define CHECKED_LHASH_OF(type,lh) \
+  ((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh))
+
+/* Define wrapper functions. */
+#define LHM_lh_new(type, name) \
+  ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
+#define LHM_lh_error(type, lh) \
+  lh_error(CHECKED_LHASH_OF(type,lh))
+#define LHM_lh_insert(type, lh, inst) \
+  ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \
+		     CHECKED_PTR_OF(type, inst)))
+#define LHM_lh_retrieve(type, lh, inst) \
+  ((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \
+		       CHECKED_PTR_OF(type, inst)))
+#define LHM_lh_delete(type, lh, inst) \
+  ((type *)lh_delete(CHECKED_LHASH_OF(type, lh),			\
+		     CHECKED_PTR_OF(type, inst)))
+#define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn)
+#define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
+  lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
+#define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh))
+#define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load)
+#define LHM_lh_node_stats_bio(type, lh, out) \
+  lh_node_stats_bio(CHECKED_LHASH_OF(type, lh), out)
+#define LHM_lh_node_usage_stats_bio(type, lh, out) \
+  lh_node_usage_stats_bio(CHECKED_LHASH_OF(type, lh), out)
+#define LHM_lh_stats_bio(type, lh, out) \
+  lh_stats_bio(CHECKED_LHASH_OF(type, lh), out)
+#define LHM_lh_free(type, lh) lh_free(CHECKED_LHASH_OF(type, lh))
+
+DECLARE_LHASH_OF(OPENSSL_STRING);
+DECLARE_LHASH_OF(OPENSSL_CSTRING);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/md4.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/md4.h
new file mode 100755
index 0000000000000000000000000000000000000000..b5841f51b10ea064d80e40fa45a4ff1202af04aa
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/md4.h
@@ -0,0 +1,120 @@
+/* crypto/md4/md4.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_MD4_H
+#define HEADER_MD4_H
+
+#include <APOpenSSL/e_os2.h>
+#include <stddef.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_NO_MD4
+#error MD4 is disabled.
+#endif
+
+/*
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ * ! MD4_LONG has to be at least 32 bits wide. If it's wider, then !
+ * ! MD4_LONG_LOG2 has to be defined along.			   !
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ */
+
+#if defined(__LP32__)
+#define MD4_LONG unsigned long
+#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
+#define MD4_LONG unsigned long
+#define MD4_LONG_LOG2 3
+/*
+ * _CRAY note. I could declare short, but I have no idea what impact
+ * does it have on performance on none-T3E machines. I could declare
+ * int, but at least on C90 sizeof(int) can be chosen at compile time.
+ * So I've chosen long...
+ *					<appro@fy.chalmers.se>
+ */
+#else
+#define MD4_LONG unsigned int
+#endif
+
+#define MD4_CBLOCK	64
+#define MD4_LBLOCK	(MD4_CBLOCK/4)
+#define MD4_DIGEST_LENGTH 16
+
+typedef struct MD4state_st
+	{
+	MD4_LONG A,B,C,D;
+	MD4_LONG Nl,Nh;
+	MD4_LONG data[MD4_LBLOCK];
+	unsigned int num;
+	} MD4_CTX;
+
+#ifdef OPENSSL_FIPS
+int private_MD4_Init(MD4_CTX *c);
+#endif
+int MD4_Init(MD4_CTX *c);
+int MD4_Update(MD4_CTX *c, const void *data, size_t len);
+int MD4_Final(unsigned char *md, MD4_CTX *c);
+unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md);
+void MD4_Transform(MD4_CTX *c, const unsigned char *b);
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/md5.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/md5.h
new file mode 100755
index 0000000000000000000000000000000000000000..da097a664ff36075ada479d2f0d5f378cce77aa7
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/md5.h
@@ -0,0 +1,120 @@
+/* crypto/md5/md5.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_MD5_H
+#define HEADER_MD5_H
+
+#include <APOpenSSL/e_os2.h>
+#include <stddef.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_NO_MD5
+#error MD5 is disabled.
+#endif
+
+/*
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ * ! MD5_LONG has to be at least 32 bits wide. If it's wider, then !
+ * ! MD5_LONG_LOG2 has to be defined along.			   !
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ */
+
+#if defined(__LP32__)
+#define MD5_LONG unsigned long
+#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
+#define MD5_LONG unsigned long
+#define MD5_LONG_LOG2 3
+/*
+ * _CRAY note. I could declare short, but I have no idea what impact
+ * does it have on performance on none-T3E machines. I could declare
+ * int, but at least on C90 sizeof(int) can be chosen at compile time.
+ * So I've chosen long...
+ *					<appro@fy.chalmers.se>
+ */
+#else
+#define MD5_LONG unsigned int
+#endif
+
+#define MD5_CBLOCK	64
+#define MD5_LBLOCK	(MD5_CBLOCK/4)
+#define MD5_DIGEST_LENGTH 16
+
+typedef struct MD5state_st
+	{
+	MD5_LONG A,B,C,D;
+	MD5_LONG Nl,Nh;
+	MD5_LONG data[MD5_LBLOCK];
+	unsigned int num;
+	} MD5_CTX;
+
+#ifdef OPENSSL_FIPS
+int private_MD5_Init(MD5_CTX *c);
+#endif
+int MD5_Init(MD5_CTX *c);
+int MD5_Update(MD5_CTX *c, const void *data, size_t len);
+int MD5_Final(unsigned char *md, MD5_CTX *c);
+unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md);
+void MD5_Transform(MD5_CTX *c, const unsigned char *b);
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/mdc2.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/mdc2.h
new file mode 100755
index 0000000000000000000000000000000000000000..fb3a9134906a8b5a259089399e5d70f0f02cedb6
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/mdc2.h
@@ -0,0 +1,98 @@
+/* crypto/mdc2/mdc2.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_MDC2_H
+#define HEADER_MDC2_H
+
+#include <APOpenSSL/des.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_NO_MDC2
+#error MDC2 is disabled.
+#endif
+
+#define MDC2_BLOCK              8
+#define MDC2_DIGEST_LENGTH      16
+ 
+typedef struct mdc2_ctx_st
+	{
+	unsigned int num;
+	unsigned char data[MDC2_BLOCK];
+	DES_cblock h,hh;
+	int pad_type; /* either 1 or 2, default 1 */
+	} MDC2_CTX;
+
+
+#ifdef OPENSSL_FIPS
+int private_MDC2_Init(MDC2_CTX *c);
+#endif
+int MDC2_Init(MDC2_CTX *c);
+int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len);
+int MDC2_Final(unsigned char *md, MDC2_CTX *c);
+unsigned char *MDC2(const unsigned char *d, size_t n,
+	unsigned char *md);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/modes.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/modes.h
new file mode 100755
index 0000000000000000000000000000000000000000..f18215bb2b25e23501013fc1f777c67306728327
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/modes.h
@@ -0,0 +1,135 @@
+/* ====================================================================
+ * Copyright (c) 2008 The OpenSSL Project. All rights reserved.
+ *
+ * Rights for redistribution and usage in source and binary
+ * forms are granted according to the OpenSSL license.
+ */
+
+#include <stddef.h>
+
+typedef void (*block128_f)(const unsigned char in[16],
+			unsigned char out[16],
+			const void *key);
+
+typedef void (*cbc128_f)(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], int enc);
+
+typedef void (*ctr128_f)(const unsigned char *in, unsigned char *out,
+			size_t blocks, const void *key,
+			const unsigned char ivec[16]);
+
+typedef void (*ccm128_f)(const unsigned char *in, unsigned char *out,
+			size_t blocks, const void *key,
+			const unsigned char ivec[16],unsigned char cmac[16]);
+
+void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], block128_f block);
+void CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], block128_f block);
+
+void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], unsigned char ecount_buf[16],
+			unsigned int *num, block128_f block);
+
+void CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], unsigned char ecount_buf[16],
+			unsigned int *num, ctr128_f ctr);
+
+void CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], int *num,
+			block128_f block);
+
+void CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], int *num,
+			int enc, block128_f block);
+void CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out,
+			size_t length, const void *key,
+			unsigned char ivec[16], int *num,
+			int enc, block128_f block);
+void CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out,
+			size_t bits, const void *key,
+			unsigned char ivec[16], int *num,
+			int enc, block128_f block);
+
+size_t CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], block128_f block);
+size_t CRYPTO_cts128_encrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], cbc128_f cbc);
+size_t CRYPTO_cts128_decrypt_block(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], block128_f block);
+size_t CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], cbc128_f cbc);
+
+size_t CRYPTO_nistcts128_encrypt_block(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], block128_f block);
+size_t CRYPTO_nistcts128_encrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], cbc128_f cbc);
+size_t CRYPTO_nistcts128_decrypt_block(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], block128_f block);
+size_t CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out,
+			size_t len, const void *key,
+			unsigned char ivec[16], cbc128_f cbc);
+
+typedef struct gcm128_context GCM128_CONTEXT;
+
+GCM128_CONTEXT *CRYPTO_gcm128_new(void *key, block128_f block);
+void CRYPTO_gcm128_init(GCM128_CONTEXT *ctx,void *key,block128_f block);
+void CRYPTO_gcm128_setiv(GCM128_CONTEXT *ctx, const unsigned char *iv,
+			size_t len);
+int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad,
+			size_t len);
+int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
+			const unsigned char *in, unsigned char *out,
+			size_t len);
+int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
+			const unsigned char *in, unsigned char *out,
+			size_t len);
+int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
+			const unsigned char *in, unsigned char *out,
+			size_t len, ctr128_f stream);
+int CRYPTO_gcm128_decrypt_ctr32(GCM128_CONTEXT *ctx,
+			const unsigned char *in, unsigned char *out,
+			size_t len, ctr128_f stream);
+int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx,const unsigned char *tag,
+			size_t len);
+void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
+void CRYPTO_gcm128_release(GCM128_CONTEXT *ctx);
+
+typedef struct ccm128_context CCM128_CONTEXT;
+
+void CRYPTO_ccm128_init(CCM128_CONTEXT *ctx,
+	unsigned int M, unsigned int L, void *key,block128_f block);
+int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx,
+	const unsigned char *nonce, size_t nlen, size_t mlen);
+void CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx,
+	const unsigned char *aad, size_t alen);
+int CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx,
+	const unsigned char *inp, unsigned char *out, size_t len);
+int CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx,
+	const unsigned char *inp, unsigned char *out, size_t len);
+int CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx,
+	const unsigned char *inp, unsigned char *out, size_t len,
+	ccm128_f stream);
+int CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx,
+	const unsigned char *inp, unsigned char *out, size_t len,
+	ccm128_f stream);
+size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
+
+typedef struct xts128_context XTS128_CONTEXT;
+
+int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16],
+	const unsigned char *inp, unsigned char *out, size_t len, int enc);
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/obj_mac.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/obj_mac.h
new file mode 100755
index 0000000000000000000000000000000000000000..b5ea7cdab4f84b90280f0a3aae1478a8d715c7a7
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/obj_mac.h
@@ -0,0 +1,4032 @@
+/* crypto/objects/obj_mac.h */
+
+/* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
+ * following command:
+ * perl objects.pl objects.txt obj_mac.num obj_mac.h
+ */
+
+/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#define SN_undef			"UNDEF"
+#define LN_undef			"undefined"
+#define NID_undef			0
+#define OBJ_undef			0L
+
+#define SN_itu_t		"ITU-T"
+#define LN_itu_t		"itu-t"
+#define NID_itu_t		645
+#define OBJ_itu_t		0L
+
+#define NID_ccitt		404
+#define OBJ_ccitt		OBJ_itu_t
+
+#define SN_iso		"ISO"
+#define LN_iso		"iso"
+#define NID_iso		181
+#define OBJ_iso		1L
+
+#define SN_joint_iso_itu_t		"JOINT-ISO-ITU-T"
+#define LN_joint_iso_itu_t		"joint-iso-itu-t"
+#define NID_joint_iso_itu_t		646
+#define OBJ_joint_iso_itu_t		2L
+
+#define NID_joint_iso_ccitt		393
+#define OBJ_joint_iso_ccitt		OBJ_joint_iso_itu_t
+
+#define SN_member_body		"member-body"
+#define LN_member_body		"ISO Member Body"
+#define NID_member_body		182
+#define OBJ_member_body		OBJ_iso,2L
+
+#define SN_identified_organization		"identified-organization"
+#define NID_identified_organization		676
+#define OBJ_identified_organization		OBJ_iso,3L
+
+#define SN_hmac_md5		"HMAC-MD5"
+#define LN_hmac_md5		"hmac-md5"
+#define NID_hmac_md5		780
+#define OBJ_hmac_md5		OBJ_identified_organization,6L,1L,5L,5L,8L,1L,1L
+
+#define SN_hmac_sha1		"HMAC-SHA1"
+#define LN_hmac_sha1		"hmac-sha1"
+#define NID_hmac_sha1		781
+#define OBJ_hmac_sha1		OBJ_identified_organization,6L,1L,5L,5L,8L,1L,2L
+
+#define SN_certicom_arc		"certicom-arc"
+#define NID_certicom_arc		677
+#define OBJ_certicom_arc		OBJ_identified_organization,132L
+
+#define SN_international_organizations		"international-organizations"
+#define LN_international_organizations		"International Organizations"
+#define NID_international_organizations		647
+#define OBJ_international_organizations		OBJ_joint_iso_itu_t,23L
+
+#define SN_wap		"wap"
+#define NID_wap		678
+#define OBJ_wap		OBJ_international_organizations,43L
+
+#define SN_wap_wsg		"wap-wsg"
+#define NID_wap_wsg		679
+#define OBJ_wap_wsg		OBJ_wap,1L
+
+#define SN_selected_attribute_types		"selected-attribute-types"
+#define LN_selected_attribute_types		"Selected Attribute Types"
+#define NID_selected_attribute_types		394
+#define OBJ_selected_attribute_types		OBJ_joint_iso_itu_t,5L,1L,5L
+
+#define SN_clearance		"clearance"
+#define NID_clearance		395
+#define OBJ_clearance		OBJ_selected_attribute_types,55L
+
+#define SN_ISO_US		"ISO-US"
+#define LN_ISO_US		"ISO US Member Body"
+#define NID_ISO_US		183
+#define OBJ_ISO_US		OBJ_member_body,840L
+
+#define SN_X9_57		"X9-57"
+#define LN_X9_57		"X9.57"
+#define NID_X9_57		184
+#define OBJ_X9_57		OBJ_ISO_US,10040L
+
+#define SN_X9cm		"X9cm"
+#define LN_X9cm		"X9.57 CM ?"
+#define NID_X9cm		185
+#define OBJ_X9cm		OBJ_X9_57,4L
+
+#define SN_dsa		"DSA"
+#define LN_dsa		"dsaEncryption"
+#define NID_dsa		116
+#define OBJ_dsa		OBJ_X9cm,1L
+
+#define SN_dsaWithSHA1		"DSA-SHA1"
+#define LN_dsaWithSHA1		"dsaWithSHA1"
+#define NID_dsaWithSHA1		113
+#define OBJ_dsaWithSHA1		OBJ_X9cm,3L
+
+#define SN_ansi_X9_62		"ansi-X9-62"
+#define LN_ansi_X9_62		"ANSI X9.62"
+#define NID_ansi_X9_62		405
+#define OBJ_ansi_X9_62		OBJ_ISO_US,10045L
+
+#define OBJ_X9_62_id_fieldType		OBJ_ansi_X9_62,1L
+
+#define SN_X9_62_prime_field		"prime-field"
+#define NID_X9_62_prime_field		406
+#define OBJ_X9_62_prime_field		OBJ_X9_62_id_fieldType,1L
+
+#define SN_X9_62_characteristic_two_field		"characteristic-two-field"
+#define NID_X9_62_characteristic_two_field		407
+#define OBJ_X9_62_characteristic_two_field		OBJ_X9_62_id_fieldType,2L
+
+#define SN_X9_62_id_characteristic_two_basis		"id-characteristic-two-basis"
+#define NID_X9_62_id_characteristic_two_basis		680
+#define OBJ_X9_62_id_characteristic_two_basis		OBJ_X9_62_characteristic_two_field,3L
+
+#define SN_X9_62_onBasis		"onBasis"
+#define NID_X9_62_onBasis		681
+#define OBJ_X9_62_onBasis		OBJ_X9_62_id_characteristic_two_basis,1L
+
+#define SN_X9_62_tpBasis		"tpBasis"
+#define NID_X9_62_tpBasis		682
+#define OBJ_X9_62_tpBasis		OBJ_X9_62_id_characteristic_two_basis,2L
+
+#define SN_X9_62_ppBasis		"ppBasis"
+#define NID_X9_62_ppBasis		683
+#define OBJ_X9_62_ppBasis		OBJ_X9_62_id_characteristic_two_basis,3L
+
+#define OBJ_X9_62_id_publicKeyType		OBJ_ansi_X9_62,2L
+
+#define SN_X9_62_id_ecPublicKey		"id-ecPublicKey"
+#define NID_X9_62_id_ecPublicKey		408
+#define OBJ_X9_62_id_ecPublicKey		OBJ_X9_62_id_publicKeyType,1L
+
+#define OBJ_X9_62_ellipticCurve		OBJ_ansi_X9_62,3L
+
+#define OBJ_X9_62_c_TwoCurve		OBJ_X9_62_ellipticCurve,0L
+
+#define SN_X9_62_c2pnb163v1		"c2pnb163v1"
+#define NID_X9_62_c2pnb163v1		684
+#define OBJ_X9_62_c2pnb163v1		OBJ_X9_62_c_TwoCurve,1L
+
+#define SN_X9_62_c2pnb163v2		"c2pnb163v2"
+#define NID_X9_62_c2pnb163v2		685
+#define OBJ_X9_62_c2pnb163v2		OBJ_X9_62_c_TwoCurve,2L
+
+#define SN_X9_62_c2pnb163v3		"c2pnb163v3"
+#define NID_X9_62_c2pnb163v3		686
+#define OBJ_X9_62_c2pnb163v3		OBJ_X9_62_c_TwoCurve,3L
+
+#define SN_X9_62_c2pnb176v1		"c2pnb176v1"
+#define NID_X9_62_c2pnb176v1		687
+#define OBJ_X9_62_c2pnb176v1		OBJ_X9_62_c_TwoCurve,4L
+
+#define SN_X9_62_c2tnb191v1		"c2tnb191v1"
+#define NID_X9_62_c2tnb191v1		688
+#define OBJ_X9_62_c2tnb191v1		OBJ_X9_62_c_TwoCurve,5L
+
+#define SN_X9_62_c2tnb191v2		"c2tnb191v2"
+#define NID_X9_62_c2tnb191v2		689
+#define OBJ_X9_62_c2tnb191v2		OBJ_X9_62_c_TwoCurve,6L
+
+#define SN_X9_62_c2tnb191v3		"c2tnb191v3"
+#define NID_X9_62_c2tnb191v3		690
+#define OBJ_X9_62_c2tnb191v3		OBJ_X9_62_c_TwoCurve,7L
+
+#define SN_X9_62_c2onb191v4		"c2onb191v4"
+#define NID_X9_62_c2onb191v4		691
+#define OBJ_X9_62_c2onb191v4		OBJ_X9_62_c_TwoCurve,8L
+
+#define SN_X9_62_c2onb191v5		"c2onb191v5"
+#define NID_X9_62_c2onb191v5		692
+#define OBJ_X9_62_c2onb191v5		OBJ_X9_62_c_TwoCurve,9L
+
+#define SN_X9_62_c2pnb208w1		"c2pnb208w1"
+#define NID_X9_62_c2pnb208w1		693
+#define OBJ_X9_62_c2pnb208w1		OBJ_X9_62_c_TwoCurve,10L
+
+#define SN_X9_62_c2tnb239v1		"c2tnb239v1"
+#define NID_X9_62_c2tnb239v1		694
+#define OBJ_X9_62_c2tnb239v1		OBJ_X9_62_c_TwoCurve,11L
+
+#define SN_X9_62_c2tnb239v2		"c2tnb239v2"
+#define NID_X9_62_c2tnb239v2		695
+#define OBJ_X9_62_c2tnb239v2		OBJ_X9_62_c_TwoCurve,12L
+
+#define SN_X9_62_c2tnb239v3		"c2tnb239v3"
+#define NID_X9_62_c2tnb239v3		696
+#define OBJ_X9_62_c2tnb239v3		OBJ_X9_62_c_TwoCurve,13L
+
+#define SN_X9_62_c2onb239v4		"c2onb239v4"
+#define NID_X9_62_c2onb239v4		697
+#define OBJ_X9_62_c2onb239v4		OBJ_X9_62_c_TwoCurve,14L
+
+#define SN_X9_62_c2onb239v5		"c2onb239v5"
+#define NID_X9_62_c2onb239v5		698
+#define OBJ_X9_62_c2onb239v5		OBJ_X9_62_c_TwoCurve,15L
+
+#define SN_X9_62_c2pnb272w1		"c2pnb272w1"
+#define NID_X9_62_c2pnb272w1		699
+#define OBJ_X9_62_c2pnb272w1		OBJ_X9_62_c_TwoCurve,16L
+
+#define SN_X9_62_c2pnb304w1		"c2pnb304w1"
+#define NID_X9_62_c2pnb304w1		700
+#define OBJ_X9_62_c2pnb304w1		OBJ_X9_62_c_TwoCurve,17L
+
+#define SN_X9_62_c2tnb359v1		"c2tnb359v1"
+#define NID_X9_62_c2tnb359v1		701
+#define OBJ_X9_62_c2tnb359v1		OBJ_X9_62_c_TwoCurve,18L
+
+#define SN_X9_62_c2pnb368w1		"c2pnb368w1"
+#define NID_X9_62_c2pnb368w1		702
+#define OBJ_X9_62_c2pnb368w1		OBJ_X9_62_c_TwoCurve,19L
+
+#define SN_X9_62_c2tnb431r1		"c2tnb431r1"
+#define NID_X9_62_c2tnb431r1		703
+#define OBJ_X9_62_c2tnb431r1		OBJ_X9_62_c_TwoCurve,20L
+
+#define OBJ_X9_62_primeCurve		OBJ_X9_62_ellipticCurve,1L
+
+#define SN_X9_62_prime192v1		"prime192v1"
+#define NID_X9_62_prime192v1		409
+#define OBJ_X9_62_prime192v1		OBJ_X9_62_primeCurve,1L
+
+#define SN_X9_62_prime192v2		"prime192v2"
+#define NID_X9_62_prime192v2		410
+#define OBJ_X9_62_prime192v2		OBJ_X9_62_primeCurve,2L
+
+#define SN_X9_62_prime192v3		"prime192v3"
+#define NID_X9_62_prime192v3		411
+#define OBJ_X9_62_prime192v3		OBJ_X9_62_primeCurve,3L
+
+#define SN_X9_62_prime239v1		"prime239v1"
+#define NID_X9_62_prime239v1		412
+#define OBJ_X9_62_prime239v1		OBJ_X9_62_primeCurve,4L
+
+#define SN_X9_62_prime239v2		"prime239v2"
+#define NID_X9_62_prime239v2		413
+#define OBJ_X9_62_prime239v2		OBJ_X9_62_primeCurve,5L
+
+#define SN_X9_62_prime239v3		"prime239v3"
+#define NID_X9_62_prime239v3		414
+#define OBJ_X9_62_prime239v3		OBJ_X9_62_primeCurve,6L
+
+#define SN_X9_62_prime256v1		"prime256v1"
+#define NID_X9_62_prime256v1		415
+#define OBJ_X9_62_prime256v1		OBJ_X9_62_primeCurve,7L
+
+#define OBJ_X9_62_id_ecSigType		OBJ_ansi_X9_62,4L
+
+#define SN_ecdsa_with_SHA1		"ecdsa-with-SHA1"
+#define NID_ecdsa_with_SHA1		416
+#define OBJ_ecdsa_with_SHA1		OBJ_X9_62_id_ecSigType,1L
+
+#define SN_ecdsa_with_Recommended		"ecdsa-with-Recommended"
+#define NID_ecdsa_with_Recommended		791
+#define OBJ_ecdsa_with_Recommended		OBJ_X9_62_id_ecSigType,2L
+
+#define SN_ecdsa_with_Specified		"ecdsa-with-Specified"
+#define NID_ecdsa_with_Specified		792
+#define OBJ_ecdsa_with_Specified		OBJ_X9_62_id_ecSigType,3L
+
+#define SN_ecdsa_with_SHA224		"ecdsa-with-SHA224"
+#define NID_ecdsa_with_SHA224		793
+#define OBJ_ecdsa_with_SHA224		OBJ_ecdsa_with_Specified,1L
+
+#define SN_ecdsa_with_SHA256		"ecdsa-with-SHA256"
+#define NID_ecdsa_with_SHA256		794
+#define OBJ_ecdsa_with_SHA256		OBJ_ecdsa_with_Specified,2L
+
+#define SN_ecdsa_with_SHA384		"ecdsa-with-SHA384"
+#define NID_ecdsa_with_SHA384		795
+#define OBJ_ecdsa_with_SHA384		OBJ_ecdsa_with_Specified,3L
+
+#define SN_ecdsa_with_SHA512		"ecdsa-with-SHA512"
+#define NID_ecdsa_with_SHA512		796
+#define OBJ_ecdsa_with_SHA512		OBJ_ecdsa_with_Specified,4L
+
+#define OBJ_secg_ellipticCurve		OBJ_certicom_arc,0L
+
+#define SN_secp112r1		"secp112r1"
+#define NID_secp112r1		704
+#define OBJ_secp112r1		OBJ_secg_ellipticCurve,6L
+
+#define SN_secp112r2		"secp112r2"
+#define NID_secp112r2		705
+#define OBJ_secp112r2		OBJ_secg_ellipticCurve,7L
+
+#define SN_secp128r1		"secp128r1"
+#define NID_secp128r1		706
+#define OBJ_secp128r1		OBJ_secg_ellipticCurve,28L
+
+#define SN_secp128r2		"secp128r2"
+#define NID_secp128r2		707
+#define OBJ_secp128r2		OBJ_secg_ellipticCurve,29L
+
+#define SN_secp160k1		"secp160k1"
+#define NID_secp160k1		708
+#define OBJ_secp160k1		OBJ_secg_ellipticCurve,9L
+
+#define SN_secp160r1		"secp160r1"
+#define NID_secp160r1		709
+#define OBJ_secp160r1		OBJ_secg_ellipticCurve,8L
+
+#define SN_secp160r2		"secp160r2"
+#define NID_secp160r2		710
+#define OBJ_secp160r2		OBJ_secg_ellipticCurve,30L
+
+#define SN_secp192k1		"secp192k1"
+#define NID_secp192k1		711
+#define OBJ_secp192k1		OBJ_secg_ellipticCurve,31L
+
+#define SN_secp224k1		"secp224k1"
+#define NID_secp224k1		712
+#define OBJ_secp224k1		OBJ_secg_ellipticCurve,32L
+
+#define SN_secp224r1		"secp224r1"
+#define NID_secp224r1		713
+#define OBJ_secp224r1		OBJ_secg_ellipticCurve,33L
+
+#define SN_secp256k1		"secp256k1"
+#define NID_secp256k1		714
+#define OBJ_secp256k1		OBJ_secg_ellipticCurve,10L
+
+#define SN_secp384r1		"secp384r1"
+#define NID_secp384r1		715
+#define OBJ_secp384r1		OBJ_secg_ellipticCurve,34L
+
+#define SN_secp521r1		"secp521r1"
+#define NID_secp521r1		716
+#define OBJ_secp521r1		OBJ_secg_ellipticCurve,35L
+
+#define SN_sect113r1		"sect113r1"
+#define NID_sect113r1		717
+#define OBJ_sect113r1		OBJ_secg_ellipticCurve,4L
+
+#define SN_sect113r2		"sect113r2"
+#define NID_sect113r2		718
+#define OBJ_sect113r2		OBJ_secg_ellipticCurve,5L
+
+#define SN_sect131r1		"sect131r1"
+#define NID_sect131r1		719
+#define OBJ_sect131r1		OBJ_secg_ellipticCurve,22L
+
+#define SN_sect131r2		"sect131r2"
+#define NID_sect131r2		720
+#define OBJ_sect131r2		OBJ_secg_ellipticCurve,23L
+
+#define SN_sect163k1		"sect163k1"
+#define NID_sect163k1		721
+#define OBJ_sect163k1		OBJ_secg_ellipticCurve,1L
+
+#define SN_sect163r1		"sect163r1"
+#define NID_sect163r1		722
+#define OBJ_sect163r1		OBJ_secg_ellipticCurve,2L
+
+#define SN_sect163r2		"sect163r2"
+#define NID_sect163r2		723
+#define OBJ_sect163r2		OBJ_secg_ellipticCurve,15L
+
+#define SN_sect193r1		"sect193r1"
+#define NID_sect193r1		724
+#define OBJ_sect193r1		OBJ_secg_ellipticCurve,24L
+
+#define SN_sect193r2		"sect193r2"
+#define NID_sect193r2		725
+#define OBJ_sect193r2		OBJ_secg_ellipticCurve,25L
+
+#define SN_sect233k1		"sect233k1"
+#define NID_sect233k1		726
+#define OBJ_sect233k1		OBJ_secg_ellipticCurve,26L
+
+#define SN_sect233r1		"sect233r1"
+#define NID_sect233r1		727
+#define OBJ_sect233r1		OBJ_secg_ellipticCurve,27L
+
+#define SN_sect239k1		"sect239k1"
+#define NID_sect239k1		728
+#define OBJ_sect239k1		OBJ_secg_ellipticCurve,3L
+
+#define SN_sect283k1		"sect283k1"
+#define NID_sect283k1		729
+#define OBJ_sect283k1		OBJ_secg_ellipticCurve,16L
+
+#define SN_sect283r1		"sect283r1"
+#define NID_sect283r1		730
+#define OBJ_sect283r1		OBJ_secg_ellipticCurve,17L
+
+#define SN_sect409k1		"sect409k1"
+#define NID_sect409k1		731
+#define OBJ_sect409k1		OBJ_secg_ellipticCurve,36L
+
+#define SN_sect409r1		"sect409r1"
+#define NID_sect409r1		732
+#define OBJ_sect409r1		OBJ_secg_ellipticCurve,37L
+
+#define SN_sect571k1		"sect571k1"
+#define NID_sect571k1		733
+#define OBJ_sect571k1		OBJ_secg_ellipticCurve,38L
+
+#define SN_sect571r1		"sect571r1"
+#define NID_sect571r1		734
+#define OBJ_sect571r1		OBJ_secg_ellipticCurve,39L
+
+#define OBJ_wap_wsg_idm_ecid		OBJ_wap_wsg,4L
+
+#define SN_wap_wsg_idm_ecid_wtls1		"wap-wsg-idm-ecid-wtls1"
+#define NID_wap_wsg_idm_ecid_wtls1		735
+#define OBJ_wap_wsg_idm_ecid_wtls1		OBJ_wap_wsg_idm_ecid,1L
+
+#define SN_wap_wsg_idm_ecid_wtls3		"wap-wsg-idm-ecid-wtls3"
+#define NID_wap_wsg_idm_ecid_wtls3		736
+#define OBJ_wap_wsg_idm_ecid_wtls3		OBJ_wap_wsg_idm_ecid,3L
+
+#define SN_wap_wsg_idm_ecid_wtls4		"wap-wsg-idm-ecid-wtls4"
+#define NID_wap_wsg_idm_ecid_wtls4		737
+#define OBJ_wap_wsg_idm_ecid_wtls4		OBJ_wap_wsg_idm_ecid,4L
+
+#define SN_wap_wsg_idm_ecid_wtls5		"wap-wsg-idm-ecid-wtls5"
+#define NID_wap_wsg_idm_ecid_wtls5		738
+#define OBJ_wap_wsg_idm_ecid_wtls5		OBJ_wap_wsg_idm_ecid,5L
+
+#define SN_wap_wsg_idm_ecid_wtls6		"wap-wsg-idm-ecid-wtls6"
+#define NID_wap_wsg_idm_ecid_wtls6		739
+#define OBJ_wap_wsg_idm_ecid_wtls6		OBJ_wap_wsg_idm_ecid,6L
+
+#define SN_wap_wsg_idm_ecid_wtls7		"wap-wsg-idm-ecid-wtls7"
+#define NID_wap_wsg_idm_ecid_wtls7		740
+#define OBJ_wap_wsg_idm_ecid_wtls7		OBJ_wap_wsg_idm_ecid,7L
+
+#define SN_wap_wsg_idm_ecid_wtls8		"wap-wsg-idm-ecid-wtls8"
+#define NID_wap_wsg_idm_ecid_wtls8		741
+#define OBJ_wap_wsg_idm_ecid_wtls8		OBJ_wap_wsg_idm_ecid,8L
+
+#define SN_wap_wsg_idm_ecid_wtls9		"wap-wsg-idm-ecid-wtls9"
+#define NID_wap_wsg_idm_ecid_wtls9		742
+#define OBJ_wap_wsg_idm_ecid_wtls9		OBJ_wap_wsg_idm_ecid,9L
+
+#define SN_wap_wsg_idm_ecid_wtls10		"wap-wsg-idm-ecid-wtls10"
+#define NID_wap_wsg_idm_ecid_wtls10		743
+#define OBJ_wap_wsg_idm_ecid_wtls10		OBJ_wap_wsg_idm_ecid,10L
+
+#define SN_wap_wsg_idm_ecid_wtls11		"wap-wsg-idm-ecid-wtls11"
+#define NID_wap_wsg_idm_ecid_wtls11		744
+#define OBJ_wap_wsg_idm_ecid_wtls11		OBJ_wap_wsg_idm_ecid,11L
+
+#define SN_wap_wsg_idm_ecid_wtls12		"wap-wsg-idm-ecid-wtls12"
+#define NID_wap_wsg_idm_ecid_wtls12		745
+#define OBJ_wap_wsg_idm_ecid_wtls12		OBJ_wap_wsg_idm_ecid,12L
+
+#define SN_cast5_cbc		"CAST5-CBC"
+#define LN_cast5_cbc		"cast5-cbc"
+#define NID_cast5_cbc		108
+#define OBJ_cast5_cbc		OBJ_ISO_US,113533L,7L,66L,10L
+
+#define SN_cast5_ecb		"CAST5-ECB"
+#define LN_cast5_ecb		"cast5-ecb"
+#define NID_cast5_ecb		109
+
+#define SN_cast5_cfb64		"CAST5-CFB"
+#define LN_cast5_cfb64		"cast5-cfb"
+#define NID_cast5_cfb64		110
+
+#define SN_cast5_ofb64		"CAST5-OFB"
+#define LN_cast5_ofb64		"cast5-ofb"
+#define NID_cast5_ofb64		111
+
+#define LN_pbeWithMD5AndCast5_CBC		"pbeWithMD5AndCast5CBC"
+#define NID_pbeWithMD5AndCast5_CBC		112
+#define OBJ_pbeWithMD5AndCast5_CBC		OBJ_ISO_US,113533L,7L,66L,12L
+
+#define SN_id_PasswordBasedMAC		"id-PasswordBasedMAC"
+#define LN_id_PasswordBasedMAC		"password based MAC"
+#define NID_id_PasswordBasedMAC		782
+#define OBJ_id_PasswordBasedMAC		OBJ_ISO_US,113533L,7L,66L,13L
+
+#define SN_id_DHBasedMac		"id-DHBasedMac"
+#define LN_id_DHBasedMac		"Diffie-Hellman based MAC"
+#define NID_id_DHBasedMac		783
+#define OBJ_id_DHBasedMac		OBJ_ISO_US,113533L,7L,66L,30L
+
+#define SN_rsadsi		"rsadsi"
+#define LN_rsadsi		"RSA Data Security, Inc."
+#define NID_rsadsi		1
+#define OBJ_rsadsi		OBJ_ISO_US,113549L
+
+#define SN_pkcs		"pkcs"
+#define LN_pkcs		"RSA Data Security, Inc. PKCS"
+#define NID_pkcs		2
+#define OBJ_pkcs		OBJ_rsadsi,1L
+
+#define SN_pkcs1		"pkcs1"
+#define NID_pkcs1		186
+#define OBJ_pkcs1		OBJ_pkcs,1L
+
+#define LN_rsaEncryption		"rsaEncryption"
+#define NID_rsaEncryption		6
+#define OBJ_rsaEncryption		OBJ_pkcs1,1L
+
+#define SN_md2WithRSAEncryption		"RSA-MD2"
+#define LN_md2WithRSAEncryption		"md2WithRSAEncryption"
+#define NID_md2WithRSAEncryption		7
+#define OBJ_md2WithRSAEncryption		OBJ_pkcs1,2L
+
+#define SN_md4WithRSAEncryption		"RSA-MD4"
+#define LN_md4WithRSAEncryption		"md4WithRSAEncryption"
+#define NID_md4WithRSAEncryption		396
+#define OBJ_md4WithRSAEncryption		OBJ_pkcs1,3L
+
+#define SN_md5WithRSAEncryption		"RSA-MD5"
+#define LN_md5WithRSAEncryption		"md5WithRSAEncryption"
+#define NID_md5WithRSAEncryption		8
+#define OBJ_md5WithRSAEncryption		OBJ_pkcs1,4L
+
+#define SN_sha1WithRSAEncryption		"RSA-SHA1"
+#define LN_sha1WithRSAEncryption		"sha1WithRSAEncryption"
+#define NID_sha1WithRSAEncryption		65
+#define OBJ_sha1WithRSAEncryption		OBJ_pkcs1,5L
+
+#define SN_rsaesOaep		"RSAES-OAEP"
+#define LN_rsaesOaep		"rsaesOaep"
+#define NID_rsaesOaep		919
+#define OBJ_rsaesOaep		OBJ_pkcs1,7L
+
+#define SN_mgf1		"MGF1"
+#define LN_mgf1		"mgf1"
+#define NID_mgf1		911
+#define OBJ_mgf1		OBJ_pkcs1,8L
+
+#define SN_rsassaPss		"RSASSA-PSS"
+#define LN_rsassaPss		"rsassaPss"
+#define NID_rsassaPss		912
+#define OBJ_rsassaPss		OBJ_pkcs1,10L
+
+#define SN_sha256WithRSAEncryption		"RSA-SHA256"
+#define LN_sha256WithRSAEncryption		"sha256WithRSAEncryption"
+#define NID_sha256WithRSAEncryption		668
+#define OBJ_sha256WithRSAEncryption		OBJ_pkcs1,11L
+
+#define SN_sha384WithRSAEncryption		"RSA-SHA384"
+#define LN_sha384WithRSAEncryption		"sha384WithRSAEncryption"
+#define NID_sha384WithRSAEncryption		669
+#define OBJ_sha384WithRSAEncryption		OBJ_pkcs1,12L
+
+#define SN_sha512WithRSAEncryption		"RSA-SHA512"
+#define LN_sha512WithRSAEncryption		"sha512WithRSAEncryption"
+#define NID_sha512WithRSAEncryption		670
+#define OBJ_sha512WithRSAEncryption		OBJ_pkcs1,13L
+
+#define SN_sha224WithRSAEncryption		"RSA-SHA224"
+#define LN_sha224WithRSAEncryption		"sha224WithRSAEncryption"
+#define NID_sha224WithRSAEncryption		671
+#define OBJ_sha224WithRSAEncryption		OBJ_pkcs1,14L
+
+#define SN_pkcs3		"pkcs3"
+#define NID_pkcs3		27
+#define OBJ_pkcs3		OBJ_pkcs,3L
+
+#define LN_dhKeyAgreement		"dhKeyAgreement"
+#define NID_dhKeyAgreement		28
+#define OBJ_dhKeyAgreement		OBJ_pkcs3,1L
+
+#define SN_pkcs5		"pkcs5"
+#define NID_pkcs5		187
+#define OBJ_pkcs5		OBJ_pkcs,5L
+
+#define SN_pbeWithMD2AndDES_CBC		"PBE-MD2-DES"
+#define LN_pbeWithMD2AndDES_CBC		"pbeWithMD2AndDES-CBC"
+#define NID_pbeWithMD2AndDES_CBC		9
+#define OBJ_pbeWithMD2AndDES_CBC		OBJ_pkcs5,1L
+
+#define SN_pbeWithMD5AndDES_CBC		"PBE-MD5-DES"
+#define LN_pbeWithMD5AndDES_CBC		"pbeWithMD5AndDES-CBC"
+#define NID_pbeWithMD5AndDES_CBC		10
+#define OBJ_pbeWithMD5AndDES_CBC		OBJ_pkcs5,3L
+
+#define SN_pbeWithMD2AndRC2_CBC		"PBE-MD2-RC2-64"
+#define LN_pbeWithMD2AndRC2_CBC		"pbeWithMD2AndRC2-CBC"
+#define NID_pbeWithMD2AndRC2_CBC		168
+#define OBJ_pbeWithMD2AndRC2_CBC		OBJ_pkcs5,4L
+
+#define SN_pbeWithMD5AndRC2_CBC		"PBE-MD5-RC2-64"
+#define LN_pbeWithMD5AndRC2_CBC		"pbeWithMD5AndRC2-CBC"
+#define NID_pbeWithMD5AndRC2_CBC		169
+#define OBJ_pbeWithMD5AndRC2_CBC		OBJ_pkcs5,6L
+
+#define SN_pbeWithSHA1AndDES_CBC		"PBE-SHA1-DES"
+#define LN_pbeWithSHA1AndDES_CBC		"pbeWithSHA1AndDES-CBC"
+#define NID_pbeWithSHA1AndDES_CBC		170
+#define OBJ_pbeWithSHA1AndDES_CBC		OBJ_pkcs5,10L
+
+#define SN_pbeWithSHA1AndRC2_CBC		"PBE-SHA1-RC2-64"
+#define LN_pbeWithSHA1AndRC2_CBC		"pbeWithSHA1AndRC2-CBC"
+#define NID_pbeWithSHA1AndRC2_CBC		68
+#define OBJ_pbeWithSHA1AndRC2_CBC		OBJ_pkcs5,11L
+
+#define LN_id_pbkdf2		"PBKDF2"
+#define NID_id_pbkdf2		69
+#define OBJ_id_pbkdf2		OBJ_pkcs5,12L
+
+#define LN_pbes2		"PBES2"
+#define NID_pbes2		161
+#define OBJ_pbes2		OBJ_pkcs5,13L
+
+#define LN_pbmac1		"PBMAC1"
+#define NID_pbmac1		162
+#define OBJ_pbmac1		OBJ_pkcs5,14L
+
+#define SN_pkcs7		"pkcs7"
+#define NID_pkcs7		20
+#define OBJ_pkcs7		OBJ_pkcs,7L
+
+#define LN_pkcs7_data		"pkcs7-data"
+#define NID_pkcs7_data		21
+#define OBJ_pkcs7_data		OBJ_pkcs7,1L
+
+#define LN_pkcs7_signed		"pkcs7-signedData"
+#define NID_pkcs7_signed		22
+#define OBJ_pkcs7_signed		OBJ_pkcs7,2L
+
+#define LN_pkcs7_enveloped		"pkcs7-envelopedData"
+#define NID_pkcs7_enveloped		23
+#define OBJ_pkcs7_enveloped		OBJ_pkcs7,3L
+
+#define LN_pkcs7_signedAndEnveloped		"pkcs7-signedAndEnvelopedData"
+#define NID_pkcs7_signedAndEnveloped		24
+#define OBJ_pkcs7_signedAndEnveloped		OBJ_pkcs7,4L
+
+#define LN_pkcs7_digest		"pkcs7-digestData"
+#define NID_pkcs7_digest		25
+#define OBJ_pkcs7_digest		OBJ_pkcs7,5L
+
+#define LN_pkcs7_encrypted		"pkcs7-encryptedData"
+#define NID_pkcs7_encrypted		26
+#define OBJ_pkcs7_encrypted		OBJ_pkcs7,6L
+
+#define SN_pkcs9		"pkcs9"
+#define NID_pkcs9		47
+#define OBJ_pkcs9		OBJ_pkcs,9L
+
+#define LN_pkcs9_emailAddress		"emailAddress"
+#define NID_pkcs9_emailAddress		48
+#define OBJ_pkcs9_emailAddress		OBJ_pkcs9,1L
+
+#define LN_pkcs9_unstructuredName		"unstructuredName"
+#define NID_pkcs9_unstructuredName		49
+#define OBJ_pkcs9_unstructuredName		OBJ_pkcs9,2L
+
+#define LN_pkcs9_contentType		"contentType"
+#define NID_pkcs9_contentType		50
+#define OBJ_pkcs9_contentType		OBJ_pkcs9,3L
+
+#define LN_pkcs9_messageDigest		"messageDigest"
+#define NID_pkcs9_messageDigest		51
+#define OBJ_pkcs9_messageDigest		OBJ_pkcs9,4L
+
+#define LN_pkcs9_signingTime		"signingTime"
+#define NID_pkcs9_signingTime		52
+#define OBJ_pkcs9_signingTime		OBJ_pkcs9,5L
+
+#define LN_pkcs9_countersignature		"countersignature"
+#define NID_pkcs9_countersignature		53
+#define OBJ_pkcs9_countersignature		OBJ_pkcs9,6L
+
+#define LN_pkcs9_challengePassword		"challengePassword"
+#define NID_pkcs9_challengePassword		54
+#define OBJ_pkcs9_challengePassword		OBJ_pkcs9,7L
+
+#define LN_pkcs9_unstructuredAddress		"unstructuredAddress"
+#define NID_pkcs9_unstructuredAddress		55
+#define OBJ_pkcs9_unstructuredAddress		OBJ_pkcs9,8L
+
+#define LN_pkcs9_extCertAttributes		"extendedCertificateAttributes"
+#define NID_pkcs9_extCertAttributes		56
+#define OBJ_pkcs9_extCertAttributes		OBJ_pkcs9,9L
+
+#define SN_ext_req		"extReq"
+#define LN_ext_req		"Extension Request"
+#define NID_ext_req		172
+#define OBJ_ext_req		OBJ_pkcs9,14L
+
+#define SN_SMIMECapabilities		"SMIME-CAPS"
+#define LN_SMIMECapabilities		"S/MIME Capabilities"
+#define NID_SMIMECapabilities		167
+#define OBJ_SMIMECapabilities		OBJ_pkcs9,15L
+
+#define SN_SMIME		"SMIME"
+#define LN_SMIME		"S/MIME"
+#define NID_SMIME		188
+#define OBJ_SMIME		OBJ_pkcs9,16L
+
+#define SN_id_smime_mod		"id-smime-mod"
+#define NID_id_smime_mod		189
+#define OBJ_id_smime_mod		OBJ_SMIME,0L
+
+#define SN_id_smime_ct		"id-smime-ct"
+#define NID_id_smime_ct		190
+#define OBJ_id_smime_ct		OBJ_SMIME,1L
+
+#define SN_id_smime_aa		"id-smime-aa"
+#define NID_id_smime_aa		191
+#define OBJ_id_smime_aa		OBJ_SMIME,2L
+
+#define SN_id_smime_alg		"id-smime-alg"
+#define NID_id_smime_alg		192
+#define OBJ_id_smime_alg		OBJ_SMIME,3L
+
+#define SN_id_smime_cd		"id-smime-cd"
+#define NID_id_smime_cd		193
+#define OBJ_id_smime_cd		OBJ_SMIME,4L
+
+#define SN_id_smime_spq		"id-smime-spq"
+#define NID_id_smime_spq		194
+#define OBJ_id_smime_spq		OBJ_SMIME,5L
+
+#define SN_id_smime_cti		"id-smime-cti"
+#define NID_id_smime_cti		195
+#define OBJ_id_smime_cti		OBJ_SMIME,6L
+
+#define SN_id_smime_mod_cms		"id-smime-mod-cms"
+#define NID_id_smime_mod_cms		196
+#define OBJ_id_smime_mod_cms		OBJ_id_smime_mod,1L
+
+#define SN_id_smime_mod_ess		"id-smime-mod-ess"
+#define NID_id_smime_mod_ess		197
+#define OBJ_id_smime_mod_ess		OBJ_id_smime_mod,2L
+
+#define SN_id_smime_mod_oid		"id-smime-mod-oid"
+#define NID_id_smime_mod_oid		198
+#define OBJ_id_smime_mod_oid		OBJ_id_smime_mod,3L
+
+#define SN_id_smime_mod_msg_v3		"id-smime-mod-msg-v3"
+#define NID_id_smime_mod_msg_v3		199
+#define OBJ_id_smime_mod_msg_v3		OBJ_id_smime_mod,4L
+
+#define SN_id_smime_mod_ets_eSignature_88		"id-smime-mod-ets-eSignature-88"
+#define NID_id_smime_mod_ets_eSignature_88		200
+#define OBJ_id_smime_mod_ets_eSignature_88		OBJ_id_smime_mod,5L
+
+#define SN_id_smime_mod_ets_eSignature_97		"id-smime-mod-ets-eSignature-97"
+#define NID_id_smime_mod_ets_eSignature_97		201
+#define OBJ_id_smime_mod_ets_eSignature_97		OBJ_id_smime_mod,6L
+
+#define SN_id_smime_mod_ets_eSigPolicy_88		"id-smime-mod-ets-eSigPolicy-88"
+#define NID_id_smime_mod_ets_eSigPolicy_88		202
+#define OBJ_id_smime_mod_ets_eSigPolicy_88		OBJ_id_smime_mod,7L
+
+#define SN_id_smime_mod_ets_eSigPolicy_97		"id-smime-mod-ets-eSigPolicy-97"
+#define NID_id_smime_mod_ets_eSigPolicy_97		203
+#define OBJ_id_smime_mod_ets_eSigPolicy_97		OBJ_id_smime_mod,8L
+
+#define SN_id_smime_ct_receipt		"id-smime-ct-receipt"
+#define NID_id_smime_ct_receipt		204
+#define OBJ_id_smime_ct_receipt		OBJ_id_smime_ct,1L
+
+#define SN_id_smime_ct_authData		"id-smime-ct-authData"
+#define NID_id_smime_ct_authData		205
+#define OBJ_id_smime_ct_authData		OBJ_id_smime_ct,2L
+
+#define SN_id_smime_ct_publishCert		"id-smime-ct-publishCert"
+#define NID_id_smime_ct_publishCert		206
+#define OBJ_id_smime_ct_publishCert		OBJ_id_smime_ct,3L
+
+#define SN_id_smime_ct_TSTInfo		"id-smime-ct-TSTInfo"
+#define NID_id_smime_ct_TSTInfo		207
+#define OBJ_id_smime_ct_TSTInfo		OBJ_id_smime_ct,4L
+
+#define SN_id_smime_ct_TDTInfo		"id-smime-ct-TDTInfo"
+#define NID_id_smime_ct_TDTInfo		208
+#define OBJ_id_smime_ct_TDTInfo		OBJ_id_smime_ct,5L
+
+#define SN_id_smime_ct_contentInfo		"id-smime-ct-contentInfo"
+#define NID_id_smime_ct_contentInfo		209
+#define OBJ_id_smime_ct_contentInfo		OBJ_id_smime_ct,6L
+
+#define SN_id_smime_ct_DVCSRequestData		"id-smime-ct-DVCSRequestData"
+#define NID_id_smime_ct_DVCSRequestData		210
+#define OBJ_id_smime_ct_DVCSRequestData		OBJ_id_smime_ct,7L
+
+#define SN_id_smime_ct_DVCSResponseData		"id-smime-ct-DVCSResponseData"
+#define NID_id_smime_ct_DVCSResponseData		211
+#define OBJ_id_smime_ct_DVCSResponseData		OBJ_id_smime_ct,8L
+
+#define SN_id_smime_ct_compressedData		"id-smime-ct-compressedData"
+#define NID_id_smime_ct_compressedData		786
+#define OBJ_id_smime_ct_compressedData		OBJ_id_smime_ct,9L
+
+#define SN_id_ct_asciiTextWithCRLF		"id-ct-asciiTextWithCRLF"
+#define NID_id_ct_asciiTextWithCRLF		787
+#define OBJ_id_ct_asciiTextWithCRLF		OBJ_id_smime_ct,27L
+
+#define SN_id_smime_aa_receiptRequest		"id-smime-aa-receiptRequest"
+#define NID_id_smime_aa_receiptRequest		212
+#define OBJ_id_smime_aa_receiptRequest		OBJ_id_smime_aa,1L
+
+#define SN_id_smime_aa_securityLabel		"id-smime-aa-securityLabel"
+#define NID_id_smime_aa_securityLabel		213
+#define OBJ_id_smime_aa_securityLabel		OBJ_id_smime_aa,2L
+
+#define SN_id_smime_aa_mlExpandHistory		"id-smime-aa-mlExpandHistory"
+#define NID_id_smime_aa_mlExpandHistory		214
+#define OBJ_id_smime_aa_mlExpandHistory		OBJ_id_smime_aa,3L
+
+#define SN_id_smime_aa_contentHint		"id-smime-aa-contentHint"
+#define NID_id_smime_aa_contentHint		215
+#define OBJ_id_smime_aa_contentHint		OBJ_id_smime_aa,4L
+
+#define SN_id_smime_aa_msgSigDigest		"id-smime-aa-msgSigDigest"
+#define NID_id_smime_aa_msgSigDigest		216
+#define OBJ_id_smime_aa_msgSigDigest		OBJ_id_smime_aa,5L
+
+#define SN_id_smime_aa_encapContentType		"id-smime-aa-encapContentType"
+#define NID_id_smime_aa_encapContentType		217
+#define OBJ_id_smime_aa_encapContentType		OBJ_id_smime_aa,6L
+
+#define SN_id_smime_aa_contentIdentifier		"id-smime-aa-contentIdentifier"
+#define NID_id_smime_aa_contentIdentifier		218
+#define OBJ_id_smime_aa_contentIdentifier		OBJ_id_smime_aa,7L
+
+#define SN_id_smime_aa_macValue		"id-smime-aa-macValue"
+#define NID_id_smime_aa_macValue		219
+#define OBJ_id_smime_aa_macValue		OBJ_id_smime_aa,8L
+
+#define SN_id_smime_aa_equivalentLabels		"id-smime-aa-equivalentLabels"
+#define NID_id_smime_aa_equivalentLabels		220
+#define OBJ_id_smime_aa_equivalentLabels		OBJ_id_smime_aa,9L
+
+#define SN_id_smime_aa_contentReference		"id-smime-aa-contentReference"
+#define NID_id_smime_aa_contentReference		221
+#define OBJ_id_smime_aa_contentReference		OBJ_id_smime_aa,10L
+
+#define SN_id_smime_aa_encrypKeyPref		"id-smime-aa-encrypKeyPref"
+#define NID_id_smime_aa_encrypKeyPref		222
+#define OBJ_id_smime_aa_encrypKeyPref		OBJ_id_smime_aa,11L
+
+#define SN_id_smime_aa_signingCertificate		"id-smime-aa-signingCertificate"
+#define NID_id_smime_aa_signingCertificate		223
+#define OBJ_id_smime_aa_signingCertificate		OBJ_id_smime_aa,12L
+
+#define SN_id_smime_aa_smimeEncryptCerts		"id-smime-aa-smimeEncryptCerts"
+#define NID_id_smime_aa_smimeEncryptCerts		224
+#define OBJ_id_smime_aa_smimeEncryptCerts		OBJ_id_smime_aa,13L
+
+#define SN_id_smime_aa_timeStampToken		"id-smime-aa-timeStampToken"
+#define NID_id_smime_aa_timeStampToken		225
+#define OBJ_id_smime_aa_timeStampToken		OBJ_id_smime_aa,14L
+
+#define SN_id_smime_aa_ets_sigPolicyId		"id-smime-aa-ets-sigPolicyId"
+#define NID_id_smime_aa_ets_sigPolicyId		226
+#define OBJ_id_smime_aa_ets_sigPolicyId		OBJ_id_smime_aa,15L
+
+#define SN_id_smime_aa_ets_commitmentType		"id-smime-aa-ets-commitmentType"
+#define NID_id_smime_aa_ets_commitmentType		227
+#define OBJ_id_smime_aa_ets_commitmentType		OBJ_id_smime_aa,16L
+
+#define SN_id_smime_aa_ets_signerLocation		"id-smime-aa-ets-signerLocation"
+#define NID_id_smime_aa_ets_signerLocation		228
+#define OBJ_id_smime_aa_ets_signerLocation		OBJ_id_smime_aa,17L
+
+#define SN_id_smime_aa_ets_signerAttr		"id-smime-aa-ets-signerAttr"
+#define NID_id_smime_aa_ets_signerAttr		229
+#define OBJ_id_smime_aa_ets_signerAttr		OBJ_id_smime_aa,18L
+
+#define SN_id_smime_aa_ets_otherSigCert		"id-smime-aa-ets-otherSigCert"
+#define NID_id_smime_aa_ets_otherSigCert		230
+#define OBJ_id_smime_aa_ets_otherSigCert		OBJ_id_smime_aa,19L
+
+#define SN_id_smime_aa_ets_contentTimestamp		"id-smime-aa-ets-contentTimestamp"
+#define NID_id_smime_aa_ets_contentTimestamp		231
+#define OBJ_id_smime_aa_ets_contentTimestamp		OBJ_id_smime_aa,20L
+
+#define SN_id_smime_aa_ets_CertificateRefs		"id-smime-aa-ets-CertificateRefs"
+#define NID_id_smime_aa_ets_CertificateRefs		232
+#define OBJ_id_smime_aa_ets_CertificateRefs		OBJ_id_smime_aa,21L
+
+#define SN_id_smime_aa_ets_RevocationRefs		"id-smime-aa-ets-RevocationRefs"
+#define NID_id_smime_aa_ets_RevocationRefs		233
+#define OBJ_id_smime_aa_ets_RevocationRefs		OBJ_id_smime_aa,22L
+
+#define SN_id_smime_aa_ets_certValues		"id-smime-aa-ets-certValues"
+#define NID_id_smime_aa_ets_certValues		234
+#define OBJ_id_smime_aa_ets_certValues		OBJ_id_smime_aa,23L
+
+#define SN_id_smime_aa_ets_revocationValues		"id-smime-aa-ets-revocationValues"
+#define NID_id_smime_aa_ets_revocationValues		235
+#define OBJ_id_smime_aa_ets_revocationValues		OBJ_id_smime_aa,24L
+
+#define SN_id_smime_aa_ets_escTimeStamp		"id-smime-aa-ets-escTimeStamp"
+#define NID_id_smime_aa_ets_escTimeStamp		236
+#define OBJ_id_smime_aa_ets_escTimeStamp		OBJ_id_smime_aa,25L
+
+#define SN_id_smime_aa_ets_certCRLTimestamp		"id-smime-aa-ets-certCRLTimestamp"
+#define NID_id_smime_aa_ets_certCRLTimestamp		237
+#define OBJ_id_smime_aa_ets_certCRLTimestamp		OBJ_id_smime_aa,26L
+
+#define SN_id_smime_aa_ets_archiveTimeStamp		"id-smime-aa-ets-archiveTimeStamp"
+#define NID_id_smime_aa_ets_archiveTimeStamp		238
+#define OBJ_id_smime_aa_ets_archiveTimeStamp		OBJ_id_smime_aa,27L
+
+#define SN_id_smime_aa_signatureType		"id-smime-aa-signatureType"
+#define NID_id_smime_aa_signatureType		239
+#define OBJ_id_smime_aa_signatureType		OBJ_id_smime_aa,28L
+
+#define SN_id_smime_aa_dvcs_dvc		"id-smime-aa-dvcs-dvc"
+#define NID_id_smime_aa_dvcs_dvc		240
+#define OBJ_id_smime_aa_dvcs_dvc		OBJ_id_smime_aa,29L
+
+#define SN_id_smime_alg_ESDHwith3DES		"id-smime-alg-ESDHwith3DES"
+#define NID_id_smime_alg_ESDHwith3DES		241
+#define OBJ_id_smime_alg_ESDHwith3DES		OBJ_id_smime_alg,1L
+
+#define SN_id_smime_alg_ESDHwithRC2		"id-smime-alg-ESDHwithRC2"
+#define NID_id_smime_alg_ESDHwithRC2		242
+#define OBJ_id_smime_alg_ESDHwithRC2		OBJ_id_smime_alg,2L
+
+#define SN_id_smime_alg_3DESwrap		"id-smime-alg-3DESwrap"
+#define NID_id_smime_alg_3DESwrap		243
+#define OBJ_id_smime_alg_3DESwrap		OBJ_id_smime_alg,3L
+
+#define SN_id_smime_alg_RC2wrap		"id-smime-alg-RC2wrap"
+#define NID_id_smime_alg_RC2wrap		244
+#define OBJ_id_smime_alg_RC2wrap		OBJ_id_smime_alg,4L
+
+#define SN_id_smime_alg_ESDH		"id-smime-alg-ESDH"
+#define NID_id_smime_alg_ESDH		245
+#define OBJ_id_smime_alg_ESDH		OBJ_id_smime_alg,5L
+
+#define SN_id_smime_alg_CMS3DESwrap		"id-smime-alg-CMS3DESwrap"
+#define NID_id_smime_alg_CMS3DESwrap		246
+#define OBJ_id_smime_alg_CMS3DESwrap		OBJ_id_smime_alg,6L
+
+#define SN_id_smime_alg_CMSRC2wrap		"id-smime-alg-CMSRC2wrap"
+#define NID_id_smime_alg_CMSRC2wrap		247
+#define OBJ_id_smime_alg_CMSRC2wrap		OBJ_id_smime_alg,7L
+
+#define SN_id_alg_PWRI_KEK		"id-alg-PWRI-KEK"
+#define NID_id_alg_PWRI_KEK		893
+#define OBJ_id_alg_PWRI_KEK		OBJ_id_smime_alg,9L
+
+#define SN_id_smime_cd_ldap		"id-smime-cd-ldap"
+#define NID_id_smime_cd_ldap		248
+#define OBJ_id_smime_cd_ldap		OBJ_id_smime_cd,1L
+
+#define SN_id_smime_spq_ets_sqt_uri		"id-smime-spq-ets-sqt-uri"
+#define NID_id_smime_spq_ets_sqt_uri		249
+#define OBJ_id_smime_spq_ets_sqt_uri		OBJ_id_smime_spq,1L
+
+#define SN_id_smime_spq_ets_sqt_unotice		"id-smime-spq-ets-sqt-unotice"
+#define NID_id_smime_spq_ets_sqt_unotice		250
+#define OBJ_id_smime_spq_ets_sqt_unotice		OBJ_id_smime_spq,2L
+
+#define SN_id_smime_cti_ets_proofOfOrigin		"id-smime-cti-ets-proofOfOrigin"
+#define NID_id_smime_cti_ets_proofOfOrigin		251
+#define OBJ_id_smime_cti_ets_proofOfOrigin		OBJ_id_smime_cti,1L
+
+#define SN_id_smime_cti_ets_proofOfReceipt		"id-smime-cti-ets-proofOfReceipt"
+#define NID_id_smime_cti_ets_proofOfReceipt		252
+#define OBJ_id_smime_cti_ets_proofOfReceipt		OBJ_id_smime_cti,2L
+
+#define SN_id_smime_cti_ets_proofOfDelivery		"id-smime-cti-ets-proofOfDelivery"
+#define NID_id_smime_cti_ets_proofOfDelivery		253
+#define OBJ_id_smime_cti_ets_proofOfDelivery		OBJ_id_smime_cti,3L
+
+#define SN_id_smime_cti_ets_proofOfSender		"id-smime-cti-ets-proofOfSender"
+#define NID_id_smime_cti_ets_proofOfSender		254
+#define OBJ_id_smime_cti_ets_proofOfSender		OBJ_id_smime_cti,4L
+
+#define SN_id_smime_cti_ets_proofOfApproval		"id-smime-cti-ets-proofOfApproval"
+#define NID_id_smime_cti_ets_proofOfApproval		255
+#define OBJ_id_smime_cti_ets_proofOfApproval		OBJ_id_smime_cti,5L
+
+#define SN_id_smime_cti_ets_proofOfCreation		"id-smime-cti-ets-proofOfCreation"
+#define NID_id_smime_cti_ets_proofOfCreation		256
+#define OBJ_id_smime_cti_ets_proofOfCreation		OBJ_id_smime_cti,6L
+
+#define LN_friendlyName		"friendlyName"
+#define NID_friendlyName		156
+#define OBJ_friendlyName		OBJ_pkcs9,20L
+
+#define LN_localKeyID		"localKeyID"
+#define NID_localKeyID		157
+#define OBJ_localKeyID		OBJ_pkcs9,21L
+
+#define SN_ms_csp_name		"CSPName"
+#define LN_ms_csp_name		"Microsoft CSP Name"
+#define NID_ms_csp_name		417
+#define OBJ_ms_csp_name		1L,3L,6L,1L,4L,1L,311L,17L,1L
+
+#define SN_LocalKeySet		"LocalKeySet"
+#define LN_LocalKeySet		"Microsoft Local Key set"
+#define NID_LocalKeySet		856
+#define OBJ_LocalKeySet		1L,3L,6L,1L,4L,1L,311L,17L,2L
+
+#define OBJ_certTypes		OBJ_pkcs9,22L
+
+#define LN_x509Certificate		"x509Certificate"
+#define NID_x509Certificate		158
+#define OBJ_x509Certificate		OBJ_certTypes,1L
+
+#define LN_sdsiCertificate		"sdsiCertificate"
+#define NID_sdsiCertificate		159
+#define OBJ_sdsiCertificate		OBJ_certTypes,2L
+
+#define OBJ_crlTypes		OBJ_pkcs9,23L
+
+#define LN_x509Crl		"x509Crl"
+#define NID_x509Crl		160
+#define OBJ_x509Crl		OBJ_crlTypes,1L
+
+#define OBJ_pkcs12		OBJ_pkcs,12L
+
+#define OBJ_pkcs12_pbeids		OBJ_pkcs12,1L
+
+#define SN_pbe_WithSHA1And128BitRC4		"PBE-SHA1-RC4-128"
+#define LN_pbe_WithSHA1And128BitRC4		"pbeWithSHA1And128BitRC4"
+#define NID_pbe_WithSHA1And128BitRC4		144
+#define OBJ_pbe_WithSHA1And128BitRC4		OBJ_pkcs12_pbeids,1L
+
+#define SN_pbe_WithSHA1And40BitRC4		"PBE-SHA1-RC4-40"
+#define LN_pbe_WithSHA1And40BitRC4		"pbeWithSHA1And40BitRC4"
+#define NID_pbe_WithSHA1And40BitRC4		145
+#define OBJ_pbe_WithSHA1And40BitRC4		OBJ_pkcs12_pbeids,2L
+
+#define SN_pbe_WithSHA1And3_Key_TripleDES_CBC		"PBE-SHA1-3DES"
+#define LN_pbe_WithSHA1And3_Key_TripleDES_CBC		"pbeWithSHA1And3-KeyTripleDES-CBC"
+#define NID_pbe_WithSHA1And3_Key_TripleDES_CBC		146
+#define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC		OBJ_pkcs12_pbeids,3L
+
+#define SN_pbe_WithSHA1And2_Key_TripleDES_CBC		"PBE-SHA1-2DES"
+#define LN_pbe_WithSHA1And2_Key_TripleDES_CBC		"pbeWithSHA1And2-KeyTripleDES-CBC"
+#define NID_pbe_WithSHA1And2_Key_TripleDES_CBC		147
+#define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC		OBJ_pkcs12_pbeids,4L
+
+#define SN_pbe_WithSHA1And128BitRC2_CBC		"PBE-SHA1-RC2-128"
+#define LN_pbe_WithSHA1And128BitRC2_CBC		"pbeWithSHA1And128BitRC2-CBC"
+#define NID_pbe_WithSHA1And128BitRC2_CBC		148
+#define OBJ_pbe_WithSHA1And128BitRC2_CBC		OBJ_pkcs12_pbeids,5L
+
+#define SN_pbe_WithSHA1And40BitRC2_CBC		"PBE-SHA1-RC2-40"
+#define LN_pbe_WithSHA1And40BitRC2_CBC		"pbeWithSHA1And40BitRC2-CBC"
+#define NID_pbe_WithSHA1And40BitRC2_CBC		149
+#define OBJ_pbe_WithSHA1And40BitRC2_CBC		OBJ_pkcs12_pbeids,6L
+
+#define OBJ_pkcs12_Version1		OBJ_pkcs12,10L
+
+#define OBJ_pkcs12_BagIds		OBJ_pkcs12_Version1,1L
+
+#define LN_keyBag		"keyBag"
+#define NID_keyBag		150
+#define OBJ_keyBag		OBJ_pkcs12_BagIds,1L
+
+#define LN_pkcs8ShroudedKeyBag		"pkcs8ShroudedKeyBag"
+#define NID_pkcs8ShroudedKeyBag		151
+#define OBJ_pkcs8ShroudedKeyBag		OBJ_pkcs12_BagIds,2L
+
+#define LN_certBag		"certBag"
+#define NID_certBag		152
+#define OBJ_certBag		OBJ_pkcs12_BagIds,3L
+
+#define LN_crlBag		"crlBag"
+#define NID_crlBag		153
+#define OBJ_crlBag		OBJ_pkcs12_BagIds,4L
+
+#define LN_secretBag		"secretBag"
+#define NID_secretBag		154
+#define OBJ_secretBag		OBJ_pkcs12_BagIds,5L
+
+#define LN_safeContentsBag		"safeContentsBag"
+#define NID_safeContentsBag		155
+#define OBJ_safeContentsBag		OBJ_pkcs12_BagIds,6L
+
+#define SN_md2		"MD2"
+#define LN_md2		"md2"
+#define NID_md2		3
+#define OBJ_md2		OBJ_rsadsi,2L,2L
+
+#define SN_md4		"MD4"
+#define LN_md4		"md4"
+#define NID_md4		257
+#define OBJ_md4		OBJ_rsadsi,2L,4L
+
+#define SN_md5		"MD5"
+#define LN_md5		"md5"
+#define NID_md5		4
+#define OBJ_md5		OBJ_rsadsi,2L,5L
+
+#define SN_md5_sha1		"MD5-SHA1"
+#define LN_md5_sha1		"md5-sha1"
+#define NID_md5_sha1		114
+
+#define LN_hmacWithMD5		"hmacWithMD5"
+#define NID_hmacWithMD5		797
+#define OBJ_hmacWithMD5		OBJ_rsadsi,2L,6L
+
+#define LN_hmacWithSHA1		"hmacWithSHA1"
+#define NID_hmacWithSHA1		163
+#define OBJ_hmacWithSHA1		OBJ_rsadsi,2L,7L
+
+#define LN_hmacWithSHA224		"hmacWithSHA224"
+#define NID_hmacWithSHA224		798
+#define OBJ_hmacWithSHA224		OBJ_rsadsi,2L,8L
+
+#define LN_hmacWithSHA256		"hmacWithSHA256"
+#define NID_hmacWithSHA256		799
+#define OBJ_hmacWithSHA256		OBJ_rsadsi,2L,9L
+
+#define LN_hmacWithSHA384		"hmacWithSHA384"
+#define NID_hmacWithSHA384		800
+#define OBJ_hmacWithSHA384		OBJ_rsadsi,2L,10L
+
+#define LN_hmacWithSHA512		"hmacWithSHA512"
+#define NID_hmacWithSHA512		801
+#define OBJ_hmacWithSHA512		OBJ_rsadsi,2L,11L
+
+#define SN_rc2_cbc		"RC2-CBC"
+#define LN_rc2_cbc		"rc2-cbc"
+#define NID_rc2_cbc		37
+#define OBJ_rc2_cbc		OBJ_rsadsi,3L,2L
+
+#define SN_rc2_ecb		"RC2-ECB"
+#define LN_rc2_ecb		"rc2-ecb"
+#define NID_rc2_ecb		38
+
+#define SN_rc2_cfb64		"RC2-CFB"
+#define LN_rc2_cfb64		"rc2-cfb"
+#define NID_rc2_cfb64		39
+
+#define SN_rc2_ofb64		"RC2-OFB"
+#define LN_rc2_ofb64		"rc2-ofb"
+#define NID_rc2_ofb64		40
+
+#define SN_rc2_40_cbc		"RC2-40-CBC"
+#define LN_rc2_40_cbc		"rc2-40-cbc"
+#define NID_rc2_40_cbc		98
+
+#define SN_rc2_64_cbc		"RC2-64-CBC"
+#define LN_rc2_64_cbc		"rc2-64-cbc"
+#define NID_rc2_64_cbc		166
+
+#define SN_rc4		"RC4"
+#define LN_rc4		"rc4"
+#define NID_rc4		5
+#define OBJ_rc4		OBJ_rsadsi,3L,4L
+
+#define SN_rc4_40		"RC4-40"
+#define LN_rc4_40		"rc4-40"
+#define NID_rc4_40		97
+
+#define SN_des_ede3_cbc		"DES-EDE3-CBC"
+#define LN_des_ede3_cbc		"des-ede3-cbc"
+#define NID_des_ede3_cbc		44
+#define OBJ_des_ede3_cbc		OBJ_rsadsi,3L,7L
+
+#define SN_rc5_cbc		"RC5-CBC"
+#define LN_rc5_cbc		"rc5-cbc"
+#define NID_rc5_cbc		120
+#define OBJ_rc5_cbc		OBJ_rsadsi,3L,8L
+
+#define SN_rc5_ecb		"RC5-ECB"
+#define LN_rc5_ecb		"rc5-ecb"
+#define NID_rc5_ecb		121
+
+#define SN_rc5_cfb64		"RC5-CFB"
+#define LN_rc5_cfb64		"rc5-cfb"
+#define NID_rc5_cfb64		122
+
+#define SN_rc5_ofb64		"RC5-OFB"
+#define LN_rc5_ofb64		"rc5-ofb"
+#define NID_rc5_ofb64		123
+
+#define SN_ms_ext_req		"msExtReq"
+#define LN_ms_ext_req		"Microsoft Extension Request"
+#define NID_ms_ext_req		171
+#define OBJ_ms_ext_req		1L,3L,6L,1L,4L,1L,311L,2L,1L,14L
+
+#define SN_ms_code_ind		"msCodeInd"
+#define LN_ms_code_ind		"Microsoft Individual Code Signing"
+#define NID_ms_code_ind		134
+#define OBJ_ms_code_ind		1L,3L,6L,1L,4L,1L,311L,2L,1L,21L
+
+#define SN_ms_code_com		"msCodeCom"
+#define LN_ms_code_com		"Microsoft Commercial Code Signing"
+#define NID_ms_code_com		135
+#define OBJ_ms_code_com		1L,3L,6L,1L,4L,1L,311L,2L,1L,22L
+
+#define SN_ms_ctl_sign		"msCTLSign"
+#define LN_ms_ctl_sign		"Microsoft Trust List Signing"
+#define NID_ms_ctl_sign		136
+#define OBJ_ms_ctl_sign		1L,3L,6L,1L,4L,1L,311L,10L,3L,1L
+
+#define SN_ms_sgc		"msSGC"
+#define LN_ms_sgc		"Microsoft Server Gated Crypto"
+#define NID_ms_sgc		137
+#define OBJ_ms_sgc		1L,3L,6L,1L,4L,1L,311L,10L,3L,3L
+
+#define SN_ms_efs		"msEFS"
+#define LN_ms_efs		"Microsoft Encrypted File System"
+#define NID_ms_efs		138
+#define OBJ_ms_efs		1L,3L,6L,1L,4L,1L,311L,10L,3L,4L
+
+#define SN_ms_smartcard_login		"msSmartcardLogin"
+#define LN_ms_smartcard_login		"Microsoft Smartcardlogin"
+#define NID_ms_smartcard_login		648
+#define OBJ_ms_smartcard_login		1L,3L,6L,1L,4L,1L,311L,20L,2L,2L
+
+#define SN_ms_upn		"msUPN"
+#define LN_ms_upn		"Microsoft Universal Principal Name"
+#define NID_ms_upn		649
+#define OBJ_ms_upn		1L,3L,6L,1L,4L,1L,311L,20L,2L,3L
+
+#define SN_idea_cbc		"IDEA-CBC"
+#define LN_idea_cbc		"idea-cbc"
+#define NID_idea_cbc		34
+#define OBJ_idea_cbc		1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L
+
+#define SN_idea_ecb		"IDEA-ECB"
+#define LN_idea_ecb		"idea-ecb"
+#define NID_idea_ecb		36
+
+#define SN_idea_cfb64		"IDEA-CFB"
+#define LN_idea_cfb64		"idea-cfb"
+#define NID_idea_cfb64		35
+
+#define SN_idea_ofb64		"IDEA-OFB"
+#define LN_idea_ofb64		"idea-ofb"
+#define NID_idea_ofb64		46
+
+#define SN_bf_cbc		"BF-CBC"
+#define LN_bf_cbc		"bf-cbc"
+#define NID_bf_cbc		91
+#define OBJ_bf_cbc		1L,3L,6L,1L,4L,1L,3029L,1L,2L
+
+#define SN_bf_ecb		"BF-ECB"
+#define LN_bf_ecb		"bf-ecb"
+#define NID_bf_ecb		92
+
+#define SN_bf_cfb64		"BF-CFB"
+#define LN_bf_cfb64		"bf-cfb"
+#define NID_bf_cfb64		93
+
+#define SN_bf_ofb64		"BF-OFB"
+#define LN_bf_ofb64		"bf-ofb"
+#define NID_bf_ofb64		94
+
+#define SN_id_pkix		"PKIX"
+#define NID_id_pkix		127
+#define OBJ_id_pkix		1L,3L,6L,1L,5L,5L,7L
+
+#define SN_id_pkix_mod		"id-pkix-mod"
+#define NID_id_pkix_mod		258
+#define OBJ_id_pkix_mod		OBJ_id_pkix,0L
+
+#define SN_id_pe		"id-pe"
+#define NID_id_pe		175
+#define OBJ_id_pe		OBJ_id_pkix,1L
+
+#define SN_id_qt		"id-qt"
+#define NID_id_qt		259
+#define OBJ_id_qt		OBJ_id_pkix,2L
+
+#define SN_id_kp		"id-kp"
+#define NID_id_kp		128
+#define OBJ_id_kp		OBJ_id_pkix,3L
+
+#define SN_id_it		"id-it"
+#define NID_id_it		260
+#define OBJ_id_it		OBJ_id_pkix,4L
+
+#define SN_id_pkip		"id-pkip"
+#define NID_id_pkip		261
+#define OBJ_id_pkip		OBJ_id_pkix,5L
+
+#define SN_id_alg		"id-alg"
+#define NID_id_alg		262
+#define OBJ_id_alg		OBJ_id_pkix,6L
+
+#define SN_id_cmc		"id-cmc"
+#define NID_id_cmc		263
+#define OBJ_id_cmc		OBJ_id_pkix,7L
+
+#define SN_id_on		"id-on"
+#define NID_id_on		264
+#define OBJ_id_on		OBJ_id_pkix,8L
+
+#define SN_id_pda		"id-pda"
+#define NID_id_pda		265
+#define OBJ_id_pda		OBJ_id_pkix,9L
+
+#define SN_id_aca		"id-aca"
+#define NID_id_aca		266
+#define OBJ_id_aca		OBJ_id_pkix,10L
+
+#define SN_id_qcs		"id-qcs"
+#define NID_id_qcs		267
+#define OBJ_id_qcs		OBJ_id_pkix,11L
+
+#define SN_id_cct		"id-cct"
+#define NID_id_cct		268
+#define OBJ_id_cct		OBJ_id_pkix,12L
+
+#define SN_id_ppl		"id-ppl"
+#define NID_id_ppl		662
+#define OBJ_id_ppl		OBJ_id_pkix,21L
+
+#define SN_id_ad		"id-ad"
+#define NID_id_ad		176
+#define OBJ_id_ad		OBJ_id_pkix,48L
+
+#define SN_id_pkix1_explicit_88		"id-pkix1-explicit-88"
+#define NID_id_pkix1_explicit_88		269
+#define OBJ_id_pkix1_explicit_88		OBJ_id_pkix_mod,1L
+
+#define SN_id_pkix1_implicit_88		"id-pkix1-implicit-88"
+#define NID_id_pkix1_implicit_88		270
+#define OBJ_id_pkix1_implicit_88		OBJ_id_pkix_mod,2L
+
+#define SN_id_pkix1_explicit_93		"id-pkix1-explicit-93"
+#define NID_id_pkix1_explicit_93		271
+#define OBJ_id_pkix1_explicit_93		OBJ_id_pkix_mod,3L
+
+#define SN_id_pkix1_implicit_93		"id-pkix1-implicit-93"
+#define NID_id_pkix1_implicit_93		272
+#define OBJ_id_pkix1_implicit_93		OBJ_id_pkix_mod,4L
+
+#define SN_id_mod_crmf		"id-mod-crmf"
+#define NID_id_mod_crmf		273
+#define OBJ_id_mod_crmf		OBJ_id_pkix_mod,5L
+
+#define SN_id_mod_cmc		"id-mod-cmc"
+#define NID_id_mod_cmc		274
+#define OBJ_id_mod_cmc		OBJ_id_pkix_mod,6L
+
+#define SN_id_mod_kea_profile_88		"id-mod-kea-profile-88"
+#define NID_id_mod_kea_profile_88		275
+#define OBJ_id_mod_kea_profile_88		OBJ_id_pkix_mod,7L
+
+#define SN_id_mod_kea_profile_93		"id-mod-kea-profile-93"
+#define NID_id_mod_kea_profile_93		276
+#define OBJ_id_mod_kea_profile_93		OBJ_id_pkix_mod,8L
+
+#define SN_id_mod_cmp		"id-mod-cmp"
+#define NID_id_mod_cmp		277
+#define OBJ_id_mod_cmp		OBJ_id_pkix_mod,9L
+
+#define SN_id_mod_qualified_cert_88		"id-mod-qualified-cert-88"
+#define NID_id_mod_qualified_cert_88		278
+#define OBJ_id_mod_qualified_cert_88		OBJ_id_pkix_mod,10L
+
+#define SN_id_mod_qualified_cert_93		"id-mod-qualified-cert-93"
+#define NID_id_mod_qualified_cert_93		279
+#define OBJ_id_mod_qualified_cert_93		OBJ_id_pkix_mod,11L
+
+#define SN_id_mod_attribute_cert		"id-mod-attribute-cert"
+#define NID_id_mod_attribute_cert		280
+#define OBJ_id_mod_attribute_cert		OBJ_id_pkix_mod,12L
+
+#define SN_id_mod_timestamp_protocol		"id-mod-timestamp-protocol"
+#define NID_id_mod_timestamp_protocol		281
+#define OBJ_id_mod_timestamp_protocol		OBJ_id_pkix_mod,13L
+
+#define SN_id_mod_ocsp		"id-mod-ocsp"
+#define NID_id_mod_ocsp		282
+#define OBJ_id_mod_ocsp		OBJ_id_pkix_mod,14L
+
+#define SN_id_mod_dvcs		"id-mod-dvcs"
+#define NID_id_mod_dvcs		283
+#define OBJ_id_mod_dvcs		OBJ_id_pkix_mod,15L
+
+#define SN_id_mod_cmp2000		"id-mod-cmp2000"
+#define NID_id_mod_cmp2000		284
+#define OBJ_id_mod_cmp2000		OBJ_id_pkix_mod,16L
+
+#define SN_info_access		"authorityInfoAccess"
+#define LN_info_access		"Authority Information Access"
+#define NID_info_access		177
+#define OBJ_info_access		OBJ_id_pe,1L
+
+#define SN_biometricInfo		"biometricInfo"
+#define LN_biometricInfo		"Biometric Info"
+#define NID_biometricInfo		285
+#define OBJ_biometricInfo		OBJ_id_pe,2L
+
+#define SN_qcStatements		"qcStatements"
+#define NID_qcStatements		286
+#define OBJ_qcStatements		OBJ_id_pe,3L
+
+#define SN_ac_auditEntity		"ac-auditEntity"
+#define NID_ac_auditEntity		287
+#define OBJ_ac_auditEntity		OBJ_id_pe,4L
+
+#define SN_ac_targeting		"ac-targeting"
+#define NID_ac_targeting		288
+#define OBJ_ac_targeting		OBJ_id_pe,5L
+
+#define SN_aaControls		"aaControls"
+#define NID_aaControls		289
+#define OBJ_aaControls		OBJ_id_pe,6L
+
+#define SN_sbgp_ipAddrBlock		"sbgp-ipAddrBlock"
+#define NID_sbgp_ipAddrBlock		290
+#define OBJ_sbgp_ipAddrBlock		OBJ_id_pe,7L
+
+#define SN_sbgp_autonomousSysNum		"sbgp-autonomousSysNum"
+#define NID_sbgp_autonomousSysNum		291
+#define OBJ_sbgp_autonomousSysNum		OBJ_id_pe,8L
+
+#define SN_sbgp_routerIdentifier		"sbgp-routerIdentifier"
+#define NID_sbgp_routerIdentifier		292
+#define OBJ_sbgp_routerIdentifier		OBJ_id_pe,9L
+
+#define SN_ac_proxying		"ac-proxying"
+#define NID_ac_proxying		397
+#define OBJ_ac_proxying		OBJ_id_pe,10L
+
+#define SN_sinfo_access		"subjectInfoAccess"
+#define LN_sinfo_access		"Subject Information Access"
+#define NID_sinfo_access		398
+#define OBJ_sinfo_access		OBJ_id_pe,11L
+
+#define SN_proxyCertInfo		"proxyCertInfo"
+#define LN_proxyCertInfo		"Proxy Certificate Information"
+#define NID_proxyCertInfo		663
+#define OBJ_proxyCertInfo		OBJ_id_pe,14L
+
+#define SN_id_qt_cps		"id-qt-cps"
+#define LN_id_qt_cps		"Policy Qualifier CPS"
+#define NID_id_qt_cps		164
+#define OBJ_id_qt_cps		OBJ_id_qt,1L
+
+#define SN_id_qt_unotice		"id-qt-unotice"
+#define LN_id_qt_unotice		"Policy Qualifier User Notice"
+#define NID_id_qt_unotice		165
+#define OBJ_id_qt_unotice		OBJ_id_qt,2L
+
+#define SN_textNotice		"textNotice"
+#define NID_textNotice		293
+#define OBJ_textNotice		OBJ_id_qt,3L
+
+#define SN_server_auth		"serverAuth"
+#define LN_server_auth		"TLS Web Server Authentication"
+#define NID_server_auth		129
+#define OBJ_server_auth		OBJ_id_kp,1L
+
+#define SN_client_auth		"clientAuth"
+#define LN_client_auth		"TLS Web Client Authentication"
+#define NID_client_auth		130
+#define OBJ_client_auth		OBJ_id_kp,2L
+
+#define SN_code_sign		"codeSigning"
+#define LN_code_sign		"Code Signing"
+#define NID_code_sign		131
+#define OBJ_code_sign		OBJ_id_kp,3L
+
+#define SN_email_protect		"emailProtection"
+#define LN_email_protect		"E-mail Protection"
+#define NID_email_protect		132
+#define OBJ_email_protect		OBJ_id_kp,4L
+
+#define SN_ipsecEndSystem		"ipsecEndSystem"
+#define LN_ipsecEndSystem		"IPSec End System"
+#define NID_ipsecEndSystem		294
+#define OBJ_ipsecEndSystem		OBJ_id_kp,5L
+
+#define SN_ipsecTunnel		"ipsecTunnel"
+#define LN_ipsecTunnel		"IPSec Tunnel"
+#define NID_ipsecTunnel		295
+#define OBJ_ipsecTunnel		OBJ_id_kp,6L
+
+#define SN_ipsecUser		"ipsecUser"
+#define LN_ipsecUser		"IPSec User"
+#define NID_ipsecUser		296
+#define OBJ_ipsecUser		OBJ_id_kp,7L
+
+#define SN_time_stamp		"timeStamping"
+#define LN_time_stamp		"Time Stamping"
+#define NID_time_stamp		133
+#define OBJ_time_stamp		OBJ_id_kp,8L
+
+#define SN_OCSP_sign		"OCSPSigning"
+#define LN_OCSP_sign		"OCSP Signing"
+#define NID_OCSP_sign		180
+#define OBJ_OCSP_sign		OBJ_id_kp,9L
+
+#define SN_dvcs		"DVCS"
+#define LN_dvcs		"dvcs"
+#define NID_dvcs		297
+#define OBJ_dvcs		OBJ_id_kp,10L
+
+#define SN_id_it_caProtEncCert		"id-it-caProtEncCert"
+#define NID_id_it_caProtEncCert		298
+#define OBJ_id_it_caProtEncCert		OBJ_id_it,1L
+
+#define SN_id_it_signKeyPairTypes		"id-it-signKeyPairTypes"
+#define NID_id_it_signKeyPairTypes		299
+#define OBJ_id_it_signKeyPairTypes		OBJ_id_it,2L
+
+#define SN_id_it_encKeyPairTypes		"id-it-encKeyPairTypes"
+#define NID_id_it_encKeyPairTypes		300
+#define OBJ_id_it_encKeyPairTypes		OBJ_id_it,3L
+
+#define SN_id_it_preferredSymmAlg		"id-it-preferredSymmAlg"
+#define NID_id_it_preferredSymmAlg		301
+#define OBJ_id_it_preferredSymmAlg		OBJ_id_it,4L
+
+#define SN_id_it_caKeyUpdateInfo		"id-it-caKeyUpdateInfo"
+#define NID_id_it_caKeyUpdateInfo		302
+#define OBJ_id_it_caKeyUpdateInfo		OBJ_id_it,5L
+
+#define SN_id_it_currentCRL		"id-it-currentCRL"
+#define NID_id_it_currentCRL		303
+#define OBJ_id_it_currentCRL		OBJ_id_it,6L
+
+#define SN_id_it_unsupportedOIDs		"id-it-unsupportedOIDs"
+#define NID_id_it_unsupportedOIDs		304
+#define OBJ_id_it_unsupportedOIDs		OBJ_id_it,7L
+
+#define SN_id_it_subscriptionRequest		"id-it-subscriptionRequest"
+#define NID_id_it_subscriptionRequest		305
+#define OBJ_id_it_subscriptionRequest		OBJ_id_it,8L
+
+#define SN_id_it_subscriptionResponse		"id-it-subscriptionResponse"
+#define NID_id_it_subscriptionResponse		306
+#define OBJ_id_it_subscriptionResponse		OBJ_id_it,9L
+
+#define SN_id_it_keyPairParamReq		"id-it-keyPairParamReq"
+#define NID_id_it_keyPairParamReq		307
+#define OBJ_id_it_keyPairParamReq		OBJ_id_it,10L
+
+#define SN_id_it_keyPairParamRep		"id-it-keyPairParamRep"
+#define NID_id_it_keyPairParamRep		308
+#define OBJ_id_it_keyPairParamRep		OBJ_id_it,11L
+
+#define SN_id_it_revPassphrase		"id-it-revPassphrase"
+#define NID_id_it_revPassphrase		309
+#define OBJ_id_it_revPassphrase		OBJ_id_it,12L
+
+#define SN_id_it_implicitConfirm		"id-it-implicitConfirm"
+#define NID_id_it_implicitConfirm		310
+#define OBJ_id_it_implicitConfirm		OBJ_id_it,13L
+
+#define SN_id_it_confirmWaitTime		"id-it-confirmWaitTime"
+#define NID_id_it_confirmWaitTime		311
+#define OBJ_id_it_confirmWaitTime		OBJ_id_it,14L
+
+#define SN_id_it_origPKIMessage		"id-it-origPKIMessage"
+#define NID_id_it_origPKIMessage		312
+#define OBJ_id_it_origPKIMessage		OBJ_id_it,15L
+
+#define SN_id_it_suppLangTags		"id-it-suppLangTags"
+#define NID_id_it_suppLangTags		784
+#define OBJ_id_it_suppLangTags		OBJ_id_it,16L
+
+#define SN_id_regCtrl		"id-regCtrl"
+#define NID_id_regCtrl		313
+#define OBJ_id_regCtrl		OBJ_id_pkip,1L
+
+#define SN_id_regInfo		"id-regInfo"
+#define NID_id_regInfo		314
+#define OBJ_id_regInfo		OBJ_id_pkip,2L
+
+#define SN_id_regCtrl_regToken		"id-regCtrl-regToken"
+#define NID_id_regCtrl_regToken		315
+#define OBJ_id_regCtrl_regToken		OBJ_id_regCtrl,1L
+
+#define SN_id_regCtrl_authenticator		"id-regCtrl-authenticator"
+#define NID_id_regCtrl_authenticator		316
+#define OBJ_id_regCtrl_authenticator		OBJ_id_regCtrl,2L
+
+#define SN_id_regCtrl_pkiPublicationInfo		"id-regCtrl-pkiPublicationInfo"
+#define NID_id_regCtrl_pkiPublicationInfo		317
+#define OBJ_id_regCtrl_pkiPublicationInfo		OBJ_id_regCtrl,3L
+
+#define SN_id_regCtrl_pkiArchiveOptions		"id-regCtrl-pkiArchiveOptions"
+#define NID_id_regCtrl_pkiArchiveOptions		318
+#define OBJ_id_regCtrl_pkiArchiveOptions		OBJ_id_regCtrl,4L
+
+#define SN_id_regCtrl_oldCertID		"id-regCtrl-oldCertID"
+#define NID_id_regCtrl_oldCertID		319
+#define OBJ_id_regCtrl_oldCertID		OBJ_id_regCtrl,5L
+
+#define SN_id_regCtrl_protocolEncrKey		"id-regCtrl-protocolEncrKey"
+#define NID_id_regCtrl_protocolEncrKey		320
+#define OBJ_id_regCtrl_protocolEncrKey		OBJ_id_regCtrl,6L
+
+#define SN_id_regInfo_utf8Pairs		"id-regInfo-utf8Pairs"
+#define NID_id_regInfo_utf8Pairs		321
+#define OBJ_id_regInfo_utf8Pairs		OBJ_id_regInfo,1L
+
+#define SN_id_regInfo_certReq		"id-regInfo-certReq"
+#define NID_id_regInfo_certReq		322
+#define OBJ_id_regInfo_certReq		OBJ_id_regInfo,2L
+
+#define SN_id_alg_des40		"id-alg-des40"
+#define NID_id_alg_des40		323
+#define OBJ_id_alg_des40		OBJ_id_alg,1L
+
+#define SN_id_alg_noSignature		"id-alg-noSignature"
+#define NID_id_alg_noSignature		324
+#define OBJ_id_alg_noSignature		OBJ_id_alg,2L
+
+#define SN_id_alg_dh_sig_hmac_sha1		"id-alg-dh-sig-hmac-sha1"
+#define NID_id_alg_dh_sig_hmac_sha1		325
+#define OBJ_id_alg_dh_sig_hmac_sha1		OBJ_id_alg,3L
+
+#define SN_id_alg_dh_pop		"id-alg-dh-pop"
+#define NID_id_alg_dh_pop		326
+#define OBJ_id_alg_dh_pop		OBJ_id_alg,4L
+
+#define SN_id_cmc_statusInfo		"id-cmc-statusInfo"
+#define NID_id_cmc_statusInfo		327
+#define OBJ_id_cmc_statusInfo		OBJ_id_cmc,1L
+
+#define SN_id_cmc_identification		"id-cmc-identification"
+#define NID_id_cmc_identification		328
+#define OBJ_id_cmc_identification		OBJ_id_cmc,2L
+
+#define SN_id_cmc_identityProof		"id-cmc-identityProof"
+#define NID_id_cmc_identityProof		329
+#define OBJ_id_cmc_identityProof		OBJ_id_cmc,3L
+
+#define SN_id_cmc_dataReturn		"id-cmc-dataReturn"
+#define NID_id_cmc_dataReturn		330
+#define OBJ_id_cmc_dataReturn		OBJ_id_cmc,4L
+
+#define SN_id_cmc_transactionId		"id-cmc-transactionId"
+#define NID_id_cmc_transactionId		331
+#define OBJ_id_cmc_transactionId		OBJ_id_cmc,5L
+
+#define SN_id_cmc_senderNonce		"id-cmc-senderNonce"
+#define NID_id_cmc_senderNonce		332
+#define OBJ_id_cmc_senderNonce		OBJ_id_cmc,6L
+
+#define SN_id_cmc_recipientNonce		"id-cmc-recipientNonce"
+#define NID_id_cmc_recipientNonce		333
+#define OBJ_id_cmc_recipientNonce		OBJ_id_cmc,7L
+
+#define SN_id_cmc_addExtensions		"id-cmc-addExtensions"
+#define NID_id_cmc_addExtensions		334
+#define OBJ_id_cmc_addExtensions		OBJ_id_cmc,8L
+
+#define SN_id_cmc_encryptedPOP		"id-cmc-encryptedPOP"
+#define NID_id_cmc_encryptedPOP		335
+#define OBJ_id_cmc_encryptedPOP		OBJ_id_cmc,9L
+
+#define SN_id_cmc_decryptedPOP		"id-cmc-decryptedPOP"
+#define NID_id_cmc_decryptedPOP		336
+#define OBJ_id_cmc_decryptedPOP		OBJ_id_cmc,10L
+
+#define SN_id_cmc_lraPOPWitness		"id-cmc-lraPOPWitness"
+#define NID_id_cmc_lraPOPWitness		337
+#define OBJ_id_cmc_lraPOPWitness		OBJ_id_cmc,11L
+
+#define SN_id_cmc_getCert		"id-cmc-getCert"
+#define NID_id_cmc_getCert		338
+#define OBJ_id_cmc_getCert		OBJ_id_cmc,15L
+
+#define SN_id_cmc_getCRL		"id-cmc-getCRL"
+#define NID_id_cmc_getCRL		339
+#define OBJ_id_cmc_getCRL		OBJ_id_cmc,16L
+
+#define SN_id_cmc_revokeRequest		"id-cmc-revokeRequest"
+#define NID_id_cmc_revokeRequest		340
+#define OBJ_id_cmc_revokeRequest		OBJ_id_cmc,17L
+
+#define SN_id_cmc_regInfo		"id-cmc-regInfo"
+#define NID_id_cmc_regInfo		341
+#define OBJ_id_cmc_regInfo		OBJ_id_cmc,18L
+
+#define SN_id_cmc_responseInfo		"id-cmc-responseInfo"
+#define NID_id_cmc_responseInfo		342
+#define OBJ_id_cmc_responseInfo		OBJ_id_cmc,19L
+
+#define SN_id_cmc_queryPending		"id-cmc-queryPending"
+#define NID_id_cmc_queryPending		343
+#define OBJ_id_cmc_queryPending		OBJ_id_cmc,21L
+
+#define SN_id_cmc_popLinkRandom		"id-cmc-popLinkRandom"
+#define NID_id_cmc_popLinkRandom		344
+#define OBJ_id_cmc_popLinkRandom		OBJ_id_cmc,22L
+
+#define SN_id_cmc_popLinkWitness		"id-cmc-popLinkWitness"
+#define NID_id_cmc_popLinkWitness		345
+#define OBJ_id_cmc_popLinkWitness		OBJ_id_cmc,23L
+
+#define SN_id_cmc_confirmCertAcceptance		"id-cmc-confirmCertAcceptance"
+#define NID_id_cmc_confirmCertAcceptance		346
+#define OBJ_id_cmc_confirmCertAcceptance		OBJ_id_cmc,24L
+
+#define SN_id_on_personalData		"id-on-personalData"
+#define NID_id_on_personalData		347
+#define OBJ_id_on_personalData		OBJ_id_on,1L
+
+#define SN_id_on_permanentIdentifier		"id-on-permanentIdentifier"
+#define LN_id_on_permanentIdentifier		"Permanent Identifier"
+#define NID_id_on_permanentIdentifier		858
+#define OBJ_id_on_permanentIdentifier		OBJ_id_on,3L
+
+#define SN_id_pda_dateOfBirth		"id-pda-dateOfBirth"
+#define NID_id_pda_dateOfBirth		348
+#define OBJ_id_pda_dateOfBirth		OBJ_id_pda,1L
+
+#define SN_id_pda_placeOfBirth		"id-pda-placeOfBirth"
+#define NID_id_pda_placeOfBirth		349
+#define OBJ_id_pda_placeOfBirth		OBJ_id_pda,2L
+
+#define SN_id_pda_gender		"id-pda-gender"
+#define NID_id_pda_gender		351
+#define OBJ_id_pda_gender		OBJ_id_pda,3L
+
+#define SN_id_pda_countryOfCitizenship		"id-pda-countryOfCitizenship"
+#define NID_id_pda_countryOfCitizenship		352
+#define OBJ_id_pda_countryOfCitizenship		OBJ_id_pda,4L
+
+#define SN_id_pda_countryOfResidence		"id-pda-countryOfResidence"
+#define NID_id_pda_countryOfResidence		353
+#define OBJ_id_pda_countryOfResidence		OBJ_id_pda,5L
+
+#define SN_id_aca_authenticationInfo		"id-aca-authenticationInfo"
+#define NID_id_aca_authenticationInfo		354
+#define OBJ_id_aca_authenticationInfo		OBJ_id_aca,1L
+
+#define SN_id_aca_accessIdentity		"id-aca-accessIdentity"
+#define NID_id_aca_accessIdentity		355
+#define OBJ_id_aca_accessIdentity		OBJ_id_aca,2L
+
+#define SN_id_aca_chargingIdentity		"id-aca-chargingIdentity"
+#define NID_id_aca_chargingIdentity		356
+#define OBJ_id_aca_chargingIdentity		OBJ_id_aca,3L
+
+#define SN_id_aca_group		"id-aca-group"
+#define NID_id_aca_group		357
+#define OBJ_id_aca_group		OBJ_id_aca,4L
+
+#define SN_id_aca_role		"id-aca-role"
+#define NID_id_aca_role		358
+#define OBJ_id_aca_role		OBJ_id_aca,5L
+
+#define SN_id_aca_encAttrs		"id-aca-encAttrs"
+#define NID_id_aca_encAttrs		399
+#define OBJ_id_aca_encAttrs		OBJ_id_aca,6L
+
+#define SN_id_qcs_pkixQCSyntax_v1		"id-qcs-pkixQCSyntax-v1"
+#define NID_id_qcs_pkixQCSyntax_v1		359
+#define OBJ_id_qcs_pkixQCSyntax_v1		OBJ_id_qcs,1L
+
+#define SN_id_cct_crs		"id-cct-crs"
+#define NID_id_cct_crs		360
+#define OBJ_id_cct_crs		OBJ_id_cct,1L
+
+#define SN_id_cct_PKIData		"id-cct-PKIData"
+#define NID_id_cct_PKIData		361
+#define OBJ_id_cct_PKIData		OBJ_id_cct,2L
+
+#define SN_id_cct_PKIResponse		"id-cct-PKIResponse"
+#define NID_id_cct_PKIResponse		362
+#define OBJ_id_cct_PKIResponse		OBJ_id_cct,3L
+
+#define SN_id_ppl_anyLanguage		"id-ppl-anyLanguage"
+#define LN_id_ppl_anyLanguage		"Any language"
+#define NID_id_ppl_anyLanguage		664
+#define OBJ_id_ppl_anyLanguage		OBJ_id_ppl,0L
+
+#define SN_id_ppl_inheritAll		"id-ppl-inheritAll"
+#define LN_id_ppl_inheritAll		"Inherit all"
+#define NID_id_ppl_inheritAll		665
+#define OBJ_id_ppl_inheritAll		OBJ_id_ppl,1L
+
+#define SN_Independent		"id-ppl-independent"
+#define LN_Independent		"Independent"
+#define NID_Independent		667
+#define OBJ_Independent		OBJ_id_ppl,2L
+
+#define SN_ad_OCSP		"OCSP"
+#define LN_ad_OCSP		"OCSP"
+#define NID_ad_OCSP		178
+#define OBJ_ad_OCSP		OBJ_id_ad,1L
+
+#define SN_ad_ca_issuers		"caIssuers"
+#define LN_ad_ca_issuers		"CA Issuers"
+#define NID_ad_ca_issuers		179
+#define OBJ_ad_ca_issuers		OBJ_id_ad,2L
+
+#define SN_ad_timeStamping		"ad_timestamping"
+#define LN_ad_timeStamping		"AD Time Stamping"
+#define NID_ad_timeStamping		363
+#define OBJ_ad_timeStamping		OBJ_id_ad,3L
+
+#define SN_ad_dvcs		"AD_DVCS"
+#define LN_ad_dvcs		"ad dvcs"
+#define NID_ad_dvcs		364
+#define OBJ_ad_dvcs		OBJ_id_ad,4L
+
+#define SN_caRepository		"caRepository"
+#define LN_caRepository		"CA Repository"
+#define NID_caRepository		785
+#define OBJ_caRepository		OBJ_id_ad,5L
+
+#define OBJ_id_pkix_OCSP		OBJ_ad_OCSP
+
+#define SN_id_pkix_OCSP_basic		"basicOCSPResponse"
+#define LN_id_pkix_OCSP_basic		"Basic OCSP Response"
+#define NID_id_pkix_OCSP_basic		365
+#define OBJ_id_pkix_OCSP_basic		OBJ_id_pkix_OCSP,1L
+
+#define SN_id_pkix_OCSP_Nonce		"Nonce"
+#define LN_id_pkix_OCSP_Nonce		"OCSP Nonce"
+#define NID_id_pkix_OCSP_Nonce		366
+#define OBJ_id_pkix_OCSP_Nonce		OBJ_id_pkix_OCSP,2L
+
+#define SN_id_pkix_OCSP_CrlID		"CrlID"
+#define LN_id_pkix_OCSP_CrlID		"OCSP CRL ID"
+#define NID_id_pkix_OCSP_CrlID		367
+#define OBJ_id_pkix_OCSP_CrlID		OBJ_id_pkix_OCSP,3L
+
+#define SN_id_pkix_OCSP_acceptableResponses		"acceptableResponses"
+#define LN_id_pkix_OCSP_acceptableResponses		"Acceptable OCSP Responses"
+#define NID_id_pkix_OCSP_acceptableResponses		368
+#define OBJ_id_pkix_OCSP_acceptableResponses		OBJ_id_pkix_OCSP,4L
+
+#define SN_id_pkix_OCSP_noCheck		"noCheck"
+#define LN_id_pkix_OCSP_noCheck		"OCSP No Check"
+#define NID_id_pkix_OCSP_noCheck		369
+#define OBJ_id_pkix_OCSP_noCheck		OBJ_id_pkix_OCSP,5L
+
+#define SN_id_pkix_OCSP_archiveCutoff		"archiveCutoff"
+#define LN_id_pkix_OCSP_archiveCutoff		"OCSP Archive Cutoff"
+#define NID_id_pkix_OCSP_archiveCutoff		370
+#define OBJ_id_pkix_OCSP_archiveCutoff		OBJ_id_pkix_OCSP,6L
+
+#define SN_id_pkix_OCSP_serviceLocator		"serviceLocator"
+#define LN_id_pkix_OCSP_serviceLocator		"OCSP Service Locator"
+#define NID_id_pkix_OCSP_serviceLocator		371
+#define OBJ_id_pkix_OCSP_serviceLocator		OBJ_id_pkix_OCSP,7L
+
+#define SN_id_pkix_OCSP_extendedStatus		"extendedStatus"
+#define LN_id_pkix_OCSP_extendedStatus		"Extended OCSP Status"
+#define NID_id_pkix_OCSP_extendedStatus		372
+#define OBJ_id_pkix_OCSP_extendedStatus		OBJ_id_pkix_OCSP,8L
+
+#define SN_id_pkix_OCSP_valid		"valid"
+#define NID_id_pkix_OCSP_valid		373
+#define OBJ_id_pkix_OCSP_valid		OBJ_id_pkix_OCSP,9L
+
+#define SN_id_pkix_OCSP_path		"path"
+#define NID_id_pkix_OCSP_path		374
+#define OBJ_id_pkix_OCSP_path		OBJ_id_pkix_OCSP,10L
+
+#define SN_id_pkix_OCSP_trustRoot		"trustRoot"
+#define LN_id_pkix_OCSP_trustRoot		"Trust Root"
+#define NID_id_pkix_OCSP_trustRoot		375
+#define OBJ_id_pkix_OCSP_trustRoot		OBJ_id_pkix_OCSP,11L
+
+#define SN_algorithm		"algorithm"
+#define LN_algorithm		"algorithm"
+#define NID_algorithm		376
+#define OBJ_algorithm		1L,3L,14L,3L,2L
+
+#define SN_md5WithRSA		"RSA-NP-MD5"
+#define LN_md5WithRSA		"md5WithRSA"
+#define NID_md5WithRSA		104
+#define OBJ_md5WithRSA		OBJ_algorithm,3L
+
+#define SN_des_ecb		"DES-ECB"
+#define LN_des_ecb		"des-ecb"
+#define NID_des_ecb		29
+#define OBJ_des_ecb		OBJ_algorithm,6L
+
+#define SN_des_cbc		"DES-CBC"
+#define LN_des_cbc		"des-cbc"
+#define NID_des_cbc		31
+#define OBJ_des_cbc		OBJ_algorithm,7L
+
+#define SN_des_ofb64		"DES-OFB"
+#define LN_des_ofb64		"des-ofb"
+#define NID_des_ofb64		45
+#define OBJ_des_ofb64		OBJ_algorithm,8L
+
+#define SN_des_cfb64		"DES-CFB"
+#define LN_des_cfb64		"des-cfb"
+#define NID_des_cfb64		30
+#define OBJ_des_cfb64		OBJ_algorithm,9L
+
+#define SN_rsaSignature		"rsaSignature"
+#define NID_rsaSignature		377
+#define OBJ_rsaSignature		OBJ_algorithm,11L
+
+#define SN_dsa_2		"DSA-old"
+#define LN_dsa_2		"dsaEncryption-old"
+#define NID_dsa_2		67
+#define OBJ_dsa_2		OBJ_algorithm,12L
+
+#define SN_dsaWithSHA		"DSA-SHA"
+#define LN_dsaWithSHA		"dsaWithSHA"
+#define NID_dsaWithSHA		66
+#define OBJ_dsaWithSHA		OBJ_algorithm,13L
+
+#define SN_shaWithRSAEncryption		"RSA-SHA"
+#define LN_shaWithRSAEncryption		"shaWithRSAEncryption"
+#define NID_shaWithRSAEncryption		42
+#define OBJ_shaWithRSAEncryption		OBJ_algorithm,15L
+
+#define SN_des_ede_ecb		"DES-EDE"
+#define LN_des_ede_ecb		"des-ede"
+#define NID_des_ede_ecb		32
+#define OBJ_des_ede_ecb		OBJ_algorithm,17L
+
+#define SN_des_ede3_ecb		"DES-EDE3"
+#define LN_des_ede3_ecb		"des-ede3"
+#define NID_des_ede3_ecb		33
+
+#define SN_des_ede_cbc		"DES-EDE-CBC"
+#define LN_des_ede_cbc		"des-ede-cbc"
+#define NID_des_ede_cbc		43
+
+#define SN_des_ede_cfb64		"DES-EDE-CFB"
+#define LN_des_ede_cfb64		"des-ede-cfb"
+#define NID_des_ede_cfb64		60
+
+#define SN_des_ede3_cfb64		"DES-EDE3-CFB"
+#define LN_des_ede3_cfb64		"des-ede3-cfb"
+#define NID_des_ede3_cfb64		61
+
+#define SN_des_ede_ofb64		"DES-EDE-OFB"
+#define LN_des_ede_ofb64		"des-ede-ofb"
+#define NID_des_ede_ofb64		62
+
+#define SN_des_ede3_ofb64		"DES-EDE3-OFB"
+#define LN_des_ede3_ofb64		"des-ede3-ofb"
+#define NID_des_ede3_ofb64		63
+
+#define SN_desx_cbc		"DESX-CBC"
+#define LN_desx_cbc		"desx-cbc"
+#define NID_desx_cbc		80
+
+#define SN_sha		"SHA"
+#define LN_sha		"sha"
+#define NID_sha		41
+#define OBJ_sha		OBJ_algorithm,18L
+
+#define SN_sha1		"SHA1"
+#define LN_sha1		"sha1"
+#define NID_sha1		64
+#define OBJ_sha1		OBJ_algorithm,26L
+
+#define SN_dsaWithSHA1_2		"DSA-SHA1-old"
+#define LN_dsaWithSHA1_2		"dsaWithSHA1-old"
+#define NID_dsaWithSHA1_2		70
+#define OBJ_dsaWithSHA1_2		OBJ_algorithm,27L
+
+#define SN_sha1WithRSA		"RSA-SHA1-2"
+#define LN_sha1WithRSA		"sha1WithRSA"
+#define NID_sha1WithRSA		115
+#define OBJ_sha1WithRSA		OBJ_algorithm,29L
+
+#define SN_ripemd160		"RIPEMD160"
+#define LN_ripemd160		"ripemd160"
+#define NID_ripemd160		117
+#define OBJ_ripemd160		1L,3L,36L,3L,2L,1L
+
+#define SN_ripemd160WithRSA		"RSA-RIPEMD160"
+#define LN_ripemd160WithRSA		"ripemd160WithRSA"
+#define NID_ripemd160WithRSA		119
+#define OBJ_ripemd160WithRSA		1L,3L,36L,3L,3L,1L,2L
+
+#define SN_sxnet		"SXNetID"
+#define LN_sxnet		"Strong Extranet ID"
+#define NID_sxnet		143
+#define OBJ_sxnet		1L,3L,101L,1L,4L,1L
+
+#define SN_X500		"X500"
+#define LN_X500		"directory services (X.500)"
+#define NID_X500		11
+#define OBJ_X500		2L,5L
+
+#define SN_X509		"X509"
+#define NID_X509		12
+#define OBJ_X509		OBJ_X500,4L
+
+#define SN_commonName		"CN"
+#define LN_commonName		"commonName"
+#define NID_commonName		13
+#define OBJ_commonName		OBJ_X509,3L
+
+#define SN_surname		"SN"
+#define LN_surname		"surname"
+#define NID_surname		100
+#define OBJ_surname		OBJ_X509,4L
+
+#define LN_serialNumber		"serialNumber"
+#define NID_serialNumber		105
+#define OBJ_serialNumber		OBJ_X509,5L
+
+#define SN_countryName		"C"
+#define LN_countryName		"countryName"
+#define NID_countryName		14
+#define OBJ_countryName		OBJ_X509,6L
+
+#define SN_localityName		"L"
+#define LN_localityName		"localityName"
+#define NID_localityName		15
+#define OBJ_localityName		OBJ_X509,7L
+
+#define SN_stateOrProvinceName		"ST"
+#define LN_stateOrProvinceName		"stateOrProvinceName"
+#define NID_stateOrProvinceName		16
+#define OBJ_stateOrProvinceName		OBJ_X509,8L
+
+#define SN_streetAddress		"street"
+#define LN_streetAddress		"streetAddress"
+#define NID_streetAddress		660
+#define OBJ_streetAddress		OBJ_X509,9L
+
+#define SN_organizationName		"O"
+#define LN_organizationName		"organizationName"
+#define NID_organizationName		17
+#define OBJ_organizationName		OBJ_X509,10L
+
+#define SN_organizationalUnitName		"OU"
+#define LN_organizationalUnitName		"organizationalUnitName"
+#define NID_organizationalUnitName		18
+#define OBJ_organizationalUnitName		OBJ_X509,11L
+
+#define SN_title		"title"
+#define LN_title		"title"
+#define NID_title		106
+#define OBJ_title		OBJ_X509,12L
+
+#define LN_description		"description"
+#define NID_description		107
+#define OBJ_description		OBJ_X509,13L
+
+#define LN_searchGuide		"searchGuide"
+#define NID_searchGuide		859
+#define OBJ_searchGuide		OBJ_X509,14L
+
+#define LN_businessCategory		"businessCategory"
+#define NID_businessCategory		860
+#define OBJ_businessCategory		OBJ_X509,15L
+
+#define LN_postalAddress		"postalAddress"
+#define NID_postalAddress		861
+#define OBJ_postalAddress		OBJ_X509,16L
+
+#define LN_postalCode		"postalCode"
+#define NID_postalCode		661
+#define OBJ_postalCode		OBJ_X509,17L
+
+#define LN_postOfficeBox		"postOfficeBox"
+#define NID_postOfficeBox		862
+#define OBJ_postOfficeBox		OBJ_X509,18L
+
+#define LN_physicalDeliveryOfficeName		"physicalDeliveryOfficeName"
+#define NID_physicalDeliveryOfficeName		863
+#define OBJ_physicalDeliveryOfficeName		OBJ_X509,19L
+
+#define LN_telephoneNumber		"telephoneNumber"
+#define NID_telephoneNumber		864
+#define OBJ_telephoneNumber		OBJ_X509,20L
+
+#define LN_telexNumber		"telexNumber"
+#define NID_telexNumber		865
+#define OBJ_telexNumber		OBJ_X509,21L
+
+#define LN_teletexTerminalIdentifier		"teletexTerminalIdentifier"
+#define NID_teletexTerminalIdentifier		866
+#define OBJ_teletexTerminalIdentifier		OBJ_X509,22L
+
+#define LN_facsimileTelephoneNumber		"facsimileTelephoneNumber"
+#define NID_facsimileTelephoneNumber		867
+#define OBJ_facsimileTelephoneNumber		OBJ_X509,23L
+
+#define LN_x121Address		"x121Address"
+#define NID_x121Address		868
+#define OBJ_x121Address		OBJ_X509,24L
+
+#define LN_internationaliSDNNumber		"internationaliSDNNumber"
+#define NID_internationaliSDNNumber		869
+#define OBJ_internationaliSDNNumber		OBJ_X509,25L
+
+#define LN_registeredAddress		"registeredAddress"
+#define NID_registeredAddress		870
+#define OBJ_registeredAddress		OBJ_X509,26L
+
+#define LN_destinationIndicator		"destinationIndicator"
+#define NID_destinationIndicator		871
+#define OBJ_destinationIndicator		OBJ_X509,27L
+
+#define LN_preferredDeliveryMethod		"preferredDeliveryMethod"
+#define NID_preferredDeliveryMethod		872
+#define OBJ_preferredDeliveryMethod		OBJ_X509,28L
+
+#define LN_presentationAddress		"presentationAddress"
+#define NID_presentationAddress		873
+#define OBJ_presentationAddress		OBJ_X509,29L
+
+#define LN_supportedApplicationContext		"supportedApplicationContext"
+#define NID_supportedApplicationContext		874
+#define OBJ_supportedApplicationContext		OBJ_X509,30L
+
+#define SN_member		"member"
+#define NID_member		875
+#define OBJ_member		OBJ_X509,31L
+
+#define SN_owner		"owner"
+#define NID_owner		876
+#define OBJ_owner		OBJ_X509,32L
+
+#define LN_roleOccupant		"roleOccupant"
+#define NID_roleOccupant		877
+#define OBJ_roleOccupant		OBJ_X509,33L
+
+#define SN_seeAlso		"seeAlso"
+#define NID_seeAlso		878
+#define OBJ_seeAlso		OBJ_X509,34L
+
+#define LN_userPassword		"userPassword"
+#define NID_userPassword		879
+#define OBJ_userPassword		OBJ_X509,35L
+
+#define LN_userCertificate		"userCertificate"
+#define NID_userCertificate		880
+#define OBJ_userCertificate		OBJ_X509,36L
+
+#define LN_cACertificate		"cACertificate"
+#define NID_cACertificate		881
+#define OBJ_cACertificate		OBJ_X509,37L
+
+#define LN_authorityRevocationList		"authorityRevocationList"
+#define NID_authorityRevocationList		882
+#define OBJ_authorityRevocationList		OBJ_X509,38L
+
+#define LN_certificateRevocationList		"certificateRevocationList"
+#define NID_certificateRevocationList		883
+#define OBJ_certificateRevocationList		OBJ_X509,39L
+
+#define LN_crossCertificatePair		"crossCertificatePair"
+#define NID_crossCertificatePair		884
+#define OBJ_crossCertificatePair		OBJ_X509,40L
+
+#define SN_name		"name"
+#define LN_name		"name"
+#define NID_name		173
+#define OBJ_name		OBJ_X509,41L
+
+#define SN_givenName		"GN"
+#define LN_givenName		"givenName"
+#define NID_givenName		99
+#define OBJ_givenName		OBJ_X509,42L
+
+#define SN_initials		"initials"
+#define LN_initials		"initials"
+#define NID_initials		101
+#define OBJ_initials		OBJ_X509,43L
+
+#define LN_generationQualifier		"generationQualifier"
+#define NID_generationQualifier		509
+#define OBJ_generationQualifier		OBJ_X509,44L
+
+#define LN_x500UniqueIdentifier		"x500UniqueIdentifier"
+#define NID_x500UniqueIdentifier		503
+#define OBJ_x500UniqueIdentifier		OBJ_X509,45L
+
+#define SN_dnQualifier		"dnQualifier"
+#define LN_dnQualifier		"dnQualifier"
+#define NID_dnQualifier		174
+#define OBJ_dnQualifier		OBJ_X509,46L
+
+#define LN_enhancedSearchGuide		"enhancedSearchGuide"
+#define NID_enhancedSearchGuide		885
+#define OBJ_enhancedSearchGuide		OBJ_X509,47L
+
+#define LN_protocolInformation		"protocolInformation"
+#define NID_protocolInformation		886
+#define OBJ_protocolInformation		OBJ_X509,48L
+
+#define LN_distinguishedName		"distinguishedName"
+#define NID_distinguishedName		887
+#define OBJ_distinguishedName		OBJ_X509,49L
+
+#define LN_uniqueMember		"uniqueMember"
+#define NID_uniqueMember		888
+#define OBJ_uniqueMember		OBJ_X509,50L
+
+#define LN_houseIdentifier		"houseIdentifier"
+#define NID_houseIdentifier		889
+#define OBJ_houseIdentifier		OBJ_X509,51L
+
+#define LN_supportedAlgorithms		"supportedAlgorithms"
+#define NID_supportedAlgorithms		890
+#define OBJ_supportedAlgorithms		OBJ_X509,52L
+
+#define LN_deltaRevocationList		"deltaRevocationList"
+#define NID_deltaRevocationList		891
+#define OBJ_deltaRevocationList		OBJ_X509,53L
+
+#define SN_dmdName		"dmdName"
+#define NID_dmdName		892
+#define OBJ_dmdName		OBJ_X509,54L
+
+#define LN_pseudonym		"pseudonym"
+#define NID_pseudonym		510
+#define OBJ_pseudonym		OBJ_X509,65L
+
+#define SN_role		"role"
+#define LN_role		"role"
+#define NID_role		400
+#define OBJ_role		OBJ_X509,72L
+
+#define SN_X500algorithms		"X500algorithms"
+#define LN_X500algorithms		"directory services - algorithms"
+#define NID_X500algorithms		378
+#define OBJ_X500algorithms		OBJ_X500,8L
+
+#define SN_rsa		"RSA"
+#define LN_rsa		"rsa"
+#define NID_rsa		19
+#define OBJ_rsa		OBJ_X500algorithms,1L,1L
+
+#define SN_mdc2WithRSA		"RSA-MDC2"
+#define LN_mdc2WithRSA		"mdc2WithRSA"
+#define NID_mdc2WithRSA		96
+#define OBJ_mdc2WithRSA		OBJ_X500algorithms,3L,100L
+
+#define SN_mdc2		"MDC2"
+#define LN_mdc2		"mdc2"
+#define NID_mdc2		95
+#define OBJ_mdc2		OBJ_X500algorithms,3L,101L
+
+#define SN_id_ce		"id-ce"
+#define NID_id_ce		81
+#define OBJ_id_ce		OBJ_X500,29L
+
+#define SN_subject_directory_attributes		"subjectDirectoryAttributes"
+#define LN_subject_directory_attributes		"X509v3 Subject Directory Attributes"
+#define NID_subject_directory_attributes		769
+#define OBJ_subject_directory_attributes		OBJ_id_ce,9L
+
+#define SN_subject_key_identifier		"subjectKeyIdentifier"
+#define LN_subject_key_identifier		"X509v3 Subject Key Identifier"
+#define NID_subject_key_identifier		82
+#define OBJ_subject_key_identifier		OBJ_id_ce,14L
+
+#define SN_key_usage		"keyUsage"
+#define LN_key_usage		"X509v3 Key Usage"
+#define NID_key_usage		83
+#define OBJ_key_usage		OBJ_id_ce,15L
+
+#define SN_private_key_usage_period		"privateKeyUsagePeriod"
+#define LN_private_key_usage_period		"X509v3 Private Key Usage Period"
+#define NID_private_key_usage_period		84
+#define OBJ_private_key_usage_period		OBJ_id_ce,16L
+
+#define SN_subject_alt_name		"subjectAltName"
+#define LN_subject_alt_name		"X509v3 Subject Alternative Name"
+#define NID_subject_alt_name		85
+#define OBJ_subject_alt_name		OBJ_id_ce,17L
+
+#define SN_issuer_alt_name		"issuerAltName"
+#define LN_issuer_alt_name		"X509v3 Issuer Alternative Name"
+#define NID_issuer_alt_name		86
+#define OBJ_issuer_alt_name		OBJ_id_ce,18L
+
+#define SN_basic_constraints		"basicConstraints"
+#define LN_basic_constraints		"X509v3 Basic Constraints"
+#define NID_basic_constraints		87
+#define OBJ_basic_constraints		OBJ_id_ce,19L
+
+#define SN_crl_number		"crlNumber"
+#define LN_crl_number		"X509v3 CRL Number"
+#define NID_crl_number		88
+#define OBJ_crl_number		OBJ_id_ce,20L
+
+#define SN_crl_reason		"CRLReason"
+#define LN_crl_reason		"X509v3 CRL Reason Code"
+#define NID_crl_reason		141
+#define OBJ_crl_reason		OBJ_id_ce,21L
+
+#define SN_invalidity_date		"invalidityDate"
+#define LN_invalidity_date		"Invalidity Date"
+#define NID_invalidity_date		142
+#define OBJ_invalidity_date		OBJ_id_ce,24L
+
+#define SN_delta_crl		"deltaCRL"
+#define LN_delta_crl		"X509v3 Delta CRL Indicator"
+#define NID_delta_crl		140
+#define OBJ_delta_crl		OBJ_id_ce,27L
+
+#define SN_issuing_distribution_point		"issuingDistributionPoint"
+#define LN_issuing_distribution_point		"X509v3 Issuing Distrubution Point"
+#define NID_issuing_distribution_point		770
+#define OBJ_issuing_distribution_point		OBJ_id_ce,28L
+
+#define SN_certificate_issuer		"certificateIssuer"
+#define LN_certificate_issuer		"X509v3 Certificate Issuer"
+#define NID_certificate_issuer		771
+#define OBJ_certificate_issuer		OBJ_id_ce,29L
+
+#define SN_name_constraints		"nameConstraints"
+#define LN_name_constraints		"X509v3 Name Constraints"
+#define NID_name_constraints		666
+#define OBJ_name_constraints		OBJ_id_ce,30L
+
+#define SN_crl_distribution_points		"crlDistributionPoints"
+#define LN_crl_distribution_points		"X509v3 CRL Distribution Points"
+#define NID_crl_distribution_points		103
+#define OBJ_crl_distribution_points		OBJ_id_ce,31L
+
+#define SN_certificate_policies		"certificatePolicies"
+#define LN_certificate_policies		"X509v3 Certificate Policies"
+#define NID_certificate_policies		89
+#define OBJ_certificate_policies		OBJ_id_ce,32L
+
+#define SN_any_policy		"anyPolicy"
+#define LN_any_policy		"X509v3 Any Policy"
+#define NID_any_policy		746
+#define OBJ_any_policy		OBJ_certificate_policies,0L
+
+#define SN_policy_mappings		"policyMappings"
+#define LN_policy_mappings		"X509v3 Policy Mappings"
+#define NID_policy_mappings		747
+#define OBJ_policy_mappings		OBJ_id_ce,33L
+
+#define SN_authority_key_identifier		"authorityKeyIdentifier"
+#define LN_authority_key_identifier		"X509v3 Authority Key Identifier"
+#define NID_authority_key_identifier		90
+#define OBJ_authority_key_identifier		OBJ_id_ce,35L
+
+#define SN_policy_constraints		"policyConstraints"
+#define LN_policy_constraints		"X509v3 Policy Constraints"
+#define NID_policy_constraints		401
+#define OBJ_policy_constraints		OBJ_id_ce,36L
+
+#define SN_ext_key_usage		"extendedKeyUsage"
+#define LN_ext_key_usage		"X509v3 Extended Key Usage"
+#define NID_ext_key_usage		126
+#define OBJ_ext_key_usage		OBJ_id_ce,37L
+
+#define SN_freshest_crl		"freshestCRL"
+#define LN_freshest_crl		"X509v3 Freshest CRL"
+#define NID_freshest_crl		857
+#define OBJ_freshest_crl		OBJ_id_ce,46L
+
+#define SN_inhibit_any_policy		"inhibitAnyPolicy"
+#define LN_inhibit_any_policy		"X509v3 Inhibit Any Policy"
+#define NID_inhibit_any_policy		748
+#define OBJ_inhibit_any_policy		OBJ_id_ce,54L
+
+#define SN_target_information		"targetInformation"
+#define LN_target_information		"X509v3 AC Targeting"
+#define NID_target_information		402
+#define OBJ_target_information		OBJ_id_ce,55L
+
+#define SN_no_rev_avail		"noRevAvail"
+#define LN_no_rev_avail		"X509v3 No Revocation Available"
+#define NID_no_rev_avail		403
+#define OBJ_no_rev_avail		OBJ_id_ce,56L
+
+#define SN_anyExtendedKeyUsage		"anyExtendedKeyUsage"
+#define LN_anyExtendedKeyUsage		"Any Extended Key Usage"
+#define NID_anyExtendedKeyUsage		910
+#define OBJ_anyExtendedKeyUsage		OBJ_ext_key_usage,0L
+
+#define SN_netscape		"Netscape"
+#define LN_netscape		"Netscape Communications Corp."
+#define NID_netscape		57
+#define OBJ_netscape		2L,16L,840L,1L,113730L
+
+#define SN_netscape_cert_extension		"nsCertExt"
+#define LN_netscape_cert_extension		"Netscape Certificate Extension"
+#define NID_netscape_cert_extension		58
+#define OBJ_netscape_cert_extension		OBJ_netscape,1L
+
+#define SN_netscape_data_type		"nsDataType"
+#define LN_netscape_data_type		"Netscape Data Type"
+#define NID_netscape_data_type		59
+#define OBJ_netscape_data_type		OBJ_netscape,2L
+
+#define SN_netscape_cert_type		"nsCertType"
+#define LN_netscape_cert_type		"Netscape Cert Type"
+#define NID_netscape_cert_type		71
+#define OBJ_netscape_cert_type		OBJ_netscape_cert_extension,1L
+
+#define SN_netscape_base_url		"nsBaseUrl"
+#define LN_netscape_base_url		"Netscape Base Url"
+#define NID_netscape_base_url		72
+#define OBJ_netscape_base_url		OBJ_netscape_cert_extension,2L
+
+#define SN_netscape_revocation_url		"nsRevocationUrl"
+#define LN_netscape_revocation_url		"Netscape Revocation Url"
+#define NID_netscape_revocation_url		73
+#define OBJ_netscape_revocation_url		OBJ_netscape_cert_extension,3L
+
+#define SN_netscape_ca_revocation_url		"nsCaRevocationUrl"
+#define LN_netscape_ca_revocation_url		"Netscape CA Revocation Url"
+#define NID_netscape_ca_revocation_url		74
+#define OBJ_netscape_ca_revocation_url		OBJ_netscape_cert_extension,4L
+
+#define SN_netscape_renewal_url		"nsRenewalUrl"
+#define LN_netscape_renewal_url		"Netscape Renewal Url"
+#define NID_netscape_renewal_url		75
+#define OBJ_netscape_renewal_url		OBJ_netscape_cert_extension,7L
+
+#define SN_netscape_ca_policy_url		"nsCaPolicyUrl"
+#define LN_netscape_ca_policy_url		"Netscape CA Policy Url"
+#define NID_netscape_ca_policy_url		76
+#define OBJ_netscape_ca_policy_url		OBJ_netscape_cert_extension,8L
+
+#define SN_netscape_ssl_server_name		"nsSslServerName"
+#define LN_netscape_ssl_server_name		"Netscape SSL Server Name"
+#define NID_netscape_ssl_server_name		77
+#define OBJ_netscape_ssl_server_name		OBJ_netscape_cert_extension,12L
+
+#define SN_netscape_comment		"nsComment"
+#define LN_netscape_comment		"Netscape Comment"
+#define NID_netscape_comment		78
+#define OBJ_netscape_comment		OBJ_netscape_cert_extension,13L
+
+#define SN_netscape_cert_sequence		"nsCertSequence"
+#define LN_netscape_cert_sequence		"Netscape Certificate Sequence"
+#define NID_netscape_cert_sequence		79
+#define OBJ_netscape_cert_sequence		OBJ_netscape_data_type,5L
+
+#define SN_ns_sgc		"nsSGC"
+#define LN_ns_sgc		"Netscape Server Gated Crypto"
+#define NID_ns_sgc		139
+#define OBJ_ns_sgc		OBJ_netscape,4L,1L
+
+#define SN_org		"ORG"
+#define LN_org		"org"
+#define NID_org		379
+#define OBJ_org		OBJ_iso,3L
+
+#define SN_dod		"DOD"
+#define LN_dod		"dod"
+#define NID_dod		380
+#define OBJ_dod		OBJ_org,6L
+
+#define SN_iana		"IANA"
+#define LN_iana		"iana"
+#define NID_iana		381
+#define OBJ_iana		OBJ_dod,1L
+
+#define OBJ_internet		OBJ_iana
+
+#define SN_Directory		"directory"
+#define LN_Directory		"Directory"
+#define NID_Directory		382
+#define OBJ_Directory		OBJ_internet,1L
+
+#define SN_Management		"mgmt"
+#define LN_Management		"Management"
+#define NID_Management		383
+#define OBJ_Management		OBJ_internet,2L
+
+#define SN_Experimental		"experimental"
+#define LN_Experimental		"Experimental"
+#define NID_Experimental		384
+#define OBJ_Experimental		OBJ_internet,3L
+
+#define SN_Private		"private"
+#define LN_Private		"Private"
+#define NID_Private		385
+#define OBJ_Private		OBJ_internet,4L
+
+#define SN_Security		"security"
+#define LN_Security		"Security"
+#define NID_Security		386
+#define OBJ_Security		OBJ_internet,5L
+
+#define SN_SNMPv2		"snmpv2"
+#define LN_SNMPv2		"SNMPv2"
+#define NID_SNMPv2		387
+#define OBJ_SNMPv2		OBJ_internet,6L
+
+#define LN_Mail		"Mail"
+#define NID_Mail		388
+#define OBJ_Mail		OBJ_internet,7L
+
+#define SN_Enterprises		"enterprises"
+#define LN_Enterprises		"Enterprises"
+#define NID_Enterprises		389
+#define OBJ_Enterprises		OBJ_Private,1L
+
+#define SN_dcObject		"dcobject"
+#define LN_dcObject		"dcObject"
+#define NID_dcObject		390
+#define OBJ_dcObject		OBJ_Enterprises,1466L,344L
+
+#define SN_mime_mhs		"mime-mhs"
+#define LN_mime_mhs		"MIME MHS"
+#define NID_mime_mhs		504
+#define OBJ_mime_mhs		OBJ_Mail,1L
+
+#define SN_mime_mhs_headings		"mime-mhs-headings"
+#define LN_mime_mhs_headings		"mime-mhs-headings"
+#define NID_mime_mhs_headings		505
+#define OBJ_mime_mhs_headings		OBJ_mime_mhs,1L
+
+#define SN_mime_mhs_bodies		"mime-mhs-bodies"
+#define LN_mime_mhs_bodies		"mime-mhs-bodies"
+#define NID_mime_mhs_bodies		506
+#define OBJ_mime_mhs_bodies		OBJ_mime_mhs,2L
+
+#define SN_id_hex_partial_message		"id-hex-partial-message"
+#define LN_id_hex_partial_message		"id-hex-partial-message"
+#define NID_id_hex_partial_message		507
+#define OBJ_id_hex_partial_message		OBJ_mime_mhs_headings,1L
+
+#define SN_id_hex_multipart_message		"id-hex-multipart-message"
+#define LN_id_hex_multipart_message		"id-hex-multipart-message"
+#define NID_id_hex_multipart_message		508
+#define OBJ_id_hex_multipart_message		OBJ_mime_mhs_headings,2L
+
+#define SN_rle_compression		"RLE"
+#define LN_rle_compression		"run length compression"
+#define NID_rle_compression		124
+#define OBJ_rle_compression		1L,1L,1L,1L,666L,1L
+
+#define SN_zlib_compression		"ZLIB"
+#define LN_zlib_compression		"zlib compression"
+#define NID_zlib_compression		125
+#define OBJ_zlib_compression		OBJ_id_smime_alg,8L
+
+#define OBJ_csor		2L,16L,840L,1L,101L,3L
+
+#define OBJ_nistAlgorithms		OBJ_csor,4L
+
+#define OBJ_aes		OBJ_nistAlgorithms,1L
+
+#define SN_aes_128_ecb		"AES-128-ECB"
+#define LN_aes_128_ecb		"aes-128-ecb"
+#define NID_aes_128_ecb		418
+#define OBJ_aes_128_ecb		OBJ_aes,1L
+
+#define SN_aes_128_cbc		"AES-128-CBC"
+#define LN_aes_128_cbc		"aes-128-cbc"
+#define NID_aes_128_cbc		419
+#define OBJ_aes_128_cbc		OBJ_aes,2L
+
+#define SN_aes_128_ofb128		"AES-128-OFB"
+#define LN_aes_128_ofb128		"aes-128-ofb"
+#define NID_aes_128_ofb128		420
+#define OBJ_aes_128_ofb128		OBJ_aes,3L
+
+#define SN_aes_128_cfb128		"AES-128-CFB"
+#define LN_aes_128_cfb128		"aes-128-cfb"
+#define NID_aes_128_cfb128		421
+#define OBJ_aes_128_cfb128		OBJ_aes,4L
+
+#define SN_id_aes128_wrap		"id-aes128-wrap"
+#define NID_id_aes128_wrap		788
+#define OBJ_id_aes128_wrap		OBJ_aes,5L
+
+#define SN_aes_128_gcm		"id-aes128-GCM"
+#define LN_aes_128_gcm		"aes-128-gcm"
+#define NID_aes_128_gcm		895
+#define OBJ_aes_128_gcm		OBJ_aes,6L
+
+#define SN_aes_128_ccm		"id-aes128-CCM"
+#define LN_aes_128_ccm		"aes-128-ccm"
+#define NID_aes_128_ccm		896
+#define OBJ_aes_128_ccm		OBJ_aes,7L
+
+#define SN_id_aes128_wrap_pad		"id-aes128-wrap-pad"
+#define NID_id_aes128_wrap_pad		897
+#define OBJ_id_aes128_wrap_pad		OBJ_aes,8L
+
+#define SN_aes_192_ecb		"AES-192-ECB"
+#define LN_aes_192_ecb		"aes-192-ecb"
+#define NID_aes_192_ecb		422
+#define OBJ_aes_192_ecb		OBJ_aes,21L
+
+#define SN_aes_192_cbc		"AES-192-CBC"
+#define LN_aes_192_cbc		"aes-192-cbc"
+#define NID_aes_192_cbc		423
+#define OBJ_aes_192_cbc		OBJ_aes,22L
+
+#define SN_aes_192_ofb128		"AES-192-OFB"
+#define LN_aes_192_ofb128		"aes-192-ofb"
+#define NID_aes_192_ofb128		424
+#define OBJ_aes_192_ofb128		OBJ_aes,23L
+
+#define SN_aes_192_cfb128		"AES-192-CFB"
+#define LN_aes_192_cfb128		"aes-192-cfb"
+#define NID_aes_192_cfb128		425
+#define OBJ_aes_192_cfb128		OBJ_aes,24L
+
+#define SN_id_aes192_wrap		"id-aes192-wrap"
+#define NID_id_aes192_wrap		789
+#define OBJ_id_aes192_wrap		OBJ_aes,25L
+
+#define SN_aes_192_gcm		"id-aes192-GCM"
+#define LN_aes_192_gcm		"aes-192-gcm"
+#define NID_aes_192_gcm		898
+#define OBJ_aes_192_gcm		OBJ_aes,26L
+
+#define SN_aes_192_ccm		"id-aes192-CCM"
+#define LN_aes_192_ccm		"aes-192-ccm"
+#define NID_aes_192_ccm		899
+#define OBJ_aes_192_ccm		OBJ_aes,27L
+
+#define SN_id_aes192_wrap_pad		"id-aes192-wrap-pad"
+#define NID_id_aes192_wrap_pad		900
+#define OBJ_id_aes192_wrap_pad		OBJ_aes,28L
+
+#define SN_aes_256_ecb		"AES-256-ECB"
+#define LN_aes_256_ecb		"aes-256-ecb"
+#define NID_aes_256_ecb		426
+#define OBJ_aes_256_ecb		OBJ_aes,41L
+
+#define SN_aes_256_cbc		"AES-256-CBC"
+#define LN_aes_256_cbc		"aes-256-cbc"
+#define NID_aes_256_cbc		427
+#define OBJ_aes_256_cbc		OBJ_aes,42L
+
+#define SN_aes_256_ofb128		"AES-256-OFB"
+#define LN_aes_256_ofb128		"aes-256-ofb"
+#define NID_aes_256_ofb128		428
+#define OBJ_aes_256_ofb128		OBJ_aes,43L
+
+#define SN_aes_256_cfb128		"AES-256-CFB"
+#define LN_aes_256_cfb128		"aes-256-cfb"
+#define NID_aes_256_cfb128		429
+#define OBJ_aes_256_cfb128		OBJ_aes,44L
+
+#define SN_id_aes256_wrap		"id-aes256-wrap"
+#define NID_id_aes256_wrap		790
+#define OBJ_id_aes256_wrap		OBJ_aes,45L
+
+#define SN_aes_256_gcm		"id-aes256-GCM"
+#define LN_aes_256_gcm		"aes-256-gcm"
+#define NID_aes_256_gcm		901
+#define OBJ_aes_256_gcm		OBJ_aes,46L
+
+#define SN_aes_256_ccm		"id-aes256-CCM"
+#define LN_aes_256_ccm		"aes-256-ccm"
+#define NID_aes_256_ccm		902
+#define OBJ_aes_256_ccm		OBJ_aes,47L
+
+#define SN_id_aes256_wrap_pad		"id-aes256-wrap-pad"
+#define NID_id_aes256_wrap_pad		903
+#define OBJ_id_aes256_wrap_pad		OBJ_aes,48L
+
+#define SN_aes_128_cfb1		"AES-128-CFB1"
+#define LN_aes_128_cfb1		"aes-128-cfb1"
+#define NID_aes_128_cfb1		650
+
+#define SN_aes_192_cfb1		"AES-192-CFB1"
+#define LN_aes_192_cfb1		"aes-192-cfb1"
+#define NID_aes_192_cfb1		651
+
+#define SN_aes_256_cfb1		"AES-256-CFB1"
+#define LN_aes_256_cfb1		"aes-256-cfb1"
+#define NID_aes_256_cfb1		652
+
+#define SN_aes_128_cfb8		"AES-128-CFB8"
+#define LN_aes_128_cfb8		"aes-128-cfb8"
+#define NID_aes_128_cfb8		653
+
+#define SN_aes_192_cfb8		"AES-192-CFB8"
+#define LN_aes_192_cfb8		"aes-192-cfb8"
+#define NID_aes_192_cfb8		654
+
+#define SN_aes_256_cfb8		"AES-256-CFB8"
+#define LN_aes_256_cfb8		"aes-256-cfb8"
+#define NID_aes_256_cfb8		655
+
+#define SN_aes_128_ctr		"AES-128-CTR"
+#define LN_aes_128_ctr		"aes-128-ctr"
+#define NID_aes_128_ctr		904
+
+#define SN_aes_192_ctr		"AES-192-CTR"
+#define LN_aes_192_ctr		"aes-192-ctr"
+#define NID_aes_192_ctr		905
+
+#define SN_aes_256_ctr		"AES-256-CTR"
+#define LN_aes_256_ctr		"aes-256-ctr"
+#define NID_aes_256_ctr		906
+
+#define SN_aes_128_xts		"AES-128-XTS"
+#define LN_aes_128_xts		"aes-128-xts"
+#define NID_aes_128_xts		913
+
+#define SN_aes_256_xts		"AES-256-XTS"
+#define LN_aes_256_xts		"aes-256-xts"
+#define NID_aes_256_xts		914
+
+#define SN_des_cfb1		"DES-CFB1"
+#define LN_des_cfb1		"des-cfb1"
+#define NID_des_cfb1		656
+
+#define SN_des_cfb8		"DES-CFB8"
+#define LN_des_cfb8		"des-cfb8"
+#define NID_des_cfb8		657
+
+#define SN_des_ede3_cfb1		"DES-EDE3-CFB1"
+#define LN_des_ede3_cfb1		"des-ede3-cfb1"
+#define NID_des_ede3_cfb1		658
+
+#define SN_des_ede3_cfb8		"DES-EDE3-CFB8"
+#define LN_des_ede3_cfb8		"des-ede3-cfb8"
+#define NID_des_ede3_cfb8		659
+
+#define OBJ_nist_hashalgs		OBJ_nistAlgorithms,2L
+
+#define SN_sha256		"SHA256"
+#define LN_sha256		"sha256"
+#define NID_sha256		672
+#define OBJ_sha256		OBJ_nist_hashalgs,1L
+
+#define SN_sha384		"SHA384"
+#define LN_sha384		"sha384"
+#define NID_sha384		673
+#define OBJ_sha384		OBJ_nist_hashalgs,2L
+
+#define SN_sha512		"SHA512"
+#define LN_sha512		"sha512"
+#define NID_sha512		674
+#define OBJ_sha512		OBJ_nist_hashalgs,3L
+
+#define SN_sha224		"SHA224"
+#define LN_sha224		"sha224"
+#define NID_sha224		675
+#define OBJ_sha224		OBJ_nist_hashalgs,4L
+
+#define OBJ_dsa_with_sha2		OBJ_nistAlgorithms,3L
+
+#define SN_dsa_with_SHA224		"dsa_with_SHA224"
+#define NID_dsa_with_SHA224		802
+#define OBJ_dsa_with_SHA224		OBJ_dsa_with_sha2,1L
+
+#define SN_dsa_with_SHA256		"dsa_with_SHA256"
+#define NID_dsa_with_SHA256		803
+#define OBJ_dsa_with_SHA256		OBJ_dsa_with_sha2,2L
+
+#define SN_hold_instruction_code		"holdInstructionCode"
+#define LN_hold_instruction_code		"Hold Instruction Code"
+#define NID_hold_instruction_code		430
+#define OBJ_hold_instruction_code		OBJ_id_ce,23L
+
+#define OBJ_holdInstruction		OBJ_X9_57,2L
+
+#define SN_hold_instruction_none		"holdInstructionNone"
+#define LN_hold_instruction_none		"Hold Instruction None"
+#define NID_hold_instruction_none		431
+#define OBJ_hold_instruction_none		OBJ_holdInstruction,1L
+
+#define SN_hold_instruction_call_issuer		"holdInstructionCallIssuer"
+#define LN_hold_instruction_call_issuer		"Hold Instruction Call Issuer"
+#define NID_hold_instruction_call_issuer		432
+#define OBJ_hold_instruction_call_issuer		OBJ_holdInstruction,2L
+
+#define SN_hold_instruction_reject		"holdInstructionReject"
+#define LN_hold_instruction_reject		"Hold Instruction Reject"
+#define NID_hold_instruction_reject		433
+#define OBJ_hold_instruction_reject		OBJ_holdInstruction,3L
+
+#define SN_data		"data"
+#define NID_data		434
+#define OBJ_data		OBJ_itu_t,9L
+
+#define SN_pss		"pss"
+#define NID_pss		435
+#define OBJ_pss		OBJ_data,2342L
+
+#define SN_ucl		"ucl"
+#define NID_ucl		436
+#define OBJ_ucl		OBJ_pss,19200300L
+
+#define SN_pilot		"pilot"
+#define NID_pilot		437
+#define OBJ_pilot		OBJ_ucl,100L
+
+#define LN_pilotAttributeType		"pilotAttributeType"
+#define NID_pilotAttributeType		438
+#define OBJ_pilotAttributeType		OBJ_pilot,1L
+
+#define LN_pilotAttributeSyntax		"pilotAttributeSyntax"
+#define NID_pilotAttributeSyntax		439
+#define OBJ_pilotAttributeSyntax		OBJ_pilot,3L
+
+#define LN_pilotObjectClass		"pilotObjectClass"
+#define NID_pilotObjectClass		440
+#define OBJ_pilotObjectClass		OBJ_pilot,4L
+
+#define LN_pilotGroups		"pilotGroups"
+#define NID_pilotGroups		441
+#define OBJ_pilotGroups		OBJ_pilot,10L
+
+#define LN_iA5StringSyntax		"iA5StringSyntax"
+#define NID_iA5StringSyntax		442
+#define OBJ_iA5StringSyntax		OBJ_pilotAttributeSyntax,4L
+
+#define LN_caseIgnoreIA5StringSyntax		"caseIgnoreIA5StringSyntax"
+#define NID_caseIgnoreIA5StringSyntax		443
+#define OBJ_caseIgnoreIA5StringSyntax		OBJ_pilotAttributeSyntax,5L
+
+#define LN_pilotObject		"pilotObject"
+#define NID_pilotObject		444
+#define OBJ_pilotObject		OBJ_pilotObjectClass,3L
+
+#define LN_pilotPerson		"pilotPerson"
+#define NID_pilotPerson		445
+#define OBJ_pilotPerson		OBJ_pilotObjectClass,4L
+
+#define SN_account		"account"
+#define NID_account		446
+#define OBJ_account		OBJ_pilotObjectClass,5L
+
+#define SN_document		"document"
+#define NID_document		447
+#define OBJ_document		OBJ_pilotObjectClass,6L
+
+#define SN_room		"room"
+#define NID_room		448
+#define OBJ_room		OBJ_pilotObjectClass,7L
+
+#define LN_documentSeries		"documentSeries"
+#define NID_documentSeries		449
+#define OBJ_documentSeries		OBJ_pilotObjectClass,9L
+
+#define SN_Domain		"domain"
+#define LN_Domain		"Domain"
+#define NID_Domain		392
+#define OBJ_Domain		OBJ_pilotObjectClass,13L
+
+#define LN_rFC822localPart		"rFC822localPart"
+#define NID_rFC822localPart		450
+#define OBJ_rFC822localPart		OBJ_pilotObjectClass,14L
+
+#define LN_dNSDomain		"dNSDomain"
+#define NID_dNSDomain		451
+#define OBJ_dNSDomain		OBJ_pilotObjectClass,15L
+
+#define LN_domainRelatedObject		"domainRelatedObject"
+#define NID_domainRelatedObject		452
+#define OBJ_domainRelatedObject		OBJ_pilotObjectClass,17L
+
+#define LN_friendlyCountry		"friendlyCountry"
+#define NID_friendlyCountry		453
+#define OBJ_friendlyCountry		OBJ_pilotObjectClass,18L
+
+#define LN_simpleSecurityObject		"simpleSecurityObject"
+#define NID_simpleSecurityObject		454
+#define OBJ_simpleSecurityObject		OBJ_pilotObjectClass,19L
+
+#define LN_pilotOrganization		"pilotOrganization"
+#define NID_pilotOrganization		455
+#define OBJ_pilotOrganization		OBJ_pilotObjectClass,20L
+
+#define LN_pilotDSA		"pilotDSA"
+#define NID_pilotDSA		456
+#define OBJ_pilotDSA		OBJ_pilotObjectClass,21L
+
+#define LN_qualityLabelledData		"qualityLabelledData"
+#define NID_qualityLabelledData		457
+#define OBJ_qualityLabelledData		OBJ_pilotObjectClass,22L
+
+#define SN_userId		"UID"
+#define LN_userId		"userId"
+#define NID_userId		458
+#define OBJ_userId		OBJ_pilotAttributeType,1L
+
+#define LN_textEncodedORAddress		"textEncodedORAddress"
+#define NID_textEncodedORAddress		459
+#define OBJ_textEncodedORAddress		OBJ_pilotAttributeType,2L
+
+#define SN_rfc822Mailbox		"mail"
+#define LN_rfc822Mailbox		"rfc822Mailbox"
+#define NID_rfc822Mailbox		460
+#define OBJ_rfc822Mailbox		OBJ_pilotAttributeType,3L
+
+#define SN_info		"info"
+#define NID_info		461
+#define OBJ_info		OBJ_pilotAttributeType,4L
+
+#define LN_favouriteDrink		"favouriteDrink"
+#define NID_favouriteDrink		462
+#define OBJ_favouriteDrink		OBJ_pilotAttributeType,5L
+
+#define LN_roomNumber		"roomNumber"
+#define NID_roomNumber		463
+#define OBJ_roomNumber		OBJ_pilotAttributeType,6L
+
+#define SN_photo		"photo"
+#define NID_photo		464
+#define OBJ_photo		OBJ_pilotAttributeType,7L
+
+#define LN_userClass		"userClass"
+#define NID_userClass		465
+#define OBJ_userClass		OBJ_pilotAttributeType,8L
+
+#define SN_host		"host"
+#define NID_host		466
+#define OBJ_host		OBJ_pilotAttributeType,9L
+
+#define SN_manager		"manager"
+#define NID_manager		467
+#define OBJ_manager		OBJ_pilotAttributeType,10L
+
+#define LN_documentIdentifier		"documentIdentifier"
+#define NID_documentIdentifier		468
+#define OBJ_documentIdentifier		OBJ_pilotAttributeType,11L
+
+#define LN_documentTitle		"documentTitle"
+#define NID_documentTitle		469
+#define OBJ_documentTitle		OBJ_pilotAttributeType,12L
+
+#define LN_documentVersion		"documentVersion"
+#define NID_documentVersion		470
+#define OBJ_documentVersion		OBJ_pilotAttributeType,13L
+
+#define LN_documentAuthor		"documentAuthor"
+#define NID_documentAuthor		471
+#define OBJ_documentAuthor		OBJ_pilotAttributeType,14L
+
+#define LN_documentLocation		"documentLocation"
+#define NID_documentLocation		472
+#define OBJ_documentLocation		OBJ_pilotAttributeType,15L
+
+#define LN_homeTelephoneNumber		"homeTelephoneNumber"
+#define NID_homeTelephoneNumber		473
+#define OBJ_homeTelephoneNumber		OBJ_pilotAttributeType,20L
+
+#define SN_secretary		"secretary"
+#define NID_secretary		474
+#define OBJ_secretary		OBJ_pilotAttributeType,21L
+
+#define LN_otherMailbox		"otherMailbox"
+#define NID_otherMailbox		475
+#define OBJ_otherMailbox		OBJ_pilotAttributeType,22L
+
+#define LN_lastModifiedTime		"lastModifiedTime"
+#define NID_lastModifiedTime		476
+#define OBJ_lastModifiedTime		OBJ_pilotAttributeType,23L
+
+#define LN_lastModifiedBy		"lastModifiedBy"
+#define NID_lastModifiedBy		477
+#define OBJ_lastModifiedBy		OBJ_pilotAttributeType,24L
+
+#define SN_domainComponent		"DC"
+#define LN_domainComponent		"domainComponent"
+#define NID_domainComponent		391
+#define OBJ_domainComponent		OBJ_pilotAttributeType,25L
+
+#define LN_aRecord		"aRecord"
+#define NID_aRecord		478
+#define OBJ_aRecord		OBJ_pilotAttributeType,26L
+
+#define LN_pilotAttributeType27		"pilotAttributeType27"
+#define NID_pilotAttributeType27		479
+#define OBJ_pilotAttributeType27		OBJ_pilotAttributeType,27L
+
+#define LN_mXRecord		"mXRecord"
+#define NID_mXRecord		480
+#define OBJ_mXRecord		OBJ_pilotAttributeType,28L
+
+#define LN_nSRecord		"nSRecord"
+#define NID_nSRecord		481
+#define OBJ_nSRecord		OBJ_pilotAttributeType,29L
+
+#define LN_sOARecord		"sOARecord"
+#define NID_sOARecord		482
+#define OBJ_sOARecord		OBJ_pilotAttributeType,30L
+
+#define LN_cNAMERecord		"cNAMERecord"
+#define NID_cNAMERecord		483
+#define OBJ_cNAMERecord		OBJ_pilotAttributeType,31L
+
+#define LN_associatedDomain		"associatedDomain"
+#define NID_associatedDomain		484
+#define OBJ_associatedDomain		OBJ_pilotAttributeType,37L
+
+#define LN_associatedName		"associatedName"
+#define NID_associatedName		485
+#define OBJ_associatedName		OBJ_pilotAttributeType,38L
+
+#define LN_homePostalAddress		"homePostalAddress"
+#define NID_homePostalAddress		486
+#define OBJ_homePostalAddress		OBJ_pilotAttributeType,39L
+
+#define LN_personalTitle		"personalTitle"
+#define NID_personalTitle		487
+#define OBJ_personalTitle		OBJ_pilotAttributeType,40L
+
+#define LN_mobileTelephoneNumber		"mobileTelephoneNumber"
+#define NID_mobileTelephoneNumber		488
+#define OBJ_mobileTelephoneNumber		OBJ_pilotAttributeType,41L
+
+#define LN_pagerTelephoneNumber		"pagerTelephoneNumber"
+#define NID_pagerTelephoneNumber		489
+#define OBJ_pagerTelephoneNumber		OBJ_pilotAttributeType,42L
+
+#define LN_friendlyCountryName		"friendlyCountryName"
+#define NID_friendlyCountryName		490
+#define OBJ_friendlyCountryName		OBJ_pilotAttributeType,43L
+
+#define LN_organizationalStatus		"organizationalStatus"
+#define NID_organizationalStatus		491
+#define OBJ_organizationalStatus		OBJ_pilotAttributeType,45L
+
+#define LN_janetMailbox		"janetMailbox"
+#define NID_janetMailbox		492
+#define OBJ_janetMailbox		OBJ_pilotAttributeType,46L
+
+#define LN_mailPreferenceOption		"mailPreferenceOption"
+#define NID_mailPreferenceOption		493
+#define OBJ_mailPreferenceOption		OBJ_pilotAttributeType,47L
+
+#define LN_buildingName		"buildingName"
+#define NID_buildingName		494
+#define OBJ_buildingName		OBJ_pilotAttributeType,48L
+
+#define LN_dSAQuality		"dSAQuality"
+#define NID_dSAQuality		495
+#define OBJ_dSAQuality		OBJ_pilotAttributeType,49L
+
+#define LN_singleLevelQuality		"singleLevelQuality"
+#define NID_singleLevelQuality		496
+#define OBJ_singleLevelQuality		OBJ_pilotAttributeType,50L
+
+#define LN_subtreeMinimumQuality		"subtreeMinimumQuality"
+#define NID_subtreeMinimumQuality		497
+#define OBJ_subtreeMinimumQuality		OBJ_pilotAttributeType,51L
+
+#define LN_subtreeMaximumQuality		"subtreeMaximumQuality"
+#define NID_subtreeMaximumQuality		498
+#define OBJ_subtreeMaximumQuality		OBJ_pilotAttributeType,52L
+
+#define LN_personalSignature		"personalSignature"
+#define NID_personalSignature		499
+#define OBJ_personalSignature		OBJ_pilotAttributeType,53L
+
+#define LN_dITRedirect		"dITRedirect"
+#define NID_dITRedirect		500
+#define OBJ_dITRedirect		OBJ_pilotAttributeType,54L
+
+#define SN_audio		"audio"
+#define NID_audio		501
+#define OBJ_audio		OBJ_pilotAttributeType,55L
+
+#define LN_documentPublisher		"documentPublisher"
+#define NID_documentPublisher		502
+#define OBJ_documentPublisher		OBJ_pilotAttributeType,56L
+
+#define SN_id_set		"id-set"
+#define LN_id_set		"Secure Electronic Transactions"
+#define NID_id_set		512
+#define OBJ_id_set		OBJ_international_organizations,42L
+
+#define SN_set_ctype		"set-ctype"
+#define LN_set_ctype		"content types"
+#define NID_set_ctype		513
+#define OBJ_set_ctype		OBJ_id_set,0L
+
+#define SN_set_msgExt		"set-msgExt"
+#define LN_set_msgExt		"message extensions"
+#define NID_set_msgExt		514
+#define OBJ_set_msgExt		OBJ_id_set,1L
+
+#define SN_set_attr		"set-attr"
+#define NID_set_attr		515
+#define OBJ_set_attr		OBJ_id_set,3L
+
+#define SN_set_policy		"set-policy"
+#define NID_set_policy		516
+#define OBJ_set_policy		OBJ_id_set,5L
+
+#define SN_set_certExt		"set-certExt"
+#define LN_set_certExt		"certificate extensions"
+#define NID_set_certExt		517
+#define OBJ_set_certExt		OBJ_id_set,7L
+
+#define SN_set_brand		"set-brand"
+#define NID_set_brand		518
+#define OBJ_set_brand		OBJ_id_set,8L
+
+#define SN_setct_PANData		"setct-PANData"
+#define NID_setct_PANData		519
+#define OBJ_setct_PANData		OBJ_set_ctype,0L
+
+#define SN_setct_PANToken		"setct-PANToken"
+#define NID_setct_PANToken		520
+#define OBJ_setct_PANToken		OBJ_set_ctype,1L
+
+#define SN_setct_PANOnly		"setct-PANOnly"
+#define NID_setct_PANOnly		521
+#define OBJ_setct_PANOnly		OBJ_set_ctype,2L
+
+#define SN_setct_OIData		"setct-OIData"
+#define NID_setct_OIData		522
+#define OBJ_setct_OIData		OBJ_set_ctype,3L
+
+#define SN_setct_PI		"setct-PI"
+#define NID_setct_PI		523
+#define OBJ_setct_PI		OBJ_set_ctype,4L
+
+#define SN_setct_PIData		"setct-PIData"
+#define NID_setct_PIData		524
+#define OBJ_setct_PIData		OBJ_set_ctype,5L
+
+#define SN_setct_PIDataUnsigned		"setct-PIDataUnsigned"
+#define NID_setct_PIDataUnsigned		525
+#define OBJ_setct_PIDataUnsigned		OBJ_set_ctype,6L
+
+#define SN_setct_HODInput		"setct-HODInput"
+#define NID_setct_HODInput		526
+#define OBJ_setct_HODInput		OBJ_set_ctype,7L
+
+#define SN_setct_AuthResBaggage		"setct-AuthResBaggage"
+#define NID_setct_AuthResBaggage		527
+#define OBJ_setct_AuthResBaggage		OBJ_set_ctype,8L
+
+#define SN_setct_AuthRevReqBaggage		"setct-AuthRevReqBaggage"
+#define NID_setct_AuthRevReqBaggage		528
+#define OBJ_setct_AuthRevReqBaggage		OBJ_set_ctype,9L
+
+#define SN_setct_AuthRevResBaggage		"setct-AuthRevResBaggage"
+#define NID_setct_AuthRevResBaggage		529
+#define OBJ_setct_AuthRevResBaggage		OBJ_set_ctype,10L
+
+#define SN_setct_CapTokenSeq		"setct-CapTokenSeq"
+#define NID_setct_CapTokenSeq		530
+#define OBJ_setct_CapTokenSeq		OBJ_set_ctype,11L
+
+#define SN_setct_PInitResData		"setct-PInitResData"
+#define NID_setct_PInitResData		531
+#define OBJ_setct_PInitResData		OBJ_set_ctype,12L
+
+#define SN_setct_PI_TBS		"setct-PI-TBS"
+#define NID_setct_PI_TBS		532
+#define OBJ_setct_PI_TBS		OBJ_set_ctype,13L
+
+#define SN_setct_PResData		"setct-PResData"
+#define NID_setct_PResData		533
+#define OBJ_setct_PResData		OBJ_set_ctype,14L
+
+#define SN_setct_AuthReqTBS		"setct-AuthReqTBS"
+#define NID_setct_AuthReqTBS		534
+#define OBJ_setct_AuthReqTBS		OBJ_set_ctype,16L
+
+#define SN_setct_AuthResTBS		"setct-AuthResTBS"
+#define NID_setct_AuthResTBS		535
+#define OBJ_setct_AuthResTBS		OBJ_set_ctype,17L
+
+#define SN_setct_AuthResTBSX		"setct-AuthResTBSX"
+#define NID_setct_AuthResTBSX		536
+#define OBJ_setct_AuthResTBSX		OBJ_set_ctype,18L
+
+#define SN_setct_AuthTokenTBS		"setct-AuthTokenTBS"
+#define NID_setct_AuthTokenTBS		537
+#define OBJ_setct_AuthTokenTBS		OBJ_set_ctype,19L
+
+#define SN_setct_CapTokenData		"setct-CapTokenData"
+#define NID_setct_CapTokenData		538
+#define OBJ_setct_CapTokenData		OBJ_set_ctype,20L
+
+#define SN_setct_CapTokenTBS		"setct-CapTokenTBS"
+#define NID_setct_CapTokenTBS		539
+#define OBJ_setct_CapTokenTBS		OBJ_set_ctype,21L
+
+#define SN_setct_AcqCardCodeMsg		"setct-AcqCardCodeMsg"
+#define NID_setct_AcqCardCodeMsg		540
+#define OBJ_setct_AcqCardCodeMsg		OBJ_set_ctype,22L
+
+#define SN_setct_AuthRevReqTBS		"setct-AuthRevReqTBS"
+#define NID_setct_AuthRevReqTBS		541
+#define OBJ_setct_AuthRevReqTBS		OBJ_set_ctype,23L
+
+#define SN_setct_AuthRevResData		"setct-AuthRevResData"
+#define NID_setct_AuthRevResData		542
+#define OBJ_setct_AuthRevResData		OBJ_set_ctype,24L
+
+#define SN_setct_AuthRevResTBS		"setct-AuthRevResTBS"
+#define NID_setct_AuthRevResTBS		543
+#define OBJ_setct_AuthRevResTBS		OBJ_set_ctype,25L
+
+#define SN_setct_CapReqTBS		"setct-CapReqTBS"
+#define NID_setct_CapReqTBS		544
+#define OBJ_setct_CapReqTBS		OBJ_set_ctype,26L
+
+#define SN_setct_CapReqTBSX		"setct-CapReqTBSX"
+#define NID_setct_CapReqTBSX		545
+#define OBJ_setct_CapReqTBSX		OBJ_set_ctype,27L
+
+#define SN_setct_CapResData		"setct-CapResData"
+#define NID_setct_CapResData		546
+#define OBJ_setct_CapResData		OBJ_set_ctype,28L
+
+#define SN_setct_CapRevReqTBS		"setct-CapRevReqTBS"
+#define NID_setct_CapRevReqTBS		547
+#define OBJ_setct_CapRevReqTBS		OBJ_set_ctype,29L
+
+#define SN_setct_CapRevReqTBSX		"setct-CapRevReqTBSX"
+#define NID_setct_CapRevReqTBSX		548
+#define OBJ_setct_CapRevReqTBSX		OBJ_set_ctype,30L
+
+#define SN_setct_CapRevResData		"setct-CapRevResData"
+#define NID_setct_CapRevResData		549
+#define OBJ_setct_CapRevResData		OBJ_set_ctype,31L
+
+#define SN_setct_CredReqTBS		"setct-CredReqTBS"
+#define NID_setct_CredReqTBS		550
+#define OBJ_setct_CredReqTBS		OBJ_set_ctype,32L
+
+#define SN_setct_CredReqTBSX		"setct-CredReqTBSX"
+#define NID_setct_CredReqTBSX		551
+#define OBJ_setct_CredReqTBSX		OBJ_set_ctype,33L
+
+#define SN_setct_CredResData		"setct-CredResData"
+#define NID_setct_CredResData		552
+#define OBJ_setct_CredResData		OBJ_set_ctype,34L
+
+#define SN_setct_CredRevReqTBS		"setct-CredRevReqTBS"
+#define NID_setct_CredRevReqTBS		553
+#define OBJ_setct_CredRevReqTBS		OBJ_set_ctype,35L
+
+#define SN_setct_CredRevReqTBSX		"setct-CredRevReqTBSX"
+#define NID_setct_CredRevReqTBSX		554
+#define OBJ_setct_CredRevReqTBSX		OBJ_set_ctype,36L
+
+#define SN_setct_CredRevResData		"setct-CredRevResData"
+#define NID_setct_CredRevResData		555
+#define OBJ_setct_CredRevResData		OBJ_set_ctype,37L
+
+#define SN_setct_PCertReqData		"setct-PCertReqData"
+#define NID_setct_PCertReqData		556
+#define OBJ_setct_PCertReqData		OBJ_set_ctype,38L
+
+#define SN_setct_PCertResTBS		"setct-PCertResTBS"
+#define NID_setct_PCertResTBS		557
+#define OBJ_setct_PCertResTBS		OBJ_set_ctype,39L
+
+#define SN_setct_BatchAdminReqData		"setct-BatchAdminReqData"
+#define NID_setct_BatchAdminReqData		558
+#define OBJ_setct_BatchAdminReqData		OBJ_set_ctype,40L
+
+#define SN_setct_BatchAdminResData		"setct-BatchAdminResData"
+#define NID_setct_BatchAdminResData		559
+#define OBJ_setct_BatchAdminResData		OBJ_set_ctype,41L
+
+#define SN_setct_CardCInitResTBS		"setct-CardCInitResTBS"
+#define NID_setct_CardCInitResTBS		560
+#define OBJ_setct_CardCInitResTBS		OBJ_set_ctype,42L
+
+#define SN_setct_MeAqCInitResTBS		"setct-MeAqCInitResTBS"
+#define NID_setct_MeAqCInitResTBS		561
+#define OBJ_setct_MeAqCInitResTBS		OBJ_set_ctype,43L
+
+#define SN_setct_RegFormResTBS		"setct-RegFormResTBS"
+#define NID_setct_RegFormResTBS		562
+#define OBJ_setct_RegFormResTBS		OBJ_set_ctype,44L
+
+#define SN_setct_CertReqData		"setct-CertReqData"
+#define NID_setct_CertReqData		563
+#define OBJ_setct_CertReqData		OBJ_set_ctype,45L
+
+#define SN_setct_CertReqTBS		"setct-CertReqTBS"
+#define NID_setct_CertReqTBS		564
+#define OBJ_setct_CertReqTBS		OBJ_set_ctype,46L
+
+#define SN_setct_CertResData		"setct-CertResData"
+#define NID_setct_CertResData		565
+#define OBJ_setct_CertResData		OBJ_set_ctype,47L
+
+#define SN_setct_CertInqReqTBS		"setct-CertInqReqTBS"
+#define NID_setct_CertInqReqTBS		566
+#define OBJ_setct_CertInqReqTBS		OBJ_set_ctype,48L
+
+#define SN_setct_ErrorTBS		"setct-ErrorTBS"
+#define NID_setct_ErrorTBS		567
+#define OBJ_setct_ErrorTBS		OBJ_set_ctype,49L
+
+#define SN_setct_PIDualSignedTBE		"setct-PIDualSignedTBE"
+#define NID_setct_PIDualSignedTBE		568
+#define OBJ_setct_PIDualSignedTBE		OBJ_set_ctype,50L
+
+#define SN_setct_PIUnsignedTBE		"setct-PIUnsignedTBE"
+#define NID_setct_PIUnsignedTBE		569
+#define OBJ_setct_PIUnsignedTBE		OBJ_set_ctype,51L
+
+#define SN_setct_AuthReqTBE		"setct-AuthReqTBE"
+#define NID_setct_AuthReqTBE		570
+#define OBJ_setct_AuthReqTBE		OBJ_set_ctype,52L
+
+#define SN_setct_AuthResTBE		"setct-AuthResTBE"
+#define NID_setct_AuthResTBE		571
+#define OBJ_setct_AuthResTBE		OBJ_set_ctype,53L
+
+#define SN_setct_AuthResTBEX		"setct-AuthResTBEX"
+#define NID_setct_AuthResTBEX		572
+#define OBJ_setct_AuthResTBEX		OBJ_set_ctype,54L
+
+#define SN_setct_AuthTokenTBE		"setct-AuthTokenTBE"
+#define NID_setct_AuthTokenTBE		573
+#define OBJ_setct_AuthTokenTBE		OBJ_set_ctype,55L
+
+#define SN_setct_CapTokenTBE		"setct-CapTokenTBE"
+#define NID_setct_CapTokenTBE		574
+#define OBJ_setct_CapTokenTBE		OBJ_set_ctype,56L
+
+#define SN_setct_CapTokenTBEX		"setct-CapTokenTBEX"
+#define NID_setct_CapTokenTBEX		575
+#define OBJ_setct_CapTokenTBEX		OBJ_set_ctype,57L
+
+#define SN_setct_AcqCardCodeMsgTBE		"setct-AcqCardCodeMsgTBE"
+#define NID_setct_AcqCardCodeMsgTBE		576
+#define OBJ_setct_AcqCardCodeMsgTBE		OBJ_set_ctype,58L
+
+#define SN_setct_AuthRevReqTBE		"setct-AuthRevReqTBE"
+#define NID_setct_AuthRevReqTBE		577
+#define OBJ_setct_AuthRevReqTBE		OBJ_set_ctype,59L
+
+#define SN_setct_AuthRevResTBE		"setct-AuthRevResTBE"
+#define NID_setct_AuthRevResTBE		578
+#define OBJ_setct_AuthRevResTBE		OBJ_set_ctype,60L
+
+#define SN_setct_AuthRevResTBEB		"setct-AuthRevResTBEB"
+#define NID_setct_AuthRevResTBEB		579
+#define OBJ_setct_AuthRevResTBEB		OBJ_set_ctype,61L
+
+#define SN_setct_CapReqTBE		"setct-CapReqTBE"
+#define NID_setct_CapReqTBE		580
+#define OBJ_setct_CapReqTBE		OBJ_set_ctype,62L
+
+#define SN_setct_CapReqTBEX		"setct-CapReqTBEX"
+#define NID_setct_CapReqTBEX		581
+#define OBJ_setct_CapReqTBEX		OBJ_set_ctype,63L
+
+#define SN_setct_CapResTBE		"setct-CapResTBE"
+#define NID_setct_CapResTBE		582
+#define OBJ_setct_CapResTBE		OBJ_set_ctype,64L
+
+#define SN_setct_CapRevReqTBE		"setct-CapRevReqTBE"
+#define NID_setct_CapRevReqTBE		583
+#define OBJ_setct_CapRevReqTBE		OBJ_set_ctype,65L
+
+#define SN_setct_CapRevReqTBEX		"setct-CapRevReqTBEX"
+#define NID_setct_CapRevReqTBEX		584
+#define OBJ_setct_CapRevReqTBEX		OBJ_set_ctype,66L
+
+#define SN_setct_CapRevResTBE		"setct-CapRevResTBE"
+#define NID_setct_CapRevResTBE		585
+#define OBJ_setct_CapRevResTBE		OBJ_set_ctype,67L
+
+#define SN_setct_CredReqTBE		"setct-CredReqTBE"
+#define NID_setct_CredReqTBE		586
+#define OBJ_setct_CredReqTBE		OBJ_set_ctype,68L
+
+#define SN_setct_CredReqTBEX		"setct-CredReqTBEX"
+#define NID_setct_CredReqTBEX		587
+#define OBJ_setct_CredReqTBEX		OBJ_set_ctype,69L
+
+#define SN_setct_CredResTBE		"setct-CredResTBE"
+#define NID_setct_CredResTBE		588
+#define OBJ_setct_CredResTBE		OBJ_set_ctype,70L
+
+#define SN_setct_CredRevReqTBE		"setct-CredRevReqTBE"
+#define NID_setct_CredRevReqTBE		589
+#define OBJ_setct_CredRevReqTBE		OBJ_set_ctype,71L
+
+#define SN_setct_CredRevReqTBEX		"setct-CredRevReqTBEX"
+#define NID_setct_CredRevReqTBEX		590
+#define OBJ_setct_CredRevReqTBEX		OBJ_set_ctype,72L
+
+#define SN_setct_CredRevResTBE		"setct-CredRevResTBE"
+#define NID_setct_CredRevResTBE		591
+#define OBJ_setct_CredRevResTBE		OBJ_set_ctype,73L
+
+#define SN_setct_BatchAdminReqTBE		"setct-BatchAdminReqTBE"
+#define NID_setct_BatchAdminReqTBE		592
+#define OBJ_setct_BatchAdminReqTBE		OBJ_set_ctype,74L
+
+#define SN_setct_BatchAdminResTBE		"setct-BatchAdminResTBE"
+#define NID_setct_BatchAdminResTBE		593
+#define OBJ_setct_BatchAdminResTBE		OBJ_set_ctype,75L
+
+#define SN_setct_RegFormReqTBE		"setct-RegFormReqTBE"
+#define NID_setct_RegFormReqTBE		594
+#define OBJ_setct_RegFormReqTBE		OBJ_set_ctype,76L
+
+#define SN_setct_CertReqTBE		"setct-CertReqTBE"
+#define NID_setct_CertReqTBE		595
+#define OBJ_setct_CertReqTBE		OBJ_set_ctype,77L
+
+#define SN_setct_CertReqTBEX		"setct-CertReqTBEX"
+#define NID_setct_CertReqTBEX		596
+#define OBJ_setct_CertReqTBEX		OBJ_set_ctype,78L
+
+#define SN_setct_CertResTBE		"setct-CertResTBE"
+#define NID_setct_CertResTBE		597
+#define OBJ_setct_CertResTBE		OBJ_set_ctype,79L
+
+#define SN_setct_CRLNotificationTBS		"setct-CRLNotificationTBS"
+#define NID_setct_CRLNotificationTBS		598
+#define OBJ_setct_CRLNotificationTBS		OBJ_set_ctype,80L
+
+#define SN_setct_CRLNotificationResTBS		"setct-CRLNotificationResTBS"
+#define NID_setct_CRLNotificationResTBS		599
+#define OBJ_setct_CRLNotificationResTBS		OBJ_set_ctype,81L
+
+#define SN_setct_BCIDistributionTBS		"setct-BCIDistributionTBS"
+#define NID_setct_BCIDistributionTBS		600
+#define OBJ_setct_BCIDistributionTBS		OBJ_set_ctype,82L
+
+#define SN_setext_genCrypt		"setext-genCrypt"
+#define LN_setext_genCrypt		"generic cryptogram"
+#define NID_setext_genCrypt		601
+#define OBJ_setext_genCrypt		OBJ_set_msgExt,1L
+
+#define SN_setext_miAuth		"setext-miAuth"
+#define LN_setext_miAuth		"merchant initiated auth"
+#define NID_setext_miAuth		602
+#define OBJ_setext_miAuth		OBJ_set_msgExt,3L
+
+#define SN_setext_pinSecure		"setext-pinSecure"
+#define NID_setext_pinSecure		603
+#define OBJ_setext_pinSecure		OBJ_set_msgExt,4L
+
+#define SN_setext_pinAny		"setext-pinAny"
+#define NID_setext_pinAny		604
+#define OBJ_setext_pinAny		OBJ_set_msgExt,5L
+
+#define SN_setext_track2		"setext-track2"
+#define NID_setext_track2		605
+#define OBJ_setext_track2		OBJ_set_msgExt,7L
+
+#define SN_setext_cv		"setext-cv"
+#define LN_setext_cv		"additional verification"
+#define NID_setext_cv		606
+#define OBJ_setext_cv		OBJ_set_msgExt,8L
+
+#define SN_set_policy_root		"set-policy-root"
+#define NID_set_policy_root		607
+#define OBJ_set_policy_root		OBJ_set_policy,0L
+
+#define SN_setCext_hashedRoot		"setCext-hashedRoot"
+#define NID_setCext_hashedRoot		608
+#define OBJ_setCext_hashedRoot		OBJ_set_certExt,0L
+
+#define SN_setCext_certType		"setCext-certType"
+#define NID_setCext_certType		609
+#define OBJ_setCext_certType		OBJ_set_certExt,1L
+
+#define SN_setCext_merchData		"setCext-merchData"
+#define NID_setCext_merchData		610
+#define OBJ_setCext_merchData		OBJ_set_certExt,2L
+
+#define SN_setCext_cCertRequired		"setCext-cCertRequired"
+#define NID_setCext_cCertRequired		611
+#define OBJ_setCext_cCertRequired		OBJ_set_certExt,3L
+
+#define SN_setCext_tunneling		"setCext-tunneling"
+#define NID_setCext_tunneling		612
+#define OBJ_setCext_tunneling		OBJ_set_certExt,4L
+
+#define SN_setCext_setExt		"setCext-setExt"
+#define NID_setCext_setExt		613
+#define OBJ_setCext_setExt		OBJ_set_certExt,5L
+
+#define SN_setCext_setQualf		"setCext-setQualf"
+#define NID_setCext_setQualf		614
+#define OBJ_setCext_setQualf		OBJ_set_certExt,6L
+
+#define SN_setCext_PGWYcapabilities		"setCext-PGWYcapabilities"
+#define NID_setCext_PGWYcapabilities		615
+#define OBJ_setCext_PGWYcapabilities		OBJ_set_certExt,7L
+
+#define SN_setCext_TokenIdentifier		"setCext-TokenIdentifier"
+#define NID_setCext_TokenIdentifier		616
+#define OBJ_setCext_TokenIdentifier		OBJ_set_certExt,8L
+
+#define SN_setCext_Track2Data		"setCext-Track2Data"
+#define NID_setCext_Track2Data		617
+#define OBJ_setCext_Track2Data		OBJ_set_certExt,9L
+
+#define SN_setCext_TokenType		"setCext-TokenType"
+#define NID_setCext_TokenType		618
+#define OBJ_setCext_TokenType		OBJ_set_certExt,10L
+
+#define SN_setCext_IssuerCapabilities		"setCext-IssuerCapabilities"
+#define NID_setCext_IssuerCapabilities		619
+#define OBJ_setCext_IssuerCapabilities		OBJ_set_certExt,11L
+
+#define SN_setAttr_Cert		"setAttr-Cert"
+#define NID_setAttr_Cert		620
+#define OBJ_setAttr_Cert		OBJ_set_attr,0L
+
+#define SN_setAttr_PGWYcap		"setAttr-PGWYcap"
+#define LN_setAttr_PGWYcap		"payment gateway capabilities"
+#define NID_setAttr_PGWYcap		621
+#define OBJ_setAttr_PGWYcap		OBJ_set_attr,1L
+
+#define SN_setAttr_TokenType		"setAttr-TokenType"
+#define NID_setAttr_TokenType		622
+#define OBJ_setAttr_TokenType		OBJ_set_attr,2L
+
+#define SN_setAttr_IssCap		"setAttr-IssCap"
+#define LN_setAttr_IssCap		"issuer capabilities"
+#define NID_setAttr_IssCap		623
+#define OBJ_setAttr_IssCap		OBJ_set_attr,3L
+
+#define SN_set_rootKeyThumb		"set-rootKeyThumb"
+#define NID_set_rootKeyThumb		624
+#define OBJ_set_rootKeyThumb		OBJ_setAttr_Cert,0L
+
+#define SN_set_addPolicy		"set-addPolicy"
+#define NID_set_addPolicy		625
+#define OBJ_set_addPolicy		OBJ_setAttr_Cert,1L
+
+#define SN_setAttr_Token_EMV		"setAttr-Token-EMV"
+#define NID_setAttr_Token_EMV		626
+#define OBJ_setAttr_Token_EMV		OBJ_setAttr_TokenType,1L
+
+#define SN_setAttr_Token_B0Prime		"setAttr-Token-B0Prime"
+#define NID_setAttr_Token_B0Prime		627
+#define OBJ_setAttr_Token_B0Prime		OBJ_setAttr_TokenType,2L
+
+#define SN_setAttr_IssCap_CVM		"setAttr-IssCap-CVM"
+#define NID_setAttr_IssCap_CVM		628
+#define OBJ_setAttr_IssCap_CVM		OBJ_setAttr_IssCap,3L
+
+#define SN_setAttr_IssCap_T2		"setAttr-IssCap-T2"
+#define NID_setAttr_IssCap_T2		629
+#define OBJ_setAttr_IssCap_T2		OBJ_setAttr_IssCap,4L
+
+#define SN_setAttr_IssCap_Sig		"setAttr-IssCap-Sig"
+#define NID_setAttr_IssCap_Sig		630
+#define OBJ_setAttr_IssCap_Sig		OBJ_setAttr_IssCap,5L
+
+#define SN_setAttr_GenCryptgrm		"setAttr-GenCryptgrm"
+#define LN_setAttr_GenCryptgrm		"generate cryptogram"
+#define NID_setAttr_GenCryptgrm		631
+#define OBJ_setAttr_GenCryptgrm		OBJ_setAttr_IssCap_CVM,1L
+
+#define SN_setAttr_T2Enc		"setAttr-T2Enc"
+#define LN_setAttr_T2Enc		"encrypted track 2"
+#define NID_setAttr_T2Enc		632
+#define OBJ_setAttr_T2Enc		OBJ_setAttr_IssCap_T2,1L
+
+#define SN_setAttr_T2cleartxt		"setAttr-T2cleartxt"
+#define LN_setAttr_T2cleartxt		"cleartext track 2"
+#define NID_setAttr_T2cleartxt		633
+#define OBJ_setAttr_T2cleartxt		OBJ_setAttr_IssCap_T2,2L
+
+#define SN_setAttr_TokICCsig		"setAttr-TokICCsig"
+#define LN_setAttr_TokICCsig		"ICC or token signature"
+#define NID_setAttr_TokICCsig		634
+#define OBJ_setAttr_TokICCsig		OBJ_setAttr_IssCap_Sig,1L
+
+#define SN_setAttr_SecDevSig		"setAttr-SecDevSig"
+#define LN_setAttr_SecDevSig		"secure device signature"
+#define NID_setAttr_SecDevSig		635
+#define OBJ_setAttr_SecDevSig		OBJ_setAttr_IssCap_Sig,2L
+
+#define SN_set_brand_IATA_ATA		"set-brand-IATA-ATA"
+#define NID_set_brand_IATA_ATA		636
+#define OBJ_set_brand_IATA_ATA		OBJ_set_brand,1L
+
+#define SN_set_brand_Diners		"set-brand-Diners"
+#define NID_set_brand_Diners		637
+#define OBJ_set_brand_Diners		OBJ_set_brand,30L
+
+#define SN_set_brand_AmericanExpress		"set-brand-AmericanExpress"
+#define NID_set_brand_AmericanExpress		638
+#define OBJ_set_brand_AmericanExpress		OBJ_set_brand,34L
+
+#define SN_set_brand_JCB		"set-brand-JCB"
+#define NID_set_brand_JCB		639
+#define OBJ_set_brand_JCB		OBJ_set_brand,35L
+
+#define SN_set_brand_Visa		"set-brand-Visa"
+#define NID_set_brand_Visa		640
+#define OBJ_set_brand_Visa		OBJ_set_brand,4L
+
+#define SN_set_brand_MasterCard		"set-brand-MasterCard"
+#define NID_set_brand_MasterCard		641
+#define OBJ_set_brand_MasterCard		OBJ_set_brand,5L
+
+#define SN_set_brand_Novus		"set-brand-Novus"
+#define NID_set_brand_Novus		642
+#define OBJ_set_brand_Novus		OBJ_set_brand,6011L
+
+#define SN_des_cdmf		"DES-CDMF"
+#define LN_des_cdmf		"des-cdmf"
+#define NID_des_cdmf		643
+#define OBJ_des_cdmf		OBJ_rsadsi,3L,10L
+
+#define SN_rsaOAEPEncryptionSET		"rsaOAEPEncryptionSET"
+#define NID_rsaOAEPEncryptionSET		644
+#define OBJ_rsaOAEPEncryptionSET		OBJ_rsadsi,1L,1L,6L
+
+#define SN_ipsec3		"Oakley-EC2N-3"
+#define LN_ipsec3		"ipsec3"
+#define NID_ipsec3		749
+
+#define SN_ipsec4		"Oakley-EC2N-4"
+#define LN_ipsec4		"ipsec4"
+#define NID_ipsec4		750
+
+#define SN_whirlpool		"whirlpool"
+#define NID_whirlpool		804
+#define OBJ_whirlpool		OBJ_iso,0L,10118L,3L,0L,55L
+
+#define SN_cryptopro		"cryptopro"
+#define NID_cryptopro		805
+#define OBJ_cryptopro		OBJ_member_body,643L,2L,2L
+
+#define SN_cryptocom		"cryptocom"
+#define NID_cryptocom		806
+#define OBJ_cryptocom		OBJ_member_body,643L,2L,9L
+
+#define SN_id_GostR3411_94_with_GostR3410_2001		"id-GostR3411-94-with-GostR3410-2001"
+#define LN_id_GostR3411_94_with_GostR3410_2001		"GOST R 34.11-94 with GOST R 34.10-2001"
+#define NID_id_GostR3411_94_with_GostR3410_2001		807
+#define OBJ_id_GostR3411_94_with_GostR3410_2001		OBJ_cryptopro,3L
+
+#define SN_id_GostR3411_94_with_GostR3410_94		"id-GostR3411-94-with-GostR3410-94"
+#define LN_id_GostR3411_94_with_GostR3410_94		"GOST R 34.11-94 with GOST R 34.10-94"
+#define NID_id_GostR3411_94_with_GostR3410_94		808
+#define OBJ_id_GostR3411_94_with_GostR3410_94		OBJ_cryptopro,4L
+
+#define SN_id_GostR3411_94		"md_gost94"
+#define LN_id_GostR3411_94		"GOST R 34.11-94"
+#define NID_id_GostR3411_94		809
+#define OBJ_id_GostR3411_94		OBJ_cryptopro,9L
+
+#define SN_id_HMACGostR3411_94		"id-HMACGostR3411-94"
+#define LN_id_HMACGostR3411_94		"HMAC GOST 34.11-94"
+#define NID_id_HMACGostR3411_94		810
+#define OBJ_id_HMACGostR3411_94		OBJ_cryptopro,10L
+
+#define SN_id_GostR3410_2001		"gost2001"
+#define LN_id_GostR3410_2001		"GOST R 34.10-2001"
+#define NID_id_GostR3410_2001		811
+#define OBJ_id_GostR3410_2001		OBJ_cryptopro,19L
+
+#define SN_id_GostR3410_94		"gost94"
+#define LN_id_GostR3410_94		"GOST R 34.10-94"
+#define NID_id_GostR3410_94		812
+#define OBJ_id_GostR3410_94		OBJ_cryptopro,20L
+
+#define SN_id_Gost28147_89		"gost89"
+#define LN_id_Gost28147_89		"GOST 28147-89"
+#define NID_id_Gost28147_89		813
+#define OBJ_id_Gost28147_89		OBJ_cryptopro,21L
+
+#define SN_gost89_cnt		"gost89-cnt"
+#define NID_gost89_cnt		814
+
+#define SN_id_Gost28147_89_MAC		"gost-mac"
+#define LN_id_Gost28147_89_MAC		"GOST 28147-89 MAC"
+#define NID_id_Gost28147_89_MAC		815
+#define OBJ_id_Gost28147_89_MAC		OBJ_cryptopro,22L
+
+#define SN_id_GostR3411_94_prf		"prf-gostr3411-94"
+#define LN_id_GostR3411_94_prf		"GOST R 34.11-94 PRF"
+#define NID_id_GostR3411_94_prf		816
+#define OBJ_id_GostR3411_94_prf		OBJ_cryptopro,23L
+
+#define SN_id_GostR3410_2001DH		"id-GostR3410-2001DH"
+#define LN_id_GostR3410_2001DH		"GOST R 34.10-2001 DH"
+#define NID_id_GostR3410_2001DH		817
+#define OBJ_id_GostR3410_2001DH		OBJ_cryptopro,98L
+
+#define SN_id_GostR3410_94DH		"id-GostR3410-94DH"
+#define LN_id_GostR3410_94DH		"GOST R 34.10-94 DH"
+#define NID_id_GostR3410_94DH		818
+#define OBJ_id_GostR3410_94DH		OBJ_cryptopro,99L
+
+#define SN_id_Gost28147_89_CryptoPro_KeyMeshing		"id-Gost28147-89-CryptoPro-KeyMeshing"
+#define NID_id_Gost28147_89_CryptoPro_KeyMeshing		819
+#define OBJ_id_Gost28147_89_CryptoPro_KeyMeshing		OBJ_cryptopro,14L,1L
+
+#define SN_id_Gost28147_89_None_KeyMeshing		"id-Gost28147-89-None-KeyMeshing"
+#define NID_id_Gost28147_89_None_KeyMeshing		820
+#define OBJ_id_Gost28147_89_None_KeyMeshing		OBJ_cryptopro,14L,0L
+
+#define SN_id_GostR3411_94_TestParamSet		"id-GostR3411-94-TestParamSet"
+#define NID_id_GostR3411_94_TestParamSet		821
+#define OBJ_id_GostR3411_94_TestParamSet		OBJ_cryptopro,30L,0L
+
+#define SN_id_GostR3411_94_CryptoProParamSet		"id-GostR3411-94-CryptoProParamSet"
+#define NID_id_GostR3411_94_CryptoProParamSet		822
+#define OBJ_id_GostR3411_94_CryptoProParamSet		OBJ_cryptopro,30L,1L
+
+#define SN_id_Gost28147_89_TestParamSet		"id-Gost28147-89-TestParamSet"
+#define NID_id_Gost28147_89_TestParamSet		823
+#define OBJ_id_Gost28147_89_TestParamSet		OBJ_cryptopro,31L,0L
+
+#define SN_id_Gost28147_89_CryptoPro_A_ParamSet		"id-Gost28147-89-CryptoPro-A-ParamSet"
+#define NID_id_Gost28147_89_CryptoPro_A_ParamSet		824
+#define OBJ_id_Gost28147_89_CryptoPro_A_ParamSet		OBJ_cryptopro,31L,1L
+
+#define SN_id_Gost28147_89_CryptoPro_B_ParamSet		"id-Gost28147-89-CryptoPro-B-ParamSet"
+#define NID_id_Gost28147_89_CryptoPro_B_ParamSet		825
+#define OBJ_id_Gost28147_89_CryptoPro_B_ParamSet		OBJ_cryptopro,31L,2L
+
+#define SN_id_Gost28147_89_CryptoPro_C_ParamSet		"id-Gost28147-89-CryptoPro-C-ParamSet"
+#define NID_id_Gost28147_89_CryptoPro_C_ParamSet		826
+#define OBJ_id_Gost28147_89_CryptoPro_C_ParamSet		OBJ_cryptopro,31L,3L
+
+#define SN_id_Gost28147_89_CryptoPro_D_ParamSet		"id-Gost28147-89-CryptoPro-D-ParamSet"
+#define NID_id_Gost28147_89_CryptoPro_D_ParamSet		827
+#define OBJ_id_Gost28147_89_CryptoPro_D_ParamSet		OBJ_cryptopro,31L,4L
+
+#define SN_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet		"id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet"
+#define NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet		828
+#define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet		OBJ_cryptopro,31L,5L
+
+#define SN_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet		"id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet"
+#define NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet		829
+#define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet		OBJ_cryptopro,31L,6L
+
+#define SN_id_Gost28147_89_CryptoPro_RIC_1_ParamSet		"id-Gost28147-89-CryptoPro-RIC-1-ParamSet"
+#define NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet		830
+#define OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet		OBJ_cryptopro,31L,7L
+
+#define SN_id_GostR3410_94_TestParamSet		"id-GostR3410-94-TestParamSet"
+#define NID_id_GostR3410_94_TestParamSet		831
+#define OBJ_id_GostR3410_94_TestParamSet		OBJ_cryptopro,32L,0L
+
+#define SN_id_GostR3410_94_CryptoPro_A_ParamSet		"id-GostR3410-94-CryptoPro-A-ParamSet"
+#define NID_id_GostR3410_94_CryptoPro_A_ParamSet		832
+#define OBJ_id_GostR3410_94_CryptoPro_A_ParamSet		OBJ_cryptopro,32L,2L
+
+#define SN_id_GostR3410_94_CryptoPro_B_ParamSet		"id-GostR3410-94-CryptoPro-B-ParamSet"
+#define NID_id_GostR3410_94_CryptoPro_B_ParamSet		833
+#define OBJ_id_GostR3410_94_CryptoPro_B_ParamSet		OBJ_cryptopro,32L,3L
+
+#define SN_id_GostR3410_94_CryptoPro_C_ParamSet		"id-GostR3410-94-CryptoPro-C-ParamSet"
+#define NID_id_GostR3410_94_CryptoPro_C_ParamSet		834
+#define OBJ_id_GostR3410_94_CryptoPro_C_ParamSet		OBJ_cryptopro,32L,4L
+
+#define SN_id_GostR3410_94_CryptoPro_D_ParamSet		"id-GostR3410-94-CryptoPro-D-ParamSet"
+#define NID_id_GostR3410_94_CryptoPro_D_ParamSet		835
+#define OBJ_id_GostR3410_94_CryptoPro_D_ParamSet		OBJ_cryptopro,32L,5L
+
+#define SN_id_GostR3410_94_CryptoPro_XchA_ParamSet		"id-GostR3410-94-CryptoPro-XchA-ParamSet"
+#define NID_id_GostR3410_94_CryptoPro_XchA_ParamSet		836
+#define OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet		OBJ_cryptopro,33L,1L
+
+#define SN_id_GostR3410_94_CryptoPro_XchB_ParamSet		"id-GostR3410-94-CryptoPro-XchB-ParamSet"
+#define NID_id_GostR3410_94_CryptoPro_XchB_ParamSet		837
+#define OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet		OBJ_cryptopro,33L,2L
+
+#define SN_id_GostR3410_94_CryptoPro_XchC_ParamSet		"id-GostR3410-94-CryptoPro-XchC-ParamSet"
+#define NID_id_GostR3410_94_CryptoPro_XchC_ParamSet		838
+#define OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet		OBJ_cryptopro,33L,3L
+
+#define SN_id_GostR3410_2001_TestParamSet		"id-GostR3410-2001-TestParamSet"
+#define NID_id_GostR3410_2001_TestParamSet		839
+#define OBJ_id_GostR3410_2001_TestParamSet		OBJ_cryptopro,35L,0L
+
+#define SN_id_GostR3410_2001_CryptoPro_A_ParamSet		"id-GostR3410-2001-CryptoPro-A-ParamSet"
+#define NID_id_GostR3410_2001_CryptoPro_A_ParamSet		840
+#define OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet		OBJ_cryptopro,35L,1L
+
+#define SN_id_GostR3410_2001_CryptoPro_B_ParamSet		"id-GostR3410-2001-CryptoPro-B-ParamSet"
+#define NID_id_GostR3410_2001_CryptoPro_B_ParamSet		841
+#define OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet		OBJ_cryptopro,35L,2L
+
+#define SN_id_GostR3410_2001_CryptoPro_C_ParamSet		"id-GostR3410-2001-CryptoPro-C-ParamSet"
+#define NID_id_GostR3410_2001_CryptoPro_C_ParamSet		842
+#define OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet		OBJ_cryptopro,35L,3L
+
+#define SN_id_GostR3410_2001_CryptoPro_XchA_ParamSet		"id-GostR3410-2001-CryptoPro-XchA-ParamSet"
+#define NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet		843
+#define OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet		OBJ_cryptopro,36L,0L
+
+#define SN_id_GostR3410_2001_CryptoPro_XchB_ParamSet		"id-GostR3410-2001-CryptoPro-XchB-ParamSet"
+#define NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet		844
+#define OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet		OBJ_cryptopro,36L,1L
+
+#define SN_id_GostR3410_94_a		"id-GostR3410-94-a"
+#define NID_id_GostR3410_94_a		845
+#define OBJ_id_GostR3410_94_a		OBJ_id_GostR3410_94,1L
+
+#define SN_id_GostR3410_94_aBis		"id-GostR3410-94-aBis"
+#define NID_id_GostR3410_94_aBis		846
+#define OBJ_id_GostR3410_94_aBis		OBJ_id_GostR3410_94,2L
+
+#define SN_id_GostR3410_94_b		"id-GostR3410-94-b"
+#define NID_id_GostR3410_94_b		847
+#define OBJ_id_GostR3410_94_b		OBJ_id_GostR3410_94,3L
+
+#define SN_id_GostR3410_94_bBis		"id-GostR3410-94-bBis"
+#define NID_id_GostR3410_94_bBis		848
+#define OBJ_id_GostR3410_94_bBis		OBJ_id_GostR3410_94,4L
+
+#define SN_id_Gost28147_89_cc		"id-Gost28147-89-cc"
+#define LN_id_Gost28147_89_cc		"GOST 28147-89 Cryptocom ParamSet"
+#define NID_id_Gost28147_89_cc		849
+#define OBJ_id_Gost28147_89_cc		OBJ_cryptocom,1L,6L,1L
+
+#define SN_id_GostR3410_94_cc		"gost94cc"
+#define LN_id_GostR3410_94_cc		"GOST 34.10-94 Cryptocom"
+#define NID_id_GostR3410_94_cc		850
+#define OBJ_id_GostR3410_94_cc		OBJ_cryptocom,1L,5L,3L
+
+#define SN_id_GostR3410_2001_cc		"gost2001cc"
+#define LN_id_GostR3410_2001_cc		"GOST 34.10-2001 Cryptocom"
+#define NID_id_GostR3410_2001_cc		851
+#define OBJ_id_GostR3410_2001_cc		OBJ_cryptocom,1L,5L,4L
+
+#define SN_id_GostR3411_94_with_GostR3410_94_cc		"id-GostR3411-94-with-GostR3410-94-cc"
+#define LN_id_GostR3411_94_with_GostR3410_94_cc		"GOST R 34.11-94 with GOST R 34.10-94 Cryptocom"
+#define NID_id_GostR3411_94_with_GostR3410_94_cc		852
+#define OBJ_id_GostR3411_94_with_GostR3410_94_cc		OBJ_cryptocom,1L,3L,3L
+
+#define SN_id_GostR3411_94_with_GostR3410_2001_cc		"id-GostR3411-94-with-GostR3410-2001-cc"
+#define LN_id_GostR3411_94_with_GostR3410_2001_cc		"GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom"
+#define NID_id_GostR3411_94_with_GostR3410_2001_cc		853
+#define OBJ_id_GostR3411_94_with_GostR3410_2001_cc		OBJ_cryptocom,1L,3L,4L
+
+#define SN_id_GostR3410_2001_ParamSet_cc		"id-GostR3410-2001-ParamSet-cc"
+#define LN_id_GostR3410_2001_ParamSet_cc		"GOST R 3410-2001 Parameter Set Cryptocom"
+#define NID_id_GostR3410_2001_ParamSet_cc		854
+#define OBJ_id_GostR3410_2001_ParamSet_cc		OBJ_cryptocom,1L,8L,1L
+
+#define SN_camellia_128_cbc		"CAMELLIA-128-CBC"
+#define LN_camellia_128_cbc		"camellia-128-cbc"
+#define NID_camellia_128_cbc		751
+#define OBJ_camellia_128_cbc		1L,2L,392L,200011L,61L,1L,1L,1L,2L
+
+#define SN_camellia_192_cbc		"CAMELLIA-192-CBC"
+#define LN_camellia_192_cbc		"camellia-192-cbc"
+#define NID_camellia_192_cbc		752
+#define OBJ_camellia_192_cbc		1L,2L,392L,200011L,61L,1L,1L,1L,3L
+
+#define SN_camellia_256_cbc		"CAMELLIA-256-CBC"
+#define LN_camellia_256_cbc		"camellia-256-cbc"
+#define NID_camellia_256_cbc		753
+#define OBJ_camellia_256_cbc		1L,2L,392L,200011L,61L,1L,1L,1L,4L
+
+#define SN_id_camellia128_wrap		"id-camellia128-wrap"
+#define NID_id_camellia128_wrap		907
+#define OBJ_id_camellia128_wrap		1L,2L,392L,200011L,61L,1L,1L,3L,2L
+
+#define SN_id_camellia192_wrap		"id-camellia192-wrap"
+#define NID_id_camellia192_wrap		908
+#define OBJ_id_camellia192_wrap		1L,2L,392L,200011L,61L,1L,1L,3L,3L
+
+#define SN_id_camellia256_wrap		"id-camellia256-wrap"
+#define NID_id_camellia256_wrap		909
+#define OBJ_id_camellia256_wrap		1L,2L,392L,200011L,61L,1L,1L,3L,4L
+
+#define OBJ_ntt_ds		0L,3L,4401L,5L
+
+#define OBJ_camellia		OBJ_ntt_ds,3L,1L,9L
+
+#define SN_camellia_128_ecb		"CAMELLIA-128-ECB"
+#define LN_camellia_128_ecb		"camellia-128-ecb"
+#define NID_camellia_128_ecb		754
+#define OBJ_camellia_128_ecb		OBJ_camellia,1L
+
+#define SN_camellia_128_ofb128		"CAMELLIA-128-OFB"
+#define LN_camellia_128_ofb128		"camellia-128-ofb"
+#define NID_camellia_128_ofb128		766
+#define OBJ_camellia_128_ofb128		OBJ_camellia,3L
+
+#define SN_camellia_128_cfb128		"CAMELLIA-128-CFB"
+#define LN_camellia_128_cfb128		"camellia-128-cfb"
+#define NID_camellia_128_cfb128		757
+#define OBJ_camellia_128_cfb128		OBJ_camellia,4L
+
+#define SN_camellia_192_ecb		"CAMELLIA-192-ECB"
+#define LN_camellia_192_ecb		"camellia-192-ecb"
+#define NID_camellia_192_ecb		755
+#define OBJ_camellia_192_ecb		OBJ_camellia,21L
+
+#define SN_camellia_192_ofb128		"CAMELLIA-192-OFB"
+#define LN_camellia_192_ofb128		"camellia-192-ofb"
+#define NID_camellia_192_ofb128		767
+#define OBJ_camellia_192_ofb128		OBJ_camellia,23L
+
+#define SN_camellia_192_cfb128		"CAMELLIA-192-CFB"
+#define LN_camellia_192_cfb128		"camellia-192-cfb"
+#define NID_camellia_192_cfb128		758
+#define OBJ_camellia_192_cfb128		OBJ_camellia,24L
+
+#define SN_camellia_256_ecb		"CAMELLIA-256-ECB"
+#define LN_camellia_256_ecb		"camellia-256-ecb"
+#define NID_camellia_256_ecb		756
+#define OBJ_camellia_256_ecb		OBJ_camellia,41L
+
+#define SN_camellia_256_ofb128		"CAMELLIA-256-OFB"
+#define LN_camellia_256_ofb128		"camellia-256-ofb"
+#define NID_camellia_256_ofb128		768
+#define OBJ_camellia_256_ofb128		OBJ_camellia,43L
+
+#define SN_camellia_256_cfb128		"CAMELLIA-256-CFB"
+#define LN_camellia_256_cfb128		"camellia-256-cfb"
+#define NID_camellia_256_cfb128		759
+#define OBJ_camellia_256_cfb128		OBJ_camellia,44L
+
+#define SN_camellia_128_cfb1		"CAMELLIA-128-CFB1"
+#define LN_camellia_128_cfb1		"camellia-128-cfb1"
+#define NID_camellia_128_cfb1		760
+
+#define SN_camellia_192_cfb1		"CAMELLIA-192-CFB1"
+#define LN_camellia_192_cfb1		"camellia-192-cfb1"
+#define NID_camellia_192_cfb1		761
+
+#define SN_camellia_256_cfb1		"CAMELLIA-256-CFB1"
+#define LN_camellia_256_cfb1		"camellia-256-cfb1"
+#define NID_camellia_256_cfb1		762
+
+#define SN_camellia_128_cfb8		"CAMELLIA-128-CFB8"
+#define LN_camellia_128_cfb8		"camellia-128-cfb8"
+#define NID_camellia_128_cfb8		763
+
+#define SN_camellia_192_cfb8		"CAMELLIA-192-CFB8"
+#define LN_camellia_192_cfb8		"camellia-192-cfb8"
+#define NID_camellia_192_cfb8		764
+
+#define SN_camellia_256_cfb8		"CAMELLIA-256-CFB8"
+#define LN_camellia_256_cfb8		"camellia-256-cfb8"
+#define NID_camellia_256_cfb8		765
+
+#define SN_kisa		"KISA"
+#define LN_kisa		"kisa"
+#define NID_kisa		773
+#define OBJ_kisa		OBJ_member_body,410L,200004L
+
+#define SN_seed_ecb		"SEED-ECB"
+#define LN_seed_ecb		"seed-ecb"
+#define NID_seed_ecb		776
+#define OBJ_seed_ecb		OBJ_kisa,1L,3L
+
+#define SN_seed_cbc		"SEED-CBC"
+#define LN_seed_cbc		"seed-cbc"
+#define NID_seed_cbc		777
+#define OBJ_seed_cbc		OBJ_kisa,1L,4L
+
+#define SN_seed_cfb128		"SEED-CFB"
+#define LN_seed_cfb128		"seed-cfb"
+#define NID_seed_cfb128		779
+#define OBJ_seed_cfb128		OBJ_kisa,1L,5L
+
+#define SN_seed_ofb128		"SEED-OFB"
+#define LN_seed_ofb128		"seed-ofb"
+#define NID_seed_ofb128		778
+#define OBJ_seed_ofb128		OBJ_kisa,1L,6L
+
+#define SN_hmac		"HMAC"
+#define LN_hmac		"hmac"
+#define NID_hmac		855
+
+#define SN_cmac		"CMAC"
+#define LN_cmac		"cmac"
+#define NID_cmac		894
+
+#define SN_rc4_hmac_md5		"RC4-HMAC-MD5"
+#define LN_rc4_hmac_md5		"rc4-hmac-md5"
+#define NID_rc4_hmac_md5		915
+
+#define SN_aes_128_cbc_hmac_sha1		"AES-128-CBC-HMAC-SHA1"
+#define LN_aes_128_cbc_hmac_sha1		"aes-128-cbc-hmac-sha1"
+#define NID_aes_128_cbc_hmac_sha1		916
+
+#define SN_aes_192_cbc_hmac_sha1		"AES-192-CBC-HMAC-SHA1"
+#define LN_aes_192_cbc_hmac_sha1		"aes-192-cbc-hmac-sha1"
+#define NID_aes_192_cbc_hmac_sha1		917
+
+#define SN_aes_256_cbc_hmac_sha1		"AES-256-CBC-HMAC-SHA1"
+#define LN_aes_256_cbc_hmac_sha1		"aes-256-cbc-hmac-sha1"
+#define NID_aes_256_cbc_hmac_sha1		918
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/objects.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/objects.h
new file mode 100755
index 0000000000000000000000000000000000000000..a0621ae40ca6f4d790afaa4201a5fbf5cf4de8d2
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/objects.h
@@ -0,0 +1,1138 @@
+/* crypto/objects/objects.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_OBJECTS_H
+#define HEADER_OBJECTS_H
+
+#define USE_OBJ_MAC
+
+#ifdef USE_OBJ_MAC
+#include <APOpenSSL/obj_mac.h>
+#else
+#define SN_undef			"UNDEF"
+#define LN_undef			"undefined"
+#define NID_undef			0
+#define OBJ_undef			0L
+
+#define SN_Algorithm			"Algorithm"
+#define LN_algorithm			"algorithm"
+#define NID_algorithm			38
+#define OBJ_algorithm			1L,3L,14L,3L,2L
+
+#define LN_rsadsi			"rsadsi"
+#define NID_rsadsi			1
+#define OBJ_rsadsi			1L,2L,840L,113549L
+
+#define LN_pkcs				"pkcs"
+#define NID_pkcs			2
+#define OBJ_pkcs			OBJ_rsadsi,1L
+
+#define SN_md2				"MD2"
+#define LN_md2				"md2"
+#define NID_md2				3
+#define OBJ_md2				OBJ_rsadsi,2L,2L
+
+#define SN_md5				"MD5"
+#define LN_md5				"md5"
+#define NID_md5				4
+#define OBJ_md5				OBJ_rsadsi,2L,5L
+
+#define SN_rc4				"RC4"
+#define LN_rc4				"rc4"
+#define NID_rc4				5
+#define OBJ_rc4				OBJ_rsadsi,3L,4L
+
+#define LN_rsaEncryption		"rsaEncryption"
+#define NID_rsaEncryption		6
+#define OBJ_rsaEncryption		OBJ_pkcs,1L,1L
+
+#define SN_md2WithRSAEncryption		"RSA-MD2"
+#define LN_md2WithRSAEncryption		"md2WithRSAEncryption"
+#define NID_md2WithRSAEncryption	7
+#define OBJ_md2WithRSAEncryption	OBJ_pkcs,1L,2L
+
+#define SN_md5WithRSAEncryption		"RSA-MD5"
+#define LN_md5WithRSAEncryption		"md5WithRSAEncryption"
+#define NID_md5WithRSAEncryption	8
+#define OBJ_md5WithRSAEncryption	OBJ_pkcs,1L,4L
+
+#define SN_pbeWithMD2AndDES_CBC		"PBE-MD2-DES"
+#define LN_pbeWithMD2AndDES_CBC		"pbeWithMD2AndDES-CBC"
+#define NID_pbeWithMD2AndDES_CBC	9
+#define OBJ_pbeWithMD2AndDES_CBC	OBJ_pkcs,5L,1L
+
+#define SN_pbeWithMD5AndDES_CBC		"PBE-MD5-DES"
+#define LN_pbeWithMD5AndDES_CBC		"pbeWithMD5AndDES-CBC"
+#define NID_pbeWithMD5AndDES_CBC	10
+#define OBJ_pbeWithMD5AndDES_CBC	OBJ_pkcs,5L,3L
+
+#define LN_X500				"X500"
+#define NID_X500			11
+#define OBJ_X500			2L,5L
+
+#define LN_X509				"X509"
+#define NID_X509			12
+#define OBJ_X509			OBJ_X500,4L
+
+#define SN_commonName			"CN"
+#define LN_commonName			"commonName"
+#define NID_commonName			13
+#define OBJ_commonName			OBJ_X509,3L
+
+#define SN_countryName			"C"
+#define LN_countryName			"countryName"
+#define NID_countryName			14
+#define OBJ_countryName			OBJ_X509,6L
+
+#define SN_localityName			"L"
+#define LN_localityName			"localityName"
+#define NID_localityName		15
+#define OBJ_localityName		OBJ_X509,7L
+
+/* Postal Address? PA */
+
+/* should be "ST" (rfc1327) but MS uses 'S' */
+#define SN_stateOrProvinceName		"ST"
+#define LN_stateOrProvinceName		"stateOrProvinceName"
+#define NID_stateOrProvinceName		16
+#define OBJ_stateOrProvinceName		OBJ_X509,8L
+
+#define SN_organizationName		"O"
+#define LN_organizationName		"organizationName"
+#define NID_organizationName		17
+#define OBJ_organizationName		OBJ_X509,10L
+
+#define SN_organizationalUnitName	"OU"
+#define LN_organizationalUnitName	"organizationalUnitName"
+#define NID_organizationalUnitName	18
+#define OBJ_organizationalUnitName	OBJ_X509,11L
+
+#define SN_rsa				"RSA"
+#define LN_rsa				"rsa"
+#define NID_rsa				19
+#define OBJ_rsa				OBJ_X500,8L,1L,1L
+
+#define LN_pkcs7			"pkcs7"
+#define NID_pkcs7			20
+#define OBJ_pkcs7			OBJ_pkcs,7L
+
+#define LN_pkcs7_data			"pkcs7-data"
+#define NID_pkcs7_data			21
+#define OBJ_pkcs7_data			OBJ_pkcs7,1L
+
+#define LN_pkcs7_signed			"pkcs7-signedData"
+#define NID_pkcs7_signed		22
+#define OBJ_pkcs7_signed		OBJ_pkcs7,2L
+
+#define LN_pkcs7_enveloped		"pkcs7-envelopedData"
+#define NID_pkcs7_enveloped		23
+#define OBJ_pkcs7_enveloped		OBJ_pkcs7,3L
+
+#define LN_pkcs7_signedAndEnveloped	"pkcs7-signedAndEnvelopedData"
+#define NID_pkcs7_signedAndEnveloped	24
+#define OBJ_pkcs7_signedAndEnveloped	OBJ_pkcs7,4L
+
+#define LN_pkcs7_digest			"pkcs7-digestData"
+#define NID_pkcs7_digest		25
+#define OBJ_pkcs7_digest		OBJ_pkcs7,5L
+
+#define LN_pkcs7_encrypted		"pkcs7-encryptedData"
+#define NID_pkcs7_encrypted		26
+#define OBJ_pkcs7_encrypted		OBJ_pkcs7,6L
+
+#define LN_pkcs3			"pkcs3"
+#define NID_pkcs3			27
+#define OBJ_pkcs3			OBJ_pkcs,3L
+
+#define LN_dhKeyAgreement		"dhKeyAgreement"
+#define NID_dhKeyAgreement		28
+#define OBJ_dhKeyAgreement		OBJ_pkcs3,1L
+
+#define SN_des_ecb			"DES-ECB"
+#define LN_des_ecb			"des-ecb"
+#define NID_des_ecb			29
+#define OBJ_des_ecb			OBJ_algorithm,6L
+
+#define SN_des_cfb64			"DES-CFB"
+#define LN_des_cfb64			"des-cfb"
+#define NID_des_cfb64			30
+/* IV + num */
+#define OBJ_des_cfb64			OBJ_algorithm,9L
+
+#define SN_des_cbc			"DES-CBC"
+#define LN_des_cbc			"des-cbc"
+#define NID_des_cbc			31
+/* IV */
+#define OBJ_des_cbc			OBJ_algorithm,7L
+
+#define SN_des_ede			"DES-EDE"
+#define LN_des_ede			"des-ede"
+#define NID_des_ede			32
+/* ?? */
+#define OBJ_des_ede			OBJ_algorithm,17L
+
+#define SN_des_ede3			"DES-EDE3"
+#define LN_des_ede3			"des-ede3"
+#define NID_des_ede3			33
+
+#define SN_idea_cbc			"IDEA-CBC"
+#define LN_idea_cbc			"idea-cbc"
+#define NID_idea_cbc			34
+#define OBJ_idea_cbc			1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L
+
+#define SN_idea_cfb64			"IDEA-CFB"
+#define LN_idea_cfb64			"idea-cfb"
+#define NID_idea_cfb64			35
+
+#define SN_idea_ecb			"IDEA-ECB"
+#define LN_idea_ecb			"idea-ecb"
+#define NID_idea_ecb			36
+
+#define SN_rc2_cbc			"RC2-CBC"
+#define LN_rc2_cbc			"rc2-cbc"
+#define NID_rc2_cbc			37
+#define OBJ_rc2_cbc			OBJ_rsadsi,3L,2L
+
+#define SN_rc2_ecb			"RC2-ECB"
+#define LN_rc2_ecb			"rc2-ecb"
+#define NID_rc2_ecb			38
+
+#define SN_rc2_cfb64			"RC2-CFB"
+#define LN_rc2_cfb64			"rc2-cfb"
+#define NID_rc2_cfb64			39
+
+#define SN_rc2_ofb64			"RC2-OFB"
+#define LN_rc2_ofb64			"rc2-ofb"
+#define NID_rc2_ofb64			40
+
+#define SN_sha				"SHA"
+#define LN_sha				"sha"
+#define NID_sha				41
+#define OBJ_sha				OBJ_algorithm,18L
+
+#define SN_shaWithRSAEncryption		"RSA-SHA"
+#define LN_shaWithRSAEncryption		"shaWithRSAEncryption"
+#define NID_shaWithRSAEncryption	42
+#define OBJ_shaWithRSAEncryption	OBJ_algorithm,15L
+
+#define SN_des_ede_cbc			"DES-EDE-CBC"
+#define LN_des_ede_cbc			"des-ede-cbc"
+#define NID_des_ede_cbc			43
+
+#define SN_des_ede3_cbc			"DES-EDE3-CBC"
+#define LN_des_ede3_cbc			"des-ede3-cbc"
+#define NID_des_ede3_cbc		44
+#define OBJ_des_ede3_cbc		OBJ_rsadsi,3L,7L
+
+#define SN_des_ofb64			"DES-OFB"
+#define LN_des_ofb64			"des-ofb"
+#define NID_des_ofb64			45
+#define OBJ_des_ofb64			OBJ_algorithm,8L
+
+#define SN_idea_ofb64			"IDEA-OFB"
+#define LN_idea_ofb64			"idea-ofb"
+#define NID_idea_ofb64			46
+
+#define LN_pkcs9			"pkcs9"
+#define NID_pkcs9			47
+#define OBJ_pkcs9			OBJ_pkcs,9L
+
+#define SN_pkcs9_emailAddress		"Email"
+#define LN_pkcs9_emailAddress		"emailAddress"
+#define NID_pkcs9_emailAddress		48
+#define OBJ_pkcs9_emailAddress		OBJ_pkcs9,1L
+
+#define LN_pkcs9_unstructuredName	"unstructuredName"
+#define NID_pkcs9_unstructuredName	49
+#define OBJ_pkcs9_unstructuredName	OBJ_pkcs9,2L
+
+#define LN_pkcs9_contentType		"contentType"
+#define NID_pkcs9_contentType		50
+#define OBJ_pkcs9_contentType		OBJ_pkcs9,3L
+
+#define LN_pkcs9_messageDigest		"messageDigest"
+#define NID_pkcs9_messageDigest		51
+#define OBJ_pkcs9_messageDigest		OBJ_pkcs9,4L
+
+#define LN_pkcs9_signingTime		"signingTime"
+#define NID_pkcs9_signingTime		52
+#define OBJ_pkcs9_signingTime		OBJ_pkcs9,5L
+
+#define LN_pkcs9_countersignature	"countersignature"
+#define NID_pkcs9_countersignature	53
+#define OBJ_pkcs9_countersignature	OBJ_pkcs9,6L
+
+#define LN_pkcs9_challengePassword	"challengePassword"
+#define NID_pkcs9_challengePassword	54
+#define OBJ_pkcs9_challengePassword	OBJ_pkcs9,7L
+
+#define LN_pkcs9_unstructuredAddress	"unstructuredAddress"
+#define NID_pkcs9_unstructuredAddress	55
+#define OBJ_pkcs9_unstructuredAddress	OBJ_pkcs9,8L
+
+#define LN_pkcs9_extCertAttributes	"extendedCertificateAttributes"
+#define NID_pkcs9_extCertAttributes	56
+#define OBJ_pkcs9_extCertAttributes	OBJ_pkcs9,9L
+
+#define SN_netscape			"Netscape"
+#define LN_netscape			"Netscape Communications Corp."
+#define NID_netscape			57
+#define OBJ_netscape			2L,16L,840L,1L,113730L
+
+#define SN_netscape_cert_extension	"nsCertExt"
+#define LN_netscape_cert_extension	"Netscape Certificate Extension"
+#define NID_netscape_cert_extension	58
+#define OBJ_netscape_cert_extension	OBJ_netscape,1L
+
+#define SN_netscape_data_type		"nsDataType"
+#define LN_netscape_data_type		"Netscape Data Type"
+#define NID_netscape_data_type		59
+#define OBJ_netscape_data_type		OBJ_netscape,2L
+
+#define SN_des_ede_cfb64		"DES-EDE-CFB"
+#define LN_des_ede_cfb64		"des-ede-cfb"
+#define NID_des_ede_cfb64		60
+
+#define SN_des_ede3_cfb64		"DES-EDE3-CFB"
+#define LN_des_ede3_cfb64		"des-ede3-cfb"
+#define NID_des_ede3_cfb64		61
+
+#define SN_des_ede_ofb64		"DES-EDE-OFB"
+#define LN_des_ede_ofb64		"des-ede-ofb"
+#define NID_des_ede_ofb64		62
+
+#define SN_des_ede3_ofb64		"DES-EDE3-OFB"
+#define LN_des_ede3_ofb64		"des-ede3-ofb"
+#define NID_des_ede3_ofb64		63
+
+/* I'm not sure about the object ID */
+#define SN_sha1				"SHA1"
+#define LN_sha1				"sha1"
+#define NID_sha1			64
+#define OBJ_sha1			OBJ_algorithm,26L
+/* 28 Jun 1996 - eay */
+/* #define OBJ_sha1			1L,3L,14L,2L,26L,05L <- wrong */
+
+#define SN_sha1WithRSAEncryption	"RSA-SHA1"
+#define LN_sha1WithRSAEncryption	"sha1WithRSAEncryption"
+#define NID_sha1WithRSAEncryption	65
+#define OBJ_sha1WithRSAEncryption	OBJ_pkcs,1L,5L
+
+#define SN_dsaWithSHA			"DSA-SHA"
+#define LN_dsaWithSHA			"dsaWithSHA"
+#define NID_dsaWithSHA			66
+#define OBJ_dsaWithSHA			OBJ_algorithm,13L
+
+#define SN_dsa_2			"DSA-old"
+#define LN_dsa_2			"dsaEncryption-old"
+#define NID_dsa_2			67
+#define OBJ_dsa_2			OBJ_algorithm,12L
+
+/* proposed by microsoft to RSA */
+#define SN_pbeWithSHA1AndRC2_CBC	"PBE-SHA1-RC2-64"
+#define LN_pbeWithSHA1AndRC2_CBC	"pbeWithSHA1AndRC2-CBC"
+#define NID_pbeWithSHA1AndRC2_CBC	68
+#define OBJ_pbeWithSHA1AndRC2_CBC	OBJ_pkcs,5L,11L 
+
+/* proposed by microsoft to RSA as pbeWithSHA1AndRC4: it is now
+ * defined explicitly in PKCS#5 v2.0 as id-PBKDF2 which is something
+ * completely different.
+ */
+#define LN_id_pbkdf2			"PBKDF2"
+#define NID_id_pbkdf2			69
+#define OBJ_id_pbkdf2			OBJ_pkcs,5L,12L 
+
+#define SN_dsaWithSHA1_2		"DSA-SHA1-old"
+#define LN_dsaWithSHA1_2		"dsaWithSHA1-old"
+#define NID_dsaWithSHA1_2		70
+/* Got this one from 'sdn706r20.pdf' which is actually an NSA document :-) */
+#define OBJ_dsaWithSHA1_2		OBJ_algorithm,27L
+
+#define SN_netscape_cert_type		"nsCertType"
+#define LN_netscape_cert_type		"Netscape Cert Type"
+#define NID_netscape_cert_type		71
+#define OBJ_netscape_cert_type		OBJ_netscape_cert_extension,1L
+
+#define SN_netscape_base_url		"nsBaseUrl"
+#define LN_netscape_base_url		"Netscape Base Url"
+#define NID_netscape_base_url		72
+#define OBJ_netscape_base_url		OBJ_netscape_cert_extension,2L
+
+#define SN_netscape_revocation_url	"nsRevocationUrl"
+#define LN_netscape_revocation_url	"Netscape Revocation Url"
+#define NID_netscape_revocation_url	73
+#define OBJ_netscape_revocation_url	OBJ_netscape_cert_extension,3L
+
+#define SN_netscape_ca_revocation_url	"nsCaRevocationUrl"
+#define LN_netscape_ca_revocation_url	"Netscape CA Revocation Url"
+#define NID_netscape_ca_revocation_url	74
+#define OBJ_netscape_ca_revocation_url	OBJ_netscape_cert_extension,4L
+
+#define SN_netscape_renewal_url		"nsRenewalUrl"
+#define LN_netscape_renewal_url		"Netscape Renewal Url"
+#define NID_netscape_renewal_url	75
+#define OBJ_netscape_renewal_url	OBJ_netscape_cert_extension,7L
+
+#define SN_netscape_ca_policy_url	"nsCaPolicyUrl"
+#define LN_netscape_ca_policy_url	"Netscape CA Policy Url"
+#define NID_netscape_ca_policy_url	76
+#define OBJ_netscape_ca_policy_url	OBJ_netscape_cert_extension,8L
+
+#define SN_netscape_ssl_server_name	"nsSslServerName"
+#define LN_netscape_ssl_server_name	"Netscape SSL Server Name"
+#define NID_netscape_ssl_server_name	77
+#define OBJ_netscape_ssl_server_name	OBJ_netscape_cert_extension,12L
+
+#define SN_netscape_comment		"nsComment"
+#define LN_netscape_comment		"Netscape Comment"
+#define NID_netscape_comment		78
+#define OBJ_netscape_comment		OBJ_netscape_cert_extension,13L
+
+#define SN_netscape_cert_sequence	"nsCertSequence"
+#define LN_netscape_cert_sequence	"Netscape Certificate Sequence"
+#define NID_netscape_cert_sequence	79
+#define OBJ_netscape_cert_sequence	OBJ_netscape_data_type,5L
+
+#define SN_desx_cbc			"DESX-CBC"
+#define LN_desx_cbc			"desx-cbc"
+#define NID_desx_cbc			80
+
+#define SN_id_ce			"id-ce"
+#define NID_id_ce			81
+#define OBJ_id_ce			2L,5L,29L
+
+#define SN_subject_key_identifier	"subjectKeyIdentifier"
+#define LN_subject_key_identifier	"X509v3 Subject Key Identifier"
+#define NID_subject_key_identifier	82
+#define OBJ_subject_key_identifier	OBJ_id_ce,14L
+
+#define SN_key_usage			"keyUsage"
+#define LN_key_usage			"X509v3 Key Usage"
+#define NID_key_usage			83
+#define OBJ_key_usage			OBJ_id_ce,15L
+
+#define SN_private_key_usage_period	"privateKeyUsagePeriod"
+#define LN_private_key_usage_period	"X509v3 Private Key Usage Period"
+#define NID_private_key_usage_period	84
+#define OBJ_private_key_usage_period	OBJ_id_ce,16L
+
+#define SN_subject_alt_name		"subjectAltName"
+#define LN_subject_alt_name		"X509v3 Subject Alternative Name"
+#define NID_subject_alt_name		85
+#define OBJ_subject_alt_name		OBJ_id_ce,17L
+
+#define SN_issuer_alt_name		"issuerAltName"
+#define LN_issuer_alt_name		"X509v3 Issuer Alternative Name"
+#define NID_issuer_alt_name		86
+#define OBJ_issuer_alt_name		OBJ_id_ce,18L
+
+#define SN_basic_constraints		"basicConstraints"
+#define LN_basic_constraints		"X509v3 Basic Constraints"
+#define NID_basic_constraints		87
+#define OBJ_basic_constraints		OBJ_id_ce,19L
+
+#define SN_crl_number			"crlNumber"
+#define LN_crl_number			"X509v3 CRL Number"
+#define NID_crl_number			88
+#define OBJ_crl_number			OBJ_id_ce,20L
+
+#define SN_certificate_policies		"certificatePolicies"
+#define LN_certificate_policies		"X509v3 Certificate Policies"
+#define NID_certificate_policies	89
+#define OBJ_certificate_policies	OBJ_id_ce,32L
+
+#define SN_authority_key_identifier	"authorityKeyIdentifier"
+#define LN_authority_key_identifier	"X509v3 Authority Key Identifier"
+#define NID_authority_key_identifier	90
+#define OBJ_authority_key_identifier	OBJ_id_ce,35L
+
+#define SN_bf_cbc			"BF-CBC"
+#define LN_bf_cbc			"bf-cbc"
+#define NID_bf_cbc			91
+#define OBJ_bf_cbc			1L,3L,6L,1L,4L,1L,3029L,1L,2L
+
+#define SN_bf_ecb			"BF-ECB"
+#define LN_bf_ecb			"bf-ecb"
+#define NID_bf_ecb			92
+
+#define SN_bf_cfb64			"BF-CFB"
+#define LN_bf_cfb64			"bf-cfb"
+#define NID_bf_cfb64			93
+
+#define SN_bf_ofb64			"BF-OFB"
+#define LN_bf_ofb64			"bf-ofb"
+#define NID_bf_ofb64			94
+
+#define SN_mdc2				"MDC2"
+#define LN_mdc2				"mdc2"
+#define NID_mdc2			95
+#define OBJ_mdc2			2L,5L,8L,3L,101L
+/* An alternative?			1L,3L,14L,3L,2L,19L */
+
+#define SN_mdc2WithRSA			"RSA-MDC2"
+#define LN_mdc2WithRSA			"mdc2withRSA"
+#define NID_mdc2WithRSA			96
+#define OBJ_mdc2WithRSA			2L,5L,8L,3L,100L
+
+#define SN_rc4_40			"RC4-40"
+#define LN_rc4_40			"rc4-40"
+#define NID_rc4_40			97
+
+#define SN_rc2_40_cbc			"RC2-40-CBC"
+#define LN_rc2_40_cbc			"rc2-40-cbc"
+#define NID_rc2_40_cbc			98
+
+#define SN_givenName			"G"
+#define LN_givenName			"givenName"
+#define NID_givenName			99
+#define OBJ_givenName			OBJ_X509,42L
+
+#define SN_surname			"S"
+#define LN_surname			"surname"
+#define NID_surname			100
+#define OBJ_surname			OBJ_X509,4L
+
+#define SN_initials			"I"
+#define LN_initials			"initials"
+#define NID_initials			101
+#define OBJ_initials			OBJ_X509,43L
+
+#define SN_uniqueIdentifier		"UID"
+#define LN_uniqueIdentifier		"uniqueIdentifier"
+#define NID_uniqueIdentifier		102
+#define OBJ_uniqueIdentifier		OBJ_X509,45L
+
+#define SN_crl_distribution_points	"crlDistributionPoints"
+#define LN_crl_distribution_points	"X509v3 CRL Distribution Points"
+#define NID_crl_distribution_points	103
+#define OBJ_crl_distribution_points	OBJ_id_ce,31L
+
+#define SN_md5WithRSA			"RSA-NP-MD5"
+#define LN_md5WithRSA			"md5WithRSA"
+#define NID_md5WithRSA			104
+#define OBJ_md5WithRSA			OBJ_algorithm,3L
+
+#define SN_serialNumber			"SN"
+#define LN_serialNumber			"serialNumber"
+#define NID_serialNumber		105
+#define OBJ_serialNumber		OBJ_X509,5L
+
+#define SN_title			"T"
+#define LN_title			"title"
+#define NID_title			106
+#define OBJ_title			OBJ_X509,12L
+
+#define SN_description			"D"
+#define LN_description			"description"
+#define NID_description			107
+#define OBJ_description			OBJ_X509,13L
+
+/* CAST5 is CAST-128, I'm just sticking with the documentation */
+#define SN_cast5_cbc			"CAST5-CBC"
+#define LN_cast5_cbc			"cast5-cbc"
+#define NID_cast5_cbc			108
+#define OBJ_cast5_cbc			1L,2L,840L,113533L,7L,66L,10L
+
+#define SN_cast5_ecb			"CAST5-ECB"
+#define LN_cast5_ecb			"cast5-ecb"
+#define NID_cast5_ecb			109
+
+#define SN_cast5_cfb64			"CAST5-CFB"
+#define LN_cast5_cfb64			"cast5-cfb"
+#define NID_cast5_cfb64			110
+
+#define SN_cast5_ofb64			"CAST5-OFB"
+#define LN_cast5_ofb64			"cast5-ofb"
+#define NID_cast5_ofb64			111
+
+#define LN_pbeWithMD5AndCast5_CBC	"pbeWithMD5AndCast5CBC"
+#define NID_pbeWithMD5AndCast5_CBC	112
+#define OBJ_pbeWithMD5AndCast5_CBC	1L,2L,840L,113533L,7L,66L,12L
+
+/* This is one sun will soon be using :-(
+ * id-dsa-with-sha1 ID  ::= {
+ *   iso(1) member-body(2) us(840) x9-57 (10040) x9cm(4) 3 }
+ */
+#define SN_dsaWithSHA1			"DSA-SHA1"
+#define LN_dsaWithSHA1			"dsaWithSHA1"
+#define NID_dsaWithSHA1			113
+#define OBJ_dsaWithSHA1			1L,2L,840L,10040L,4L,3L
+
+#define NID_md5_sha1			114
+#define SN_md5_sha1			"MD5-SHA1"
+#define LN_md5_sha1			"md5-sha1"
+
+#define SN_sha1WithRSA			"RSA-SHA1-2"
+#define LN_sha1WithRSA			"sha1WithRSA"
+#define NID_sha1WithRSA			115
+#define OBJ_sha1WithRSA			OBJ_algorithm,29L
+
+#define SN_dsa				"DSA"
+#define LN_dsa				"dsaEncryption"
+#define NID_dsa				116
+#define OBJ_dsa				1L,2L,840L,10040L,4L,1L
+
+#define SN_ripemd160			"RIPEMD160"
+#define LN_ripemd160			"ripemd160"
+#define NID_ripemd160			117
+#define OBJ_ripemd160			1L,3L,36L,3L,2L,1L
+
+/* The name should actually be rsaSignatureWithripemd160, but I'm going
+ * to continue using the convention I'm using with the other ciphers */
+#define SN_ripemd160WithRSA		"RSA-RIPEMD160"
+#define LN_ripemd160WithRSA		"ripemd160WithRSA"
+#define NID_ripemd160WithRSA		119
+#define OBJ_ripemd160WithRSA		1L,3L,36L,3L,3L,1L,2L
+
+/* Taken from rfc2040
+ *  RC5_CBC_Parameters ::= SEQUENCE {
+ *	version           INTEGER (v1_0(16)),
+ *	rounds            INTEGER (8..127),
+ *	blockSizeInBits   INTEGER (64, 128),
+ *	iv                OCTET STRING OPTIONAL
+ *	}
+ */
+#define SN_rc5_cbc			"RC5-CBC"
+#define LN_rc5_cbc			"rc5-cbc"
+#define NID_rc5_cbc			120
+#define OBJ_rc5_cbc			OBJ_rsadsi,3L,8L
+
+#define SN_rc5_ecb			"RC5-ECB"
+#define LN_rc5_ecb			"rc5-ecb"
+#define NID_rc5_ecb			121
+
+#define SN_rc5_cfb64			"RC5-CFB"
+#define LN_rc5_cfb64			"rc5-cfb"
+#define NID_rc5_cfb64			122
+
+#define SN_rc5_ofb64			"RC5-OFB"
+#define LN_rc5_ofb64			"rc5-ofb"
+#define NID_rc5_ofb64			123
+
+#define SN_rle_compression		"RLE"
+#define LN_rle_compression		"run length compression"
+#define NID_rle_compression		124
+#define OBJ_rle_compression		1L,1L,1L,1L,666L,1L
+
+#define SN_zlib_compression		"ZLIB"
+#define LN_zlib_compression		"zlib compression"
+#define NID_zlib_compression		125
+#define OBJ_zlib_compression		1L,1L,1L,1L,666L,2L
+
+#define SN_ext_key_usage		"extendedKeyUsage"
+#define LN_ext_key_usage		"X509v3 Extended Key Usage"
+#define NID_ext_key_usage		126
+#define OBJ_ext_key_usage		OBJ_id_ce,37
+
+#define SN_id_pkix			"PKIX"
+#define NID_id_pkix			127
+#define OBJ_id_pkix			1L,3L,6L,1L,5L,5L,7L
+
+#define SN_id_kp			"id-kp"
+#define NID_id_kp			128
+#define OBJ_id_kp			OBJ_id_pkix,3L
+
+/* PKIX extended key usage OIDs */
+
+#define SN_server_auth			"serverAuth"
+#define LN_server_auth			"TLS Web Server Authentication"
+#define NID_server_auth			129
+#define OBJ_server_auth			OBJ_id_kp,1L
+
+#define SN_client_auth			"clientAuth"
+#define LN_client_auth			"TLS Web Client Authentication"
+#define NID_client_auth			130
+#define OBJ_client_auth			OBJ_id_kp,2L
+
+#define SN_code_sign			"codeSigning"
+#define LN_code_sign			"Code Signing"
+#define NID_code_sign			131
+#define OBJ_code_sign			OBJ_id_kp,3L
+
+#define SN_email_protect		"emailProtection"
+#define LN_email_protect		"E-mail Protection"
+#define NID_email_protect		132
+#define OBJ_email_protect		OBJ_id_kp,4L
+
+#define SN_time_stamp			"timeStamping"
+#define LN_time_stamp			"Time Stamping"
+#define NID_time_stamp			133
+#define OBJ_time_stamp			OBJ_id_kp,8L
+
+/* Additional extended key usage OIDs: Microsoft */
+
+#define SN_ms_code_ind			"msCodeInd"
+#define LN_ms_code_ind			"Microsoft Individual Code Signing"
+#define NID_ms_code_ind			134
+#define OBJ_ms_code_ind			1L,3L,6L,1L,4L,1L,311L,2L,1L,21L
+
+#define SN_ms_code_com			"msCodeCom"
+#define LN_ms_code_com			"Microsoft Commercial Code Signing"
+#define NID_ms_code_com			135
+#define OBJ_ms_code_com			1L,3L,6L,1L,4L,1L,311L,2L,1L,22L
+
+#define SN_ms_ctl_sign			"msCTLSign"
+#define LN_ms_ctl_sign			"Microsoft Trust List Signing"
+#define NID_ms_ctl_sign			136
+#define OBJ_ms_ctl_sign			1L,3L,6L,1L,4L,1L,311L,10L,3L,1L
+
+#define SN_ms_sgc			"msSGC"
+#define LN_ms_sgc			"Microsoft Server Gated Crypto"
+#define NID_ms_sgc			137
+#define OBJ_ms_sgc			1L,3L,6L,1L,4L,1L,311L,10L,3L,3L
+
+#define SN_ms_efs			"msEFS"
+#define LN_ms_efs			"Microsoft Encrypted File System"
+#define NID_ms_efs			138
+#define OBJ_ms_efs			1L,3L,6L,1L,4L,1L,311L,10L,3L,4L
+
+/* Additional usage: Netscape */
+
+#define SN_ns_sgc			"nsSGC"
+#define LN_ns_sgc			"Netscape Server Gated Crypto"
+#define NID_ns_sgc			139
+#define OBJ_ns_sgc			OBJ_netscape,4L,1L
+
+#define SN_delta_crl			"deltaCRL"
+#define LN_delta_crl			"X509v3 Delta CRL Indicator"
+#define NID_delta_crl			140
+#define OBJ_delta_crl			OBJ_id_ce,27L
+
+#define SN_crl_reason			"CRLReason"
+#define LN_crl_reason			"CRL Reason Code"
+#define NID_crl_reason			141
+#define OBJ_crl_reason			OBJ_id_ce,21L
+
+#define SN_invalidity_date		"invalidityDate"
+#define LN_invalidity_date		"Invalidity Date"
+#define NID_invalidity_date		142
+#define OBJ_invalidity_date		OBJ_id_ce,24L
+
+#define SN_sxnet			"SXNetID"
+#define LN_sxnet			"Strong Extranet ID"
+#define NID_sxnet			143
+#define OBJ_sxnet			1L,3L,101L,1L,4L,1L
+
+/* PKCS12 and related OBJECT IDENTIFIERS */
+
+#define OBJ_pkcs12			OBJ_pkcs,12L
+#define OBJ_pkcs12_pbeids		OBJ_pkcs12, 1
+
+#define SN_pbe_WithSHA1And128BitRC4	"PBE-SHA1-RC4-128"
+#define LN_pbe_WithSHA1And128BitRC4	"pbeWithSHA1And128BitRC4"
+#define NID_pbe_WithSHA1And128BitRC4	144
+#define OBJ_pbe_WithSHA1And128BitRC4	OBJ_pkcs12_pbeids, 1L
+
+#define SN_pbe_WithSHA1And40BitRC4	"PBE-SHA1-RC4-40"
+#define LN_pbe_WithSHA1And40BitRC4	"pbeWithSHA1And40BitRC4"
+#define NID_pbe_WithSHA1And40BitRC4	145
+#define OBJ_pbe_WithSHA1And40BitRC4	OBJ_pkcs12_pbeids, 2L
+
+#define SN_pbe_WithSHA1And3_Key_TripleDES_CBC	"PBE-SHA1-3DES"
+#define LN_pbe_WithSHA1And3_Key_TripleDES_CBC	"pbeWithSHA1And3-KeyTripleDES-CBC"
+#define NID_pbe_WithSHA1And3_Key_TripleDES_CBC	146
+#define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC	OBJ_pkcs12_pbeids, 3L
+
+#define SN_pbe_WithSHA1And2_Key_TripleDES_CBC	"PBE-SHA1-2DES"
+#define LN_pbe_WithSHA1And2_Key_TripleDES_CBC	"pbeWithSHA1And2-KeyTripleDES-CBC"
+#define NID_pbe_WithSHA1And2_Key_TripleDES_CBC	147
+#define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC	OBJ_pkcs12_pbeids, 4L
+
+#define SN_pbe_WithSHA1And128BitRC2_CBC		"PBE-SHA1-RC2-128"
+#define LN_pbe_WithSHA1And128BitRC2_CBC		"pbeWithSHA1And128BitRC2-CBC"
+#define NID_pbe_WithSHA1And128BitRC2_CBC	148
+#define OBJ_pbe_WithSHA1And128BitRC2_CBC	OBJ_pkcs12_pbeids, 5L
+
+#define SN_pbe_WithSHA1And40BitRC2_CBC	"PBE-SHA1-RC2-40"
+#define LN_pbe_WithSHA1And40BitRC2_CBC	"pbeWithSHA1And40BitRC2-CBC"
+#define NID_pbe_WithSHA1And40BitRC2_CBC	149
+#define OBJ_pbe_WithSHA1And40BitRC2_CBC	OBJ_pkcs12_pbeids, 6L
+
+#define OBJ_pkcs12_Version1	OBJ_pkcs12, 10L
+
+#define OBJ_pkcs12_BagIds	OBJ_pkcs12_Version1, 1L
+
+#define LN_keyBag		"keyBag"
+#define NID_keyBag		150
+#define OBJ_keyBag		OBJ_pkcs12_BagIds, 1L
+
+#define LN_pkcs8ShroudedKeyBag	"pkcs8ShroudedKeyBag"
+#define NID_pkcs8ShroudedKeyBag	151
+#define OBJ_pkcs8ShroudedKeyBag	OBJ_pkcs12_BagIds, 2L
+
+#define LN_certBag		"certBag"
+#define NID_certBag		152
+#define OBJ_certBag		OBJ_pkcs12_BagIds, 3L
+
+#define LN_crlBag		"crlBag"
+#define NID_crlBag		153
+#define OBJ_crlBag		OBJ_pkcs12_BagIds, 4L
+
+#define LN_secretBag		"secretBag"
+#define NID_secretBag		154
+#define OBJ_secretBag		OBJ_pkcs12_BagIds, 5L
+
+#define LN_safeContentsBag	"safeContentsBag"
+#define NID_safeContentsBag	155
+#define OBJ_safeContentsBag	OBJ_pkcs12_BagIds, 6L
+
+#define LN_friendlyName		"friendlyName"
+#define	NID_friendlyName	156
+#define OBJ_friendlyName	OBJ_pkcs9, 20L
+
+#define LN_localKeyID		"localKeyID"
+#define	NID_localKeyID		157
+#define OBJ_localKeyID		OBJ_pkcs9, 21L
+
+#define OBJ_certTypes		OBJ_pkcs9, 22L
+
+#define LN_x509Certificate	"x509Certificate"
+#define	NID_x509Certificate	158
+#define OBJ_x509Certificate	OBJ_certTypes, 1L
+
+#define LN_sdsiCertificate	"sdsiCertificate"
+#define	NID_sdsiCertificate	159
+#define OBJ_sdsiCertificate	OBJ_certTypes, 2L
+
+#define OBJ_crlTypes		OBJ_pkcs9, 23L
+
+#define LN_x509Crl		"x509Crl"
+#define	NID_x509Crl		160
+#define OBJ_x509Crl		OBJ_crlTypes, 1L
+
+/* PKCS#5 v2 OIDs */
+
+#define LN_pbes2		"PBES2"
+#define NID_pbes2		161
+#define OBJ_pbes2		OBJ_pkcs,5L,13L
+
+#define LN_pbmac1		"PBMAC1"
+#define NID_pbmac1		162
+#define OBJ_pbmac1		OBJ_pkcs,5L,14L
+
+#define LN_hmacWithSHA1		"hmacWithSHA1"
+#define NID_hmacWithSHA1	163
+#define OBJ_hmacWithSHA1	OBJ_rsadsi,2L,7L
+
+/* Policy Qualifier Ids */
+
+#define LN_id_qt_cps		"Policy Qualifier CPS"
+#define SN_id_qt_cps		"id-qt-cps"
+#define NID_id_qt_cps		164
+#define OBJ_id_qt_cps		OBJ_id_pkix,2L,1L
+
+#define LN_id_qt_unotice	"Policy Qualifier User Notice"
+#define SN_id_qt_unotice	"id-qt-unotice"
+#define NID_id_qt_unotice	165
+#define OBJ_id_qt_unotice	OBJ_id_pkix,2L,2L
+
+#define SN_rc2_64_cbc			"RC2-64-CBC"
+#define LN_rc2_64_cbc			"rc2-64-cbc"
+#define NID_rc2_64_cbc			166
+
+#define SN_SMIMECapabilities		"SMIME-CAPS"
+#define LN_SMIMECapabilities		"S/MIME Capabilities"
+#define NID_SMIMECapabilities		167
+#define OBJ_SMIMECapabilities		OBJ_pkcs9,15L
+
+#define SN_pbeWithMD2AndRC2_CBC		"PBE-MD2-RC2-64"
+#define LN_pbeWithMD2AndRC2_CBC		"pbeWithMD2AndRC2-CBC"
+#define NID_pbeWithMD2AndRC2_CBC	168
+#define OBJ_pbeWithMD2AndRC2_CBC	OBJ_pkcs,5L,4L
+
+#define SN_pbeWithMD5AndRC2_CBC		"PBE-MD5-RC2-64"
+#define LN_pbeWithMD5AndRC2_CBC		"pbeWithMD5AndRC2-CBC"
+#define NID_pbeWithMD5AndRC2_CBC	169
+#define OBJ_pbeWithMD5AndRC2_CBC	OBJ_pkcs,5L,6L
+
+#define SN_pbeWithSHA1AndDES_CBC	"PBE-SHA1-DES"
+#define LN_pbeWithSHA1AndDES_CBC	"pbeWithSHA1AndDES-CBC"
+#define NID_pbeWithSHA1AndDES_CBC	170
+#define OBJ_pbeWithSHA1AndDES_CBC	OBJ_pkcs,5L,10L
+
+/* Extension request OIDs */
+
+#define LN_ms_ext_req			"Microsoft Extension Request"
+#define SN_ms_ext_req			"msExtReq"
+#define NID_ms_ext_req			171
+#define OBJ_ms_ext_req			1L,3L,6L,1L,4L,1L,311L,2L,1L,14L
+
+#define LN_ext_req			"Extension Request"
+#define SN_ext_req			"extReq"
+#define NID_ext_req			172
+#define OBJ_ext_req			OBJ_pkcs9,14L
+
+#define SN_name				"name"
+#define LN_name				"name"
+#define NID_name			173
+#define OBJ_name			OBJ_X509,41L
+
+#define SN_dnQualifier			"dnQualifier"
+#define LN_dnQualifier			"dnQualifier"
+#define NID_dnQualifier			174
+#define OBJ_dnQualifier			OBJ_X509,46L
+
+#define SN_id_pe			"id-pe"
+#define NID_id_pe			175
+#define OBJ_id_pe			OBJ_id_pkix,1L
+
+#define SN_id_ad			"id-ad"
+#define NID_id_ad			176
+#define OBJ_id_ad			OBJ_id_pkix,48L
+
+#define SN_info_access			"authorityInfoAccess"
+#define LN_info_access			"Authority Information Access"
+#define NID_info_access			177
+#define OBJ_info_access			OBJ_id_pe,1L
+
+#define SN_ad_OCSP			"OCSP"
+#define LN_ad_OCSP			"OCSP"
+#define NID_ad_OCSP			178
+#define OBJ_ad_OCSP			OBJ_id_ad,1L
+
+#define SN_ad_ca_issuers		"caIssuers"
+#define LN_ad_ca_issuers		"CA Issuers"
+#define NID_ad_ca_issuers		179
+#define OBJ_ad_ca_issuers		OBJ_id_ad,2L
+
+#define SN_OCSP_sign			"OCSPSigning"
+#define LN_OCSP_sign			"OCSP Signing"
+#define NID_OCSP_sign			180
+#define OBJ_OCSP_sign			OBJ_id_kp,9L
+#endif /* USE_OBJ_MAC */
+
+#include <APOpenSSL/bio.h>
+#include <APOpenSSL/asn1.h>
+
+#define	OBJ_NAME_TYPE_UNDEF		0x00
+#define	OBJ_NAME_TYPE_MD_METH		0x01
+#define	OBJ_NAME_TYPE_CIPHER_METH	0x02
+#define	OBJ_NAME_TYPE_PKEY_METH		0x03
+#define	OBJ_NAME_TYPE_COMP_METH		0x04
+#define	OBJ_NAME_TYPE_NUM		0x05
+
+#define	OBJ_NAME_ALIAS			0x8000
+
+#define OBJ_BSEARCH_VALUE_ON_NOMATCH		0x01
+#define OBJ_BSEARCH_FIRST_VALUE_ON_MATCH	0x02
+
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct obj_name_st
+	{
+	int type;
+	int alias;
+	const char *name;
+	const char *data;
+	} OBJ_NAME;
+
+#define		OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c)
+
+
+int OBJ_NAME_init(void);
+int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
+		       int (*cmp_func)(const char *, const char *),
+		       void (*free_func)(const char *, int, const char *));
+const char *OBJ_NAME_get(const char *name,int type);
+int OBJ_NAME_add(const char *name,int type,const char *data);
+int OBJ_NAME_remove(const char *name,int type);
+void OBJ_NAME_cleanup(int type); /* -1 for everything */
+void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),
+		     void *arg);
+void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
+			    void *arg);
+
+ASN1_OBJECT *	OBJ_dup(const ASN1_OBJECT *o);
+ASN1_OBJECT *	OBJ_nid2obj(int n);
+const char *	OBJ_nid2ln(int n);
+const char *	OBJ_nid2sn(int n);
+int		OBJ_obj2nid(const ASN1_OBJECT *o);
+ASN1_OBJECT *	OBJ_txt2obj(const char *s, int no_name);
+int	OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
+int		OBJ_txt2nid(const char *s);
+int		OBJ_ln2nid(const char *s);
+int		OBJ_sn2nid(const char *s);
+int		OBJ_cmp(const ASN1_OBJECT *a,const ASN1_OBJECT *b);
+const void *	OBJ_bsearch_(const void *key,const void *base,int num,int size,
+			     int (*cmp)(const void *, const void *));
+const void *	OBJ_bsearch_ex_(const void *key,const void *base,int num,
+				int size,
+				int (*cmp)(const void *, const void *),
+				int flags);
+
+#define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm)	\
+  static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \
+  static int nm##_cmp(type1 const *, type2 const *); \
+  scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
+
+#define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp)	\
+  _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
+#define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm)	\
+  type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
+
+/*
+ * Unsolved problem: if a type is actually a pointer type, like
+ * nid_triple is, then its impossible to get a const where you need
+ * it. Consider:
+ *
+ * typedef int nid_triple[3];
+ * const void *a_;
+ * const nid_triple const *a = a_;
+ *
+ * The assignement discards a const because what you really want is:
+ *
+ * const int const * const *a = a_;
+ *
+ * But if you do that, you lose the fact that a is an array of 3 ints,
+ * which breaks comparison functions.
+ *
+ * Thus we end up having to cast, sadly, or unpack the
+ * declarations. Or, as I finally did in this case, delcare nid_triple
+ * to be a struct, which it should have been in the first place.
+ *
+ * Ben, August 2008.
+ *
+ * Also, strictly speaking not all types need be const, but handling
+ * the non-constness means a lot of complication, and in practice
+ * comparison routines do always not touch their arguments.
+ */
+
+#define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm)	\
+  static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_)	\
+      { \
+      type1 const *a = a_; \
+      type2 const *b = b_; \
+      return nm##_cmp(a,b); \
+      } \
+  static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
+      { \
+      return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
+					nm##_cmp_BSEARCH_CMP_FN); \
+      } \
+      extern void dummy_prototype(void)
+
+#define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm)	\
+  static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_)	\
+      { \
+      type1 const *a = a_; \
+      type2 const *b = b_; \
+      return nm##_cmp(a,b); \
+      } \
+  type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
+      { \
+      return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
+					nm##_cmp_BSEARCH_CMP_FN); \
+      } \
+      extern void dummy_prototype(void)
+
+#define OBJ_bsearch(type1,key,type2,base,num,cmp)			       \
+  ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
+			 num,sizeof(type2),				\
+			 ((void)CHECKED_PTR_OF(type1,cmp##_type_1),	\
+			  (void)CHECKED_PTR_OF(type2,cmp##_type_2),	\
+			  cmp##_BSEARCH_CMP_FN)))
+
+#define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags)			\
+  ((type2 *)OBJ_bsearch_ex_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \
+			 num,sizeof(type2),				\
+			 ((void)CHECKED_PTR_OF(type1,cmp##_type_1),	\
+			  (void)type_2=CHECKED_PTR_OF(type2,cmp##_type_2), \
+			  cmp##_BSEARCH_CMP_FN)),flags)
+
+int		OBJ_new_nid(int num);
+int		OBJ_add_object(const ASN1_OBJECT *obj);
+int		OBJ_create(const char *oid,const char *sn,const char *ln);
+void		OBJ_cleanup(void );
+int		OBJ_create_objects(BIO *in);
+
+int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid);
+int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid);
+int OBJ_add_sigid(int signid, int dig_id, int pkey_id);
+void OBJ_sigid_free(void);
+
+extern int obj_cleanup_defer;
+void check_defer(int nid);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_OBJ_strings(void);
+
+/* Error codes for the OBJ functions. */
+
+/* Function codes. */
+#define OBJ_F_OBJ_ADD_OBJECT				 105
+#define OBJ_F_OBJ_CREATE				 100
+#define OBJ_F_OBJ_DUP					 101
+#define OBJ_F_OBJ_NAME_NEW_INDEX			 106
+#define OBJ_F_OBJ_NID2LN				 102
+#define OBJ_F_OBJ_NID2OBJ				 103
+#define OBJ_F_OBJ_NID2SN				 104
+
+/* Reason codes. */
+#define OBJ_R_MALLOC_FAILURE				 100
+#define OBJ_R_UNKNOWN_NID				 101
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ocsp.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ocsp.h
new file mode 100755
index 0000000000000000000000000000000000000000..245b14514d395166de3223aba8b17abfec3095c3
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ocsp.h
@@ -0,0 +1,623 @@
+/* ocsp.h */
+/* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
+ * project. */
+
+/* History:
+   This file was transfered to Richard Levitte from CertCo by Kathy
+   Weinhold in mid-spring 2000 to be included in OpenSSL or released
+   as a patch kit. */
+
+/* ====================================================================
+ * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_OCSP_H
+#define HEADER_OCSP_H
+
+#include <APOpenSSL/ossl_typ.h>
+#include <APOpenSSL/x509.h>
+#include <APOpenSSL/x509v3.h>
+#include <APOpenSSL/safestack.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Various flags and values */
+
+#define OCSP_DEFAULT_NONCE_LENGTH	16
+
+#define OCSP_NOCERTS			0x1
+#define OCSP_NOINTERN			0x2
+#define OCSP_NOSIGS			0x4
+#define OCSP_NOCHAIN			0x8
+#define OCSP_NOVERIFY			0x10
+#define OCSP_NOEXPLICIT			0x20
+#define OCSP_NOCASIGN			0x40
+#define OCSP_NODELEGATED		0x80
+#define OCSP_NOCHECKS			0x100
+#define OCSP_TRUSTOTHER			0x200
+#define OCSP_RESPID_KEY			0x400
+#define OCSP_NOTIME			0x800
+
+/*   CertID ::= SEQUENCE {
+ *       hashAlgorithm            AlgorithmIdentifier,
+ *       issuerNameHash     OCTET STRING, -- Hash of Issuer's DN
+ *       issuerKeyHash      OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
+ *       serialNumber       CertificateSerialNumber }
+ */
+typedef struct ocsp_cert_id_st
+	{
+	X509_ALGOR *hashAlgorithm;
+	ASN1_OCTET_STRING *issuerNameHash;
+	ASN1_OCTET_STRING *issuerKeyHash;
+	ASN1_INTEGER *serialNumber;
+	} OCSP_CERTID;
+
+DECLARE_STACK_OF(OCSP_CERTID)
+
+/*   Request ::=     SEQUENCE {
+ *       reqCert                    CertID,
+ *       singleRequestExtensions    [0] EXPLICIT Extensions OPTIONAL }
+ */
+typedef struct ocsp_one_request_st
+	{
+	OCSP_CERTID *reqCert;
+	STACK_OF(X509_EXTENSION) *singleRequestExtensions;
+	} OCSP_ONEREQ;
+
+DECLARE_STACK_OF(OCSP_ONEREQ)
+DECLARE_ASN1_SET_OF(OCSP_ONEREQ)
+
+
+/*   TBSRequest      ::=     SEQUENCE {
+ *       version             [0] EXPLICIT Version DEFAULT v1,
+ *       requestorName       [1] EXPLICIT GeneralName OPTIONAL,
+ *       requestList             SEQUENCE OF Request,
+ *       requestExtensions   [2] EXPLICIT Extensions OPTIONAL }
+ */
+typedef struct ocsp_req_info_st
+	{
+	ASN1_INTEGER *version;
+	GENERAL_NAME *requestorName;
+	STACK_OF(OCSP_ONEREQ) *requestList;
+	STACK_OF(X509_EXTENSION) *requestExtensions;
+	} OCSP_REQINFO;
+
+/*   Signature       ::=     SEQUENCE {
+ *       signatureAlgorithm   AlgorithmIdentifier,
+ *       signature            BIT STRING,
+ *       certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
+ */
+typedef struct ocsp_signature_st
+	{
+	X509_ALGOR *signatureAlgorithm;
+	ASN1_BIT_STRING *signature;
+	STACK_OF(X509) *certs;
+	} OCSP_SIGNATURE;
+
+/*   OCSPRequest     ::=     SEQUENCE {
+ *       tbsRequest                  TBSRequest,
+ *       optionalSignature   [0]     EXPLICIT Signature OPTIONAL }
+ */
+typedef struct ocsp_request_st
+	{
+	OCSP_REQINFO *tbsRequest;
+	OCSP_SIGNATURE *optionalSignature; /* OPTIONAL */
+	} OCSP_REQUEST;
+
+/*   OCSPResponseStatus ::= ENUMERATED {
+ *       successful            (0),      --Response has valid confirmations
+ *       malformedRequest      (1),      --Illegal confirmation request
+ *       internalError         (2),      --Internal error in issuer
+ *       tryLater              (3),      --Try again later
+ *                                       --(4) is not used
+ *       sigRequired           (5),      --Must sign the request
+ *       unauthorized          (6)       --Request unauthorized
+ *   }
+ */
+#define OCSP_RESPONSE_STATUS_SUCCESSFUL          0
+#define OCSP_RESPONSE_STATUS_MALFORMEDREQUEST     1
+#define OCSP_RESPONSE_STATUS_INTERNALERROR        2
+#define OCSP_RESPONSE_STATUS_TRYLATER             3
+#define OCSP_RESPONSE_STATUS_SIGREQUIRED          5
+#define OCSP_RESPONSE_STATUS_UNAUTHORIZED         6
+
+/*   ResponseBytes ::=       SEQUENCE {
+ *       responseType   OBJECT IDENTIFIER,
+ *       response       OCTET STRING }
+ */
+typedef struct ocsp_resp_bytes_st
+	{
+	ASN1_OBJECT *responseType;
+	ASN1_OCTET_STRING *response;
+	} OCSP_RESPBYTES;
+
+/*   OCSPResponse ::= SEQUENCE {
+ *      responseStatus         OCSPResponseStatus,
+ *      responseBytes          [0] EXPLICIT ResponseBytes OPTIONAL }
+ */
+struct ocsp_response_st
+	{
+	ASN1_ENUMERATED *responseStatus;
+	OCSP_RESPBYTES  *responseBytes;
+	};
+
+/*   ResponderID ::= CHOICE {
+ *      byName   [1] Name,
+ *      byKey    [2] KeyHash }
+ */
+#define V_OCSP_RESPID_NAME 0
+#define V_OCSP_RESPID_KEY  1
+struct ocsp_responder_id_st
+	{
+	int type;
+	union   {
+		X509_NAME* byName;
+        	ASN1_OCTET_STRING *byKey;
+		} value;
+	};
+
+DECLARE_STACK_OF(OCSP_RESPID)
+DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
+
+/*   KeyHash ::= OCTET STRING --SHA-1 hash of responder's public key
+ *                            --(excluding the tag and length fields)
+ */
+
+/*   RevokedInfo ::= SEQUENCE {
+ *       revocationTime              GeneralizedTime,
+ *       revocationReason    [0]     EXPLICIT CRLReason OPTIONAL }
+ */
+typedef struct ocsp_revoked_info_st
+	{
+	ASN1_GENERALIZEDTIME *revocationTime;
+	ASN1_ENUMERATED *revocationReason;
+	} OCSP_REVOKEDINFO;
+
+/*   CertStatus ::= CHOICE {
+ *       good                [0]     IMPLICIT NULL,
+ *       revoked             [1]     IMPLICIT RevokedInfo,
+ *       unknown             [2]     IMPLICIT UnknownInfo }
+ */
+#define V_OCSP_CERTSTATUS_GOOD    0
+#define V_OCSP_CERTSTATUS_REVOKED 1
+#define V_OCSP_CERTSTATUS_UNKNOWN 2
+typedef struct ocsp_cert_status_st
+	{
+	int type;
+	union	{
+		ASN1_NULL *good;
+		OCSP_REVOKEDINFO *revoked;
+		ASN1_NULL *unknown;
+		} value;
+	} OCSP_CERTSTATUS;
+
+/*   SingleResponse ::= SEQUENCE {
+ *      certID                       CertID,
+ *      certStatus                   CertStatus,
+ *      thisUpdate                   GeneralizedTime,
+ *      nextUpdate           [0]     EXPLICIT GeneralizedTime OPTIONAL,
+ *      singleExtensions     [1]     EXPLICIT Extensions OPTIONAL }
+ */
+typedef struct ocsp_single_response_st
+	{
+	OCSP_CERTID *certId;
+	OCSP_CERTSTATUS *certStatus;
+	ASN1_GENERALIZEDTIME *thisUpdate;
+	ASN1_GENERALIZEDTIME *nextUpdate;
+	STACK_OF(X509_EXTENSION) *singleExtensions;
+	} OCSP_SINGLERESP;
+
+DECLARE_STACK_OF(OCSP_SINGLERESP)
+DECLARE_ASN1_SET_OF(OCSP_SINGLERESP)
+
+/*   ResponseData ::= SEQUENCE {
+ *      version              [0] EXPLICIT Version DEFAULT v1,
+ *      responderID              ResponderID,
+ *      producedAt               GeneralizedTime,
+ *      responses                SEQUENCE OF SingleResponse,
+ *      responseExtensions   [1] EXPLICIT Extensions OPTIONAL }
+ */
+typedef struct ocsp_response_data_st
+	{
+	ASN1_INTEGER *version;
+	OCSP_RESPID  *responderId;
+	ASN1_GENERALIZEDTIME *producedAt;
+	STACK_OF(OCSP_SINGLERESP) *responses;
+	STACK_OF(X509_EXTENSION) *responseExtensions;
+	} OCSP_RESPDATA;
+
+/*   BasicOCSPResponse       ::= SEQUENCE {
+ *      tbsResponseData      ResponseData,
+ *      signatureAlgorithm   AlgorithmIdentifier,
+ *      signature            BIT STRING,
+ *      certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
+ */
+  /* Note 1:
+     The value for "signature" is specified in the OCSP rfc2560 as follows:
+     "The value for the signature SHALL be computed on the hash of the DER
+     encoding ResponseData."  This means that you must hash the DER-encoded
+     tbsResponseData, and then run it through a crypto-signing function, which
+     will (at least w/RSA) do a hash-'n'-private-encrypt operation.  This seems
+     a bit odd, but that's the spec.  Also note that the data structures do not
+     leave anywhere to independently specify the algorithm used for the initial
+     hash. So, we look at the signature-specification algorithm, and try to do
+     something intelligent.	-- Kathy Weinhold, CertCo */
+  /* Note 2:
+     It seems that the mentioned passage from RFC 2560 (section 4.2.1) is open
+     for interpretation.  I've done tests against another responder, and found
+     that it doesn't do the double hashing that the RFC seems to say one
+     should.  Therefore, all relevant functions take a flag saying which
+     variant should be used.	-- Richard Levitte, OpenSSL team and CeloCom */
+typedef struct ocsp_basic_response_st
+	{
+	OCSP_RESPDATA *tbsResponseData;
+	X509_ALGOR *signatureAlgorithm;
+	ASN1_BIT_STRING *signature;
+	STACK_OF(X509) *certs;
+	} OCSP_BASICRESP;
+
+/*
+ *   CRLReason ::= ENUMERATED {
+ *        unspecified             (0),
+ *        keyCompromise           (1),
+ *        cACompromise            (2),
+ *        affiliationChanged      (3),
+ *        superseded              (4),
+ *        cessationOfOperation    (5),
+ *        certificateHold         (6),
+ *        removeFromCRL           (8) }
+ */
+#define OCSP_REVOKED_STATUS_NOSTATUS               -1
+#define OCSP_REVOKED_STATUS_UNSPECIFIED             0
+#define OCSP_REVOKED_STATUS_KEYCOMPROMISE           1
+#define OCSP_REVOKED_STATUS_CACOMPROMISE            2
+#define OCSP_REVOKED_STATUS_AFFILIATIONCHANGED      3
+#define OCSP_REVOKED_STATUS_SUPERSEDED              4
+#define OCSP_REVOKED_STATUS_CESSATIONOFOPERATION    5
+#define OCSP_REVOKED_STATUS_CERTIFICATEHOLD         6
+#define OCSP_REVOKED_STATUS_REMOVEFROMCRL           8
+
+/* CrlID ::= SEQUENCE {
+ *     crlUrl               [0]     EXPLICIT IA5String OPTIONAL,
+ *     crlNum               [1]     EXPLICIT INTEGER OPTIONAL,
+ *     crlTime              [2]     EXPLICIT GeneralizedTime OPTIONAL }
+ */
+typedef struct ocsp_crl_id_st
+        {
+	ASN1_IA5STRING *crlUrl;
+	ASN1_INTEGER *crlNum;
+	ASN1_GENERALIZEDTIME *crlTime;
+        } OCSP_CRLID;
+
+/* ServiceLocator ::= SEQUENCE {
+ *      issuer    Name,
+ *      locator   AuthorityInfoAccessSyntax OPTIONAL }
+ */
+typedef struct ocsp_service_locator_st
+        {
+	X509_NAME* issuer;
+	STACK_OF(ACCESS_DESCRIPTION) *locator;
+        } OCSP_SERVICELOC;
+ 
+#define PEM_STRING_OCSP_REQUEST	"OCSP REQUEST"
+#define PEM_STRING_OCSP_RESPONSE "OCSP RESPONSE"
+
+#define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
+
+#define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
+
+#define	PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
+     (char *(*)())d2i_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST,bp,(char **)x,cb,NULL)
+
+#define	PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\
+     (char *(*)())d2i_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE,bp,(char **)x,cb,NULL)
+
+#define PEM_write_bio_OCSP_REQUEST(bp,o) \
+    PEM_ASN1_write_bio((int (*)())i2d_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST,\
+			bp,(char *)o, NULL,NULL,0,NULL,NULL)
+
+#define PEM_write_bio_OCSP_RESPONSE(bp,o) \
+    PEM_ASN1_write_bio((int (*)())i2d_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE,\
+			bp,(char *)o, NULL,NULL,0,NULL,NULL)
+
+#define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o)
+
+#define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
+
+#define OCSP_REQUEST_sign(o,pkey,md) \
+	ASN1_item_sign(ASN1_ITEM_rptr(OCSP_REQINFO),\
+		o->optionalSignature->signatureAlgorithm,NULL,\
+	        o->optionalSignature->signature,o->tbsRequest,pkey,md)
+
+#define OCSP_BASICRESP_sign(o,pkey,md,d) \
+	ASN1_item_sign(ASN1_ITEM_rptr(OCSP_RESPDATA),o->signatureAlgorithm,NULL,\
+		o->signature,o->tbsResponseData,pkey,md)
+
+#define OCSP_REQUEST_verify(a,r) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_REQINFO),\
+        a->optionalSignature->signatureAlgorithm,\
+	a->optionalSignature->signature,a->tbsRequest,r)
+
+#define OCSP_BASICRESP_verify(a,r,d) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_RESPDATA),\
+	a->signatureAlgorithm,a->signature,a->tbsResponseData,r)
+
+#define ASN1_BIT_STRING_digest(data,type,md,len) \
+	ASN1_item_digest(ASN1_ITEM_rptr(ASN1_BIT_STRING),type,data,md,len)
+
+#define OCSP_CERTSTATUS_dup(cs)\
+                (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\
+		(char *(*)())d2i_OCSP_CERTSTATUS,(char *)(cs))
+
+OCSP_CERTID *OCSP_CERTID_dup(OCSP_CERTID *id);
+
+OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
+OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, char *path, OCSP_REQUEST *req,
+								int maxline);
+int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx);
+void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx);
+int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
+int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx,
+		const char *name, const char *value);
+
+OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
+
+OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst, 
+			      X509_NAME *issuerName, 
+			      ASN1_BIT_STRING* issuerKey, 
+			      ASN1_INTEGER *serialNumber);
+
+OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
+
+int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
+int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len);
+int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
+int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
+
+int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
+int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
+
+int OCSP_request_sign(OCSP_REQUEST   *req,
+		      X509           *signer,
+		      EVP_PKEY       *key,
+		      const EVP_MD   *dgst,
+		      STACK_OF(X509) *certs,
+		      unsigned long flags);
+
+int OCSP_response_status(OCSP_RESPONSE *resp);
+OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
+
+int OCSP_resp_count(OCSP_BASICRESP *bs);
+OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
+int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
+int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
+				ASN1_GENERALIZEDTIME **revtime,
+				ASN1_GENERALIZEDTIME **thisupd,
+				ASN1_GENERALIZEDTIME **nextupd);
+int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status,
+				int *reason,
+				ASN1_GENERALIZEDTIME **revtime,
+				ASN1_GENERALIZEDTIME **thisupd,
+				ASN1_GENERALIZEDTIME **nextupd);
+int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
+			ASN1_GENERALIZEDTIME *nextupd,
+			long sec, long maxsec);
+
+int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
+
+int OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, int *pssl);
+
+int OCSP_id_issuer_cmp(OCSP_CERTID *a, OCSP_CERTID *b);
+int OCSP_id_cmp(OCSP_CERTID *a, OCSP_CERTID *b);
+
+int OCSP_request_onereq_count(OCSP_REQUEST *req);
+OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i);
+OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one);
+int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd,
+			ASN1_OCTET_STRING **pikeyHash,
+			ASN1_INTEGER **pserial, OCSP_CERTID *cid);
+int OCSP_request_is_signed(OCSP_REQUEST *req);
+OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs);
+OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
+						OCSP_CERTID *cid,
+						int status, int reason,
+						ASN1_TIME *revtime,
+					ASN1_TIME *thisupd, ASN1_TIME *nextupd);
+int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
+int OCSP_basic_sign(OCSP_BASICRESP *brsp, 
+			X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
+			STACK_OF(X509) *certs, unsigned long flags);
+
+X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim);
+
+X509_EXTENSION *OCSP_accept_responses_new(char **oids);
+
+X509_EXTENSION *OCSP_archive_cutoff_new(char* tim);
+
+X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME* issuer, char **urls);
+
+int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x);
+int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
+int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos);
+int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
+X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc);
+X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc);
+void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx);
+int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
+							unsigned long flags);
+int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc);
+
+int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x);
+int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos);
+int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos);
+int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos);
+X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc);
+X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc);
+void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx);
+int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit,
+							unsigned long flags);
+int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc);
+
+int OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP *x);
+int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos);
+int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, int lastpos);
+int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, int lastpos);
+X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc);
+X509_EXTENSION *OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc);
+void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit, int *idx);
+int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value, int crit,
+							unsigned long flags);
+int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc);
+
+int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x);
+int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
+int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj, int lastpos);
+int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit, int lastpos);
+X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc);
+X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc);
+void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, int *idx);
+int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value, int crit,
+							unsigned long flags);
+int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc);
+
+DECLARE_ASN1_FUNCTIONS(OCSP_SINGLERESP)
+DECLARE_ASN1_FUNCTIONS(OCSP_CERTSTATUS)
+DECLARE_ASN1_FUNCTIONS(OCSP_REVOKEDINFO)
+DECLARE_ASN1_FUNCTIONS(OCSP_BASICRESP)
+DECLARE_ASN1_FUNCTIONS(OCSP_RESPDATA)
+DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
+DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE)
+DECLARE_ASN1_FUNCTIONS(OCSP_RESPBYTES)
+DECLARE_ASN1_FUNCTIONS(OCSP_ONEREQ)
+DECLARE_ASN1_FUNCTIONS(OCSP_CERTID)
+DECLARE_ASN1_FUNCTIONS(OCSP_REQUEST)
+DECLARE_ASN1_FUNCTIONS(OCSP_SIGNATURE)
+DECLARE_ASN1_FUNCTIONS(OCSP_REQINFO)
+DECLARE_ASN1_FUNCTIONS(OCSP_CRLID)
+DECLARE_ASN1_FUNCTIONS(OCSP_SERVICELOC)
+
+const char *OCSP_response_status_str(long s);
+const char *OCSP_cert_status_str(long s);
+const char *OCSP_crl_reason_str(long s);
+
+int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* a, unsigned long flags);
+int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
+
+int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
+				X509_STORE *st, unsigned long flags);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_OCSP_strings(void);
+
+/* Error codes for the OCSP functions. */
+
+/* Function codes. */
+#define OCSP_F_ASN1_STRING_ENCODE			 100
+#define OCSP_F_D2I_OCSP_NONCE				 102
+#define OCSP_F_OCSP_BASIC_ADD1_STATUS			 103
+#define OCSP_F_OCSP_BASIC_SIGN				 104
+#define OCSP_F_OCSP_BASIC_VERIFY			 105
+#define OCSP_F_OCSP_CERT_ID_NEW				 101
+#define OCSP_F_OCSP_CHECK_DELEGATED			 106
+#define OCSP_F_OCSP_CHECK_IDS				 107
+#define OCSP_F_OCSP_CHECK_ISSUER			 108
+#define OCSP_F_OCSP_CHECK_VALIDITY			 115
+#define OCSP_F_OCSP_MATCH_ISSUERID			 109
+#define OCSP_F_OCSP_PARSE_URL				 114
+#define OCSP_F_OCSP_REQUEST_SIGN			 110
+#define OCSP_F_OCSP_REQUEST_VERIFY			 116
+#define OCSP_F_OCSP_RESPONSE_GET1_BASIC			 111
+#define OCSP_F_OCSP_SENDREQ_BIO				 112
+#define OCSP_F_OCSP_SENDREQ_NBIO			 117
+#define OCSP_F_PARSE_HTTP_LINE1				 118
+#define OCSP_F_REQUEST_VERIFY				 113
+
+/* Reason codes. */
+#define OCSP_R_BAD_DATA					 100
+#define OCSP_R_CERTIFICATE_VERIFY_ERROR			 101
+#define OCSP_R_DIGEST_ERR				 102
+#define OCSP_R_ERROR_IN_NEXTUPDATE_FIELD		 122
+#define OCSP_R_ERROR_IN_THISUPDATE_FIELD		 123
+#define OCSP_R_ERROR_PARSING_URL			 121
+#define OCSP_R_MISSING_OCSPSIGNING_USAGE		 103
+#define OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE		 124
+#define OCSP_R_NOT_BASIC_RESPONSE			 104
+#define OCSP_R_NO_CERTIFICATES_IN_CHAIN			 105
+#define OCSP_R_NO_CONTENT				 106
+#define OCSP_R_NO_PUBLIC_KEY				 107
+#define OCSP_R_NO_RESPONSE_DATA				 108
+#define OCSP_R_NO_REVOKED_TIME				 109
+#define OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE	 110
+#define OCSP_R_REQUEST_NOT_SIGNED			 128
+#define OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA	 111
+#define OCSP_R_ROOT_CA_NOT_TRUSTED			 112
+#define OCSP_R_SERVER_READ_ERROR			 113
+#define OCSP_R_SERVER_RESPONSE_ERROR			 114
+#define OCSP_R_SERVER_RESPONSE_PARSE_ERROR		 115
+#define OCSP_R_SERVER_WRITE_ERROR			 116
+#define OCSP_R_SIGNATURE_FAILURE			 117
+#define OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND		 118
+#define OCSP_R_STATUS_EXPIRED				 125
+#define OCSP_R_STATUS_NOT_YET_VALID			 126
+#define OCSP_R_STATUS_TOO_OLD				 127
+#define OCSP_R_UNKNOWN_MESSAGE_DIGEST			 119
+#define OCSP_R_UNKNOWN_NID				 120
+#define OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE		 129
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/opensslconf.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/opensslconf.h
new file mode 100755
index 0000000000000000000000000000000000000000..2d70771147813ca44247602613ca9526d5598cc8
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/opensslconf.h
@@ -0,0 +1,232 @@
+/* opensslconf.h */
+/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
+
+/* OpenSSL was configured with the following options: */
+#ifndef OPENSSL_DOING_MAKEDEPEND
+
+
+#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
+# define OPENSSL_NO_EC_NISTP_64_GCC_128
+#endif
+#ifndef OPENSSL_NO_GMP
+# define OPENSSL_NO_GMP
+#endif
+#ifndef OPENSSL_NO_JPAKE
+# define OPENSSL_NO_JPAKE
+#endif
+#ifndef OPENSSL_NO_KRB5
+# define OPENSSL_NO_KRB5
+#endif
+#ifndef OPENSSL_NO_MD2
+# define OPENSSL_NO_MD2
+#endif
+#ifndef OPENSSL_NO_RC5
+# define OPENSSL_NO_RC5
+#endif
+#ifndef OPENSSL_NO_RFC3779
+# define OPENSSL_NO_RFC3779
+#endif
+#ifndef OPENSSL_NO_SCTP
+# define OPENSSL_NO_SCTP
+#endif
+#ifndef OPENSSL_NO_STORE
+# define OPENSSL_NO_STORE
+#endif
+
+#endif /* OPENSSL_DOING_MAKEDEPEND */
+
+#ifndef OPENSSL_THREADS
+# define OPENSSL_THREADS
+#endif
+#ifndef OPENSSL_NO_DYNAMIC_ENGINE
+# define OPENSSL_NO_DYNAMIC_ENGINE
+#endif
+
+/* The OPENSSL_NO_* macros are also defined as NO_* if the application
+   asks for it.  This is a transient feature that is provided for those
+   who haven't had the time to do the appropriate changes in their
+   applications.  */
+#ifdef OPENSSL_ALGORITHM_DEFINES
+# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128)
+#  define NO_EC_NISTP_64_GCC_128
+# endif
+# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
+#  define NO_GMP
+# endif
+# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE)
+#  define NO_JPAKE
+# endif
+# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5)
+#  define NO_KRB5
+# endif
+# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2)
+#  define NO_MD2
+# endif
+# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5)
+#  define NO_RC5
+# endif
+# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779)
+#  define NO_RFC3779
+# endif
+# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP)
+#  define NO_SCTP
+# endif
+# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE)
+#  define NO_STORE
+# endif
+#endif
+
+/* crypto/opensslconf.h.in */
+
+/* Generate 80386 code? */
+#undef I386_ONLY
+
+#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
+#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
+#define ENGINESDIR "/tmp/openssl-1.0.1c-i386/lib/engines"
+#define OPENSSLDIR "/tmp/openssl-1.0.1c-i386"
+#endif
+#endif
+
+#undef OPENSSL_UNISTD
+#define OPENSSL_UNISTD <unistd.h>
+
+#undef OPENSSL_EXPORT_VAR_AS_FUNCTION
+
+#if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
+#define IDEA_INT unsigned int
+#endif
+
+#if defined(HEADER_MD2_H) && !defined(MD2_INT)
+#define MD2_INT unsigned int
+#endif
+
+#if defined(HEADER_RC2_H) && !defined(RC2_INT)
+/* I need to put in a mod for the alpha - eay */
+#define RC2_INT unsigned int
+#endif
+
+#if defined(HEADER_RC4_H)
+#if !defined(RC4_INT)
+/* using int types make the structure larger but make the code faster
+ * on most boxes I have tested - up to %20 faster. */
+/*
+ * I don't know what does "most" mean, but declaring "int" is a must on:
+ * - Intel P6 because partial register stalls are very expensive;
+ * - elder Alpha because it lacks byte load/store instructions;
+ */
+#define RC4_INT unsigned int
+#endif
+#if !defined(RC4_CHUNK)
+/*
+ * This enables code handling data aligned at natural CPU word
+ * boundary. See crypto/rc4/rc4_enc.c for further details.
+ */
+#undef RC4_CHUNK
+#endif
+#endif
+
+#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
+/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
+ * %20 speed up (longs are 8 bytes, int's are 4). */
+#ifndef DES_LONG
+#define DES_LONG unsigned int
+#endif
+#endif
+
+#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
+#define CONFIG_HEADER_BN_H
+#define BN_LLONG
+
+/* Should we define BN_DIV2W here? */
+
+/* Only one for the following should be defined */
+#undef SIXTY_FOUR_BIT_LONG
+#undef SIXTY_FOUR_BIT
+#define THIRTY_TWO_BIT
+#endif
+
+#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)
+#define CONFIG_HEADER_RC4_LOCL_H
+/* if this is defined data[i] is used instead of *data, this is a %20
+ * speedup on x86 */
+#define RC4_INDEX
+#endif
+
+#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
+#define CONFIG_HEADER_BF_LOCL_H
+#undef BF_PTR
+#endif /* HEADER_BF_LOCL_H */
+
+#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
+#define CONFIG_HEADER_DES_LOCL_H
+#ifndef DES_DEFAULT_OPTIONS
+/* the following is tweaked from a config script, that is why it is a
+ * protected undef/define */
+#ifndef DES_PTR
+#undef DES_PTR
+#endif
+
+/* This helps C compiler generate the correct code for multiple functional
+ * units.  It reduces register dependancies at the expense of 2 more
+ * registers */
+#ifndef DES_RISC1
+#undef DES_RISC1
+#endif
+
+#ifndef DES_RISC2
+#undef DES_RISC2
+#endif
+
+#if defined(DES_RISC1) && defined(DES_RISC2)
+YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
+#endif
+
+/* Unroll the inner loop, this sometimes helps, sometimes hinders.
+ * Very mucy CPU dependant */
+#ifndef DES_UNROLL
+#define DES_UNROLL
+#endif
+
+/* These default values were supplied by
+ * Peter Gutman <pgut001@cs.auckland.ac.nz>
+ * They are only used if nothing else has been defined */
+#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL)
+/* Special defines which change the way the code is built depending on the
+   CPU and OS.  For SGI machines you can use _MIPS_SZLONG (32 or 64) to find
+   even newer MIPS CPU's, but at the moment one size fits all for
+   optimization options.  Older Sparc's work better with only UNROLL, but
+   there's no way to tell at compile time what it is you're running on */
+ 
+#if defined( sun )		/* Newer Sparc's */
+#  define DES_PTR
+#  define DES_RISC1
+#  define DES_UNROLL
+#elif defined( __ultrix )	/* Older MIPS */
+#  define DES_PTR
+#  define DES_RISC2
+#  define DES_UNROLL
+#elif defined( __osf1__ )	/* Alpha */
+#  define DES_PTR
+#  define DES_RISC2
+#elif defined ( _AIX )		/* RS6000 */
+  /* Unknown */
+#elif defined( __hpux )		/* HP-PA */
+  /* Unknown */
+#elif defined( __aux )		/* 68K */
+  /* Unknown */
+#elif defined( __dgux )		/* 88K (but P6 in latest boxes) */
+#  define DES_UNROLL
+#elif defined( __sgi )		/* Newer MIPS */
+#  define DES_PTR
+#  define DES_RISC2
+#  define DES_UNROLL
+#elif defined(i386) || defined(__i386__)	/* x86 boxes, should be gcc */
+#  define DES_PTR
+#  define DES_RISC1
+#  define DES_UNROLL
+#endif /* Systems-specific speed defines */
+#endif
+
+#endif /* DES_DEFAULT_OPTIONS */
+#endif /* HEADER_DES_LOCL_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/opensslv.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/opensslv.h
new file mode 100755
index 0000000000000000000000000000000000000000..71be3590af476b9b94bdc6ba58165f5dbf615e81
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/opensslv.h
@@ -0,0 +1,89 @@
+#ifndef HEADER_OPENSSLV_H
+#define HEADER_OPENSSLV_H
+
+/* Numeric release version identifier:
+ * MNNFFPPS: major minor fix patch status
+ * The status nibble has one of the values 0 for development, 1 to e for betas
+ * 1 to 14, and f for release.  The patch level is exactly that.
+ * For example:
+ * 0.9.3-dev	  0x00903000
+ * 0.9.3-beta1	  0x00903001
+ * 0.9.3-beta2-dev 0x00903002
+ * 0.9.3-beta2    0x00903002 (same as ...beta2-dev)
+ * 0.9.3	  0x0090300f
+ * 0.9.3a	  0x0090301f
+ * 0.9.4 	  0x0090400f
+ * 1.2.3z	  0x102031af
+ *
+ * For continuity reasons (because 0.9.5 is already out, and is coded
+ * 0x00905100), between 0.9.5 and 0.9.6 the coding of the patch level
+ * part is slightly different, by setting the highest bit.  This means
+ * that 0.9.5a looks like this: 0x0090581f.  At 0.9.6, we can start
+ * with 0x0090600S...
+ *
+ * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
+ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
+ *  major minor fix final patch/beta)
+ */
+#define OPENSSL_VERSION_NUMBER	0x1000103fL
+#ifdef OPENSSL_FIPS
+#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.1c-fips 10 May 2012"
+#else
+#define OPENSSL_VERSION_TEXT	"OpenSSL 1.0.1c 10 May 2012"
+#endif
+#define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
+
+
+/* The macros below are to be used for shared library (.so, .dll, ...)
+ * versioning.  That kind of versioning works a bit differently between
+ * operating systems.  The most usual scheme is to set a major and a minor
+ * number, and have the runtime loader check that the major number is equal
+ * to what it was at application link time, while the minor number has to
+ * be greater or equal to what it was at application link time.  With this
+ * scheme, the version number is usually part of the file name, like this:
+ *
+ *	libcrypto.so.0.9
+ *
+ * Some unixen also make a softlink with the major verson number only:
+ *
+ *	libcrypto.so.0
+ *
+ * On Tru64 and IRIX 6.x it works a little bit differently.  There, the
+ * shared library version is stored in the file, and is actually a series
+ * of versions, separated by colons.  The rightmost version present in the
+ * library when linking an application is stored in the application to be
+ * matched at run time.  When the application is run, a check is done to
+ * see if the library version stored in the application matches any of the
+ * versions in the version string of the library itself.
+ * This version string can be constructed in any way, depending on what
+ * kind of matching is desired.  However, to implement the same scheme as
+ * the one used in the other unixen, all compatible versions, from lowest
+ * to highest, should be part of the string.  Consecutive builds would
+ * give the following versions strings:
+ *
+ *	3.0
+ *	3.0:3.1
+ *	3.0:3.1:3.2
+ *	4.0
+ *	4.0:4.1
+ *
+ * Notice how version 4 is completely incompatible with version, and
+ * therefore give the breach you can see.
+ *
+ * There may be other schemes as well that I haven't yet discovered.
+ *
+ * So, here's the way it works here: first of all, the library version
+ * number doesn't need at all to match the overall OpenSSL version.
+ * However, it's nice and more understandable if it actually does.
+ * The current library version is stored in the macro SHLIB_VERSION_NUMBER,
+ * which is just a piece of text in the format "M.m.e" (Major, minor, edit).
+ * For the sake of Tru64, IRIX, and any other OS that behaves in similar ways,
+ * we need to keep a history of version numbers, which is done in the
+ * macro SHLIB_VERSION_HISTORY.  The numbers are separated by colons and
+ * should only keep the versions that are binary compatible with the current.
+ */
+#define SHLIB_VERSION_HISTORY ""
+#define SHLIB_VERSION_NUMBER "1.0.0"
+
+
+#endif /* HEADER_OPENSSLV_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ossl_typ.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ossl_typ.h
new file mode 100755
index 0000000000000000000000000000000000000000..258f98806750a7bd07345c854ed6026c36a67adf
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ossl_typ.h
@@ -0,0 +1,202 @@
+/* ====================================================================
+ * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_OPENSSL_TYPES_H
+#define HEADER_OPENSSL_TYPES_H
+
+#include <APOpenSSL/e_os2.h>
+
+#ifdef NO_ASN1_TYPEDEFS
+#define ASN1_INTEGER		ASN1_STRING
+#define ASN1_ENUMERATED		ASN1_STRING
+#define ASN1_BIT_STRING		ASN1_STRING
+#define ASN1_OCTET_STRING	ASN1_STRING
+#define ASN1_PRINTABLESTRING	ASN1_STRING
+#define ASN1_T61STRING		ASN1_STRING
+#define ASN1_IA5STRING		ASN1_STRING
+#define ASN1_UTCTIME		ASN1_STRING
+#define ASN1_GENERALIZEDTIME	ASN1_STRING
+#define ASN1_TIME		ASN1_STRING
+#define ASN1_GENERALSTRING	ASN1_STRING
+#define ASN1_UNIVERSALSTRING	ASN1_STRING
+#define ASN1_BMPSTRING		ASN1_STRING
+#define ASN1_VISIBLESTRING	ASN1_STRING
+#define ASN1_UTF8STRING		ASN1_STRING
+#define ASN1_BOOLEAN		int
+#define ASN1_NULL		int
+#else
+typedef struct asn1_string_st ASN1_INTEGER;
+typedef struct asn1_string_st ASN1_ENUMERATED;
+typedef struct asn1_string_st ASN1_BIT_STRING;
+typedef struct asn1_string_st ASN1_OCTET_STRING;
+typedef struct asn1_string_st ASN1_PRINTABLESTRING;
+typedef struct asn1_string_st ASN1_T61STRING;
+typedef struct asn1_string_st ASN1_IA5STRING;
+typedef struct asn1_string_st ASN1_GENERALSTRING;
+typedef struct asn1_string_st ASN1_UNIVERSALSTRING;
+typedef struct asn1_string_st ASN1_BMPSTRING;
+typedef struct asn1_string_st ASN1_UTCTIME;
+typedef struct asn1_string_st ASN1_TIME;
+typedef struct asn1_string_st ASN1_GENERALIZEDTIME;
+typedef struct asn1_string_st ASN1_VISIBLESTRING;
+typedef struct asn1_string_st ASN1_UTF8STRING;
+typedef struct asn1_string_st ASN1_STRING;
+typedef int ASN1_BOOLEAN;
+typedef int ASN1_NULL;
+#endif
+
+typedef struct ASN1_ITEM_st ASN1_ITEM;
+typedef struct asn1_pctx_st ASN1_PCTX;
+
+#ifdef OPENSSL_SYS_WIN32
+#undef X509_NAME
+#undef X509_EXTENSIONS
+#undef X509_CERT_PAIR
+#undef PKCS7_ISSUER_AND_SERIAL
+#undef OCSP_REQUEST
+#undef OCSP_RESPONSE
+#endif
+
+#ifdef BIGNUM
+#undef BIGNUM
+#endif
+typedef struct bignum_st BIGNUM;
+typedef struct bignum_ctx BN_CTX;
+typedef struct bn_blinding_st BN_BLINDING;
+typedef struct bn_mont_ctx_st BN_MONT_CTX;
+typedef struct bn_recp_ctx_st BN_RECP_CTX;
+typedef struct bn_gencb_st BN_GENCB;
+
+typedef struct buf_mem_st BUF_MEM;
+
+typedef struct evp_cipher_st EVP_CIPHER;
+typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
+typedef struct env_md_st EVP_MD;
+typedef struct env_md_ctx_st EVP_MD_CTX;
+typedef struct evp_pkey_st EVP_PKEY;
+
+typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD;
+
+typedef struct evp_pkey_method_st EVP_PKEY_METHOD;
+typedef struct evp_pkey_ctx_st EVP_PKEY_CTX;
+
+typedef struct dh_st DH;
+typedef struct dh_method DH_METHOD;
+
+typedef struct dsa_st DSA;
+typedef struct dsa_method DSA_METHOD;
+
+typedef struct rsa_st RSA;
+typedef struct rsa_meth_st RSA_METHOD;
+
+typedef struct rand_meth_st RAND_METHOD;
+
+typedef struct ecdh_method ECDH_METHOD;
+typedef struct ecdsa_method ECDSA_METHOD;
+
+typedef struct x509_st X509;
+typedef struct X509_algor_st X509_ALGOR;
+typedef struct X509_crl_st X509_CRL;
+typedef struct x509_crl_method_st X509_CRL_METHOD;
+typedef struct x509_revoked_st X509_REVOKED;
+typedef struct X509_name_st X509_NAME;
+typedef struct X509_pubkey_st X509_PUBKEY;
+typedef struct x509_store_st X509_STORE;
+typedef struct x509_store_ctx_st X509_STORE_CTX;
+
+typedef struct pkcs8_priv_key_info_st PKCS8_PRIV_KEY_INFO;
+
+typedef struct v3_ext_ctx X509V3_CTX;
+typedef struct conf_st CONF;
+
+typedef struct store_st STORE;
+typedef struct store_method_st STORE_METHOD;
+
+typedef struct ui_st UI;
+typedef struct ui_method_st UI_METHOD;
+
+typedef struct st_ERR_FNS ERR_FNS;
+
+typedef struct engine_st ENGINE;
+typedef struct ssl_st SSL;
+typedef struct ssl_ctx_st SSL_CTX;
+
+typedef struct X509_POLICY_NODE_st X509_POLICY_NODE;
+typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL;
+typedef struct X509_POLICY_TREE_st X509_POLICY_TREE;
+typedef struct X509_POLICY_CACHE_st X509_POLICY_CACHE;
+
+typedef struct AUTHORITY_KEYID_st AUTHORITY_KEYID;
+typedef struct DIST_POINT_st DIST_POINT;
+typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT;
+typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS;
+
+  /* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */
+#define DECLARE_PKCS12_STACK_OF(type) /* Nothing */
+#define IMPLEMENT_PKCS12_STACK_OF(type) /* Nothing */
+
+typedef struct crypto_ex_data_st CRYPTO_EX_DATA;
+/* Callback types for crypto.h */
+typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
+					int idx, long argl, void *argp);
+typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
+					int idx, long argl, void *argp);
+typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, void *from_d, 
+					int idx, long argl, void *argp);
+
+typedef struct ocsp_req_ctx_st OCSP_REQ_CTX;
+typedef struct ocsp_response_st OCSP_RESPONSE;
+typedef struct ocsp_responder_id_st OCSP_RESPID;
+
+#endif /* def HEADER_OPENSSL_TYPES_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/pem.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pem.h
new file mode 100755
index 0000000000000000000000000000000000000000..6740a1f040438e1ee4a6211a79bdd24b39265f21
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pem.h
@@ -0,0 +1,641 @@
+/* crypto/pem/pem.h */
+/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_PEM_H
+#define HEADER_PEM_H
+
+#include <APOpenSSL/e_os2.h>
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#ifndef OPENSSL_NO_STACK
+#include <APOpenSSL/stack.h>
+#endif
+#include <APOpenSSL/evp.h>
+#include <APOpenSSL/x509.h>
+#include <APOpenSSL/pem2.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#define PEM_BUFSIZE		1024
+
+#define PEM_OBJ_UNDEF		0
+#define PEM_OBJ_X509		1
+#define PEM_OBJ_X509_REQ	2
+#define PEM_OBJ_CRL		3
+#define PEM_OBJ_SSL_SESSION	4
+#define PEM_OBJ_PRIV_KEY	10
+#define PEM_OBJ_PRIV_RSA	11
+#define PEM_OBJ_PRIV_DSA	12
+#define PEM_OBJ_PRIV_DH		13
+#define PEM_OBJ_PUB_RSA		14
+#define PEM_OBJ_PUB_DSA		15
+#define PEM_OBJ_PUB_DH		16
+#define PEM_OBJ_DHPARAMS	17
+#define PEM_OBJ_DSAPARAMS	18
+#define PEM_OBJ_PRIV_RSA_PUBLIC	19
+#define PEM_OBJ_PRIV_ECDSA	20
+#define PEM_OBJ_PUB_ECDSA	21
+#define PEM_OBJ_ECPARAMETERS	22
+
+#define PEM_ERROR		30
+#define PEM_DEK_DES_CBC         40
+#define PEM_DEK_IDEA_CBC        45
+#define PEM_DEK_DES_EDE         50
+#define PEM_DEK_DES_ECB         60
+#define PEM_DEK_RSA             70
+#define PEM_DEK_RSA_MD2         80
+#define PEM_DEK_RSA_MD5         90
+
+#define PEM_MD_MD2		NID_md2
+#define PEM_MD_MD5		NID_md5
+#define PEM_MD_SHA		NID_sha
+#define PEM_MD_MD2_RSA		NID_md2WithRSAEncryption
+#define PEM_MD_MD5_RSA		NID_md5WithRSAEncryption
+#define PEM_MD_SHA_RSA		NID_sha1WithRSAEncryption
+
+#define PEM_STRING_X509_OLD	"X509 CERTIFICATE"
+#define PEM_STRING_X509		"CERTIFICATE"
+#define PEM_STRING_X509_PAIR	"CERTIFICATE PAIR"
+#define PEM_STRING_X509_TRUSTED	"TRUSTED CERTIFICATE"
+#define PEM_STRING_X509_REQ_OLD	"NEW CERTIFICATE REQUEST"
+#define PEM_STRING_X509_REQ	"CERTIFICATE REQUEST"
+#define PEM_STRING_X509_CRL	"X509 CRL"
+#define PEM_STRING_EVP_PKEY	"ANY PRIVATE KEY"
+#define PEM_STRING_PUBLIC	"PUBLIC KEY"
+#define PEM_STRING_RSA		"RSA PRIVATE KEY"
+#define PEM_STRING_RSA_PUBLIC	"RSA PUBLIC KEY"
+#define PEM_STRING_DSA		"DSA PRIVATE KEY"
+#define PEM_STRING_DSA_PUBLIC	"DSA PUBLIC KEY"
+#define PEM_STRING_PKCS7	"PKCS7"
+#define PEM_STRING_PKCS7_SIGNED	"PKCS #7 SIGNED DATA"
+#define PEM_STRING_PKCS8	"ENCRYPTED PRIVATE KEY"
+#define PEM_STRING_PKCS8INF	"PRIVATE KEY"
+#define PEM_STRING_DHPARAMS	"DH PARAMETERS"
+#define PEM_STRING_SSL_SESSION	"SSL SESSION PARAMETERS"
+#define PEM_STRING_DSAPARAMS	"DSA PARAMETERS"
+#define PEM_STRING_ECDSA_PUBLIC "ECDSA PUBLIC KEY"
+#define PEM_STRING_ECPARAMETERS "EC PARAMETERS"
+#define PEM_STRING_ECPRIVATEKEY	"EC PRIVATE KEY"
+#define PEM_STRING_PARAMETERS	"PARAMETERS"
+#define PEM_STRING_CMS		"CMS"
+
+  /* Note that this structure is initialised by PEM_SealInit and cleaned up
+     by PEM_SealFinal (at least for now) */
+typedef struct PEM_Encode_Seal_st
+	{
+	EVP_ENCODE_CTX encode;
+	EVP_MD_CTX md;
+	EVP_CIPHER_CTX cipher;
+	} PEM_ENCODE_SEAL_CTX;
+
+/* enc_type is one off */
+#define PEM_TYPE_ENCRYPTED      10
+#define PEM_TYPE_MIC_ONLY       20
+#define PEM_TYPE_MIC_CLEAR      30
+#define PEM_TYPE_CLEAR		40
+
+typedef struct pem_recip_st
+	{
+	char *name;
+	X509_NAME *dn;
+
+	int cipher;
+	int key_enc;
+	/*	char iv[8]; unused and wrong size */
+	} PEM_USER;
+
+typedef struct pem_ctx_st
+	{
+	int type;		/* what type of object */
+
+	struct	{
+		int version;	
+		int mode;		
+		} proc_type;
+
+	char *domain;
+
+	struct	{
+		int cipher;
+	/* unused, and wrong size
+	   unsigned char iv[8]; */
+		} DEK_info;
+		
+	PEM_USER *originator;
+
+	int num_recipient;
+	PEM_USER **recipient;
+
+	/* XXX(ben): don#t think this is used! 
+		STACK *x509_chain;	/ * certificate chain */
+	EVP_MD *md;		/* signature type */
+
+	int md_enc;		/* is the md encrypted or not? */
+	int md_len;		/* length of md_data */
+	char *md_data;		/* message digest, could be pkey encrypted */
+
+	EVP_CIPHER *dec;	/* date encryption cipher */
+	int key_len;		/* key length */
+	unsigned char *key;	/* key */
+	/* unused, and wrong size
+	   unsigned char iv[8]; */
+
+	
+	int  data_enc;		/* is the data encrypted */
+	int data_len;
+	unsigned char *data;
+	} PEM_CTX;
+
+/* These macros make the PEM_read/PEM_write functions easier to maintain and
+ * write. Now they are all implemented with either:
+ * IMPLEMENT_PEM_rw(...) or IMPLEMENT_PEM_rw_cb(...)
+ */
+
+#ifdef OPENSSL_NO_FP_API
+
+#define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
+#define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
+#define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
+#define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
+#define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
+
+#else
+
+#define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
+type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
+{ \
+return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
+} 
+
+#define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
+int PEM_write_##name(FILE *fp, type *x) \
+{ \
+return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \
+}
+
+#define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
+int PEM_write_##name(FILE *fp, const type *x) \
+{ \
+return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,(void *)x,NULL,NULL,0,NULL,NULL); \
+}
+
+#define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
+int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
+	     unsigned char *kstr, int klen, pem_password_cb *cb, \
+		  void *u) \
+	{ \
+	return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
+	}
+
+#define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \
+int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
+	     unsigned char *kstr, int klen, pem_password_cb *cb, \
+		  void *u) \
+	{ \
+	return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
+	}
+
+#endif
+
+#define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \
+type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
+{ \
+return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \
+}
+
+#define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \
+int PEM_write_bio_##name(BIO *bp, type *x) \
+{ \
+return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,NULL,NULL,0,NULL,NULL); \
+}
+
+#define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \
+int PEM_write_bio_##name(BIO *bp, const type *x) \
+{ \
+return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,NULL,NULL,0,NULL,NULL); \
+}
+
+#define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \
+int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
+	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
+	{ \
+	return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); \
+	}
+
+#define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \
+int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
+	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \
+	{ \
+	return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,enc,kstr,klen,cb,u); \
+	}
+
+#define IMPLEMENT_PEM_write(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_bio(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_fp(name, type, str, asn1) 
+
+#define IMPLEMENT_PEM_write_const(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) 
+
+#define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) 
+
+#define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) 
+
+#define IMPLEMENT_PEM_read(name, type, str, asn1) \
+	IMPLEMENT_PEM_read_bio(name, type, str, asn1) \
+	IMPLEMENT_PEM_read_fp(name, type, str, asn1) 
+
+#define IMPLEMENT_PEM_rw(name, type, str, asn1) \
+	IMPLEMENT_PEM_read(name, type, str, asn1) \
+	IMPLEMENT_PEM_write(name, type, str, asn1)
+
+#define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \
+	IMPLEMENT_PEM_read(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_const(name, type, str, asn1)
+
+#define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \
+	IMPLEMENT_PEM_read(name, type, str, asn1) \
+	IMPLEMENT_PEM_write_cb(name, type, str, asn1)
+
+/* These are the same except they are for the declarations */
+
+#if defined(OPENSSL_NO_FP_API)
+
+#define DECLARE_PEM_read_fp(name, type) /**/
+#define DECLARE_PEM_write_fp(name, type) /**/
+#define DECLARE_PEM_write_cb_fp(name, type) /**/
+
+#else
+
+#define DECLARE_PEM_read_fp(name, type) \
+	type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u);
+
+#define DECLARE_PEM_write_fp(name, type) \
+	int PEM_write_##name(FILE *fp, type *x);
+
+#define DECLARE_PEM_write_fp_const(name, type) \
+	int PEM_write_##name(FILE *fp, const type *x);
+
+#define DECLARE_PEM_write_cb_fp(name, type) \
+	int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
+	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u);
+
+#endif
+
+#ifndef OPENSSL_NO_BIO
+#define DECLARE_PEM_read_bio(name, type) \
+	type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
+
+#define DECLARE_PEM_write_bio(name, type) \
+	int PEM_write_bio_##name(BIO *bp, type *x);
+
+#define DECLARE_PEM_write_bio_const(name, type) \
+	int PEM_write_bio_##name(BIO *bp, const type *x);
+
+#define DECLARE_PEM_write_cb_bio(name, type) \
+	int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
+	     unsigned char *kstr, int klen, pem_password_cb *cb, void *u);
+
+#else
+
+#define DECLARE_PEM_read_bio(name, type) /**/
+#define DECLARE_PEM_write_bio(name, type) /**/
+#define DECLARE_PEM_write_bio_const(name, type) /**/
+#define DECLARE_PEM_write_cb_bio(name, type) /**/
+
+#endif
+
+#define DECLARE_PEM_write(name, type) \
+	DECLARE_PEM_write_bio(name, type) \
+	DECLARE_PEM_write_fp(name, type) 
+
+#define DECLARE_PEM_write_const(name, type) \
+	DECLARE_PEM_write_bio_const(name, type) \
+	DECLARE_PEM_write_fp_const(name, type)
+
+#define DECLARE_PEM_write_cb(name, type) \
+	DECLARE_PEM_write_cb_bio(name, type) \
+	DECLARE_PEM_write_cb_fp(name, type) 
+
+#define DECLARE_PEM_read(name, type) \
+	DECLARE_PEM_read_bio(name, type) \
+	DECLARE_PEM_read_fp(name, type)
+
+#define DECLARE_PEM_rw(name, type) \
+	DECLARE_PEM_read(name, type) \
+	DECLARE_PEM_write(name, type)
+
+#define DECLARE_PEM_rw_const(name, type) \
+	DECLARE_PEM_read(name, type) \
+	DECLARE_PEM_write_const(name, type)
+
+#define DECLARE_PEM_rw_cb(name, type) \
+	DECLARE_PEM_read(name, type) \
+	DECLARE_PEM_write_cb(name, type)
+
+#if 1
+/* "userdata": new with OpenSSL 0.9.4 */
+typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata);
+#else
+/* OpenSSL 0.9.3, 0.9.3a */
+typedef int pem_password_cb(char *buf, int size, int rwflag);
+#endif
+
+int	PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher);
+int	PEM_do_header (EVP_CIPHER_INFO *cipher, unsigned char *data,long *len,
+	pem_password_cb *callback,void *u);
+
+#ifndef OPENSSL_NO_BIO
+int	PEM_read_bio(BIO *bp, char **name, char **header,
+		unsigned char **data,long *len);
+int	PEM_write_bio(BIO *bp,const char *name,char *hdr,unsigned char *data,
+		long len);
+int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp,
+	     pem_password_cb *cb, void *u);
+void *	PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp,
+			  void **x, pem_password_cb *cb, void *u);
+int	PEM_ASN1_write_bio(i2d_of_void *i2d,const char *name,BIO *bp, void *x,
+			   const EVP_CIPHER *enc,unsigned char *kstr,int klen,
+			   pem_password_cb *cb, void *u);
+
+STACK_OF(X509_INFO) *	PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, void *u);
+int	PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
+		unsigned char *kstr, int klen, pem_password_cb *cd, void *u);
+#endif
+
+int	PEM_read(FILE *fp, char **name, char **header,
+		unsigned char **data,long *len);
+int	PEM_write(FILE *fp,char *name,char *hdr,unsigned char *data,long len);
+void *  PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
+		      pem_password_cb *cb, void *u);
+int	PEM_ASN1_write(i2d_of_void *i2d,const char *name,FILE *fp,
+		       void *x,const EVP_CIPHER *enc,unsigned char *kstr,
+		       int klen,pem_password_cb *callback, void *u);
+STACK_OF(X509_INFO) *	PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk,
+	pem_password_cb *cb, void *u);
+
+int	PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type,
+		EVP_MD *md_type, unsigned char **ek, int *ekl,
+		unsigned char *iv, EVP_PKEY **pubk, int npubk);
+void	PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl,
+		unsigned char *in, int inl);
+int	PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig,int *sigl,
+		unsigned char *out, int *outl, EVP_PKEY *priv);
+
+void    PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type);
+void    PEM_SignUpdate(EVP_MD_CTX *ctx,unsigned char *d,unsigned int cnt);
+int	PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
+		unsigned int *siglen, EVP_PKEY *pkey);
+
+int	PEM_def_callback(char *buf, int num, int w, void *key);
+void	PEM_proc_type(char *buf, int type);
+void	PEM_dek_info(char *buf, const char *type, int len, char *str);
+
+
+#include <APOpenSSL/symhacks.h>
+
+DECLARE_PEM_rw(X509, X509)
+
+DECLARE_PEM_rw(X509_AUX, X509)
+
+DECLARE_PEM_rw(X509_CERT_PAIR, X509_CERT_PAIR)
+
+DECLARE_PEM_rw(X509_REQ, X509_REQ)
+DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
+
+DECLARE_PEM_rw(X509_CRL, X509_CRL)
+
+DECLARE_PEM_rw(PKCS7, PKCS7)
+
+DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE)
+
+DECLARE_PEM_rw(PKCS8, X509_SIG)
+
+DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO)
+
+#ifndef OPENSSL_NO_RSA
+
+DECLARE_PEM_rw_cb(RSAPrivateKey, RSA)
+
+DECLARE_PEM_rw_const(RSAPublicKey, RSA)
+DECLARE_PEM_rw(RSA_PUBKEY, RSA)
+
+#endif
+
+#ifndef OPENSSL_NO_DSA
+
+DECLARE_PEM_rw_cb(DSAPrivateKey, DSA)
+
+DECLARE_PEM_rw(DSA_PUBKEY, DSA)
+
+DECLARE_PEM_rw_const(DSAparams, DSA)
+
+#endif
+
+#ifndef OPENSSL_NO_EC
+DECLARE_PEM_rw_const(ECPKParameters, EC_GROUP)
+DECLARE_PEM_rw_cb(ECPrivateKey, EC_KEY)
+DECLARE_PEM_rw(EC_PUBKEY, EC_KEY)
+#endif
+
+#ifndef OPENSSL_NO_DH
+
+DECLARE_PEM_rw_const(DHparams, DH)
+
+#endif
+
+DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
+
+DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
+
+int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
+				  char *kstr, int klen,
+				  pem_password_cb *cb, void *u);
+int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
+                                  char *, int, pem_password_cb *, void *);
+int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
+				  char *kstr, int klen,
+				  pem_password_cb *cb, void *u);
+int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
+				  char *kstr, int klen,
+				  pem_password_cb *cb, void *u);
+EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u);
+
+int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
+				  char *kstr, int klen,
+				  pem_password_cb *cb, void *u);
+int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
+				  char *kstr, int klen,
+				  pem_password_cb *cb, void *u);
+int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid,
+				  char *kstr, int klen,
+				  pem_password_cb *cb, void *u);
+
+EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u);
+
+int PEM_write_PKCS8PrivateKey(FILE *fp,EVP_PKEY *x,const EVP_CIPHER *enc,
+			      char *kstr,int klen, pem_password_cb *cd, void *u);
+
+EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x);
+int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x);
+
+
+EVP_PKEY *b2i_PrivateKey(const unsigned char **in, long length);
+EVP_PKEY *b2i_PublicKey(const unsigned char **in, long length);
+EVP_PKEY *b2i_PrivateKey_bio(BIO *in);
+EVP_PKEY *b2i_PublicKey_bio(BIO *in);
+int i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk);
+int i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk);
+#ifndef OPENSSL_NO_RC4
+EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u);
+int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel,
+		pem_password_cb *cb, void *u);
+#endif
+
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_PEM_strings(void);
+
+/* Error codes for the PEM functions. */
+
+/* Function codes. */
+#define PEM_F_B2I_DSS					 127
+#define PEM_F_B2I_PVK_BIO				 128
+#define PEM_F_B2I_RSA					 129
+#define PEM_F_CHECK_BITLEN_DSA				 130
+#define PEM_F_CHECK_BITLEN_RSA				 131
+#define PEM_F_D2I_PKCS8PRIVATEKEY_BIO			 120
+#define PEM_F_D2I_PKCS8PRIVATEKEY_FP			 121
+#define PEM_F_DO_B2I					 132
+#define PEM_F_DO_B2I_BIO				 133
+#define PEM_F_DO_BLOB_HEADER				 134
+#define PEM_F_DO_PK8PKEY				 126
+#define PEM_F_DO_PK8PKEY_FP				 125
+#define PEM_F_DO_PVK_BODY				 135
+#define PEM_F_DO_PVK_HEADER				 136
+#define PEM_F_I2B_PVK					 137
+#define PEM_F_I2B_PVK_BIO				 138
+#define PEM_F_LOAD_IV					 101
+#define PEM_F_PEM_ASN1_READ				 102
+#define PEM_F_PEM_ASN1_READ_BIO				 103
+#define PEM_F_PEM_ASN1_WRITE				 104
+#define PEM_F_PEM_ASN1_WRITE_BIO			 105
+#define PEM_F_PEM_DEF_CALLBACK				 100
+#define PEM_F_PEM_DO_HEADER				 106
+#define PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY		 118
+#define PEM_F_PEM_GET_EVP_CIPHER_INFO			 107
+#define PEM_F_PEM_PK8PKEY				 119
+#define PEM_F_PEM_READ					 108
+#define PEM_F_PEM_READ_BIO				 109
+#define PEM_F_PEM_READ_BIO_PARAMETERS			 140
+#define PEM_F_PEM_READ_BIO_PRIVATEKEY			 123
+#define PEM_F_PEM_READ_PRIVATEKEY			 124
+#define PEM_F_PEM_SEALFINAL				 110
+#define PEM_F_PEM_SEALINIT				 111
+#define PEM_F_PEM_SIGNFINAL				 112
+#define PEM_F_PEM_WRITE					 113
+#define PEM_F_PEM_WRITE_BIO				 114
+#define PEM_F_PEM_WRITE_PRIVATEKEY			 139
+#define PEM_F_PEM_X509_INFO_READ			 115
+#define PEM_F_PEM_X509_INFO_READ_BIO			 116
+#define PEM_F_PEM_X509_INFO_WRITE_BIO			 117
+
+/* Reason codes. */
+#define PEM_R_BAD_BASE64_DECODE				 100
+#define PEM_R_BAD_DECRYPT				 101
+#define PEM_R_BAD_END_LINE				 102
+#define PEM_R_BAD_IV_CHARS				 103
+#define PEM_R_BAD_MAGIC_NUMBER				 116
+#define PEM_R_BAD_PASSWORD_READ				 104
+#define PEM_R_BAD_VERSION_NUMBER			 117
+#define PEM_R_BIO_WRITE_FAILURE				 118
+#define PEM_R_CIPHER_IS_NULL				 127
+#define PEM_R_ERROR_CONVERTING_PRIVATE_KEY		 115
+#define PEM_R_EXPECTING_PRIVATE_KEY_BLOB		 119
+#define PEM_R_EXPECTING_PUBLIC_KEY_BLOB			 120
+#define PEM_R_INCONSISTENT_HEADER			 121
+#define PEM_R_KEYBLOB_HEADER_PARSE_ERROR		 122
+#define PEM_R_KEYBLOB_TOO_SHORT				 123
+#define PEM_R_NOT_DEK_INFO				 105
+#define PEM_R_NOT_ENCRYPTED				 106
+#define PEM_R_NOT_PROC_TYPE				 107
+#define PEM_R_NO_START_LINE				 108
+#define PEM_R_PROBLEMS_GETTING_PASSWORD			 109
+#define PEM_R_PUBLIC_KEY_NO_RSA				 110
+#define PEM_R_PVK_DATA_TOO_SHORT			 124
+#define PEM_R_PVK_TOO_SHORT				 125
+#define PEM_R_READ_KEY					 111
+#define PEM_R_SHORT_HEADER				 112
+#define PEM_R_UNSUPPORTED_CIPHER			 113
+#define PEM_R_UNSUPPORTED_ENCRYPTION			 114
+#define PEM_R_UNSUPPORTED_KEY_COMPONENTS		 126
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/pem2.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pem2.h
new file mode 100755
index 0000000000000000000000000000000000000000..f31790d69cb038572233410489f0de10ac38242b
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pem2.h
@@ -0,0 +1,70 @@
+/* ====================================================================
+ * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+/*
+ * This header only exists to break a circular dependency between pem and err
+ * Ben 30 Jan 1999.
+ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifndef HEADER_PEM_H
+void ERR_load_PEM_strings(void);
+#endif
+
+#ifdef __cplusplus
+}
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/pkcs12.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pkcs12.h
new file mode 100755
index 0000000000000000000000000000000000000000..b48a8019bc601346e7c9d2aa7998e53e43d62f1a
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pkcs12.h
@@ -0,0 +1,331 @@
+/* pkcs12.h */
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
+ * project 1999.
+ */
+/* ====================================================================
+ * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_PKCS12_H
+#define HEADER_PKCS12_H
+
+#include <APOpenSSL/bio.h>
+#include <APOpenSSL/x509.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define PKCS12_KEY_ID	1
+#define PKCS12_IV_ID	2
+#define PKCS12_MAC_ID	3
+
+/* Default iteration count */
+#ifndef PKCS12_DEFAULT_ITER
+#define PKCS12_DEFAULT_ITER	PKCS5_DEFAULT_ITER
+#endif
+
+#define PKCS12_MAC_KEY_LENGTH 20
+
+#define PKCS12_SALT_LEN	8
+
+/* Uncomment out next line for unicode password and names, otherwise ASCII */
+
+/*#define PBE_UNICODE*/
+
+#ifdef PBE_UNICODE
+#define PKCS12_key_gen PKCS12_key_gen_uni
+#define PKCS12_add_friendlyname PKCS12_add_friendlyname_uni
+#else
+#define PKCS12_key_gen PKCS12_key_gen_asc
+#define PKCS12_add_friendlyname PKCS12_add_friendlyname_asc
+#endif
+
+/* MS key usage constants */
+
+#define KEY_EX	0x10
+#define KEY_SIG 0x80
+
+typedef struct {
+X509_SIG *dinfo;
+ASN1_OCTET_STRING *salt;
+ASN1_INTEGER *iter;	/* defaults to 1 */
+} PKCS12_MAC_DATA;
+
+typedef struct {
+ASN1_INTEGER *version;
+PKCS12_MAC_DATA *mac;
+PKCS7 *authsafes;
+} PKCS12;
+
+typedef struct {
+ASN1_OBJECT *type;
+union {
+	struct pkcs12_bag_st *bag; /* secret, crl and certbag */
+	struct pkcs8_priv_key_info_st	*keybag; /* keybag */
+	X509_SIG *shkeybag; /* shrouded key bag */
+	STACK_OF(PKCS12_SAFEBAG) *safes;
+	ASN1_TYPE *other;
+}value;
+STACK_OF(X509_ATTRIBUTE) *attrib;
+} PKCS12_SAFEBAG;
+
+DECLARE_STACK_OF(PKCS12_SAFEBAG)
+DECLARE_ASN1_SET_OF(PKCS12_SAFEBAG)
+DECLARE_PKCS12_STACK_OF(PKCS12_SAFEBAG)
+
+typedef struct pkcs12_bag_st {
+ASN1_OBJECT *type;
+union {
+	ASN1_OCTET_STRING *x509cert;
+	ASN1_OCTET_STRING *x509crl;
+	ASN1_OCTET_STRING *octet;
+	ASN1_IA5STRING *sdsicert;
+	ASN1_TYPE *other; /* Secret or other bag */
+}value;
+} PKCS12_BAGS;
+
+#define PKCS12_ERROR	0
+#define PKCS12_OK	1
+
+/* Compatibility macros */
+
+#define M_PKCS12_x5092certbag PKCS12_x5092certbag
+#define M_PKCS12_x509crl2certbag PKCS12_x509crl2certbag
+
+#define M_PKCS12_certbag2x509 PKCS12_certbag2x509
+#define M_PKCS12_certbag2x509crl PKCS12_certbag2x509crl 
+
+#define M_PKCS12_unpack_p7data PKCS12_unpack_p7data
+#define M_PKCS12_pack_authsafes PKCS12_pack_authsafes
+#define M_PKCS12_unpack_authsafes PKCS12_unpack_authsafes
+#define M_PKCS12_unpack_p7encdata PKCS12_unpack_p7encdata
+
+#define M_PKCS12_decrypt_skey PKCS12_decrypt_skey
+#define M_PKCS8_decrypt PKCS8_decrypt
+
+#define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type)
+#define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
+#define M_PKCS12_crl_bag_type M_PKCS12_cert_bag_type
+
+#define PKCS12_get_attr(bag, attr_nid) \
+			 PKCS12_get_attr_gen(bag->attrib, attr_nid)
+
+#define PKCS8_get_attr(p8, attr_nid) \
+		PKCS12_get_attr_gen(p8->attributes, attr_nid)
+
+#define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0)
+
+
+PKCS12_SAFEBAG *PKCS12_x5092certbag(X509 *x509);
+PKCS12_SAFEBAG *PKCS12_x509crl2certbag(X509_CRL *crl);
+X509 *PKCS12_certbag2x509(PKCS12_SAFEBAG *bag);
+X509_CRL *PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag);
+
+PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, int nid1,
+	     int nid2);
+PKCS12_SAFEBAG *PKCS12_MAKE_KEYBAG(PKCS8_PRIV_KEY_INFO *p8);
+PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, int passlen);
+PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, const char *pass,
+								int passlen);
+X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, 
+			const char *pass, int passlen,
+			unsigned char *salt, int saltlen, int iter,
+			PKCS8_PRIV_KEY_INFO *p8);
+PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass,
+				     int passlen, unsigned char *salt,
+				     int saltlen, int iter,
+				     PKCS8_PRIV_KEY_INFO *p8);
+PKCS7 *PKCS12_pack_p7data(STACK_OF(PKCS12_SAFEBAG) *sk);
+STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7data(PKCS7 *p7);
+PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen,
+			     unsigned char *salt, int saltlen, int iter,
+			     STACK_OF(PKCS12_SAFEBAG) *bags);
+STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, int passlen);
+
+int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes);
+STACK_OF(PKCS7) *PKCS12_unpack_authsafes(PKCS12 *p12);
+
+int PKCS12_add_localkeyid(PKCS12_SAFEBAG *bag, unsigned char *name, int namelen);
+int PKCS12_add_friendlyname_asc(PKCS12_SAFEBAG *bag, const char *name,
+				int namelen);
+int PKCS12_add_CSPName_asc(PKCS12_SAFEBAG *bag, const char *name,
+				int namelen);
+int PKCS12_add_friendlyname_uni(PKCS12_SAFEBAG *bag, const unsigned char *name,
+				int namelen);
+int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage);
+ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid);
+char *PKCS12_get_friendlyname(PKCS12_SAFEBAG *bag);
+unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass,
+				int passlen, unsigned char *in, int inlen,
+				unsigned char **data, int *datalen, int en_de);
+void * PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it,
+	     const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf);
+ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it,
+				       const char *pass, int passlen,
+				       void *obj, int zbuf);
+PKCS12 *PKCS12_init(int mode);
+int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt,
+		       int saltlen, int id, int iter, int n,
+		       unsigned char *out, const EVP_MD *md_type);
+int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type);
+int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
+			 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
+			 int en_de);
+int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen,
+			 unsigned char *mac, unsigned int *maclen);
+int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen);
+int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen,
+		   unsigned char *salt, int saltlen, int iter,
+		   const EVP_MD *md_type);
+int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt,
+					 int saltlen, const EVP_MD *md_type);
+unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen);
+char *OPENSSL_uni2asc(unsigned char *uni, int unilen);
+
+DECLARE_ASN1_FUNCTIONS(PKCS12)
+DECLARE_ASN1_FUNCTIONS(PKCS12_MAC_DATA)
+DECLARE_ASN1_FUNCTIONS(PKCS12_SAFEBAG)
+DECLARE_ASN1_FUNCTIONS(PKCS12_BAGS)
+
+DECLARE_ASN1_ITEM(PKCS12_SAFEBAGS)
+DECLARE_ASN1_ITEM(PKCS12_AUTHSAFES)
+
+void PKCS12_PBE_add(void);
+int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
+		 STACK_OF(X509) **ca);
+PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert,
+			 STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter,
+						 int mac_iter, int keytype);
+
+PKCS12_SAFEBAG *PKCS12_add_cert(STACK_OF(PKCS12_SAFEBAG) **pbags, X509 *cert);
+PKCS12_SAFEBAG *PKCS12_add_key(STACK_OF(PKCS12_SAFEBAG) **pbags, EVP_PKEY *key,
+						int key_usage, int iter,
+						int key_nid, char *pass);
+int PKCS12_add_safe(STACK_OF(PKCS7) **psafes, STACK_OF(PKCS12_SAFEBAG) *bags,
+					int safe_nid, int iter, char *pass);
+PKCS12 *PKCS12_add_safes(STACK_OF(PKCS7) *safes, int p7_nid);
+
+int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
+int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12);
+PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
+PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12);
+int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_PKCS12_strings(void);
+
+/* Error codes for the PKCS12 functions. */
+
+/* Function codes. */
+#define PKCS12_F_PARSE_BAG				 129
+#define PKCS12_F_PARSE_BAGS				 103
+#define PKCS12_F_PKCS12_ADD_FRIENDLYNAME		 100
+#define PKCS12_F_PKCS12_ADD_FRIENDLYNAME_ASC		 127
+#define PKCS12_F_PKCS12_ADD_FRIENDLYNAME_UNI		 102
+#define PKCS12_F_PKCS12_ADD_LOCALKEYID			 104
+#define PKCS12_F_PKCS12_CREATE				 105
+#define PKCS12_F_PKCS12_GEN_MAC				 107
+#define PKCS12_F_PKCS12_INIT				 109
+#define PKCS12_F_PKCS12_ITEM_DECRYPT_D2I		 106
+#define PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT		 108
+#define PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG		 117
+#define PKCS12_F_PKCS12_KEY_GEN_ASC			 110
+#define PKCS12_F_PKCS12_KEY_GEN_UNI			 111
+#define PKCS12_F_PKCS12_MAKE_KEYBAG			 112
+#define PKCS12_F_PKCS12_MAKE_SHKEYBAG			 113
+#define PKCS12_F_PKCS12_NEWPASS				 128
+#define PKCS12_F_PKCS12_PACK_P7DATA			 114
+#define PKCS12_F_PKCS12_PACK_P7ENCDATA			 115
+#define PKCS12_F_PKCS12_PARSE				 118
+#define PKCS12_F_PKCS12_PBE_CRYPT			 119
+#define PKCS12_F_PKCS12_PBE_KEYIVGEN			 120
+#define PKCS12_F_PKCS12_SETUP_MAC			 122
+#define PKCS12_F_PKCS12_SET_MAC				 123
+#define PKCS12_F_PKCS12_UNPACK_AUTHSAFES		 130
+#define PKCS12_F_PKCS12_UNPACK_P7DATA			 131
+#define PKCS12_F_PKCS12_VERIFY_MAC			 126
+#define PKCS12_F_PKCS8_ADD_KEYUSAGE			 124
+#define PKCS12_F_PKCS8_ENCRYPT				 125
+
+/* Reason codes. */
+#define PKCS12_R_CANT_PACK_STRUCTURE			 100
+#define PKCS12_R_CONTENT_TYPE_NOT_DATA			 121
+#define PKCS12_R_DECODE_ERROR				 101
+#define PKCS12_R_ENCODE_ERROR				 102
+#define PKCS12_R_ENCRYPT_ERROR				 103
+#define PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE	 120
+#define PKCS12_R_INVALID_NULL_ARGUMENT			 104
+#define PKCS12_R_INVALID_NULL_PKCS12_POINTER		 105
+#define PKCS12_R_IV_GEN_ERROR				 106
+#define PKCS12_R_KEY_GEN_ERROR				 107
+#define PKCS12_R_MAC_ABSENT				 108
+#define PKCS12_R_MAC_GENERATION_ERROR			 109
+#define PKCS12_R_MAC_SETUP_ERROR			 110
+#define PKCS12_R_MAC_STRING_SET_ERROR			 111
+#define PKCS12_R_MAC_VERIFY_ERROR			 112
+#define PKCS12_R_MAC_VERIFY_FAILURE			 113
+#define PKCS12_R_PARSE_ERROR				 114
+#define PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR		 115
+#define PKCS12_R_PKCS12_CIPHERFINAL_ERROR		 116
+#define PKCS12_R_PKCS12_PBE_CRYPT_ERROR			 117
+#define PKCS12_R_UNKNOWN_DIGEST_ALGORITHM		 118
+#define PKCS12_R_UNSUPPORTED_PKCS12_MODE		 119
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/pkcs7.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pkcs7.h
new file mode 100755
index 0000000000000000000000000000000000000000..91a68090e72e323d7c17e83f5022d29df7534c33
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pkcs7.h
@@ -0,0 +1,499 @@
+/* crypto/pkcs7/pkcs7.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_PKCS7_H
+#define HEADER_PKCS7_H
+
+#include <APOpenSSL/asn1.h>
+#include <APOpenSSL/bio.h>
+#include <APOpenSSL/e_os2.h>
+
+#include <APOpenSSL/symhacks.h>
+#include <APOpenSSL/ossl_typ.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_SYS_WIN32
+/* Under Win32 thes are defined in wincrypt.h */
+#undef PKCS7_ISSUER_AND_SERIAL
+#undef PKCS7_SIGNER_INFO
+#endif
+
+/*
+Encryption_ID		DES-CBC
+Digest_ID		MD5
+Digest_Encryption_ID	rsaEncryption
+Key_Encryption_ID	rsaEncryption
+*/
+
+typedef struct pkcs7_issuer_and_serial_st
+	{
+	X509_NAME *issuer;
+	ASN1_INTEGER *serial;
+	} PKCS7_ISSUER_AND_SERIAL;
+
+typedef struct pkcs7_signer_info_st
+	{
+	ASN1_INTEGER 			*version;	/* version 1 */
+	PKCS7_ISSUER_AND_SERIAL		*issuer_and_serial;
+	X509_ALGOR			*digest_alg;
+	STACK_OF(X509_ATTRIBUTE)	*auth_attr;	/* [ 0 ] */
+	X509_ALGOR			*digest_enc_alg;
+	ASN1_OCTET_STRING		*enc_digest;
+	STACK_OF(X509_ATTRIBUTE)	*unauth_attr;	/* [ 1 ] */
+
+	/* The private key to sign with */
+	EVP_PKEY			*pkey;
+	} PKCS7_SIGNER_INFO;
+
+DECLARE_STACK_OF(PKCS7_SIGNER_INFO)
+DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO)
+
+typedef struct pkcs7_recip_info_st
+	{
+	ASN1_INTEGER			*version;	/* version 0 */
+	PKCS7_ISSUER_AND_SERIAL		*issuer_and_serial;
+	X509_ALGOR			*key_enc_algor;
+	ASN1_OCTET_STRING		*enc_key;
+	X509				*cert; /* get the pub-key from this */
+	} PKCS7_RECIP_INFO;
+
+DECLARE_STACK_OF(PKCS7_RECIP_INFO)
+DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO)
+
+typedef struct pkcs7_signed_st
+	{
+	ASN1_INTEGER			*version;	/* version 1 */
+	STACK_OF(X509_ALGOR)		*md_algs;	/* md used */
+	STACK_OF(X509)			*cert;		/* [ 0 ] */
+	STACK_OF(X509_CRL)		*crl;		/* [ 1 ] */
+	STACK_OF(PKCS7_SIGNER_INFO)	*signer_info;
+
+	struct pkcs7_st			*contents;
+	} PKCS7_SIGNED;
+/* The above structure is very very similar to PKCS7_SIGN_ENVELOPE.
+ * How about merging the two */
+
+typedef struct pkcs7_enc_content_st
+	{
+	ASN1_OBJECT			*content_type;
+	X509_ALGOR			*algorithm;
+	ASN1_OCTET_STRING		*enc_data;	/* [ 0 ] */
+	const EVP_CIPHER		*cipher;
+	} PKCS7_ENC_CONTENT;
+
+typedef struct pkcs7_enveloped_st
+	{
+	ASN1_INTEGER			*version;	/* version 0 */
+	STACK_OF(PKCS7_RECIP_INFO)	*recipientinfo;
+	PKCS7_ENC_CONTENT		*enc_data;
+	} PKCS7_ENVELOPE;
+
+typedef struct pkcs7_signedandenveloped_st
+	{
+	ASN1_INTEGER			*version;	/* version 1 */
+	STACK_OF(X509_ALGOR)		*md_algs;	/* md used */
+	STACK_OF(X509)			*cert;		/* [ 0 ] */
+	STACK_OF(X509_CRL)		*crl;		/* [ 1 ] */
+	STACK_OF(PKCS7_SIGNER_INFO)	*signer_info;
+
+	PKCS7_ENC_CONTENT		*enc_data;
+	STACK_OF(PKCS7_RECIP_INFO)	*recipientinfo;
+	} PKCS7_SIGN_ENVELOPE;
+
+typedef struct pkcs7_digest_st
+	{
+	ASN1_INTEGER			*version;	/* version 0 */
+	X509_ALGOR			*md;		/* md used */
+	struct pkcs7_st 		*contents;
+	ASN1_OCTET_STRING		*digest;
+	} PKCS7_DIGEST;
+
+typedef struct pkcs7_encrypted_st
+	{
+	ASN1_INTEGER			*version;	/* version 0 */
+	PKCS7_ENC_CONTENT		*enc_data;
+	} PKCS7_ENCRYPT;
+
+typedef struct pkcs7_st
+	{
+	/* The following is non NULL if it contains ASN1 encoding of
+	 * this structure */
+	unsigned char *asn1;
+	long length;
+
+#define PKCS7_S_HEADER	0
+#define PKCS7_S_BODY	1
+#define PKCS7_S_TAIL	2
+	int state; /* used during processing */
+
+	int detached;
+
+	ASN1_OBJECT *type;
+	/* content as defined by the type */
+	/* all encryption/message digests are applied to the 'contents',
+	 * leaving out the 'type' field. */
+	union	{
+		char *ptr;
+
+		/* NID_pkcs7_data */
+		ASN1_OCTET_STRING *data;
+
+		/* NID_pkcs7_signed */
+		PKCS7_SIGNED *sign;
+
+		/* NID_pkcs7_enveloped */
+		PKCS7_ENVELOPE *enveloped;
+
+		/* NID_pkcs7_signedAndEnveloped */
+		PKCS7_SIGN_ENVELOPE *signed_and_enveloped;
+
+		/* NID_pkcs7_digest */
+		PKCS7_DIGEST *digest;
+
+		/* NID_pkcs7_encrypted */
+		PKCS7_ENCRYPT *encrypted;
+
+		/* Anything else */
+		ASN1_TYPE *other;
+		} d;
+	} PKCS7;
+
+DECLARE_STACK_OF(PKCS7)
+DECLARE_ASN1_SET_OF(PKCS7)
+DECLARE_PKCS12_STACK_OF(PKCS7)
+
+#define PKCS7_OP_SET_DETACHED_SIGNATURE	1
+#define PKCS7_OP_GET_DETACHED_SIGNATURE	2
+
+#define PKCS7_get_signed_attributes(si)	((si)->auth_attr)
+#define PKCS7_get_attributes(si)	((si)->unauth_attr)
+
+#define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed)
+#define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted)
+#define PKCS7_type_is_enveloped(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_enveloped)
+#define PKCS7_type_is_signedAndEnveloped(a) \
+		(OBJ_obj2nid((a)->type) == NID_pkcs7_signedAndEnveloped)
+#define PKCS7_type_is_data(a)   (OBJ_obj2nid((a)->type) == NID_pkcs7_data)
+#define PKCS7_type_is_digest(a)   (OBJ_obj2nid((a)->type) == NID_pkcs7_digest)
+#define PKCS7_type_is_encrypted(a) \
+		(OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted)
+
+#define PKCS7_type_is_digest(a)   (OBJ_obj2nid((a)->type) == NID_pkcs7_digest)
+
+#define PKCS7_set_detached(p,v) \
+		PKCS7_ctrl(p,PKCS7_OP_SET_DETACHED_SIGNATURE,v,NULL)
+#define PKCS7_get_detached(p) \
+		PKCS7_ctrl(p,PKCS7_OP_GET_DETACHED_SIGNATURE,0,NULL)
+
+#define PKCS7_is_detached(p7) (PKCS7_type_is_signed(p7) && PKCS7_get_detached(p7))
+
+/* S/MIME related flags */
+
+#define PKCS7_TEXT		0x1
+#define PKCS7_NOCERTS		0x2
+#define PKCS7_NOSIGS		0x4
+#define PKCS7_NOCHAIN		0x8
+#define PKCS7_NOINTERN		0x10
+#define PKCS7_NOVERIFY		0x20
+#define PKCS7_DETACHED		0x40
+#define PKCS7_BINARY		0x80
+#define PKCS7_NOATTR		0x100
+#define	PKCS7_NOSMIMECAP	0x200
+#define PKCS7_NOOLDMIMETYPE	0x400
+#define PKCS7_CRLFEOL		0x800
+#define PKCS7_STREAM		0x1000
+#define PKCS7_NOCRL		0x2000
+#define PKCS7_PARTIAL		0x4000
+#define PKCS7_REUSE_DIGEST	0x8000
+
+/* Flags: for compatibility with older code */
+
+#define SMIME_TEXT	PKCS7_TEXT
+#define SMIME_NOCERTS	PKCS7_NOCERTS
+#define SMIME_NOSIGS	PKCS7_NOSIGS
+#define SMIME_NOCHAIN	PKCS7_NOCHAIN
+#define SMIME_NOINTERN	PKCS7_NOINTERN
+#define SMIME_NOVERIFY	PKCS7_NOVERIFY
+#define SMIME_DETACHED	PKCS7_DETACHED
+#define SMIME_BINARY	PKCS7_BINARY
+#define SMIME_NOATTR	PKCS7_NOATTR
+
+DECLARE_ASN1_FUNCTIONS(PKCS7_ISSUER_AND_SERIAL)
+
+int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data,const EVP_MD *type,
+	unsigned char *md,unsigned int *len);
+#ifndef OPENSSL_NO_FP_API
+PKCS7 *d2i_PKCS7_fp(FILE *fp,PKCS7 **p7);
+int i2d_PKCS7_fp(FILE *fp,PKCS7 *p7);
+#endif
+PKCS7 *PKCS7_dup(PKCS7 *p7);
+PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
+int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
+int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
+int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
+
+DECLARE_ASN1_FUNCTIONS(PKCS7_SIGNER_INFO)
+DECLARE_ASN1_FUNCTIONS(PKCS7_RECIP_INFO)
+DECLARE_ASN1_FUNCTIONS(PKCS7_SIGNED)
+DECLARE_ASN1_FUNCTIONS(PKCS7_ENC_CONTENT)
+DECLARE_ASN1_FUNCTIONS(PKCS7_ENVELOPE)
+DECLARE_ASN1_FUNCTIONS(PKCS7_SIGN_ENVELOPE)
+DECLARE_ASN1_FUNCTIONS(PKCS7_DIGEST)
+DECLARE_ASN1_FUNCTIONS(PKCS7_ENCRYPT)
+DECLARE_ASN1_FUNCTIONS(PKCS7)
+
+DECLARE_ASN1_ITEM(PKCS7_ATTR_SIGN)
+DECLARE_ASN1_ITEM(PKCS7_ATTR_VERIFY)
+
+DECLARE_ASN1_NDEF_FUNCTION(PKCS7)
+DECLARE_ASN1_PRINT_FUNCTION(PKCS7)
+
+long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);
+
+int PKCS7_set_type(PKCS7 *p7, int type);
+int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other);
+int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data);
+int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
+	const EVP_MD *dgst);
+int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si);
+int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *p7i);
+int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
+int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
+int PKCS7_content_new(PKCS7 *p7, int nid);
+int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
+	BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si); 
+int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
+								X509 *x509);
+
+BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
+int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
+BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
+
+
+PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509,
+	EVP_PKEY *pkey, const EVP_MD *dgst);
+X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
+int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md);
+STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7);
+
+PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509);
+void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk,
+					X509_ALGOR **pdig, X509_ALGOR **psig);
+void PKCS7_RECIP_INFO_get0_alg(PKCS7_RECIP_INFO *ri, X509_ALGOR **penc);
+int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri);
+int PKCS7_RECIP_INFO_set(PKCS7_RECIP_INFO *p7i, X509 *x509);
+int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
+int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
+
+PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
+ASN1_OCTET_STRING *PKCS7_digest_from_attributes(STACK_OF(X509_ATTRIBUTE) *sk);
+int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si,int nid,int type,
+	void *data);
+int PKCS7_add_attribute (PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
+	void *value);
+ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid);
+ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid);
+int PKCS7_set_signed_attributes(PKCS7_SIGNER_INFO *p7si,
+				STACK_OF(X509_ATTRIBUTE) *sk);
+int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si,STACK_OF(X509_ATTRIBUTE) *sk);
+
+
+PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
+							BIO *data, int flags);
+
+PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7,
+			X509 *signcert, EVP_PKEY *pkey, const EVP_MD *md,
+			int flags);
+
+int PKCS7_final(PKCS7 *p7, BIO *data, int flags);
+int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
+					BIO *indata, BIO *out, int flags);
+STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags);
+PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
+								int flags);
+int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
+
+int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si,
+			      STACK_OF(X509_ALGOR) *cap);
+STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si);
+int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg);
+
+int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid);
+int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
+int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si,
+				const unsigned char *md, int mdlen);
+
+int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
+PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
+
+BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7);
+
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_PKCS7_strings(void);
+
+/* Error codes for the PKCS7 functions. */
+
+/* Function codes. */
+#define PKCS7_F_B64_READ_PKCS7				 120
+#define PKCS7_F_B64_WRITE_PKCS7				 121
+#define PKCS7_F_DO_PKCS7_SIGNED_ATTRIB			 136
+#define PKCS7_F_I2D_PKCS7_BIO_STREAM			 140
+#define PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME		 135
+#define PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP		 118
+#define PKCS7_F_PKCS7_ADD_CERTIFICATE			 100
+#define PKCS7_F_PKCS7_ADD_CRL				 101
+#define PKCS7_F_PKCS7_ADD_RECIPIENT_INFO		 102
+#define PKCS7_F_PKCS7_ADD_SIGNATURE			 131
+#define PKCS7_F_PKCS7_ADD_SIGNER			 103
+#define PKCS7_F_PKCS7_BIO_ADD_DIGEST			 125
+#define PKCS7_F_PKCS7_COPY_EXISTING_DIGEST		 138
+#define PKCS7_F_PKCS7_CTRL				 104
+#define PKCS7_F_PKCS7_DATADECODE			 112
+#define PKCS7_F_PKCS7_DATAFINAL				 128
+#define PKCS7_F_PKCS7_DATAINIT				 105
+#define PKCS7_F_PKCS7_DATASIGN				 106
+#define PKCS7_F_PKCS7_DATAVERIFY			 107
+#define PKCS7_F_PKCS7_DECRYPT				 114
+#define PKCS7_F_PKCS7_DECRYPT_RINFO			 133
+#define PKCS7_F_PKCS7_ENCODE_RINFO			 132
+#define PKCS7_F_PKCS7_ENCRYPT				 115
+#define PKCS7_F_PKCS7_FINAL				 134
+#define PKCS7_F_PKCS7_FIND_DIGEST			 127
+#define PKCS7_F_PKCS7_GET0_SIGNERS			 124
+#define PKCS7_F_PKCS7_RECIP_INFO_SET			 130
+#define PKCS7_F_PKCS7_SET_CIPHER			 108
+#define PKCS7_F_PKCS7_SET_CONTENT			 109
+#define PKCS7_F_PKCS7_SET_DIGEST			 126
+#define PKCS7_F_PKCS7_SET_TYPE				 110
+#define PKCS7_F_PKCS7_SIGN				 116
+#define PKCS7_F_PKCS7_SIGNATUREVERIFY			 113
+#define PKCS7_F_PKCS7_SIGNER_INFO_SET			 129
+#define PKCS7_F_PKCS7_SIGNER_INFO_SIGN			 139
+#define PKCS7_F_PKCS7_SIGN_ADD_SIGNER			 137
+#define PKCS7_F_PKCS7_SIMPLE_SMIMECAP			 119
+#define PKCS7_F_PKCS7_VERIFY				 117
+#define PKCS7_F_SMIME_READ_PKCS7			 122
+#define PKCS7_F_SMIME_TEXT				 123
+
+/* Reason codes. */
+#define PKCS7_R_CERTIFICATE_VERIFY_ERROR		 117
+#define PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER		 144
+#define PKCS7_R_CIPHER_NOT_INITIALIZED			 116
+#define PKCS7_R_CONTENT_AND_DATA_PRESENT		 118
+#define PKCS7_R_CTRL_ERROR				 152
+#define PKCS7_R_DECODE_ERROR				 130
+#define PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH		 100
+#define PKCS7_R_DECRYPT_ERROR				 119
+#define PKCS7_R_DIGEST_FAILURE				 101
+#define PKCS7_R_ENCRYPTION_CTRL_FAILURE			 149
+#define PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 150
+#define PKCS7_R_ERROR_ADDING_RECIPIENT			 120
+#define PKCS7_R_ERROR_SETTING_CIPHER			 121
+#define PKCS7_R_INVALID_MIME_TYPE			 131
+#define PKCS7_R_INVALID_NULL_POINTER			 143
+#define PKCS7_R_MIME_NO_CONTENT_TYPE			 132
+#define PKCS7_R_MIME_PARSE_ERROR			 133
+#define PKCS7_R_MIME_SIG_PARSE_ERROR			 134
+#define PKCS7_R_MISSING_CERIPEND_INFO			 103
+#define PKCS7_R_NO_CONTENT				 122
+#define PKCS7_R_NO_CONTENT_TYPE				 135
+#define PKCS7_R_NO_DEFAULT_DIGEST			 151
+#define PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND		 154
+#define PKCS7_R_NO_MULTIPART_BODY_FAILURE		 136
+#define PKCS7_R_NO_MULTIPART_BOUNDARY			 137
+#define PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE	 115
+#define PKCS7_R_NO_RECIPIENT_MATCHES_KEY		 146
+#define PKCS7_R_NO_SIGNATURES_ON_DATA			 123
+#define PKCS7_R_NO_SIGNERS				 142
+#define PKCS7_R_NO_SIG_CONTENT_TYPE			 138
+#define PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE	 104
+#define PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR		 124
+#define PKCS7_R_PKCS7_ADD_SIGNER_ERROR			 153
+#define PKCS7_R_PKCS7_DATAFINAL				 126
+#define PKCS7_R_PKCS7_DATAFINAL_ERROR			 125
+#define PKCS7_R_PKCS7_DATASIGN				 145
+#define PKCS7_R_PKCS7_PARSE_ERROR			 139
+#define PKCS7_R_PKCS7_SIG_PARSE_ERROR			 140
+#define PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE	 127
+#define PKCS7_R_SIGNATURE_FAILURE			 105
+#define PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND		 128
+#define PKCS7_R_SIGNING_CTRL_FAILURE			 147
+#define PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE	 148
+#define PKCS7_R_SIG_INVALID_MIME_TYPE			 141
+#define PKCS7_R_SMIME_TEXT_ERROR			 129
+#define PKCS7_R_UNABLE_TO_FIND_CERTIFICATE		 106
+#define PKCS7_R_UNABLE_TO_FIND_MEM_BIO			 107
+#define PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST		 108
+#define PKCS7_R_UNKNOWN_DIGEST_TYPE			 109
+#define PKCS7_R_UNKNOWN_OPERATION			 110
+#define PKCS7_R_UNSUPPORTED_CIPHER_TYPE			 111
+#define PKCS7_R_UNSUPPORTED_CONTENT_TYPE		 112
+#define PKCS7_R_WRONG_CONTENT_TYPE			 113
+#define PKCS7_R_WRONG_PKCS7_TYPE			 114
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/pqueue.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pqueue.h
new file mode 100755
index 0000000000000000000000000000000000000000..87fc9037c8f3af30365c2cda5fcba5545ca74d87
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/pqueue.h
@@ -0,0 +1,94 @@
+/* crypto/pqueue/pqueue.h */
+/* 
+ * DTLS implementation written by Nagendra Modadugu
+ * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.  
+ */
+/* ====================================================================
+ * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_PQUEUE_H
+#define HEADER_PQUEUE_H
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+typedef struct _pqueue *pqueue;
+
+typedef struct _pitem
+	{
+	unsigned char priority[8]; /* 64-bit value in big-endian encoding */
+	void *data;
+	struct _pitem *next;
+	} pitem;
+
+typedef struct _pitem *piterator;
+
+pitem *pitem_new(unsigned char *prio64be, void *data);
+void   pitem_free(pitem *item);
+
+pqueue pqueue_new(void);
+void   pqueue_free(pqueue pq);
+
+pitem *pqueue_insert(pqueue pq, pitem *item);
+pitem *pqueue_peek(pqueue pq);
+pitem *pqueue_pop(pqueue pq);
+pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
+pitem *pqueue_iterator(pqueue pq);
+pitem *pqueue_next(piterator *iter);
+
+void   pqueue_print(pqueue pq);
+int    pqueue_size(pqueue pq);
+
+#endif /* ! HEADER_PQUEUE_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/rand.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/rand.h
new file mode 100755
index 0000000000000000000000000000000000000000..f7339daa5ca393f8aeb44aaba087e061cc60d517
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/rand.h
@@ -0,0 +1,149 @@
+/* crypto/rand/rand.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_RAND_H
+#define HEADER_RAND_H
+
+#include <stdlib.h>
+#include <APOpenSSL/ossl_typ.h>
+#include <APOpenSSL/e_os2.h>
+
+#if defined(OPENSSL_SYS_WINDOWS)
+#include <windows.h>
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#if defined(OPENSSL_FIPS)
+#define FIPS_RAND_SIZE_T size_t
+#endif
+
+/* Already defined in ossl_typ.h */
+/* typedef struct rand_meth_st RAND_METHOD; */
+
+struct rand_meth_st
+	{
+	void (*seed)(const void *buf, int num);
+	int (*bytes)(unsigned char *buf, int num);
+	void (*cleanup)(void);
+	void (*add)(const void *buf, int num, double entropy);
+	int (*pseudorand)(unsigned char *buf, int num);
+	int (*status)(void);
+	};
+
+#ifdef BN_DEBUG
+extern int rand_predictable;
+#endif
+
+int RAND_set_rand_method(const RAND_METHOD *meth);
+const RAND_METHOD *RAND_get_rand_method(void);
+#ifndef OPENSSL_NO_ENGINE
+int RAND_set_rand_engine(ENGINE *engine);
+#endif
+RAND_METHOD *RAND_SSLeay(void);
+void RAND_cleanup(void );
+int  RAND_bytes(unsigned char *buf,int num);
+int  RAND_pseudo_bytes(unsigned char *buf,int num);
+void RAND_seed(const void *buf,int num);
+void RAND_add(const void *buf,int num,double entropy);
+int  RAND_load_file(const char *file,long max_bytes);
+int  RAND_write_file(const char *file);
+const char *RAND_file_name(char *file,size_t num);
+int RAND_status(void);
+int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
+int RAND_egd(const char *path);
+int RAND_egd_bytes(const char *path,int bytes);
+int RAND_poll(void);
+
+#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
+
+void RAND_screen(void);
+int RAND_event(UINT, WPARAM, LPARAM);
+
+#endif
+
+#ifdef OPENSSL_FIPS
+void RAND_set_fips_drbg_type(int type, int flags);
+int RAND_init_fips(void);
+#endif
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_RAND_strings(void);
+
+/* Error codes for the RAND functions. */
+
+/* Function codes. */
+#define RAND_F_RAND_GET_RAND_METHOD			 101
+#define RAND_F_RAND_INIT_FIPS				 102
+#define RAND_F_SSLEAY_RAND_BYTES			 100
+
+/* Reason codes. */
+#define RAND_R_ERROR_INITIALISING_DRBG			 102
+#define RAND_R_ERROR_INSTANTIATING_DRBG			 103
+#define RAND_R_NO_FIPS_RANDOM_METHOD_SET		 101
+#define RAND_R_PRNG_NOT_SEEDED				 100
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/rc2.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/rc2.h
new file mode 100755
index 0000000000000000000000000000000000000000..ccc9e7c3dc5aa6e88c758093fb74dcb56d78ca1b
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/rc2.h
@@ -0,0 +1,103 @@
+/* crypto/rc2/rc2.h */
+/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_RC2_H
+#define HEADER_RC2_H
+
+#include <APOpenSSL/opensslconf.h> /* OPENSSL_NO_RC2, RC2_INT */
+#ifdef OPENSSL_NO_RC2
+#error RC2 is disabled.
+#endif
+
+#define RC2_ENCRYPT	1
+#define RC2_DECRYPT	0
+
+#define RC2_BLOCK	8
+#define RC2_KEY_LENGTH	16
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct rc2_key_st
+	{
+	RC2_INT data[64];
+	} RC2_KEY;
+
+#ifdef OPENSSL_FIPS 
+void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,int bits);
+#endif
+void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,int bits);
+void RC2_ecb_encrypt(const unsigned char *in,unsigned char *out,RC2_KEY *key,
+		     int enc);
+void RC2_encrypt(unsigned long *data,RC2_KEY *key);
+void RC2_decrypt(unsigned long *data,RC2_KEY *key);
+void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
+	RC2_KEY *ks, unsigned char *iv, int enc);
+void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out,
+		       long length, RC2_KEY *schedule, unsigned char *ivec,
+		       int *num, int enc);
+void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out,
+		       long length, RC2_KEY *schedule, unsigned char *ivec,
+		       int *num);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/rc4.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/rc4.h
new file mode 100755
index 0000000000000000000000000000000000000000..583202d991d33fafac8c404c4b2e5557187a5c87
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/rc4.h
@@ -0,0 +1,90 @@
+/* crypto/rc4/rc4.h */
+/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_RC4_H
+#define HEADER_RC4_H
+
+#include <APOpenSSL/opensslconf.h> /* OPENSSL_NO_RC4, RC4_INT */
+#ifdef OPENSSL_NO_RC4
+#error RC4 is disabled.
+#endif
+
+#include <stddef.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct rc4_key_st
+	{
+	RC4_INT x,y;
+	RC4_INT data[256];
+	} RC4_KEY;
+
+ 
+const char *RC4_options(void);
+void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
+void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
+void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
+		unsigned char *outdata);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ripemd.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ripemd.h
new file mode 100755
index 0000000000000000000000000000000000000000..9fe1d09da8cee0a545d8cb933071886b1b1c6d78
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ripemd.h
@@ -0,0 +1,107 @@
+/* crypto/ripemd/ripemd.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_RIPEMD_H
+#define HEADER_RIPEMD_H
+
+#include <APOpenSSL/e_os2.h>
+#include <stddef.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_NO_RIPEMD
+#error RIPEMD is disabled.
+#endif
+
+#if defined(__LP32__)
+#define RIPEMD160_LONG unsigned long
+#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
+#define RIPEMD160_LONG unsigned long
+#define RIPEMD160_LONG_LOG2 3
+#else
+#define RIPEMD160_LONG unsigned int
+#endif
+
+#define RIPEMD160_CBLOCK	64
+#define RIPEMD160_LBLOCK	(RIPEMD160_CBLOCK/4)
+#define RIPEMD160_DIGEST_LENGTH	20
+
+typedef struct RIPEMD160state_st
+	{
+	RIPEMD160_LONG A,B,C,D,E;
+	RIPEMD160_LONG Nl,Nh;
+	RIPEMD160_LONG data[RIPEMD160_LBLOCK];
+	unsigned int   num;
+	} RIPEMD160_CTX;
+
+#ifdef OPENSSL_FIPS
+int private_RIPEMD160_Init(RIPEMD160_CTX *c);
+#endif
+int RIPEMD160_Init(RIPEMD160_CTX *c);
+int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, size_t len);
+int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
+unsigned char *RIPEMD160(const unsigned char *d, size_t n,
+	unsigned char *md);
+void RIPEMD160_Transform(RIPEMD160_CTX *c, const unsigned char *b);
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/rsa.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/rsa.h
new file mode 100755
index 0000000000000000000000000000000000000000..f5dae89173f338fd01686b214d81758ee6fd5307
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/rsa.h
@@ -0,0 +1,582 @@
+/* crypto/rsa/rsa.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_RSA_H
+#define HEADER_RSA_H
+
+#include <APOpenSSL/asn1.h>
+
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#include <APOpenSSL/crypto.h>
+#include <APOpenSSL/ossl_typ.h>
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/bn.h>
+#endif
+
+#ifdef OPENSSL_NO_RSA
+#error RSA is disabled.
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Declared already in ossl_typ.h */
+/* typedef struct rsa_st RSA; */
+/* typedef struct rsa_meth_st RSA_METHOD; */
+
+struct rsa_meth_st
+	{
+	const char *name;
+	int (*rsa_pub_enc)(int flen,const unsigned char *from,
+			   unsigned char *to,
+			   RSA *rsa,int padding);
+	int (*rsa_pub_dec)(int flen,const unsigned char *from,
+			   unsigned char *to,
+			   RSA *rsa,int padding);
+	int (*rsa_priv_enc)(int flen,const unsigned char *from,
+			    unsigned char *to,
+			    RSA *rsa,int padding);
+	int (*rsa_priv_dec)(int flen,const unsigned char *from,
+			    unsigned char *to,
+			    RSA *rsa,int padding);
+	int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
+	int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
+			  const BIGNUM *m, BN_CTX *ctx,
+			  BN_MONT_CTX *m_ctx); /* Can be null */
+	int (*init)(RSA *rsa);		/* called at new */
+	int (*finish)(RSA *rsa);	/* called at free */
+	int flags;			/* RSA_METHOD_FLAG_* things */
+	char *app_data;			/* may be needed! */
+/* New sign and verify functions: some libraries don't allow arbitrary data
+ * to be signed/verified: this allows them to be used. Note: for this to work
+ * the RSA_public_decrypt() and RSA_private_encrypt() should *NOT* be used
+ * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
+ * compatibility this functionality is only enabled if the RSA_FLAG_SIGN_VER
+ * option is set in 'flags'.
+ */
+	int (*rsa_sign)(int type,
+		const unsigned char *m, unsigned int m_length,
+		unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
+	int (*rsa_verify)(int dtype,
+		const unsigned char *m, unsigned int m_length,
+		const unsigned char *sigbuf, unsigned int siglen,
+								const RSA *rsa);
+/* If this callback is NULL, the builtin software RSA key-gen will be used. This
+ * is for behavioural compatibility whilst the code gets rewired, but one day
+ * it would be nice to assume there are no such things as "builtin software"
+ * implementations. */
+	int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
+	};
+
+struct rsa_st
+	{
+	/* The first parameter is used to pickup errors where
+	 * this is passed instead of aEVP_PKEY, it is set to 0 */
+	int pad;
+	long version;
+	const RSA_METHOD *meth;
+	/* functional reference if 'meth' is ENGINE-provided */
+	ENGINE *engine;
+	BIGNUM *n;
+	BIGNUM *e;
+	BIGNUM *d;
+	BIGNUM *p;
+	BIGNUM *q;
+	BIGNUM *dmp1;
+	BIGNUM *dmq1;
+	BIGNUM *iqmp;
+	/* be careful using this if the RSA structure is shared */
+	CRYPTO_EX_DATA ex_data;
+	int references;
+	int flags;
+
+	/* Used to cache montgomery values */
+	BN_MONT_CTX *_method_mod_n;
+	BN_MONT_CTX *_method_mod_p;
+	BN_MONT_CTX *_method_mod_q;
+
+	/* all BIGNUM values are actually in the following data, if it is not
+	 * NULL */
+	char *bignum_data;
+	BN_BLINDING *blinding;
+	BN_BLINDING *mt_blinding;
+	};
+
+#ifndef OPENSSL_RSA_MAX_MODULUS_BITS
+# define OPENSSL_RSA_MAX_MODULUS_BITS	16384
+#endif
+
+#ifndef OPENSSL_RSA_SMALL_MODULUS_BITS
+# define OPENSSL_RSA_SMALL_MODULUS_BITS	3072
+#endif
+#ifndef OPENSSL_RSA_MAX_PUBEXP_BITS
+# define OPENSSL_RSA_MAX_PUBEXP_BITS	64 /* exponent limit enforced for "large" modulus only */
+#endif
+
+#define RSA_3	0x3L
+#define RSA_F4	0x10001L
+
+#define RSA_METHOD_FLAG_NO_CHECK	0x0001 /* don't check pub/private match */
+
+#define RSA_FLAG_CACHE_PUBLIC		0x0002
+#define RSA_FLAG_CACHE_PRIVATE		0x0004
+#define RSA_FLAG_BLINDING		0x0008
+#define RSA_FLAG_THREAD_SAFE		0x0010
+/* This flag means the private key operations will be handled by rsa_mod_exp
+ * and that they do not depend on the private key components being present:
+ * for example a key stored in external hardware. Without this flag bn_mod_exp
+ * gets called when private key components are absent.
+ */
+#define RSA_FLAG_EXT_PKEY		0x0020
+
+/* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
+ */
+#define RSA_FLAG_SIGN_VER		0x0040
+
+#define RSA_FLAG_NO_BLINDING		0x0080 /* new with 0.9.6j and 0.9.7b; the built-in
+                                                * RSA implementation now uses blinding by
+                                                * default (ignoring RSA_FLAG_BLINDING),
+                                                * but other engines might not need it
+                                                */
+#define RSA_FLAG_NO_CONSTTIME		0x0100 /* new with 0.9.8f; the built-in RSA
+						* implementation now uses constant time
+						* operations by default in private key operations,
+						* e.g., constant time modular exponentiation, 
+                                                * modular inverse without leaking branches, 
+                                                * division without leaking branches. This 
+                                                * flag disables these constant time 
+                                                * operations and results in faster RSA 
+                                                * private key operations.
+                                                */ 
+#ifndef OPENSSL_NO_DEPRECATED
+#define RSA_FLAG_NO_EXP_CONSTTIME RSA_FLAG_NO_CONSTTIME /* deprecated name for the flag*/
+                                                /* new with 0.9.7h; the built-in RSA
+                                                * implementation now uses constant time
+                                                * modular exponentiation for secret exponents
+                                                * by default. This flag causes the
+                                                * faster variable sliding window method to
+                                                * be used for all exponents.
+                                                */
+#endif
+
+
+#define EVP_PKEY_CTX_set_rsa_padding(ctx, pad) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, \
+				pad, NULL)
+
+#define EVP_PKEY_CTX_get_rsa_padding(ctx, ppad) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, \
+				EVP_PKEY_CTRL_GET_RSA_PADDING, 0, ppad)
+
+#define EVP_PKEY_CTX_set_rsa_pss_saltlen(ctx, len) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
+				(EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
+				EVP_PKEY_CTRL_RSA_PSS_SALTLEN, \
+				len, NULL)
+
+#define EVP_PKEY_CTX_get_rsa_pss_saltlen(ctx, plen) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \
+				(EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
+				EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN, \
+				0, plen)
+
+#define EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, bits) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
+				EVP_PKEY_CTRL_RSA_KEYGEN_BITS, bits, NULL)
+
+#define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \
+	EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \
+				EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp)
+
+#define	 EVP_PKEY_CTX_set_rsa_mgf1_md(ctx, md)	\
+		EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_SIG,  \
+				EVP_PKEY_CTRL_RSA_MGF1_MD, 0, (void *)md)
+
+#define	 EVP_PKEY_CTX_get_rsa_mgf1_md(ctx, pmd)	\
+		EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_SIG,  \
+				EVP_PKEY_CTRL_GET_RSA_MGF1_MD, 0, (void *)pmd)
+
+#define EVP_PKEY_CTRL_RSA_PADDING	(EVP_PKEY_ALG_CTRL + 1)
+#define EVP_PKEY_CTRL_RSA_PSS_SALTLEN	(EVP_PKEY_ALG_CTRL + 2)
+
+#define EVP_PKEY_CTRL_RSA_KEYGEN_BITS	(EVP_PKEY_ALG_CTRL + 3)
+#define EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP	(EVP_PKEY_ALG_CTRL + 4)
+#define EVP_PKEY_CTRL_RSA_MGF1_MD	(EVP_PKEY_ALG_CTRL + 5)
+
+#define EVP_PKEY_CTRL_GET_RSA_PADDING		(EVP_PKEY_ALG_CTRL + 6)
+#define EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN	(EVP_PKEY_ALG_CTRL + 7)
+#define EVP_PKEY_CTRL_GET_RSA_MGF1_MD		(EVP_PKEY_ALG_CTRL + 8)
+
+#define RSA_PKCS1_PADDING	1
+#define RSA_SSLV23_PADDING	2
+#define RSA_NO_PADDING		3
+#define RSA_PKCS1_OAEP_PADDING	4
+#define RSA_X931_PADDING	5
+/* EVP_PKEY_ only */
+#define RSA_PKCS1_PSS_PADDING	6
+
+#define RSA_PKCS1_PADDING_SIZE	11
+
+#define RSA_set_app_data(s,arg)         RSA_set_ex_data(s,0,arg)
+#define RSA_get_app_data(s)             RSA_get_ex_data(s,0)
+
+RSA *	RSA_new(void);
+RSA *	RSA_new_method(ENGINE *engine);
+int	RSA_size(const RSA *);
+
+/* Deprecated version */
+#ifndef OPENSSL_NO_DEPRECATED
+RSA *	RSA_generate_key(int bits, unsigned long e,void
+		(*callback)(int,int,void *),void *cb_arg);
+#endif /* !defined(OPENSSL_NO_DEPRECATED) */
+
+/* New version */
+int	RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
+
+int	RSA_check_key(const RSA *);
+	/* next 4 return -1 on error */
+int	RSA_public_encrypt(int flen, const unsigned char *from,
+		unsigned char *to, RSA *rsa,int padding);
+int	RSA_private_encrypt(int flen, const unsigned char *from,
+		unsigned char *to, RSA *rsa,int padding);
+int	RSA_public_decrypt(int flen, const unsigned char *from, 
+		unsigned char *to, RSA *rsa,int padding);
+int	RSA_private_decrypt(int flen, const unsigned char *from, 
+		unsigned char *to, RSA *rsa,int padding);
+void	RSA_free (RSA *r);
+/* "up" the RSA object's reference count */
+int	RSA_up_ref(RSA *r);
+
+int	RSA_flags(const RSA *r);
+
+void RSA_set_default_method(const RSA_METHOD *meth);
+const RSA_METHOD *RSA_get_default_method(void);
+const RSA_METHOD *RSA_get_method(const RSA *rsa);
+int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
+
+/* This function needs the memory locking malloc callbacks to be installed */
+int RSA_memory_lock(RSA *r);
+
+/* these are the actual SSLeay RSA functions */
+const RSA_METHOD *RSA_PKCS1_SSLeay(void);
+
+const RSA_METHOD *RSA_null_method(void);
+
+DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPublicKey)
+DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey)
+
+typedef struct rsa_pss_params_st
+	{
+	X509_ALGOR *hashAlgorithm;
+	X509_ALGOR *maskGenAlgorithm;
+	ASN1_INTEGER *saltLength;
+	ASN1_INTEGER *trailerField;
+	} RSA_PSS_PARAMS;
+
+DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
+
+#ifndef OPENSSL_NO_FP_API
+int	RSA_print_fp(FILE *fp, const RSA *r,int offset);
+#endif
+
+#ifndef OPENSSL_NO_BIO
+int	RSA_print(BIO *bp, const RSA *r,int offset);
+#endif
+
+#ifndef OPENSSL_NO_RC4
+int i2d_RSA_NET(const RSA *a, unsigned char **pp,
+		int (*cb)(char *buf, int len, const char *prompt, int verify),
+		int sgckey);
+RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length,
+		 int (*cb)(char *buf, int len, const char *prompt, int verify),
+		 int sgckey);
+
+int i2d_Netscape_RSA(const RSA *a, unsigned char **pp,
+		     int (*cb)(char *buf, int len, const char *prompt,
+			       int verify));
+RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length,
+		      int (*cb)(char *buf, int len, const char *prompt,
+				int verify));
+#endif
+
+/* The following 2 functions sign and verify a X509_SIG ASN1 object
+ * inside PKCS#1 padded RSA encryption */
+int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
+	unsigned char *sigret, unsigned int *siglen, RSA *rsa);
+int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
+	const unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
+
+/* The following 2 function sign and verify a ASN1_OCTET_STRING
+ * object inside PKCS#1 padded RSA encryption */
+int RSA_sign_ASN1_OCTET_STRING(int type,
+	const unsigned char *m, unsigned int m_length,
+	unsigned char *sigret, unsigned int *siglen, RSA *rsa);
+int RSA_verify_ASN1_OCTET_STRING(int type,
+	const unsigned char *m, unsigned int m_length,
+	unsigned char *sigbuf, unsigned int siglen, RSA *rsa);
+
+int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
+void RSA_blinding_off(RSA *rsa);
+BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
+
+int RSA_padding_add_PKCS1_type_1(unsigned char *to,int tlen,
+	const unsigned char *f,int fl);
+int RSA_padding_check_PKCS1_type_1(unsigned char *to,int tlen,
+	const unsigned char *f,int fl,int rsa_len);
+int RSA_padding_add_PKCS1_type_2(unsigned char *to,int tlen,
+	const unsigned char *f,int fl);
+int RSA_padding_check_PKCS1_type_2(unsigned char *to,int tlen,
+	const unsigned char *f,int fl,int rsa_len);
+int PKCS1_MGF1(unsigned char *mask, long len,
+	const unsigned char *seed, long seedlen, const EVP_MD *dgst);
+int RSA_padding_add_PKCS1_OAEP(unsigned char *to,int tlen,
+	const unsigned char *f,int fl,
+	const unsigned char *p,int pl);
+int RSA_padding_check_PKCS1_OAEP(unsigned char *to,int tlen,
+	const unsigned char *f,int fl,int rsa_len,
+	const unsigned char *p,int pl);
+int RSA_padding_add_SSLv23(unsigned char *to,int tlen,
+	const unsigned char *f,int fl);
+int RSA_padding_check_SSLv23(unsigned char *to,int tlen,
+	const unsigned char *f,int fl,int rsa_len);
+int RSA_padding_add_none(unsigned char *to,int tlen,
+	const unsigned char *f,int fl);
+int RSA_padding_check_none(unsigned char *to,int tlen,
+	const unsigned char *f,int fl,int rsa_len);
+int RSA_padding_add_X931(unsigned char *to,int tlen,
+	const unsigned char *f,int fl);
+int RSA_padding_check_X931(unsigned char *to,int tlen,
+	const unsigned char *f,int fl,int rsa_len);
+int RSA_X931_hash_id(int nid);
+
+int RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash,
+			const EVP_MD *Hash, const unsigned char *EM, int sLen);
+int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,
+			const unsigned char *mHash,
+			const EVP_MD *Hash, int sLen);
+
+int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash,
+			const EVP_MD *Hash, const EVP_MD *mgf1Hash, 
+			const unsigned char *EM, int sLen);
+
+int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
+			const unsigned char *mHash,
+			const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen);
+
+int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int RSA_set_ex_data(RSA *r,int idx,void *arg);
+void *RSA_get_ex_data(const RSA *r, int idx);
+
+RSA *RSAPublicKey_dup(RSA *rsa);
+RSA *RSAPrivateKey_dup(RSA *rsa);
+
+/* If this flag is set the RSA method is FIPS compliant and can be used
+ * in FIPS mode. This is set in the validated module method. If an
+ * application sets this flag in its own methods it is its responsibility
+ * to ensure the result is compliant.
+ */
+
+#define RSA_FLAG_FIPS_METHOD			0x0400
+
+/* If this flag is set the operations normally disabled in FIPS mode are
+ * permitted it is then the applications responsibility to ensure that the
+ * usage is compliant.
+ */
+
+#define RSA_FLAG_NON_FIPS_ALLOW			0x0400
+/* Application has decided PRNG is good enough to generate a key: don't
+ * check.
+ */
+#define RSA_FLAG_CHECKED			0x0800
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_RSA_strings(void);
+
+/* Error codes for the RSA functions. */
+
+/* Function codes. */
+#define RSA_F_CHECK_PADDING_MD				 140
+#define RSA_F_DO_RSA_PRINT				 146
+#define RSA_F_INT_RSA_VERIFY				 145
+#define RSA_F_MEMORY_LOCK				 100
+#define RSA_F_OLD_RSA_PRIV_DECODE			 147
+#define RSA_F_PKEY_RSA_CTRL				 143
+#define RSA_F_PKEY_RSA_CTRL_STR				 144
+#define RSA_F_PKEY_RSA_SIGN				 142
+#define RSA_F_PKEY_RSA_VERIFY				 154
+#define RSA_F_PKEY_RSA_VERIFYRECOVER			 141
+#define RSA_F_RSA_BUILTIN_KEYGEN			 129
+#define RSA_F_RSA_CHECK_KEY				 123
+#define RSA_F_RSA_EAY_PRIVATE_DECRYPT			 101
+#define RSA_F_RSA_EAY_PRIVATE_ENCRYPT			 102
+#define RSA_F_RSA_EAY_PUBLIC_DECRYPT			 103
+#define RSA_F_RSA_EAY_PUBLIC_ENCRYPT			 104
+#define RSA_F_RSA_GENERATE_KEY				 105
+#define RSA_F_RSA_GENERATE_KEY_EX			 155
+#define RSA_F_RSA_ITEM_VERIFY				 156
+#define RSA_F_RSA_MEMORY_LOCK				 130
+#define RSA_F_RSA_NEW_METHOD				 106
+#define RSA_F_RSA_NULL					 124
+#define RSA_F_RSA_NULL_MOD_EXP				 131
+#define RSA_F_RSA_NULL_PRIVATE_DECRYPT			 132
+#define RSA_F_RSA_NULL_PRIVATE_ENCRYPT			 133
+#define RSA_F_RSA_NULL_PUBLIC_DECRYPT			 134
+#define RSA_F_RSA_NULL_PUBLIC_ENCRYPT			 135
+#define RSA_F_RSA_PADDING_ADD_NONE			 107
+#define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP		 121
+#define RSA_F_RSA_PADDING_ADD_PKCS1_PSS			 125
+#define RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1		 148
+#define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1		 108
+#define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2		 109
+#define RSA_F_RSA_PADDING_ADD_SSLV23			 110
+#define RSA_F_RSA_PADDING_ADD_X931			 127
+#define RSA_F_RSA_PADDING_CHECK_NONE			 111
+#define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP		 122
+#define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1		 112
+#define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2		 113
+#define RSA_F_RSA_PADDING_CHECK_SSLV23			 114
+#define RSA_F_RSA_PADDING_CHECK_X931			 128
+#define RSA_F_RSA_PRINT					 115
+#define RSA_F_RSA_PRINT_FP				 116
+#define RSA_F_RSA_PRIVATE_DECRYPT			 150
+#define RSA_F_RSA_PRIVATE_ENCRYPT			 151
+#define RSA_F_RSA_PRIV_DECODE				 137
+#define RSA_F_RSA_PRIV_ENCODE				 138
+#define RSA_F_RSA_PUBLIC_DECRYPT			 152
+#define RSA_F_RSA_PUBLIC_ENCRYPT			 153
+#define RSA_F_RSA_PUB_DECODE				 139
+#define RSA_F_RSA_SETUP_BLINDING			 136
+#define RSA_F_RSA_SIGN					 117
+#define RSA_F_RSA_SIGN_ASN1_OCTET_STRING		 118
+#define RSA_F_RSA_VERIFY				 119
+#define RSA_F_RSA_VERIFY_ASN1_OCTET_STRING		 120
+#define RSA_F_RSA_VERIFY_PKCS1_PSS			 126
+#define RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1			 149
+
+/* Reason codes. */
+#define RSA_R_ALGORITHM_MISMATCH			 100
+#define RSA_R_BAD_E_VALUE				 101
+#define RSA_R_BAD_FIXED_HEADER_DECRYPT			 102
+#define RSA_R_BAD_PAD_BYTE_COUNT			 103
+#define RSA_R_BAD_SIGNATURE				 104
+#define RSA_R_BLOCK_TYPE_IS_NOT_01			 106
+#define RSA_R_BLOCK_TYPE_IS_NOT_02			 107
+#define RSA_R_DATA_GREATER_THAN_MOD_LEN			 108
+#define RSA_R_DATA_TOO_LARGE				 109
+#define RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE		 110
+#define RSA_R_DATA_TOO_LARGE_FOR_MODULUS		 132
+#define RSA_R_DATA_TOO_SMALL				 111
+#define RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE		 122
+#define RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY		 112
+#define RSA_R_DMP1_NOT_CONGRUENT_TO_D			 124
+#define RSA_R_DMQ1_NOT_CONGRUENT_TO_D			 125
+#define RSA_R_D_E_NOT_CONGRUENT_TO_1			 123
+#define RSA_R_FIRST_OCTET_INVALID			 133
+#define RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE	 144
+#define RSA_R_INVALID_DIGEST_LENGTH			 143
+#define RSA_R_INVALID_HEADER				 137
+#define RSA_R_INVALID_KEYBITS				 145
+#define RSA_R_INVALID_MESSAGE_LENGTH			 131
+#define RSA_R_INVALID_MGF1_MD				 156
+#define RSA_R_INVALID_PADDING				 138
+#define RSA_R_INVALID_PADDING_MODE			 141
+#define RSA_R_INVALID_PSS_PARAMETERS			 149
+#define RSA_R_INVALID_PSS_SALTLEN			 146
+#define RSA_R_INVALID_SALT_LENGTH			 150
+#define RSA_R_INVALID_TRAILER				 139
+#define RSA_R_INVALID_X931_DIGEST			 142
+#define RSA_R_IQMP_NOT_INVERSE_OF_Q			 126
+#define RSA_R_KEY_SIZE_TOO_SMALL			 120
+#define RSA_R_LAST_OCTET_INVALID			 134
+#define RSA_R_MODULUS_TOO_LARGE				 105
+#define RSA_R_NON_FIPS_RSA_METHOD			 157
+#define RSA_R_NO_PUBLIC_EXPONENT			 140
+#define RSA_R_NULL_BEFORE_BLOCK_MISSING			 113
+#define RSA_R_N_DOES_NOT_EQUAL_P_Q			 127
+#define RSA_R_OAEP_DECODING_ERROR			 121
+#define RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE	 158
+#define RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE	 148
+#define RSA_R_PADDING_CHECK_FAILED			 114
+#define RSA_R_P_NOT_PRIME				 128
+#define RSA_R_Q_NOT_PRIME				 129
+#define RSA_R_RSA_OPERATIONS_NOT_SUPPORTED		 130
+#define RSA_R_SLEN_CHECK_FAILED				 136
+#define RSA_R_SLEN_RECOVERY_FAILED			 135
+#define RSA_R_SSLV3_ROLLBACK_ATTACK			 115
+#define RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 116
+#define RSA_R_UNKNOWN_ALGORITHM_TYPE			 117
+#define RSA_R_UNKNOWN_MASK_DIGEST			 151
+#define RSA_R_UNKNOWN_PADDING_TYPE			 118
+#define RSA_R_UNKNOWN_PSS_DIGEST			 152
+#define RSA_R_UNSUPPORTED_MASK_ALGORITHM		 153
+#define RSA_R_UNSUPPORTED_MASK_PARAMETER		 154
+#define RSA_R_UNSUPPORTED_SIGNATURE_TYPE		 155
+#define RSA_R_VALUE_MISSING				 147
+#define RSA_R_WRONG_SIGNATURE_LENGTH			 119
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/safestack.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/safestack.h
new file mode 100755
index 0000000000000000000000000000000000000000..61e2dec448fe52389dba9774bc60d3aa38597de9
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/safestack.h
@@ -0,0 +1,2663 @@
+/* ====================================================================
+ * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_SAFESTACK_H
+#define HEADER_SAFESTACK_H
+
+#include <APOpenSSL/stack.h>
+
+#ifndef CHECKED_PTR_OF
+#define CHECKED_PTR_OF(type, p) \
+    ((void*) (1 ? p : (type*)0))
+#endif
+
+/* In C++ we get problems because an explicit cast is needed from (void *)
+ * we use CHECKED_STACK_OF to ensure the correct type is passed in the macros
+ * below. 
+ */
+
+#define CHECKED_STACK_OF(type, p) \
+    ((_STACK*) (1 ? p : (STACK_OF(type)*)0))
+
+#define CHECKED_SK_FREE_FUNC(type, p) \
+    ((void (*)(void *)) ((1 ? p : (void (*)(type *))0)))
+
+#define CHECKED_SK_FREE_FUNC2(type, p) \
+    ((void (*)(void *)) ((1 ? p : (void (*)(type))0)))
+
+#define CHECKED_SK_CMP_FUNC(type, p) \
+    ((int (*)(const void *, const void *)) \
+	((1 ? p : (int (*)(const type * const *, const type * const *))0)))
+
+#define STACK_OF(type) struct stack_st_##type
+#define PREDECLARE_STACK_OF(type) STACK_OF(type);
+
+#define DECLARE_STACK_OF(type) \
+STACK_OF(type) \
+    { \
+    _STACK stack; \
+    };
+#define DECLARE_SPECIAL_STACK_OF(type, type2) \
+STACK_OF(type) \
+    { \
+    _STACK stack; \
+    };
+
+#define IMPLEMENT_STACK_OF(type) /* nada (obsolete in new safestack approach)*/
+
+
+/* Strings are special: normally an lhash entry will point to a single
+ * (somewhat) mutable object. In the case of strings:
+ *
+ * a) Instead of a single char, there is an array of chars, NUL-terminated.
+ * b) The string may have be immutable.
+ *
+ * So, they need their own declarations. Especially important for
+ * type-checking tools, such as Deputy.
+ *
+o * In practice, however, it appears to be hard to have a const
+ * string. For now, I'm settling for dealing with the fact it is a
+ * string at all.
+ */
+typedef char *OPENSSL_STRING;
+
+typedef const char *OPENSSL_CSTRING;
+
+/* Confusingly, LHASH_OF(STRING) deals with char ** throughout, but
+ * STACK_OF(STRING) is really more like STACK_OF(char), only, as
+ * mentioned above, instead of a single char each entry is a
+ * NUL-terminated array of chars. So, we have to implement STRING
+ * specially for STACK_OF. This is dealt with in the autogenerated
+ * macros below.
+ */
+
+DECLARE_SPECIAL_STACK_OF(OPENSSL_STRING, char)
+
+/* Similarly, we sometimes use a block of characters, NOT
+ * nul-terminated. These should also be distinguished from "normal"
+ * stacks. */
+
+typedef void *OPENSSL_BLOCK;
+DECLARE_SPECIAL_STACK_OF(OPENSSL_BLOCK, void)
+
+/* SKM_sk_... stack macros are internal to safestack.h:
+ * never use them directly, use sk_<type>_... instead */
+#define SKM_sk_new(type, cmp) \
+	((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
+#define SKM_sk_new_null(type) \
+	((STACK_OF(type) *)sk_new_null())
+#define SKM_sk_free(type, st) \
+	sk_free(CHECKED_STACK_OF(type, st))
+#define SKM_sk_num(type, st) \
+	sk_num(CHECKED_STACK_OF(type, st))
+#define SKM_sk_value(type, st,i) \
+	((type *)sk_value(CHECKED_STACK_OF(type, st), i))
+#define SKM_sk_set(type, st,i,val) \
+	sk_set(CHECKED_STACK_OF(type, st), i, CHECKED_PTR_OF(type, val))
+#define SKM_sk_zero(type, st) \
+	sk_zero(CHECKED_STACK_OF(type, st))
+#define SKM_sk_push(type, st, val) \
+	sk_push(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
+#define SKM_sk_unshift(type, st, val) \
+	sk_unshift(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
+#define SKM_sk_find(type, st, val) \
+	sk_find(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
+#define SKM_sk_find_ex(type, st, val) \
+	sk_find_ex(CHECKED_STACK_OF(type, st), \
+		   CHECKED_PTR_OF(type, val))
+#define SKM_sk_delete(type, st, i) \
+	(type *)sk_delete(CHECKED_STACK_OF(type, st), i)
+#define SKM_sk_delete_ptr(type, st, ptr) \
+	(type *)sk_delete_ptr(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, ptr))
+#define SKM_sk_insert(type, st,val, i) \
+	sk_insert(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val), i)
+#define SKM_sk_set_cmp_func(type, st, cmp) \
+	((int (*)(const type * const *,const type * const *)) \
+	sk_set_cmp_func(CHECKED_STACK_OF(type, st), CHECKED_SK_CMP_FUNC(type, cmp)))
+#define SKM_sk_dup(type, st) \
+	(STACK_OF(type) *)sk_dup(CHECKED_STACK_OF(type, st))
+#define SKM_sk_pop_free(type, st, free_func) \
+	sk_pop_free(CHECKED_STACK_OF(type, st), CHECKED_SK_FREE_FUNC(type, free_func))
+#define SKM_sk_shift(type, st) \
+	(type *)sk_shift(CHECKED_STACK_OF(type, st))
+#define SKM_sk_pop(type, st) \
+	(type *)sk_pop(CHECKED_STACK_OF(type, st))
+#define SKM_sk_sort(type, st) \
+	sk_sort(CHECKED_STACK_OF(type, st))
+#define SKM_sk_is_sorted(type, st) \
+	sk_is_sorted(CHECKED_STACK_OF(type, st))
+
+#define	SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+  (STACK_OF(type) *)d2i_ASN1_SET( \
+				(STACK_OF(OPENSSL_BLOCK) **)CHECKED_PTR_OF(STACK_OF(type)*, st), \
+				pp, length, \
+				CHECKED_D2I_OF(type, d2i_func), \
+				CHECKED_SK_FREE_FUNC(type, free_func), \
+				ex_tag, ex_class)
+
+#define	SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
+  i2d_ASN1_SET((STACK_OF(OPENSSL_BLOCK) *)CHECKED_STACK_OF(type, st), pp, \
+				CHECKED_I2D_OF(type, i2d_func), \
+				ex_tag, ex_class, is_set)
+
+#define	SKM_ASN1_seq_pack(type, st, i2d_func, buf, len) \
+	ASN1_seq_pack(CHECKED_PTR_OF(STACK_OF(type), st), \
+			CHECKED_I2D_OF(type, i2d_func), buf, len)
+
+#define	SKM_ASN1_seq_unpack(type, buf, len, d2i_func, free_func) \
+	(STACK_OF(type) *)ASN1_seq_unpack(buf, len, CHECKED_D2I_OF(type, d2i_func), CHECKED_SK_FREE_FUNC(type, free_func))
+
+#define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
+	(STACK_OF(type) *)PKCS12_decrypt_d2i(algor, \
+				CHECKED_D2I_OF(type, d2i_func), \
+				CHECKED_SK_FREE_FUNC(type, free_func), \
+				pass, passlen, oct, seq)
+
+/* This block of defines is updated by util/mkstack.pl, please do not touch! */
+#define sk_ACCESS_DESCRIPTION_new(cmp) SKM_sk_new(ACCESS_DESCRIPTION, (cmp))
+#define sk_ACCESS_DESCRIPTION_new_null() SKM_sk_new_null(ACCESS_DESCRIPTION)
+#define sk_ACCESS_DESCRIPTION_free(st) SKM_sk_free(ACCESS_DESCRIPTION, (st))
+#define sk_ACCESS_DESCRIPTION_num(st) SKM_sk_num(ACCESS_DESCRIPTION, (st))
+#define sk_ACCESS_DESCRIPTION_value(st, i) SKM_sk_value(ACCESS_DESCRIPTION, (st), (i))
+#define sk_ACCESS_DESCRIPTION_set(st, i, val) SKM_sk_set(ACCESS_DESCRIPTION, (st), (i), (val))
+#define sk_ACCESS_DESCRIPTION_zero(st) SKM_sk_zero(ACCESS_DESCRIPTION, (st))
+#define sk_ACCESS_DESCRIPTION_push(st, val) SKM_sk_push(ACCESS_DESCRIPTION, (st), (val))
+#define sk_ACCESS_DESCRIPTION_unshift(st, val) SKM_sk_unshift(ACCESS_DESCRIPTION, (st), (val))
+#define sk_ACCESS_DESCRIPTION_find(st, val) SKM_sk_find(ACCESS_DESCRIPTION, (st), (val))
+#define sk_ACCESS_DESCRIPTION_find_ex(st, val) SKM_sk_find_ex(ACCESS_DESCRIPTION, (st), (val))
+#define sk_ACCESS_DESCRIPTION_delete(st, i) SKM_sk_delete(ACCESS_DESCRIPTION, (st), (i))
+#define sk_ACCESS_DESCRIPTION_delete_ptr(st, ptr) SKM_sk_delete_ptr(ACCESS_DESCRIPTION, (st), (ptr))
+#define sk_ACCESS_DESCRIPTION_insert(st, val, i) SKM_sk_insert(ACCESS_DESCRIPTION, (st), (val), (i))
+#define sk_ACCESS_DESCRIPTION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ACCESS_DESCRIPTION, (st), (cmp))
+#define sk_ACCESS_DESCRIPTION_dup(st) SKM_sk_dup(ACCESS_DESCRIPTION, st)
+#define sk_ACCESS_DESCRIPTION_pop_free(st, free_func) SKM_sk_pop_free(ACCESS_DESCRIPTION, (st), (free_func))
+#define sk_ACCESS_DESCRIPTION_shift(st) SKM_sk_shift(ACCESS_DESCRIPTION, (st))
+#define sk_ACCESS_DESCRIPTION_pop(st) SKM_sk_pop(ACCESS_DESCRIPTION, (st))
+#define sk_ACCESS_DESCRIPTION_sort(st) SKM_sk_sort(ACCESS_DESCRIPTION, (st))
+#define sk_ACCESS_DESCRIPTION_is_sorted(st) SKM_sk_is_sorted(ACCESS_DESCRIPTION, (st))
+
+#define sk_ASIdOrRange_new(cmp) SKM_sk_new(ASIdOrRange, (cmp))
+#define sk_ASIdOrRange_new_null() SKM_sk_new_null(ASIdOrRange)
+#define sk_ASIdOrRange_free(st) SKM_sk_free(ASIdOrRange, (st))
+#define sk_ASIdOrRange_num(st) SKM_sk_num(ASIdOrRange, (st))
+#define sk_ASIdOrRange_value(st, i) SKM_sk_value(ASIdOrRange, (st), (i))
+#define sk_ASIdOrRange_set(st, i, val) SKM_sk_set(ASIdOrRange, (st), (i), (val))
+#define sk_ASIdOrRange_zero(st) SKM_sk_zero(ASIdOrRange, (st))
+#define sk_ASIdOrRange_push(st, val) SKM_sk_push(ASIdOrRange, (st), (val))
+#define sk_ASIdOrRange_unshift(st, val) SKM_sk_unshift(ASIdOrRange, (st), (val))
+#define sk_ASIdOrRange_find(st, val) SKM_sk_find(ASIdOrRange, (st), (val))
+#define sk_ASIdOrRange_find_ex(st, val) SKM_sk_find_ex(ASIdOrRange, (st), (val))
+#define sk_ASIdOrRange_delete(st, i) SKM_sk_delete(ASIdOrRange, (st), (i))
+#define sk_ASIdOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASIdOrRange, (st), (ptr))
+#define sk_ASIdOrRange_insert(st, val, i) SKM_sk_insert(ASIdOrRange, (st), (val), (i))
+#define sk_ASIdOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASIdOrRange, (st), (cmp))
+#define sk_ASIdOrRange_dup(st) SKM_sk_dup(ASIdOrRange, st)
+#define sk_ASIdOrRange_pop_free(st, free_func) SKM_sk_pop_free(ASIdOrRange, (st), (free_func))
+#define sk_ASIdOrRange_shift(st) SKM_sk_shift(ASIdOrRange, (st))
+#define sk_ASIdOrRange_pop(st) SKM_sk_pop(ASIdOrRange, (st))
+#define sk_ASIdOrRange_sort(st) SKM_sk_sort(ASIdOrRange, (st))
+#define sk_ASIdOrRange_is_sorted(st) SKM_sk_is_sorted(ASIdOrRange, (st))
+
+#define sk_ASN1_GENERALSTRING_new(cmp) SKM_sk_new(ASN1_GENERALSTRING, (cmp))
+#define sk_ASN1_GENERALSTRING_new_null() SKM_sk_new_null(ASN1_GENERALSTRING)
+#define sk_ASN1_GENERALSTRING_free(st) SKM_sk_free(ASN1_GENERALSTRING, (st))
+#define sk_ASN1_GENERALSTRING_num(st) SKM_sk_num(ASN1_GENERALSTRING, (st))
+#define sk_ASN1_GENERALSTRING_value(st, i) SKM_sk_value(ASN1_GENERALSTRING, (st), (i))
+#define sk_ASN1_GENERALSTRING_set(st, i, val) SKM_sk_set(ASN1_GENERALSTRING, (st), (i), (val))
+#define sk_ASN1_GENERALSTRING_zero(st) SKM_sk_zero(ASN1_GENERALSTRING, (st))
+#define sk_ASN1_GENERALSTRING_push(st, val) SKM_sk_push(ASN1_GENERALSTRING, (st), (val))
+#define sk_ASN1_GENERALSTRING_unshift(st, val) SKM_sk_unshift(ASN1_GENERALSTRING, (st), (val))
+#define sk_ASN1_GENERALSTRING_find(st, val) SKM_sk_find(ASN1_GENERALSTRING, (st), (val))
+#define sk_ASN1_GENERALSTRING_find_ex(st, val) SKM_sk_find_ex(ASN1_GENERALSTRING, (st), (val))
+#define sk_ASN1_GENERALSTRING_delete(st, i) SKM_sk_delete(ASN1_GENERALSTRING, (st), (i))
+#define sk_ASN1_GENERALSTRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_GENERALSTRING, (st), (ptr))
+#define sk_ASN1_GENERALSTRING_insert(st, val, i) SKM_sk_insert(ASN1_GENERALSTRING, (st), (val), (i))
+#define sk_ASN1_GENERALSTRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_GENERALSTRING, (st), (cmp))
+#define sk_ASN1_GENERALSTRING_dup(st) SKM_sk_dup(ASN1_GENERALSTRING, st)
+#define sk_ASN1_GENERALSTRING_pop_free(st, free_func) SKM_sk_pop_free(ASN1_GENERALSTRING, (st), (free_func))
+#define sk_ASN1_GENERALSTRING_shift(st) SKM_sk_shift(ASN1_GENERALSTRING, (st))
+#define sk_ASN1_GENERALSTRING_pop(st) SKM_sk_pop(ASN1_GENERALSTRING, (st))
+#define sk_ASN1_GENERALSTRING_sort(st) SKM_sk_sort(ASN1_GENERALSTRING, (st))
+#define sk_ASN1_GENERALSTRING_is_sorted(st) SKM_sk_is_sorted(ASN1_GENERALSTRING, (st))
+
+#define sk_ASN1_INTEGER_new(cmp) SKM_sk_new(ASN1_INTEGER, (cmp))
+#define sk_ASN1_INTEGER_new_null() SKM_sk_new_null(ASN1_INTEGER)
+#define sk_ASN1_INTEGER_free(st) SKM_sk_free(ASN1_INTEGER, (st))
+#define sk_ASN1_INTEGER_num(st) SKM_sk_num(ASN1_INTEGER, (st))
+#define sk_ASN1_INTEGER_value(st, i) SKM_sk_value(ASN1_INTEGER, (st), (i))
+#define sk_ASN1_INTEGER_set(st, i, val) SKM_sk_set(ASN1_INTEGER, (st), (i), (val))
+#define sk_ASN1_INTEGER_zero(st) SKM_sk_zero(ASN1_INTEGER, (st))
+#define sk_ASN1_INTEGER_push(st, val) SKM_sk_push(ASN1_INTEGER, (st), (val))
+#define sk_ASN1_INTEGER_unshift(st, val) SKM_sk_unshift(ASN1_INTEGER, (st), (val))
+#define sk_ASN1_INTEGER_find(st, val) SKM_sk_find(ASN1_INTEGER, (st), (val))
+#define sk_ASN1_INTEGER_find_ex(st, val) SKM_sk_find_ex(ASN1_INTEGER, (st), (val))
+#define sk_ASN1_INTEGER_delete(st, i) SKM_sk_delete(ASN1_INTEGER, (st), (i))
+#define sk_ASN1_INTEGER_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_INTEGER, (st), (ptr))
+#define sk_ASN1_INTEGER_insert(st, val, i) SKM_sk_insert(ASN1_INTEGER, (st), (val), (i))
+#define sk_ASN1_INTEGER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_INTEGER, (st), (cmp))
+#define sk_ASN1_INTEGER_dup(st) SKM_sk_dup(ASN1_INTEGER, st)
+#define sk_ASN1_INTEGER_pop_free(st, free_func) SKM_sk_pop_free(ASN1_INTEGER, (st), (free_func))
+#define sk_ASN1_INTEGER_shift(st) SKM_sk_shift(ASN1_INTEGER, (st))
+#define sk_ASN1_INTEGER_pop(st) SKM_sk_pop(ASN1_INTEGER, (st))
+#define sk_ASN1_INTEGER_sort(st) SKM_sk_sort(ASN1_INTEGER, (st))
+#define sk_ASN1_INTEGER_is_sorted(st) SKM_sk_is_sorted(ASN1_INTEGER, (st))
+
+#define sk_ASN1_OBJECT_new(cmp) SKM_sk_new(ASN1_OBJECT, (cmp))
+#define sk_ASN1_OBJECT_new_null() SKM_sk_new_null(ASN1_OBJECT)
+#define sk_ASN1_OBJECT_free(st) SKM_sk_free(ASN1_OBJECT, (st))
+#define sk_ASN1_OBJECT_num(st) SKM_sk_num(ASN1_OBJECT, (st))
+#define sk_ASN1_OBJECT_value(st, i) SKM_sk_value(ASN1_OBJECT, (st), (i))
+#define sk_ASN1_OBJECT_set(st, i, val) SKM_sk_set(ASN1_OBJECT, (st), (i), (val))
+#define sk_ASN1_OBJECT_zero(st) SKM_sk_zero(ASN1_OBJECT, (st))
+#define sk_ASN1_OBJECT_push(st, val) SKM_sk_push(ASN1_OBJECT, (st), (val))
+#define sk_ASN1_OBJECT_unshift(st, val) SKM_sk_unshift(ASN1_OBJECT, (st), (val))
+#define sk_ASN1_OBJECT_find(st, val) SKM_sk_find(ASN1_OBJECT, (st), (val))
+#define sk_ASN1_OBJECT_find_ex(st, val) SKM_sk_find_ex(ASN1_OBJECT, (st), (val))
+#define sk_ASN1_OBJECT_delete(st, i) SKM_sk_delete(ASN1_OBJECT, (st), (i))
+#define sk_ASN1_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_OBJECT, (st), (ptr))
+#define sk_ASN1_OBJECT_insert(st, val, i) SKM_sk_insert(ASN1_OBJECT, (st), (val), (i))
+#define sk_ASN1_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_OBJECT, (st), (cmp))
+#define sk_ASN1_OBJECT_dup(st) SKM_sk_dup(ASN1_OBJECT, st)
+#define sk_ASN1_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(ASN1_OBJECT, (st), (free_func))
+#define sk_ASN1_OBJECT_shift(st) SKM_sk_shift(ASN1_OBJECT, (st))
+#define sk_ASN1_OBJECT_pop(st) SKM_sk_pop(ASN1_OBJECT, (st))
+#define sk_ASN1_OBJECT_sort(st) SKM_sk_sort(ASN1_OBJECT, (st))
+#define sk_ASN1_OBJECT_is_sorted(st) SKM_sk_is_sorted(ASN1_OBJECT, (st))
+
+#define sk_ASN1_STRING_TABLE_new(cmp) SKM_sk_new(ASN1_STRING_TABLE, (cmp))
+#define sk_ASN1_STRING_TABLE_new_null() SKM_sk_new_null(ASN1_STRING_TABLE)
+#define sk_ASN1_STRING_TABLE_free(st) SKM_sk_free(ASN1_STRING_TABLE, (st))
+#define sk_ASN1_STRING_TABLE_num(st) SKM_sk_num(ASN1_STRING_TABLE, (st))
+#define sk_ASN1_STRING_TABLE_value(st, i) SKM_sk_value(ASN1_STRING_TABLE, (st), (i))
+#define sk_ASN1_STRING_TABLE_set(st, i, val) SKM_sk_set(ASN1_STRING_TABLE, (st), (i), (val))
+#define sk_ASN1_STRING_TABLE_zero(st) SKM_sk_zero(ASN1_STRING_TABLE, (st))
+#define sk_ASN1_STRING_TABLE_push(st, val) SKM_sk_push(ASN1_STRING_TABLE, (st), (val))
+#define sk_ASN1_STRING_TABLE_unshift(st, val) SKM_sk_unshift(ASN1_STRING_TABLE, (st), (val))
+#define sk_ASN1_STRING_TABLE_find(st, val) SKM_sk_find(ASN1_STRING_TABLE, (st), (val))
+#define sk_ASN1_STRING_TABLE_find_ex(st, val) SKM_sk_find_ex(ASN1_STRING_TABLE, (st), (val))
+#define sk_ASN1_STRING_TABLE_delete(st, i) SKM_sk_delete(ASN1_STRING_TABLE, (st), (i))
+#define sk_ASN1_STRING_TABLE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_STRING_TABLE, (st), (ptr))
+#define sk_ASN1_STRING_TABLE_insert(st, val, i) SKM_sk_insert(ASN1_STRING_TABLE, (st), (val), (i))
+#define sk_ASN1_STRING_TABLE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_STRING_TABLE, (st), (cmp))
+#define sk_ASN1_STRING_TABLE_dup(st) SKM_sk_dup(ASN1_STRING_TABLE, st)
+#define sk_ASN1_STRING_TABLE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_STRING_TABLE, (st), (free_func))
+#define sk_ASN1_STRING_TABLE_shift(st) SKM_sk_shift(ASN1_STRING_TABLE, (st))
+#define sk_ASN1_STRING_TABLE_pop(st) SKM_sk_pop(ASN1_STRING_TABLE, (st))
+#define sk_ASN1_STRING_TABLE_sort(st) SKM_sk_sort(ASN1_STRING_TABLE, (st))
+#define sk_ASN1_STRING_TABLE_is_sorted(st) SKM_sk_is_sorted(ASN1_STRING_TABLE, (st))
+
+#define sk_ASN1_TYPE_new(cmp) SKM_sk_new(ASN1_TYPE, (cmp))
+#define sk_ASN1_TYPE_new_null() SKM_sk_new_null(ASN1_TYPE)
+#define sk_ASN1_TYPE_free(st) SKM_sk_free(ASN1_TYPE, (st))
+#define sk_ASN1_TYPE_num(st) SKM_sk_num(ASN1_TYPE, (st))
+#define sk_ASN1_TYPE_value(st, i) SKM_sk_value(ASN1_TYPE, (st), (i))
+#define sk_ASN1_TYPE_set(st, i, val) SKM_sk_set(ASN1_TYPE, (st), (i), (val))
+#define sk_ASN1_TYPE_zero(st) SKM_sk_zero(ASN1_TYPE, (st))
+#define sk_ASN1_TYPE_push(st, val) SKM_sk_push(ASN1_TYPE, (st), (val))
+#define sk_ASN1_TYPE_unshift(st, val) SKM_sk_unshift(ASN1_TYPE, (st), (val))
+#define sk_ASN1_TYPE_find(st, val) SKM_sk_find(ASN1_TYPE, (st), (val))
+#define sk_ASN1_TYPE_find_ex(st, val) SKM_sk_find_ex(ASN1_TYPE, (st), (val))
+#define sk_ASN1_TYPE_delete(st, i) SKM_sk_delete(ASN1_TYPE, (st), (i))
+#define sk_ASN1_TYPE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_TYPE, (st), (ptr))
+#define sk_ASN1_TYPE_insert(st, val, i) SKM_sk_insert(ASN1_TYPE, (st), (val), (i))
+#define sk_ASN1_TYPE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_TYPE, (st), (cmp))
+#define sk_ASN1_TYPE_dup(st) SKM_sk_dup(ASN1_TYPE, st)
+#define sk_ASN1_TYPE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_TYPE, (st), (free_func))
+#define sk_ASN1_TYPE_shift(st) SKM_sk_shift(ASN1_TYPE, (st))
+#define sk_ASN1_TYPE_pop(st) SKM_sk_pop(ASN1_TYPE, (st))
+#define sk_ASN1_TYPE_sort(st) SKM_sk_sort(ASN1_TYPE, (st))
+#define sk_ASN1_TYPE_is_sorted(st) SKM_sk_is_sorted(ASN1_TYPE, (st))
+
+#define sk_ASN1_UTF8STRING_new(cmp) SKM_sk_new(ASN1_UTF8STRING, (cmp))
+#define sk_ASN1_UTF8STRING_new_null() SKM_sk_new_null(ASN1_UTF8STRING)
+#define sk_ASN1_UTF8STRING_free(st) SKM_sk_free(ASN1_UTF8STRING, (st))
+#define sk_ASN1_UTF8STRING_num(st) SKM_sk_num(ASN1_UTF8STRING, (st))
+#define sk_ASN1_UTF8STRING_value(st, i) SKM_sk_value(ASN1_UTF8STRING, (st), (i))
+#define sk_ASN1_UTF8STRING_set(st, i, val) SKM_sk_set(ASN1_UTF8STRING, (st), (i), (val))
+#define sk_ASN1_UTF8STRING_zero(st) SKM_sk_zero(ASN1_UTF8STRING, (st))
+#define sk_ASN1_UTF8STRING_push(st, val) SKM_sk_push(ASN1_UTF8STRING, (st), (val))
+#define sk_ASN1_UTF8STRING_unshift(st, val) SKM_sk_unshift(ASN1_UTF8STRING, (st), (val))
+#define sk_ASN1_UTF8STRING_find(st, val) SKM_sk_find(ASN1_UTF8STRING, (st), (val))
+#define sk_ASN1_UTF8STRING_find_ex(st, val) SKM_sk_find_ex(ASN1_UTF8STRING, (st), (val))
+#define sk_ASN1_UTF8STRING_delete(st, i) SKM_sk_delete(ASN1_UTF8STRING, (st), (i))
+#define sk_ASN1_UTF8STRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_UTF8STRING, (st), (ptr))
+#define sk_ASN1_UTF8STRING_insert(st, val, i) SKM_sk_insert(ASN1_UTF8STRING, (st), (val), (i))
+#define sk_ASN1_UTF8STRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_UTF8STRING, (st), (cmp))
+#define sk_ASN1_UTF8STRING_dup(st) SKM_sk_dup(ASN1_UTF8STRING, st)
+#define sk_ASN1_UTF8STRING_pop_free(st, free_func) SKM_sk_pop_free(ASN1_UTF8STRING, (st), (free_func))
+#define sk_ASN1_UTF8STRING_shift(st) SKM_sk_shift(ASN1_UTF8STRING, (st))
+#define sk_ASN1_UTF8STRING_pop(st) SKM_sk_pop(ASN1_UTF8STRING, (st))
+#define sk_ASN1_UTF8STRING_sort(st) SKM_sk_sort(ASN1_UTF8STRING, (st))
+#define sk_ASN1_UTF8STRING_is_sorted(st) SKM_sk_is_sorted(ASN1_UTF8STRING, (st))
+
+#define sk_ASN1_VALUE_new(cmp) SKM_sk_new(ASN1_VALUE, (cmp))
+#define sk_ASN1_VALUE_new_null() SKM_sk_new_null(ASN1_VALUE)
+#define sk_ASN1_VALUE_free(st) SKM_sk_free(ASN1_VALUE, (st))
+#define sk_ASN1_VALUE_num(st) SKM_sk_num(ASN1_VALUE, (st))
+#define sk_ASN1_VALUE_value(st, i) SKM_sk_value(ASN1_VALUE, (st), (i))
+#define sk_ASN1_VALUE_set(st, i, val) SKM_sk_set(ASN1_VALUE, (st), (i), (val))
+#define sk_ASN1_VALUE_zero(st) SKM_sk_zero(ASN1_VALUE, (st))
+#define sk_ASN1_VALUE_push(st, val) SKM_sk_push(ASN1_VALUE, (st), (val))
+#define sk_ASN1_VALUE_unshift(st, val) SKM_sk_unshift(ASN1_VALUE, (st), (val))
+#define sk_ASN1_VALUE_find(st, val) SKM_sk_find(ASN1_VALUE, (st), (val))
+#define sk_ASN1_VALUE_find_ex(st, val) SKM_sk_find_ex(ASN1_VALUE, (st), (val))
+#define sk_ASN1_VALUE_delete(st, i) SKM_sk_delete(ASN1_VALUE, (st), (i))
+#define sk_ASN1_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_VALUE, (st), (ptr))
+#define sk_ASN1_VALUE_insert(st, val, i) SKM_sk_insert(ASN1_VALUE, (st), (val), (i))
+#define sk_ASN1_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_VALUE, (st), (cmp))
+#define sk_ASN1_VALUE_dup(st) SKM_sk_dup(ASN1_VALUE, st)
+#define sk_ASN1_VALUE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_VALUE, (st), (free_func))
+#define sk_ASN1_VALUE_shift(st) SKM_sk_shift(ASN1_VALUE, (st))
+#define sk_ASN1_VALUE_pop(st) SKM_sk_pop(ASN1_VALUE, (st))
+#define sk_ASN1_VALUE_sort(st) SKM_sk_sort(ASN1_VALUE, (st))
+#define sk_ASN1_VALUE_is_sorted(st) SKM_sk_is_sorted(ASN1_VALUE, (st))
+
+#define sk_BIO_new(cmp) SKM_sk_new(BIO, (cmp))
+#define sk_BIO_new_null() SKM_sk_new_null(BIO)
+#define sk_BIO_free(st) SKM_sk_free(BIO, (st))
+#define sk_BIO_num(st) SKM_sk_num(BIO, (st))
+#define sk_BIO_value(st, i) SKM_sk_value(BIO, (st), (i))
+#define sk_BIO_set(st, i, val) SKM_sk_set(BIO, (st), (i), (val))
+#define sk_BIO_zero(st) SKM_sk_zero(BIO, (st))
+#define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val))
+#define sk_BIO_unshift(st, val) SKM_sk_unshift(BIO, (st), (val))
+#define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val))
+#define sk_BIO_find_ex(st, val) SKM_sk_find_ex(BIO, (st), (val))
+#define sk_BIO_delete(st, i) SKM_sk_delete(BIO, (st), (i))
+#define sk_BIO_delete_ptr(st, ptr) SKM_sk_delete_ptr(BIO, (st), (ptr))
+#define sk_BIO_insert(st, val, i) SKM_sk_insert(BIO, (st), (val), (i))
+#define sk_BIO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BIO, (st), (cmp))
+#define sk_BIO_dup(st) SKM_sk_dup(BIO, st)
+#define sk_BIO_pop_free(st, free_func) SKM_sk_pop_free(BIO, (st), (free_func))
+#define sk_BIO_shift(st) SKM_sk_shift(BIO, (st))
+#define sk_BIO_pop(st) SKM_sk_pop(BIO, (st))
+#define sk_BIO_sort(st) SKM_sk_sort(BIO, (st))
+#define sk_BIO_is_sorted(st) SKM_sk_is_sorted(BIO, (st))
+
+#define sk_BY_DIR_ENTRY_new(cmp) SKM_sk_new(BY_DIR_ENTRY, (cmp))
+#define sk_BY_DIR_ENTRY_new_null() SKM_sk_new_null(BY_DIR_ENTRY)
+#define sk_BY_DIR_ENTRY_free(st) SKM_sk_free(BY_DIR_ENTRY, (st))
+#define sk_BY_DIR_ENTRY_num(st) SKM_sk_num(BY_DIR_ENTRY, (st))
+#define sk_BY_DIR_ENTRY_value(st, i) SKM_sk_value(BY_DIR_ENTRY, (st), (i))
+#define sk_BY_DIR_ENTRY_set(st, i, val) SKM_sk_set(BY_DIR_ENTRY, (st), (i), (val))
+#define sk_BY_DIR_ENTRY_zero(st) SKM_sk_zero(BY_DIR_ENTRY, (st))
+#define sk_BY_DIR_ENTRY_push(st, val) SKM_sk_push(BY_DIR_ENTRY, (st), (val))
+#define sk_BY_DIR_ENTRY_unshift(st, val) SKM_sk_unshift(BY_DIR_ENTRY, (st), (val))
+#define sk_BY_DIR_ENTRY_find(st, val) SKM_sk_find(BY_DIR_ENTRY, (st), (val))
+#define sk_BY_DIR_ENTRY_find_ex(st, val) SKM_sk_find_ex(BY_DIR_ENTRY, (st), (val))
+#define sk_BY_DIR_ENTRY_delete(st, i) SKM_sk_delete(BY_DIR_ENTRY, (st), (i))
+#define sk_BY_DIR_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(BY_DIR_ENTRY, (st), (ptr))
+#define sk_BY_DIR_ENTRY_insert(st, val, i) SKM_sk_insert(BY_DIR_ENTRY, (st), (val), (i))
+#define sk_BY_DIR_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BY_DIR_ENTRY, (st), (cmp))
+#define sk_BY_DIR_ENTRY_dup(st) SKM_sk_dup(BY_DIR_ENTRY, st)
+#define sk_BY_DIR_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(BY_DIR_ENTRY, (st), (free_func))
+#define sk_BY_DIR_ENTRY_shift(st) SKM_sk_shift(BY_DIR_ENTRY, (st))
+#define sk_BY_DIR_ENTRY_pop(st) SKM_sk_pop(BY_DIR_ENTRY, (st))
+#define sk_BY_DIR_ENTRY_sort(st) SKM_sk_sort(BY_DIR_ENTRY, (st))
+#define sk_BY_DIR_ENTRY_is_sorted(st) SKM_sk_is_sorted(BY_DIR_ENTRY, (st))
+
+#define sk_BY_DIR_HASH_new(cmp) SKM_sk_new(BY_DIR_HASH, (cmp))
+#define sk_BY_DIR_HASH_new_null() SKM_sk_new_null(BY_DIR_HASH)
+#define sk_BY_DIR_HASH_free(st) SKM_sk_free(BY_DIR_HASH, (st))
+#define sk_BY_DIR_HASH_num(st) SKM_sk_num(BY_DIR_HASH, (st))
+#define sk_BY_DIR_HASH_value(st, i) SKM_sk_value(BY_DIR_HASH, (st), (i))
+#define sk_BY_DIR_HASH_set(st, i, val) SKM_sk_set(BY_DIR_HASH, (st), (i), (val))
+#define sk_BY_DIR_HASH_zero(st) SKM_sk_zero(BY_DIR_HASH, (st))
+#define sk_BY_DIR_HASH_push(st, val) SKM_sk_push(BY_DIR_HASH, (st), (val))
+#define sk_BY_DIR_HASH_unshift(st, val) SKM_sk_unshift(BY_DIR_HASH, (st), (val))
+#define sk_BY_DIR_HASH_find(st, val) SKM_sk_find(BY_DIR_HASH, (st), (val))
+#define sk_BY_DIR_HASH_find_ex(st, val) SKM_sk_find_ex(BY_DIR_HASH, (st), (val))
+#define sk_BY_DIR_HASH_delete(st, i) SKM_sk_delete(BY_DIR_HASH, (st), (i))
+#define sk_BY_DIR_HASH_delete_ptr(st, ptr) SKM_sk_delete_ptr(BY_DIR_HASH, (st), (ptr))
+#define sk_BY_DIR_HASH_insert(st, val, i) SKM_sk_insert(BY_DIR_HASH, (st), (val), (i))
+#define sk_BY_DIR_HASH_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BY_DIR_HASH, (st), (cmp))
+#define sk_BY_DIR_HASH_dup(st) SKM_sk_dup(BY_DIR_HASH, st)
+#define sk_BY_DIR_HASH_pop_free(st, free_func) SKM_sk_pop_free(BY_DIR_HASH, (st), (free_func))
+#define sk_BY_DIR_HASH_shift(st) SKM_sk_shift(BY_DIR_HASH, (st))
+#define sk_BY_DIR_HASH_pop(st) SKM_sk_pop(BY_DIR_HASH, (st))
+#define sk_BY_DIR_HASH_sort(st) SKM_sk_sort(BY_DIR_HASH, (st))
+#define sk_BY_DIR_HASH_is_sorted(st) SKM_sk_is_sorted(BY_DIR_HASH, (st))
+
+#define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(CMS_CertificateChoices, (cmp))
+#define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(CMS_CertificateChoices)
+#define sk_CMS_CertificateChoices_free(st) SKM_sk_free(CMS_CertificateChoices, (st))
+#define sk_CMS_CertificateChoices_num(st) SKM_sk_num(CMS_CertificateChoices, (st))
+#define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(CMS_CertificateChoices, (st), (i))
+#define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(CMS_CertificateChoices, (st), (i), (val))
+#define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(CMS_CertificateChoices, (st))
+#define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(CMS_CertificateChoices, (st), (val))
+#define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(CMS_CertificateChoices, (st), (val))
+#define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(CMS_CertificateChoices, (st), (val))
+#define sk_CMS_CertificateChoices_find_ex(st, val) SKM_sk_find_ex(CMS_CertificateChoices, (st), (val))
+#define sk_CMS_CertificateChoices_delete(st, i) SKM_sk_delete(CMS_CertificateChoices, (st), (i))
+#define sk_CMS_CertificateChoices_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_CertificateChoices, (st), (ptr))
+#define sk_CMS_CertificateChoices_insert(st, val, i) SKM_sk_insert(CMS_CertificateChoices, (st), (val), (i))
+#define sk_CMS_CertificateChoices_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_CertificateChoices, (st), (cmp))
+#define sk_CMS_CertificateChoices_dup(st) SKM_sk_dup(CMS_CertificateChoices, st)
+#define sk_CMS_CertificateChoices_pop_free(st, free_func) SKM_sk_pop_free(CMS_CertificateChoices, (st), (free_func))
+#define sk_CMS_CertificateChoices_shift(st) SKM_sk_shift(CMS_CertificateChoices, (st))
+#define sk_CMS_CertificateChoices_pop(st) SKM_sk_pop(CMS_CertificateChoices, (st))
+#define sk_CMS_CertificateChoices_sort(st) SKM_sk_sort(CMS_CertificateChoices, (st))
+#define sk_CMS_CertificateChoices_is_sorted(st) SKM_sk_is_sorted(CMS_CertificateChoices, (st))
+
+#define sk_CMS_RecipientInfo_new(cmp) SKM_sk_new(CMS_RecipientInfo, (cmp))
+#define sk_CMS_RecipientInfo_new_null() SKM_sk_new_null(CMS_RecipientInfo)
+#define sk_CMS_RecipientInfo_free(st) SKM_sk_free(CMS_RecipientInfo, (st))
+#define sk_CMS_RecipientInfo_num(st) SKM_sk_num(CMS_RecipientInfo, (st))
+#define sk_CMS_RecipientInfo_value(st, i) SKM_sk_value(CMS_RecipientInfo, (st), (i))
+#define sk_CMS_RecipientInfo_set(st, i, val) SKM_sk_set(CMS_RecipientInfo, (st), (i), (val))
+#define sk_CMS_RecipientInfo_zero(st) SKM_sk_zero(CMS_RecipientInfo, (st))
+#define sk_CMS_RecipientInfo_push(st, val) SKM_sk_push(CMS_RecipientInfo, (st), (val))
+#define sk_CMS_RecipientInfo_unshift(st, val) SKM_sk_unshift(CMS_RecipientInfo, (st), (val))
+#define sk_CMS_RecipientInfo_find(st, val) SKM_sk_find(CMS_RecipientInfo, (st), (val))
+#define sk_CMS_RecipientInfo_find_ex(st, val) SKM_sk_find_ex(CMS_RecipientInfo, (st), (val))
+#define sk_CMS_RecipientInfo_delete(st, i) SKM_sk_delete(CMS_RecipientInfo, (st), (i))
+#define sk_CMS_RecipientInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RecipientInfo, (st), (ptr))
+#define sk_CMS_RecipientInfo_insert(st, val, i) SKM_sk_insert(CMS_RecipientInfo, (st), (val), (i))
+#define sk_CMS_RecipientInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RecipientInfo, (st), (cmp))
+#define sk_CMS_RecipientInfo_dup(st) SKM_sk_dup(CMS_RecipientInfo, st)
+#define sk_CMS_RecipientInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_RecipientInfo, (st), (free_func))
+#define sk_CMS_RecipientInfo_shift(st) SKM_sk_shift(CMS_RecipientInfo, (st))
+#define sk_CMS_RecipientInfo_pop(st) SKM_sk_pop(CMS_RecipientInfo, (st))
+#define sk_CMS_RecipientInfo_sort(st) SKM_sk_sort(CMS_RecipientInfo, (st))
+#define sk_CMS_RecipientInfo_is_sorted(st) SKM_sk_is_sorted(CMS_RecipientInfo, (st))
+
+#define sk_CMS_RevocationInfoChoice_new(cmp) SKM_sk_new(CMS_RevocationInfoChoice, (cmp))
+#define sk_CMS_RevocationInfoChoice_new_null() SKM_sk_new_null(CMS_RevocationInfoChoice)
+#define sk_CMS_RevocationInfoChoice_free(st) SKM_sk_free(CMS_RevocationInfoChoice, (st))
+#define sk_CMS_RevocationInfoChoice_num(st) SKM_sk_num(CMS_RevocationInfoChoice, (st))
+#define sk_CMS_RevocationInfoChoice_value(st, i) SKM_sk_value(CMS_RevocationInfoChoice, (st), (i))
+#define sk_CMS_RevocationInfoChoice_set(st, i, val) SKM_sk_set(CMS_RevocationInfoChoice, (st), (i), (val))
+#define sk_CMS_RevocationInfoChoice_zero(st) SKM_sk_zero(CMS_RevocationInfoChoice, (st))
+#define sk_CMS_RevocationInfoChoice_push(st, val) SKM_sk_push(CMS_RevocationInfoChoice, (st), (val))
+#define sk_CMS_RevocationInfoChoice_unshift(st, val) SKM_sk_unshift(CMS_RevocationInfoChoice, (st), (val))
+#define sk_CMS_RevocationInfoChoice_find(st, val) SKM_sk_find(CMS_RevocationInfoChoice, (st), (val))
+#define sk_CMS_RevocationInfoChoice_find_ex(st, val) SKM_sk_find_ex(CMS_RevocationInfoChoice, (st), (val))
+#define sk_CMS_RevocationInfoChoice_delete(st, i) SKM_sk_delete(CMS_RevocationInfoChoice, (st), (i))
+#define sk_CMS_RevocationInfoChoice_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RevocationInfoChoice, (st), (ptr))
+#define sk_CMS_RevocationInfoChoice_insert(st, val, i) SKM_sk_insert(CMS_RevocationInfoChoice, (st), (val), (i))
+#define sk_CMS_RevocationInfoChoice_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RevocationInfoChoice, (st), (cmp))
+#define sk_CMS_RevocationInfoChoice_dup(st) SKM_sk_dup(CMS_RevocationInfoChoice, st)
+#define sk_CMS_RevocationInfoChoice_pop_free(st, free_func) SKM_sk_pop_free(CMS_RevocationInfoChoice, (st), (free_func))
+#define sk_CMS_RevocationInfoChoice_shift(st) SKM_sk_shift(CMS_RevocationInfoChoice, (st))
+#define sk_CMS_RevocationInfoChoice_pop(st) SKM_sk_pop(CMS_RevocationInfoChoice, (st))
+#define sk_CMS_RevocationInfoChoice_sort(st) SKM_sk_sort(CMS_RevocationInfoChoice, (st))
+#define sk_CMS_RevocationInfoChoice_is_sorted(st) SKM_sk_is_sorted(CMS_RevocationInfoChoice, (st))
+
+#define sk_CMS_SignerInfo_new(cmp) SKM_sk_new(CMS_SignerInfo, (cmp))
+#define sk_CMS_SignerInfo_new_null() SKM_sk_new_null(CMS_SignerInfo)
+#define sk_CMS_SignerInfo_free(st) SKM_sk_free(CMS_SignerInfo, (st))
+#define sk_CMS_SignerInfo_num(st) SKM_sk_num(CMS_SignerInfo, (st))
+#define sk_CMS_SignerInfo_value(st, i) SKM_sk_value(CMS_SignerInfo, (st), (i))
+#define sk_CMS_SignerInfo_set(st, i, val) SKM_sk_set(CMS_SignerInfo, (st), (i), (val))
+#define sk_CMS_SignerInfo_zero(st) SKM_sk_zero(CMS_SignerInfo, (st))
+#define sk_CMS_SignerInfo_push(st, val) SKM_sk_push(CMS_SignerInfo, (st), (val))
+#define sk_CMS_SignerInfo_unshift(st, val) SKM_sk_unshift(CMS_SignerInfo, (st), (val))
+#define sk_CMS_SignerInfo_find(st, val) SKM_sk_find(CMS_SignerInfo, (st), (val))
+#define sk_CMS_SignerInfo_find_ex(st, val) SKM_sk_find_ex(CMS_SignerInfo, (st), (val))
+#define sk_CMS_SignerInfo_delete(st, i) SKM_sk_delete(CMS_SignerInfo, (st), (i))
+#define sk_CMS_SignerInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_SignerInfo, (st), (ptr))
+#define sk_CMS_SignerInfo_insert(st, val, i) SKM_sk_insert(CMS_SignerInfo, (st), (val), (i))
+#define sk_CMS_SignerInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_SignerInfo, (st), (cmp))
+#define sk_CMS_SignerInfo_dup(st) SKM_sk_dup(CMS_SignerInfo, st)
+#define sk_CMS_SignerInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_SignerInfo, (st), (free_func))
+#define sk_CMS_SignerInfo_shift(st) SKM_sk_shift(CMS_SignerInfo, (st))
+#define sk_CMS_SignerInfo_pop(st) SKM_sk_pop(CMS_SignerInfo, (st))
+#define sk_CMS_SignerInfo_sort(st) SKM_sk_sort(CMS_SignerInfo, (st))
+#define sk_CMS_SignerInfo_is_sorted(st) SKM_sk_is_sorted(CMS_SignerInfo, (st))
+
+#define sk_CONF_IMODULE_new(cmp) SKM_sk_new(CONF_IMODULE, (cmp))
+#define sk_CONF_IMODULE_new_null() SKM_sk_new_null(CONF_IMODULE)
+#define sk_CONF_IMODULE_free(st) SKM_sk_free(CONF_IMODULE, (st))
+#define sk_CONF_IMODULE_num(st) SKM_sk_num(CONF_IMODULE, (st))
+#define sk_CONF_IMODULE_value(st, i) SKM_sk_value(CONF_IMODULE, (st), (i))
+#define sk_CONF_IMODULE_set(st, i, val) SKM_sk_set(CONF_IMODULE, (st), (i), (val))
+#define sk_CONF_IMODULE_zero(st) SKM_sk_zero(CONF_IMODULE, (st))
+#define sk_CONF_IMODULE_push(st, val) SKM_sk_push(CONF_IMODULE, (st), (val))
+#define sk_CONF_IMODULE_unshift(st, val) SKM_sk_unshift(CONF_IMODULE, (st), (val))
+#define sk_CONF_IMODULE_find(st, val) SKM_sk_find(CONF_IMODULE, (st), (val))
+#define sk_CONF_IMODULE_find_ex(st, val) SKM_sk_find_ex(CONF_IMODULE, (st), (val))
+#define sk_CONF_IMODULE_delete(st, i) SKM_sk_delete(CONF_IMODULE, (st), (i))
+#define sk_CONF_IMODULE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_IMODULE, (st), (ptr))
+#define sk_CONF_IMODULE_insert(st, val, i) SKM_sk_insert(CONF_IMODULE, (st), (val), (i))
+#define sk_CONF_IMODULE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_IMODULE, (st), (cmp))
+#define sk_CONF_IMODULE_dup(st) SKM_sk_dup(CONF_IMODULE, st)
+#define sk_CONF_IMODULE_pop_free(st, free_func) SKM_sk_pop_free(CONF_IMODULE, (st), (free_func))
+#define sk_CONF_IMODULE_shift(st) SKM_sk_shift(CONF_IMODULE, (st))
+#define sk_CONF_IMODULE_pop(st) SKM_sk_pop(CONF_IMODULE, (st))
+#define sk_CONF_IMODULE_sort(st) SKM_sk_sort(CONF_IMODULE, (st))
+#define sk_CONF_IMODULE_is_sorted(st) SKM_sk_is_sorted(CONF_IMODULE, (st))
+
+#define sk_CONF_MODULE_new(cmp) SKM_sk_new(CONF_MODULE, (cmp))
+#define sk_CONF_MODULE_new_null() SKM_sk_new_null(CONF_MODULE)
+#define sk_CONF_MODULE_free(st) SKM_sk_free(CONF_MODULE, (st))
+#define sk_CONF_MODULE_num(st) SKM_sk_num(CONF_MODULE, (st))
+#define sk_CONF_MODULE_value(st, i) SKM_sk_value(CONF_MODULE, (st), (i))
+#define sk_CONF_MODULE_set(st, i, val) SKM_sk_set(CONF_MODULE, (st), (i), (val))
+#define sk_CONF_MODULE_zero(st) SKM_sk_zero(CONF_MODULE, (st))
+#define sk_CONF_MODULE_push(st, val) SKM_sk_push(CONF_MODULE, (st), (val))
+#define sk_CONF_MODULE_unshift(st, val) SKM_sk_unshift(CONF_MODULE, (st), (val))
+#define sk_CONF_MODULE_find(st, val) SKM_sk_find(CONF_MODULE, (st), (val))
+#define sk_CONF_MODULE_find_ex(st, val) SKM_sk_find_ex(CONF_MODULE, (st), (val))
+#define sk_CONF_MODULE_delete(st, i) SKM_sk_delete(CONF_MODULE, (st), (i))
+#define sk_CONF_MODULE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_MODULE, (st), (ptr))
+#define sk_CONF_MODULE_insert(st, val, i) SKM_sk_insert(CONF_MODULE, (st), (val), (i))
+#define sk_CONF_MODULE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_MODULE, (st), (cmp))
+#define sk_CONF_MODULE_dup(st) SKM_sk_dup(CONF_MODULE, st)
+#define sk_CONF_MODULE_pop_free(st, free_func) SKM_sk_pop_free(CONF_MODULE, (st), (free_func))
+#define sk_CONF_MODULE_shift(st) SKM_sk_shift(CONF_MODULE, (st))
+#define sk_CONF_MODULE_pop(st) SKM_sk_pop(CONF_MODULE, (st))
+#define sk_CONF_MODULE_sort(st) SKM_sk_sort(CONF_MODULE, (st))
+#define sk_CONF_MODULE_is_sorted(st) SKM_sk_is_sorted(CONF_MODULE, (st))
+
+#define sk_CONF_VALUE_new(cmp) SKM_sk_new(CONF_VALUE, (cmp))
+#define sk_CONF_VALUE_new_null() SKM_sk_new_null(CONF_VALUE)
+#define sk_CONF_VALUE_free(st) SKM_sk_free(CONF_VALUE, (st))
+#define sk_CONF_VALUE_num(st) SKM_sk_num(CONF_VALUE, (st))
+#define sk_CONF_VALUE_value(st, i) SKM_sk_value(CONF_VALUE, (st), (i))
+#define sk_CONF_VALUE_set(st, i, val) SKM_sk_set(CONF_VALUE, (st), (i), (val))
+#define sk_CONF_VALUE_zero(st) SKM_sk_zero(CONF_VALUE, (st))
+#define sk_CONF_VALUE_push(st, val) SKM_sk_push(CONF_VALUE, (st), (val))
+#define sk_CONF_VALUE_unshift(st, val) SKM_sk_unshift(CONF_VALUE, (st), (val))
+#define sk_CONF_VALUE_find(st, val) SKM_sk_find(CONF_VALUE, (st), (val))
+#define sk_CONF_VALUE_find_ex(st, val) SKM_sk_find_ex(CONF_VALUE, (st), (val))
+#define sk_CONF_VALUE_delete(st, i) SKM_sk_delete(CONF_VALUE, (st), (i))
+#define sk_CONF_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_VALUE, (st), (ptr))
+#define sk_CONF_VALUE_insert(st, val, i) SKM_sk_insert(CONF_VALUE, (st), (val), (i))
+#define sk_CONF_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_VALUE, (st), (cmp))
+#define sk_CONF_VALUE_dup(st) SKM_sk_dup(CONF_VALUE, st)
+#define sk_CONF_VALUE_pop_free(st, free_func) SKM_sk_pop_free(CONF_VALUE, (st), (free_func))
+#define sk_CONF_VALUE_shift(st) SKM_sk_shift(CONF_VALUE, (st))
+#define sk_CONF_VALUE_pop(st) SKM_sk_pop(CONF_VALUE, (st))
+#define sk_CONF_VALUE_sort(st) SKM_sk_sort(CONF_VALUE, (st))
+#define sk_CONF_VALUE_is_sorted(st) SKM_sk_is_sorted(CONF_VALUE, (st))
+
+#define sk_CRYPTO_EX_DATA_FUNCS_new(cmp) SKM_sk_new(CRYPTO_EX_DATA_FUNCS, (cmp))
+#define sk_CRYPTO_EX_DATA_FUNCS_new_null() SKM_sk_new_null(CRYPTO_EX_DATA_FUNCS)
+#define sk_CRYPTO_EX_DATA_FUNCS_free(st) SKM_sk_free(CRYPTO_EX_DATA_FUNCS, (st))
+#define sk_CRYPTO_EX_DATA_FUNCS_num(st) SKM_sk_num(CRYPTO_EX_DATA_FUNCS, (st))
+#define sk_CRYPTO_EX_DATA_FUNCS_value(st, i) SKM_sk_value(CRYPTO_EX_DATA_FUNCS, (st), (i))
+#define sk_CRYPTO_EX_DATA_FUNCS_set(st, i, val) SKM_sk_set(CRYPTO_EX_DATA_FUNCS, (st), (i), (val))
+#define sk_CRYPTO_EX_DATA_FUNCS_zero(st) SKM_sk_zero(CRYPTO_EX_DATA_FUNCS, (st))
+#define sk_CRYPTO_EX_DATA_FUNCS_push(st, val) SKM_sk_push(CRYPTO_EX_DATA_FUNCS, (st), (val))
+#define sk_CRYPTO_EX_DATA_FUNCS_unshift(st, val) SKM_sk_unshift(CRYPTO_EX_DATA_FUNCS, (st), (val))
+#define sk_CRYPTO_EX_DATA_FUNCS_find(st, val) SKM_sk_find(CRYPTO_EX_DATA_FUNCS, (st), (val))
+#define sk_CRYPTO_EX_DATA_FUNCS_find_ex(st, val) SKM_sk_find_ex(CRYPTO_EX_DATA_FUNCS, (st), (val))
+#define sk_CRYPTO_EX_DATA_FUNCS_delete(st, i) SKM_sk_delete(CRYPTO_EX_DATA_FUNCS, (st), (i))
+#define sk_CRYPTO_EX_DATA_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(CRYPTO_EX_DATA_FUNCS, (st), (ptr))
+#define sk_CRYPTO_EX_DATA_FUNCS_insert(st, val, i) SKM_sk_insert(CRYPTO_EX_DATA_FUNCS, (st), (val), (i))
+#define sk_CRYPTO_EX_DATA_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CRYPTO_EX_DATA_FUNCS, (st), (cmp))
+#define sk_CRYPTO_EX_DATA_FUNCS_dup(st) SKM_sk_dup(CRYPTO_EX_DATA_FUNCS, st)
+#define sk_CRYPTO_EX_DATA_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(CRYPTO_EX_DATA_FUNCS, (st), (free_func))
+#define sk_CRYPTO_EX_DATA_FUNCS_shift(st) SKM_sk_shift(CRYPTO_EX_DATA_FUNCS, (st))
+#define sk_CRYPTO_EX_DATA_FUNCS_pop(st) SKM_sk_pop(CRYPTO_EX_DATA_FUNCS, (st))
+#define sk_CRYPTO_EX_DATA_FUNCS_sort(st) SKM_sk_sort(CRYPTO_EX_DATA_FUNCS, (st))
+#define sk_CRYPTO_EX_DATA_FUNCS_is_sorted(st) SKM_sk_is_sorted(CRYPTO_EX_DATA_FUNCS, (st))
+
+#define sk_CRYPTO_dynlock_new(cmp) SKM_sk_new(CRYPTO_dynlock, (cmp))
+#define sk_CRYPTO_dynlock_new_null() SKM_sk_new_null(CRYPTO_dynlock)
+#define sk_CRYPTO_dynlock_free(st) SKM_sk_free(CRYPTO_dynlock, (st))
+#define sk_CRYPTO_dynlock_num(st) SKM_sk_num(CRYPTO_dynlock, (st))
+#define sk_CRYPTO_dynlock_value(st, i) SKM_sk_value(CRYPTO_dynlock, (st), (i))
+#define sk_CRYPTO_dynlock_set(st, i, val) SKM_sk_set(CRYPTO_dynlock, (st), (i), (val))
+#define sk_CRYPTO_dynlock_zero(st) SKM_sk_zero(CRYPTO_dynlock, (st))
+#define sk_CRYPTO_dynlock_push(st, val) SKM_sk_push(CRYPTO_dynlock, (st), (val))
+#define sk_CRYPTO_dynlock_unshift(st, val) SKM_sk_unshift(CRYPTO_dynlock, (st), (val))
+#define sk_CRYPTO_dynlock_find(st, val) SKM_sk_find(CRYPTO_dynlock, (st), (val))
+#define sk_CRYPTO_dynlock_find_ex(st, val) SKM_sk_find_ex(CRYPTO_dynlock, (st), (val))
+#define sk_CRYPTO_dynlock_delete(st, i) SKM_sk_delete(CRYPTO_dynlock, (st), (i))
+#define sk_CRYPTO_dynlock_delete_ptr(st, ptr) SKM_sk_delete_ptr(CRYPTO_dynlock, (st), (ptr))
+#define sk_CRYPTO_dynlock_insert(st, val, i) SKM_sk_insert(CRYPTO_dynlock, (st), (val), (i))
+#define sk_CRYPTO_dynlock_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CRYPTO_dynlock, (st), (cmp))
+#define sk_CRYPTO_dynlock_dup(st) SKM_sk_dup(CRYPTO_dynlock, st)
+#define sk_CRYPTO_dynlock_pop_free(st, free_func) SKM_sk_pop_free(CRYPTO_dynlock, (st), (free_func))
+#define sk_CRYPTO_dynlock_shift(st) SKM_sk_shift(CRYPTO_dynlock, (st))
+#define sk_CRYPTO_dynlock_pop(st) SKM_sk_pop(CRYPTO_dynlock, (st))
+#define sk_CRYPTO_dynlock_sort(st) SKM_sk_sort(CRYPTO_dynlock, (st))
+#define sk_CRYPTO_dynlock_is_sorted(st) SKM_sk_is_sorted(CRYPTO_dynlock, (st))
+
+#define sk_DIST_POINT_new(cmp) SKM_sk_new(DIST_POINT, (cmp))
+#define sk_DIST_POINT_new_null() SKM_sk_new_null(DIST_POINT)
+#define sk_DIST_POINT_free(st) SKM_sk_free(DIST_POINT, (st))
+#define sk_DIST_POINT_num(st) SKM_sk_num(DIST_POINT, (st))
+#define sk_DIST_POINT_value(st, i) SKM_sk_value(DIST_POINT, (st), (i))
+#define sk_DIST_POINT_set(st, i, val) SKM_sk_set(DIST_POINT, (st), (i), (val))
+#define sk_DIST_POINT_zero(st) SKM_sk_zero(DIST_POINT, (st))
+#define sk_DIST_POINT_push(st, val) SKM_sk_push(DIST_POINT, (st), (val))
+#define sk_DIST_POINT_unshift(st, val) SKM_sk_unshift(DIST_POINT, (st), (val))
+#define sk_DIST_POINT_find(st, val) SKM_sk_find(DIST_POINT, (st), (val))
+#define sk_DIST_POINT_find_ex(st, val) SKM_sk_find_ex(DIST_POINT, (st), (val))
+#define sk_DIST_POINT_delete(st, i) SKM_sk_delete(DIST_POINT, (st), (i))
+#define sk_DIST_POINT_delete_ptr(st, ptr) SKM_sk_delete_ptr(DIST_POINT, (st), (ptr))
+#define sk_DIST_POINT_insert(st, val, i) SKM_sk_insert(DIST_POINT, (st), (val), (i))
+#define sk_DIST_POINT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(DIST_POINT, (st), (cmp))
+#define sk_DIST_POINT_dup(st) SKM_sk_dup(DIST_POINT, st)
+#define sk_DIST_POINT_pop_free(st, free_func) SKM_sk_pop_free(DIST_POINT, (st), (free_func))
+#define sk_DIST_POINT_shift(st) SKM_sk_shift(DIST_POINT, (st))
+#define sk_DIST_POINT_pop(st) SKM_sk_pop(DIST_POINT, (st))
+#define sk_DIST_POINT_sort(st) SKM_sk_sort(DIST_POINT, (st))
+#define sk_DIST_POINT_is_sorted(st) SKM_sk_is_sorted(DIST_POINT, (st))
+
+#define sk_ENGINE_new(cmp) SKM_sk_new(ENGINE, (cmp))
+#define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE)
+#define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st))
+#define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st))
+#define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i))
+#define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val))
+#define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st))
+#define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val))
+#define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val))
+#define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (st), (val))
+#define sk_ENGINE_find_ex(st, val) SKM_sk_find_ex(ENGINE, (st), (val))
+#define sk_ENGINE_delete(st, i) SKM_sk_delete(ENGINE, (st), (i))
+#define sk_ENGINE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE, (st), (ptr))
+#define sk_ENGINE_insert(st, val, i) SKM_sk_insert(ENGINE, (st), (val), (i))
+#define sk_ENGINE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE, (st), (cmp))
+#define sk_ENGINE_dup(st) SKM_sk_dup(ENGINE, st)
+#define sk_ENGINE_pop_free(st, free_func) SKM_sk_pop_free(ENGINE, (st), (free_func))
+#define sk_ENGINE_shift(st) SKM_sk_shift(ENGINE, (st))
+#define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st))
+#define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st))
+#define sk_ENGINE_is_sorted(st) SKM_sk_is_sorted(ENGINE, (st))
+
+#define sk_ENGINE_CLEANUP_ITEM_new(cmp) SKM_sk_new(ENGINE_CLEANUP_ITEM, (cmp))
+#define sk_ENGINE_CLEANUP_ITEM_new_null() SKM_sk_new_null(ENGINE_CLEANUP_ITEM)
+#define sk_ENGINE_CLEANUP_ITEM_free(st) SKM_sk_free(ENGINE_CLEANUP_ITEM, (st))
+#define sk_ENGINE_CLEANUP_ITEM_num(st) SKM_sk_num(ENGINE_CLEANUP_ITEM, (st))
+#define sk_ENGINE_CLEANUP_ITEM_value(st, i) SKM_sk_value(ENGINE_CLEANUP_ITEM, (st), (i))
+#define sk_ENGINE_CLEANUP_ITEM_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_ITEM, (st), (i), (val))
+#define sk_ENGINE_CLEANUP_ITEM_zero(st) SKM_sk_zero(ENGINE_CLEANUP_ITEM, (st))
+#define sk_ENGINE_CLEANUP_ITEM_push(st, val) SKM_sk_push(ENGINE_CLEANUP_ITEM, (st), (val))
+#define sk_ENGINE_CLEANUP_ITEM_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_ITEM, (st), (val))
+#define sk_ENGINE_CLEANUP_ITEM_find(st, val) SKM_sk_find(ENGINE_CLEANUP_ITEM, (st), (val))
+#define sk_ENGINE_CLEANUP_ITEM_find_ex(st, val) SKM_sk_find_ex(ENGINE_CLEANUP_ITEM, (st), (val))
+#define sk_ENGINE_CLEANUP_ITEM_delete(st, i) SKM_sk_delete(ENGINE_CLEANUP_ITEM, (st), (i))
+#define sk_ENGINE_CLEANUP_ITEM_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE_CLEANUP_ITEM, (st), (ptr))
+#define sk_ENGINE_CLEANUP_ITEM_insert(st, val, i) SKM_sk_insert(ENGINE_CLEANUP_ITEM, (st), (val), (i))
+#define sk_ENGINE_CLEANUP_ITEM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE_CLEANUP_ITEM, (st), (cmp))
+#define sk_ENGINE_CLEANUP_ITEM_dup(st) SKM_sk_dup(ENGINE_CLEANUP_ITEM, st)
+#define sk_ENGINE_CLEANUP_ITEM_pop_free(st, free_func) SKM_sk_pop_free(ENGINE_CLEANUP_ITEM, (st), (free_func))
+#define sk_ENGINE_CLEANUP_ITEM_shift(st) SKM_sk_shift(ENGINE_CLEANUP_ITEM, (st))
+#define sk_ENGINE_CLEANUP_ITEM_pop(st) SKM_sk_pop(ENGINE_CLEANUP_ITEM, (st))
+#define sk_ENGINE_CLEANUP_ITEM_sort(st) SKM_sk_sort(ENGINE_CLEANUP_ITEM, (st))
+#define sk_ENGINE_CLEANUP_ITEM_is_sorted(st) SKM_sk_is_sorted(ENGINE_CLEANUP_ITEM, (st))
+
+#define sk_ESS_CERT_ID_new(cmp) SKM_sk_new(ESS_CERT_ID, (cmp))
+#define sk_ESS_CERT_ID_new_null() SKM_sk_new_null(ESS_CERT_ID)
+#define sk_ESS_CERT_ID_free(st) SKM_sk_free(ESS_CERT_ID, (st))
+#define sk_ESS_CERT_ID_num(st) SKM_sk_num(ESS_CERT_ID, (st))
+#define sk_ESS_CERT_ID_value(st, i) SKM_sk_value(ESS_CERT_ID, (st), (i))
+#define sk_ESS_CERT_ID_set(st, i, val) SKM_sk_set(ESS_CERT_ID, (st), (i), (val))
+#define sk_ESS_CERT_ID_zero(st) SKM_sk_zero(ESS_CERT_ID, (st))
+#define sk_ESS_CERT_ID_push(st, val) SKM_sk_push(ESS_CERT_ID, (st), (val))
+#define sk_ESS_CERT_ID_unshift(st, val) SKM_sk_unshift(ESS_CERT_ID, (st), (val))
+#define sk_ESS_CERT_ID_find(st, val) SKM_sk_find(ESS_CERT_ID, (st), (val))
+#define sk_ESS_CERT_ID_find_ex(st, val) SKM_sk_find_ex(ESS_CERT_ID, (st), (val))
+#define sk_ESS_CERT_ID_delete(st, i) SKM_sk_delete(ESS_CERT_ID, (st), (i))
+#define sk_ESS_CERT_ID_delete_ptr(st, ptr) SKM_sk_delete_ptr(ESS_CERT_ID, (st), (ptr))
+#define sk_ESS_CERT_ID_insert(st, val, i) SKM_sk_insert(ESS_CERT_ID, (st), (val), (i))
+#define sk_ESS_CERT_ID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ESS_CERT_ID, (st), (cmp))
+#define sk_ESS_CERT_ID_dup(st) SKM_sk_dup(ESS_CERT_ID, st)
+#define sk_ESS_CERT_ID_pop_free(st, free_func) SKM_sk_pop_free(ESS_CERT_ID, (st), (free_func))
+#define sk_ESS_CERT_ID_shift(st) SKM_sk_shift(ESS_CERT_ID, (st))
+#define sk_ESS_CERT_ID_pop(st) SKM_sk_pop(ESS_CERT_ID, (st))
+#define sk_ESS_CERT_ID_sort(st) SKM_sk_sort(ESS_CERT_ID, (st))
+#define sk_ESS_CERT_ID_is_sorted(st) SKM_sk_is_sorted(ESS_CERT_ID, (st))
+
+#define sk_EVP_MD_new(cmp) SKM_sk_new(EVP_MD, (cmp))
+#define sk_EVP_MD_new_null() SKM_sk_new_null(EVP_MD)
+#define sk_EVP_MD_free(st) SKM_sk_free(EVP_MD, (st))
+#define sk_EVP_MD_num(st) SKM_sk_num(EVP_MD, (st))
+#define sk_EVP_MD_value(st, i) SKM_sk_value(EVP_MD, (st), (i))
+#define sk_EVP_MD_set(st, i, val) SKM_sk_set(EVP_MD, (st), (i), (val))
+#define sk_EVP_MD_zero(st) SKM_sk_zero(EVP_MD, (st))
+#define sk_EVP_MD_push(st, val) SKM_sk_push(EVP_MD, (st), (val))
+#define sk_EVP_MD_unshift(st, val) SKM_sk_unshift(EVP_MD, (st), (val))
+#define sk_EVP_MD_find(st, val) SKM_sk_find(EVP_MD, (st), (val))
+#define sk_EVP_MD_find_ex(st, val) SKM_sk_find_ex(EVP_MD, (st), (val))
+#define sk_EVP_MD_delete(st, i) SKM_sk_delete(EVP_MD, (st), (i))
+#define sk_EVP_MD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_MD, (st), (ptr))
+#define sk_EVP_MD_insert(st, val, i) SKM_sk_insert(EVP_MD, (st), (val), (i))
+#define sk_EVP_MD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_MD, (st), (cmp))
+#define sk_EVP_MD_dup(st) SKM_sk_dup(EVP_MD, st)
+#define sk_EVP_MD_pop_free(st, free_func) SKM_sk_pop_free(EVP_MD, (st), (free_func))
+#define sk_EVP_MD_shift(st) SKM_sk_shift(EVP_MD, (st))
+#define sk_EVP_MD_pop(st) SKM_sk_pop(EVP_MD, (st))
+#define sk_EVP_MD_sort(st) SKM_sk_sort(EVP_MD, (st))
+#define sk_EVP_MD_is_sorted(st) SKM_sk_is_sorted(EVP_MD, (st))
+
+#define sk_EVP_PBE_CTL_new(cmp) SKM_sk_new(EVP_PBE_CTL, (cmp))
+#define sk_EVP_PBE_CTL_new_null() SKM_sk_new_null(EVP_PBE_CTL)
+#define sk_EVP_PBE_CTL_free(st) SKM_sk_free(EVP_PBE_CTL, (st))
+#define sk_EVP_PBE_CTL_num(st) SKM_sk_num(EVP_PBE_CTL, (st))
+#define sk_EVP_PBE_CTL_value(st, i) SKM_sk_value(EVP_PBE_CTL, (st), (i))
+#define sk_EVP_PBE_CTL_set(st, i, val) SKM_sk_set(EVP_PBE_CTL, (st), (i), (val))
+#define sk_EVP_PBE_CTL_zero(st) SKM_sk_zero(EVP_PBE_CTL, (st))
+#define sk_EVP_PBE_CTL_push(st, val) SKM_sk_push(EVP_PBE_CTL, (st), (val))
+#define sk_EVP_PBE_CTL_unshift(st, val) SKM_sk_unshift(EVP_PBE_CTL, (st), (val))
+#define sk_EVP_PBE_CTL_find(st, val) SKM_sk_find(EVP_PBE_CTL, (st), (val))
+#define sk_EVP_PBE_CTL_find_ex(st, val) SKM_sk_find_ex(EVP_PBE_CTL, (st), (val))
+#define sk_EVP_PBE_CTL_delete(st, i) SKM_sk_delete(EVP_PBE_CTL, (st), (i))
+#define sk_EVP_PBE_CTL_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PBE_CTL, (st), (ptr))
+#define sk_EVP_PBE_CTL_insert(st, val, i) SKM_sk_insert(EVP_PBE_CTL, (st), (val), (i))
+#define sk_EVP_PBE_CTL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PBE_CTL, (st), (cmp))
+#define sk_EVP_PBE_CTL_dup(st) SKM_sk_dup(EVP_PBE_CTL, st)
+#define sk_EVP_PBE_CTL_pop_free(st, free_func) SKM_sk_pop_free(EVP_PBE_CTL, (st), (free_func))
+#define sk_EVP_PBE_CTL_shift(st) SKM_sk_shift(EVP_PBE_CTL, (st))
+#define sk_EVP_PBE_CTL_pop(st) SKM_sk_pop(EVP_PBE_CTL, (st))
+#define sk_EVP_PBE_CTL_sort(st) SKM_sk_sort(EVP_PBE_CTL, (st))
+#define sk_EVP_PBE_CTL_is_sorted(st) SKM_sk_is_sorted(EVP_PBE_CTL, (st))
+
+#define sk_EVP_PKEY_ASN1_METHOD_new(cmp) SKM_sk_new(EVP_PKEY_ASN1_METHOD, (cmp))
+#define sk_EVP_PKEY_ASN1_METHOD_new_null() SKM_sk_new_null(EVP_PKEY_ASN1_METHOD)
+#define sk_EVP_PKEY_ASN1_METHOD_free(st) SKM_sk_free(EVP_PKEY_ASN1_METHOD, (st))
+#define sk_EVP_PKEY_ASN1_METHOD_num(st) SKM_sk_num(EVP_PKEY_ASN1_METHOD, (st))
+#define sk_EVP_PKEY_ASN1_METHOD_value(st, i) SKM_sk_value(EVP_PKEY_ASN1_METHOD, (st), (i))
+#define sk_EVP_PKEY_ASN1_METHOD_set(st, i, val) SKM_sk_set(EVP_PKEY_ASN1_METHOD, (st), (i), (val))
+#define sk_EVP_PKEY_ASN1_METHOD_zero(st) SKM_sk_zero(EVP_PKEY_ASN1_METHOD, (st))
+#define sk_EVP_PKEY_ASN1_METHOD_push(st, val) SKM_sk_push(EVP_PKEY_ASN1_METHOD, (st), (val))
+#define sk_EVP_PKEY_ASN1_METHOD_unshift(st, val) SKM_sk_unshift(EVP_PKEY_ASN1_METHOD, (st), (val))
+#define sk_EVP_PKEY_ASN1_METHOD_find(st, val) SKM_sk_find(EVP_PKEY_ASN1_METHOD, (st), (val))
+#define sk_EVP_PKEY_ASN1_METHOD_find_ex(st, val) SKM_sk_find_ex(EVP_PKEY_ASN1_METHOD, (st), (val))
+#define sk_EVP_PKEY_ASN1_METHOD_delete(st, i) SKM_sk_delete(EVP_PKEY_ASN1_METHOD, (st), (i))
+#define sk_EVP_PKEY_ASN1_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PKEY_ASN1_METHOD, (st), (ptr))
+#define sk_EVP_PKEY_ASN1_METHOD_insert(st, val, i) SKM_sk_insert(EVP_PKEY_ASN1_METHOD, (st), (val), (i))
+#define sk_EVP_PKEY_ASN1_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PKEY_ASN1_METHOD, (st), (cmp))
+#define sk_EVP_PKEY_ASN1_METHOD_dup(st) SKM_sk_dup(EVP_PKEY_ASN1_METHOD, st)
+#define sk_EVP_PKEY_ASN1_METHOD_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY_ASN1_METHOD, (st), (free_func))
+#define sk_EVP_PKEY_ASN1_METHOD_shift(st) SKM_sk_shift(EVP_PKEY_ASN1_METHOD, (st))
+#define sk_EVP_PKEY_ASN1_METHOD_pop(st) SKM_sk_pop(EVP_PKEY_ASN1_METHOD, (st))
+#define sk_EVP_PKEY_ASN1_METHOD_sort(st) SKM_sk_sort(EVP_PKEY_ASN1_METHOD, (st))
+#define sk_EVP_PKEY_ASN1_METHOD_is_sorted(st) SKM_sk_is_sorted(EVP_PKEY_ASN1_METHOD, (st))
+
+#define sk_EVP_PKEY_METHOD_new(cmp) SKM_sk_new(EVP_PKEY_METHOD, (cmp))
+#define sk_EVP_PKEY_METHOD_new_null() SKM_sk_new_null(EVP_PKEY_METHOD)
+#define sk_EVP_PKEY_METHOD_free(st) SKM_sk_free(EVP_PKEY_METHOD, (st))
+#define sk_EVP_PKEY_METHOD_num(st) SKM_sk_num(EVP_PKEY_METHOD, (st))
+#define sk_EVP_PKEY_METHOD_value(st, i) SKM_sk_value(EVP_PKEY_METHOD, (st), (i))
+#define sk_EVP_PKEY_METHOD_set(st, i, val) SKM_sk_set(EVP_PKEY_METHOD, (st), (i), (val))
+#define sk_EVP_PKEY_METHOD_zero(st) SKM_sk_zero(EVP_PKEY_METHOD, (st))
+#define sk_EVP_PKEY_METHOD_push(st, val) SKM_sk_push(EVP_PKEY_METHOD, (st), (val))
+#define sk_EVP_PKEY_METHOD_unshift(st, val) SKM_sk_unshift(EVP_PKEY_METHOD, (st), (val))
+#define sk_EVP_PKEY_METHOD_find(st, val) SKM_sk_find(EVP_PKEY_METHOD, (st), (val))
+#define sk_EVP_PKEY_METHOD_find_ex(st, val) SKM_sk_find_ex(EVP_PKEY_METHOD, (st), (val))
+#define sk_EVP_PKEY_METHOD_delete(st, i) SKM_sk_delete(EVP_PKEY_METHOD, (st), (i))
+#define sk_EVP_PKEY_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PKEY_METHOD, (st), (ptr))
+#define sk_EVP_PKEY_METHOD_insert(st, val, i) SKM_sk_insert(EVP_PKEY_METHOD, (st), (val), (i))
+#define sk_EVP_PKEY_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PKEY_METHOD, (st), (cmp))
+#define sk_EVP_PKEY_METHOD_dup(st) SKM_sk_dup(EVP_PKEY_METHOD, st)
+#define sk_EVP_PKEY_METHOD_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY_METHOD, (st), (free_func))
+#define sk_EVP_PKEY_METHOD_shift(st) SKM_sk_shift(EVP_PKEY_METHOD, (st))
+#define sk_EVP_PKEY_METHOD_pop(st) SKM_sk_pop(EVP_PKEY_METHOD, (st))
+#define sk_EVP_PKEY_METHOD_sort(st) SKM_sk_sort(EVP_PKEY_METHOD, (st))
+#define sk_EVP_PKEY_METHOD_is_sorted(st) SKM_sk_is_sorted(EVP_PKEY_METHOD, (st))
+
+#define sk_GENERAL_NAME_new(cmp) SKM_sk_new(GENERAL_NAME, (cmp))
+#define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME)
+#define sk_GENERAL_NAME_free(st) SKM_sk_free(GENERAL_NAME, (st))
+#define sk_GENERAL_NAME_num(st) SKM_sk_num(GENERAL_NAME, (st))
+#define sk_GENERAL_NAME_value(st, i) SKM_sk_value(GENERAL_NAME, (st), (i))
+#define sk_GENERAL_NAME_set(st, i, val) SKM_sk_set(GENERAL_NAME, (st), (i), (val))
+#define sk_GENERAL_NAME_zero(st) SKM_sk_zero(GENERAL_NAME, (st))
+#define sk_GENERAL_NAME_push(st, val) SKM_sk_push(GENERAL_NAME, (st), (val))
+#define sk_GENERAL_NAME_unshift(st, val) SKM_sk_unshift(GENERAL_NAME, (st), (val))
+#define sk_GENERAL_NAME_find(st, val) SKM_sk_find(GENERAL_NAME, (st), (val))
+#define sk_GENERAL_NAME_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAME, (st), (val))
+#define sk_GENERAL_NAME_delete(st, i) SKM_sk_delete(GENERAL_NAME, (st), (i))
+#define sk_GENERAL_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAME, (st), (ptr))
+#define sk_GENERAL_NAME_insert(st, val, i) SKM_sk_insert(GENERAL_NAME, (st), (val), (i))
+#define sk_GENERAL_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAME, (st), (cmp))
+#define sk_GENERAL_NAME_dup(st) SKM_sk_dup(GENERAL_NAME, st)
+#define sk_GENERAL_NAME_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAME, (st), (free_func))
+#define sk_GENERAL_NAME_shift(st) SKM_sk_shift(GENERAL_NAME, (st))
+#define sk_GENERAL_NAME_pop(st) SKM_sk_pop(GENERAL_NAME, (st))
+#define sk_GENERAL_NAME_sort(st) SKM_sk_sort(GENERAL_NAME, (st))
+#define sk_GENERAL_NAME_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAME, (st))
+
+#define sk_GENERAL_NAMES_new(cmp) SKM_sk_new(GENERAL_NAMES, (cmp))
+#define sk_GENERAL_NAMES_new_null() SKM_sk_new_null(GENERAL_NAMES)
+#define sk_GENERAL_NAMES_free(st) SKM_sk_free(GENERAL_NAMES, (st))
+#define sk_GENERAL_NAMES_num(st) SKM_sk_num(GENERAL_NAMES, (st))
+#define sk_GENERAL_NAMES_value(st, i) SKM_sk_value(GENERAL_NAMES, (st), (i))
+#define sk_GENERAL_NAMES_set(st, i, val) SKM_sk_set(GENERAL_NAMES, (st), (i), (val))
+#define sk_GENERAL_NAMES_zero(st) SKM_sk_zero(GENERAL_NAMES, (st))
+#define sk_GENERAL_NAMES_push(st, val) SKM_sk_push(GENERAL_NAMES, (st), (val))
+#define sk_GENERAL_NAMES_unshift(st, val) SKM_sk_unshift(GENERAL_NAMES, (st), (val))
+#define sk_GENERAL_NAMES_find(st, val) SKM_sk_find(GENERAL_NAMES, (st), (val))
+#define sk_GENERAL_NAMES_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAMES, (st), (val))
+#define sk_GENERAL_NAMES_delete(st, i) SKM_sk_delete(GENERAL_NAMES, (st), (i))
+#define sk_GENERAL_NAMES_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAMES, (st), (ptr))
+#define sk_GENERAL_NAMES_insert(st, val, i) SKM_sk_insert(GENERAL_NAMES, (st), (val), (i))
+#define sk_GENERAL_NAMES_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAMES, (st), (cmp))
+#define sk_GENERAL_NAMES_dup(st) SKM_sk_dup(GENERAL_NAMES, st)
+#define sk_GENERAL_NAMES_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAMES, (st), (free_func))
+#define sk_GENERAL_NAMES_shift(st) SKM_sk_shift(GENERAL_NAMES, (st))
+#define sk_GENERAL_NAMES_pop(st) SKM_sk_pop(GENERAL_NAMES, (st))
+#define sk_GENERAL_NAMES_sort(st) SKM_sk_sort(GENERAL_NAMES, (st))
+#define sk_GENERAL_NAMES_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAMES, (st))
+
+#define sk_GENERAL_SUBTREE_new(cmp) SKM_sk_new(GENERAL_SUBTREE, (cmp))
+#define sk_GENERAL_SUBTREE_new_null() SKM_sk_new_null(GENERAL_SUBTREE)
+#define sk_GENERAL_SUBTREE_free(st) SKM_sk_free(GENERAL_SUBTREE, (st))
+#define sk_GENERAL_SUBTREE_num(st) SKM_sk_num(GENERAL_SUBTREE, (st))
+#define sk_GENERAL_SUBTREE_value(st, i) SKM_sk_value(GENERAL_SUBTREE, (st), (i))
+#define sk_GENERAL_SUBTREE_set(st, i, val) SKM_sk_set(GENERAL_SUBTREE, (st), (i), (val))
+#define sk_GENERAL_SUBTREE_zero(st) SKM_sk_zero(GENERAL_SUBTREE, (st))
+#define sk_GENERAL_SUBTREE_push(st, val) SKM_sk_push(GENERAL_SUBTREE, (st), (val))
+#define sk_GENERAL_SUBTREE_unshift(st, val) SKM_sk_unshift(GENERAL_SUBTREE, (st), (val))
+#define sk_GENERAL_SUBTREE_find(st, val) SKM_sk_find(GENERAL_SUBTREE, (st), (val))
+#define sk_GENERAL_SUBTREE_find_ex(st, val) SKM_sk_find_ex(GENERAL_SUBTREE, (st), (val))
+#define sk_GENERAL_SUBTREE_delete(st, i) SKM_sk_delete(GENERAL_SUBTREE, (st), (i))
+#define sk_GENERAL_SUBTREE_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_SUBTREE, (st), (ptr))
+#define sk_GENERAL_SUBTREE_insert(st, val, i) SKM_sk_insert(GENERAL_SUBTREE, (st), (val), (i))
+#define sk_GENERAL_SUBTREE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_SUBTREE, (st), (cmp))
+#define sk_GENERAL_SUBTREE_dup(st) SKM_sk_dup(GENERAL_SUBTREE, st)
+#define sk_GENERAL_SUBTREE_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_SUBTREE, (st), (free_func))
+#define sk_GENERAL_SUBTREE_shift(st) SKM_sk_shift(GENERAL_SUBTREE, (st))
+#define sk_GENERAL_SUBTREE_pop(st) SKM_sk_pop(GENERAL_SUBTREE, (st))
+#define sk_GENERAL_SUBTREE_sort(st) SKM_sk_sort(GENERAL_SUBTREE, (st))
+#define sk_GENERAL_SUBTREE_is_sorted(st) SKM_sk_is_sorted(GENERAL_SUBTREE, (st))
+
+#define sk_IPAddressFamily_new(cmp) SKM_sk_new(IPAddressFamily, (cmp))
+#define sk_IPAddressFamily_new_null() SKM_sk_new_null(IPAddressFamily)
+#define sk_IPAddressFamily_free(st) SKM_sk_free(IPAddressFamily, (st))
+#define sk_IPAddressFamily_num(st) SKM_sk_num(IPAddressFamily, (st))
+#define sk_IPAddressFamily_value(st, i) SKM_sk_value(IPAddressFamily, (st), (i))
+#define sk_IPAddressFamily_set(st, i, val) SKM_sk_set(IPAddressFamily, (st), (i), (val))
+#define sk_IPAddressFamily_zero(st) SKM_sk_zero(IPAddressFamily, (st))
+#define sk_IPAddressFamily_push(st, val) SKM_sk_push(IPAddressFamily, (st), (val))
+#define sk_IPAddressFamily_unshift(st, val) SKM_sk_unshift(IPAddressFamily, (st), (val))
+#define sk_IPAddressFamily_find(st, val) SKM_sk_find(IPAddressFamily, (st), (val))
+#define sk_IPAddressFamily_find_ex(st, val) SKM_sk_find_ex(IPAddressFamily, (st), (val))
+#define sk_IPAddressFamily_delete(st, i) SKM_sk_delete(IPAddressFamily, (st), (i))
+#define sk_IPAddressFamily_delete_ptr(st, ptr) SKM_sk_delete_ptr(IPAddressFamily, (st), (ptr))
+#define sk_IPAddressFamily_insert(st, val, i) SKM_sk_insert(IPAddressFamily, (st), (val), (i))
+#define sk_IPAddressFamily_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(IPAddressFamily, (st), (cmp))
+#define sk_IPAddressFamily_dup(st) SKM_sk_dup(IPAddressFamily, st)
+#define sk_IPAddressFamily_pop_free(st, free_func) SKM_sk_pop_free(IPAddressFamily, (st), (free_func))
+#define sk_IPAddressFamily_shift(st) SKM_sk_shift(IPAddressFamily, (st))
+#define sk_IPAddressFamily_pop(st) SKM_sk_pop(IPAddressFamily, (st))
+#define sk_IPAddressFamily_sort(st) SKM_sk_sort(IPAddressFamily, (st))
+#define sk_IPAddressFamily_is_sorted(st) SKM_sk_is_sorted(IPAddressFamily, (st))
+
+#define sk_IPAddressOrRange_new(cmp) SKM_sk_new(IPAddressOrRange, (cmp))
+#define sk_IPAddressOrRange_new_null() SKM_sk_new_null(IPAddressOrRange)
+#define sk_IPAddressOrRange_free(st) SKM_sk_free(IPAddressOrRange, (st))
+#define sk_IPAddressOrRange_num(st) SKM_sk_num(IPAddressOrRange, (st))
+#define sk_IPAddressOrRange_value(st, i) SKM_sk_value(IPAddressOrRange, (st), (i))
+#define sk_IPAddressOrRange_set(st, i, val) SKM_sk_set(IPAddressOrRange, (st), (i), (val))
+#define sk_IPAddressOrRange_zero(st) SKM_sk_zero(IPAddressOrRange, (st))
+#define sk_IPAddressOrRange_push(st, val) SKM_sk_push(IPAddressOrRange, (st), (val))
+#define sk_IPAddressOrRange_unshift(st, val) SKM_sk_unshift(IPAddressOrRange, (st), (val))
+#define sk_IPAddressOrRange_find(st, val) SKM_sk_find(IPAddressOrRange, (st), (val))
+#define sk_IPAddressOrRange_find_ex(st, val) SKM_sk_find_ex(IPAddressOrRange, (st), (val))
+#define sk_IPAddressOrRange_delete(st, i) SKM_sk_delete(IPAddressOrRange, (st), (i))
+#define sk_IPAddressOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(IPAddressOrRange, (st), (ptr))
+#define sk_IPAddressOrRange_insert(st, val, i) SKM_sk_insert(IPAddressOrRange, (st), (val), (i))
+#define sk_IPAddressOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(IPAddressOrRange, (st), (cmp))
+#define sk_IPAddressOrRange_dup(st) SKM_sk_dup(IPAddressOrRange, st)
+#define sk_IPAddressOrRange_pop_free(st, free_func) SKM_sk_pop_free(IPAddressOrRange, (st), (free_func))
+#define sk_IPAddressOrRange_shift(st) SKM_sk_shift(IPAddressOrRange, (st))
+#define sk_IPAddressOrRange_pop(st) SKM_sk_pop(IPAddressOrRange, (st))
+#define sk_IPAddressOrRange_sort(st) SKM_sk_sort(IPAddressOrRange, (st))
+#define sk_IPAddressOrRange_is_sorted(st) SKM_sk_is_sorted(IPAddressOrRange, (st))
+
+#define sk_KRB5_APREQBODY_new(cmp) SKM_sk_new(KRB5_APREQBODY, (cmp))
+#define sk_KRB5_APREQBODY_new_null() SKM_sk_new_null(KRB5_APREQBODY)
+#define sk_KRB5_APREQBODY_free(st) SKM_sk_free(KRB5_APREQBODY, (st))
+#define sk_KRB5_APREQBODY_num(st) SKM_sk_num(KRB5_APREQBODY, (st))
+#define sk_KRB5_APREQBODY_value(st, i) SKM_sk_value(KRB5_APREQBODY, (st), (i))
+#define sk_KRB5_APREQBODY_set(st, i, val) SKM_sk_set(KRB5_APREQBODY, (st), (i), (val))
+#define sk_KRB5_APREQBODY_zero(st) SKM_sk_zero(KRB5_APREQBODY, (st))
+#define sk_KRB5_APREQBODY_push(st, val) SKM_sk_push(KRB5_APREQBODY, (st), (val))
+#define sk_KRB5_APREQBODY_unshift(st, val) SKM_sk_unshift(KRB5_APREQBODY, (st), (val))
+#define sk_KRB5_APREQBODY_find(st, val) SKM_sk_find(KRB5_APREQBODY, (st), (val))
+#define sk_KRB5_APREQBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_APREQBODY, (st), (val))
+#define sk_KRB5_APREQBODY_delete(st, i) SKM_sk_delete(KRB5_APREQBODY, (st), (i))
+#define sk_KRB5_APREQBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_APREQBODY, (st), (ptr))
+#define sk_KRB5_APREQBODY_insert(st, val, i) SKM_sk_insert(KRB5_APREQBODY, (st), (val), (i))
+#define sk_KRB5_APREQBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_APREQBODY, (st), (cmp))
+#define sk_KRB5_APREQBODY_dup(st) SKM_sk_dup(KRB5_APREQBODY, st)
+#define sk_KRB5_APREQBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_APREQBODY, (st), (free_func))
+#define sk_KRB5_APREQBODY_shift(st) SKM_sk_shift(KRB5_APREQBODY, (st))
+#define sk_KRB5_APREQBODY_pop(st) SKM_sk_pop(KRB5_APREQBODY, (st))
+#define sk_KRB5_APREQBODY_sort(st) SKM_sk_sort(KRB5_APREQBODY, (st))
+#define sk_KRB5_APREQBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_APREQBODY, (st))
+
+#define sk_KRB5_AUTHDATA_new(cmp) SKM_sk_new(KRB5_AUTHDATA, (cmp))
+#define sk_KRB5_AUTHDATA_new_null() SKM_sk_new_null(KRB5_AUTHDATA)
+#define sk_KRB5_AUTHDATA_free(st) SKM_sk_free(KRB5_AUTHDATA, (st))
+#define sk_KRB5_AUTHDATA_num(st) SKM_sk_num(KRB5_AUTHDATA, (st))
+#define sk_KRB5_AUTHDATA_value(st, i) SKM_sk_value(KRB5_AUTHDATA, (st), (i))
+#define sk_KRB5_AUTHDATA_set(st, i, val) SKM_sk_set(KRB5_AUTHDATA, (st), (i), (val))
+#define sk_KRB5_AUTHDATA_zero(st) SKM_sk_zero(KRB5_AUTHDATA, (st))
+#define sk_KRB5_AUTHDATA_push(st, val) SKM_sk_push(KRB5_AUTHDATA, (st), (val))
+#define sk_KRB5_AUTHDATA_unshift(st, val) SKM_sk_unshift(KRB5_AUTHDATA, (st), (val))
+#define sk_KRB5_AUTHDATA_find(st, val) SKM_sk_find(KRB5_AUTHDATA, (st), (val))
+#define sk_KRB5_AUTHDATA_find_ex(st, val) SKM_sk_find_ex(KRB5_AUTHDATA, (st), (val))
+#define sk_KRB5_AUTHDATA_delete(st, i) SKM_sk_delete(KRB5_AUTHDATA, (st), (i))
+#define sk_KRB5_AUTHDATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_AUTHDATA, (st), (ptr))
+#define sk_KRB5_AUTHDATA_insert(st, val, i) SKM_sk_insert(KRB5_AUTHDATA, (st), (val), (i))
+#define sk_KRB5_AUTHDATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_AUTHDATA, (st), (cmp))
+#define sk_KRB5_AUTHDATA_dup(st) SKM_sk_dup(KRB5_AUTHDATA, st)
+#define sk_KRB5_AUTHDATA_pop_free(st, free_func) SKM_sk_pop_free(KRB5_AUTHDATA, (st), (free_func))
+#define sk_KRB5_AUTHDATA_shift(st) SKM_sk_shift(KRB5_AUTHDATA, (st))
+#define sk_KRB5_AUTHDATA_pop(st) SKM_sk_pop(KRB5_AUTHDATA, (st))
+#define sk_KRB5_AUTHDATA_sort(st) SKM_sk_sort(KRB5_AUTHDATA, (st))
+#define sk_KRB5_AUTHDATA_is_sorted(st) SKM_sk_is_sorted(KRB5_AUTHDATA, (st))
+
+#define sk_KRB5_AUTHENTBODY_new(cmp) SKM_sk_new(KRB5_AUTHENTBODY, (cmp))
+#define sk_KRB5_AUTHENTBODY_new_null() SKM_sk_new_null(KRB5_AUTHENTBODY)
+#define sk_KRB5_AUTHENTBODY_free(st) SKM_sk_free(KRB5_AUTHENTBODY, (st))
+#define sk_KRB5_AUTHENTBODY_num(st) SKM_sk_num(KRB5_AUTHENTBODY, (st))
+#define sk_KRB5_AUTHENTBODY_value(st, i) SKM_sk_value(KRB5_AUTHENTBODY, (st), (i))
+#define sk_KRB5_AUTHENTBODY_set(st, i, val) SKM_sk_set(KRB5_AUTHENTBODY, (st), (i), (val))
+#define sk_KRB5_AUTHENTBODY_zero(st) SKM_sk_zero(KRB5_AUTHENTBODY, (st))
+#define sk_KRB5_AUTHENTBODY_push(st, val) SKM_sk_push(KRB5_AUTHENTBODY, (st), (val))
+#define sk_KRB5_AUTHENTBODY_unshift(st, val) SKM_sk_unshift(KRB5_AUTHENTBODY, (st), (val))
+#define sk_KRB5_AUTHENTBODY_find(st, val) SKM_sk_find(KRB5_AUTHENTBODY, (st), (val))
+#define sk_KRB5_AUTHENTBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_AUTHENTBODY, (st), (val))
+#define sk_KRB5_AUTHENTBODY_delete(st, i) SKM_sk_delete(KRB5_AUTHENTBODY, (st), (i))
+#define sk_KRB5_AUTHENTBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_AUTHENTBODY, (st), (ptr))
+#define sk_KRB5_AUTHENTBODY_insert(st, val, i) SKM_sk_insert(KRB5_AUTHENTBODY, (st), (val), (i))
+#define sk_KRB5_AUTHENTBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_AUTHENTBODY, (st), (cmp))
+#define sk_KRB5_AUTHENTBODY_dup(st) SKM_sk_dup(KRB5_AUTHENTBODY, st)
+#define sk_KRB5_AUTHENTBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_AUTHENTBODY, (st), (free_func))
+#define sk_KRB5_AUTHENTBODY_shift(st) SKM_sk_shift(KRB5_AUTHENTBODY, (st))
+#define sk_KRB5_AUTHENTBODY_pop(st) SKM_sk_pop(KRB5_AUTHENTBODY, (st))
+#define sk_KRB5_AUTHENTBODY_sort(st) SKM_sk_sort(KRB5_AUTHENTBODY, (st))
+#define sk_KRB5_AUTHENTBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_AUTHENTBODY, (st))
+
+#define sk_KRB5_CHECKSUM_new(cmp) SKM_sk_new(KRB5_CHECKSUM, (cmp))
+#define sk_KRB5_CHECKSUM_new_null() SKM_sk_new_null(KRB5_CHECKSUM)
+#define sk_KRB5_CHECKSUM_free(st) SKM_sk_free(KRB5_CHECKSUM, (st))
+#define sk_KRB5_CHECKSUM_num(st) SKM_sk_num(KRB5_CHECKSUM, (st))
+#define sk_KRB5_CHECKSUM_value(st, i) SKM_sk_value(KRB5_CHECKSUM, (st), (i))
+#define sk_KRB5_CHECKSUM_set(st, i, val) SKM_sk_set(KRB5_CHECKSUM, (st), (i), (val))
+#define sk_KRB5_CHECKSUM_zero(st) SKM_sk_zero(KRB5_CHECKSUM, (st))
+#define sk_KRB5_CHECKSUM_push(st, val) SKM_sk_push(KRB5_CHECKSUM, (st), (val))
+#define sk_KRB5_CHECKSUM_unshift(st, val) SKM_sk_unshift(KRB5_CHECKSUM, (st), (val))
+#define sk_KRB5_CHECKSUM_find(st, val) SKM_sk_find(KRB5_CHECKSUM, (st), (val))
+#define sk_KRB5_CHECKSUM_find_ex(st, val) SKM_sk_find_ex(KRB5_CHECKSUM, (st), (val))
+#define sk_KRB5_CHECKSUM_delete(st, i) SKM_sk_delete(KRB5_CHECKSUM, (st), (i))
+#define sk_KRB5_CHECKSUM_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_CHECKSUM, (st), (ptr))
+#define sk_KRB5_CHECKSUM_insert(st, val, i) SKM_sk_insert(KRB5_CHECKSUM, (st), (val), (i))
+#define sk_KRB5_CHECKSUM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_CHECKSUM, (st), (cmp))
+#define sk_KRB5_CHECKSUM_dup(st) SKM_sk_dup(KRB5_CHECKSUM, st)
+#define sk_KRB5_CHECKSUM_pop_free(st, free_func) SKM_sk_pop_free(KRB5_CHECKSUM, (st), (free_func))
+#define sk_KRB5_CHECKSUM_shift(st) SKM_sk_shift(KRB5_CHECKSUM, (st))
+#define sk_KRB5_CHECKSUM_pop(st) SKM_sk_pop(KRB5_CHECKSUM, (st))
+#define sk_KRB5_CHECKSUM_sort(st) SKM_sk_sort(KRB5_CHECKSUM, (st))
+#define sk_KRB5_CHECKSUM_is_sorted(st) SKM_sk_is_sorted(KRB5_CHECKSUM, (st))
+
+#define sk_KRB5_ENCDATA_new(cmp) SKM_sk_new(KRB5_ENCDATA, (cmp))
+#define sk_KRB5_ENCDATA_new_null() SKM_sk_new_null(KRB5_ENCDATA)
+#define sk_KRB5_ENCDATA_free(st) SKM_sk_free(KRB5_ENCDATA, (st))
+#define sk_KRB5_ENCDATA_num(st) SKM_sk_num(KRB5_ENCDATA, (st))
+#define sk_KRB5_ENCDATA_value(st, i) SKM_sk_value(KRB5_ENCDATA, (st), (i))
+#define sk_KRB5_ENCDATA_set(st, i, val) SKM_sk_set(KRB5_ENCDATA, (st), (i), (val))
+#define sk_KRB5_ENCDATA_zero(st) SKM_sk_zero(KRB5_ENCDATA, (st))
+#define sk_KRB5_ENCDATA_push(st, val) SKM_sk_push(KRB5_ENCDATA, (st), (val))
+#define sk_KRB5_ENCDATA_unshift(st, val) SKM_sk_unshift(KRB5_ENCDATA, (st), (val))
+#define sk_KRB5_ENCDATA_find(st, val) SKM_sk_find(KRB5_ENCDATA, (st), (val))
+#define sk_KRB5_ENCDATA_find_ex(st, val) SKM_sk_find_ex(KRB5_ENCDATA, (st), (val))
+#define sk_KRB5_ENCDATA_delete(st, i) SKM_sk_delete(KRB5_ENCDATA, (st), (i))
+#define sk_KRB5_ENCDATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_ENCDATA, (st), (ptr))
+#define sk_KRB5_ENCDATA_insert(st, val, i) SKM_sk_insert(KRB5_ENCDATA, (st), (val), (i))
+#define sk_KRB5_ENCDATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_ENCDATA, (st), (cmp))
+#define sk_KRB5_ENCDATA_dup(st) SKM_sk_dup(KRB5_ENCDATA, st)
+#define sk_KRB5_ENCDATA_pop_free(st, free_func) SKM_sk_pop_free(KRB5_ENCDATA, (st), (free_func))
+#define sk_KRB5_ENCDATA_shift(st) SKM_sk_shift(KRB5_ENCDATA, (st))
+#define sk_KRB5_ENCDATA_pop(st) SKM_sk_pop(KRB5_ENCDATA, (st))
+#define sk_KRB5_ENCDATA_sort(st) SKM_sk_sort(KRB5_ENCDATA, (st))
+#define sk_KRB5_ENCDATA_is_sorted(st) SKM_sk_is_sorted(KRB5_ENCDATA, (st))
+
+#define sk_KRB5_ENCKEY_new(cmp) SKM_sk_new(KRB5_ENCKEY, (cmp))
+#define sk_KRB5_ENCKEY_new_null() SKM_sk_new_null(KRB5_ENCKEY)
+#define sk_KRB5_ENCKEY_free(st) SKM_sk_free(KRB5_ENCKEY, (st))
+#define sk_KRB5_ENCKEY_num(st) SKM_sk_num(KRB5_ENCKEY, (st))
+#define sk_KRB5_ENCKEY_value(st, i) SKM_sk_value(KRB5_ENCKEY, (st), (i))
+#define sk_KRB5_ENCKEY_set(st, i, val) SKM_sk_set(KRB5_ENCKEY, (st), (i), (val))
+#define sk_KRB5_ENCKEY_zero(st) SKM_sk_zero(KRB5_ENCKEY, (st))
+#define sk_KRB5_ENCKEY_push(st, val) SKM_sk_push(KRB5_ENCKEY, (st), (val))
+#define sk_KRB5_ENCKEY_unshift(st, val) SKM_sk_unshift(KRB5_ENCKEY, (st), (val))
+#define sk_KRB5_ENCKEY_find(st, val) SKM_sk_find(KRB5_ENCKEY, (st), (val))
+#define sk_KRB5_ENCKEY_find_ex(st, val) SKM_sk_find_ex(KRB5_ENCKEY, (st), (val))
+#define sk_KRB5_ENCKEY_delete(st, i) SKM_sk_delete(KRB5_ENCKEY, (st), (i))
+#define sk_KRB5_ENCKEY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_ENCKEY, (st), (ptr))
+#define sk_KRB5_ENCKEY_insert(st, val, i) SKM_sk_insert(KRB5_ENCKEY, (st), (val), (i))
+#define sk_KRB5_ENCKEY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_ENCKEY, (st), (cmp))
+#define sk_KRB5_ENCKEY_dup(st) SKM_sk_dup(KRB5_ENCKEY, st)
+#define sk_KRB5_ENCKEY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_ENCKEY, (st), (free_func))
+#define sk_KRB5_ENCKEY_shift(st) SKM_sk_shift(KRB5_ENCKEY, (st))
+#define sk_KRB5_ENCKEY_pop(st) SKM_sk_pop(KRB5_ENCKEY, (st))
+#define sk_KRB5_ENCKEY_sort(st) SKM_sk_sort(KRB5_ENCKEY, (st))
+#define sk_KRB5_ENCKEY_is_sorted(st) SKM_sk_is_sorted(KRB5_ENCKEY, (st))
+
+#define sk_KRB5_PRINCNAME_new(cmp) SKM_sk_new(KRB5_PRINCNAME, (cmp))
+#define sk_KRB5_PRINCNAME_new_null() SKM_sk_new_null(KRB5_PRINCNAME)
+#define sk_KRB5_PRINCNAME_free(st) SKM_sk_free(KRB5_PRINCNAME, (st))
+#define sk_KRB5_PRINCNAME_num(st) SKM_sk_num(KRB5_PRINCNAME, (st))
+#define sk_KRB5_PRINCNAME_value(st, i) SKM_sk_value(KRB5_PRINCNAME, (st), (i))
+#define sk_KRB5_PRINCNAME_set(st, i, val) SKM_sk_set(KRB5_PRINCNAME, (st), (i), (val))
+#define sk_KRB5_PRINCNAME_zero(st) SKM_sk_zero(KRB5_PRINCNAME, (st))
+#define sk_KRB5_PRINCNAME_push(st, val) SKM_sk_push(KRB5_PRINCNAME, (st), (val))
+#define sk_KRB5_PRINCNAME_unshift(st, val) SKM_sk_unshift(KRB5_PRINCNAME, (st), (val))
+#define sk_KRB5_PRINCNAME_find(st, val) SKM_sk_find(KRB5_PRINCNAME, (st), (val))
+#define sk_KRB5_PRINCNAME_find_ex(st, val) SKM_sk_find_ex(KRB5_PRINCNAME, (st), (val))
+#define sk_KRB5_PRINCNAME_delete(st, i) SKM_sk_delete(KRB5_PRINCNAME, (st), (i))
+#define sk_KRB5_PRINCNAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_PRINCNAME, (st), (ptr))
+#define sk_KRB5_PRINCNAME_insert(st, val, i) SKM_sk_insert(KRB5_PRINCNAME, (st), (val), (i))
+#define sk_KRB5_PRINCNAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_PRINCNAME, (st), (cmp))
+#define sk_KRB5_PRINCNAME_dup(st) SKM_sk_dup(KRB5_PRINCNAME, st)
+#define sk_KRB5_PRINCNAME_pop_free(st, free_func) SKM_sk_pop_free(KRB5_PRINCNAME, (st), (free_func))
+#define sk_KRB5_PRINCNAME_shift(st) SKM_sk_shift(KRB5_PRINCNAME, (st))
+#define sk_KRB5_PRINCNAME_pop(st) SKM_sk_pop(KRB5_PRINCNAME, (st))
+#define sk_KRB5_PRINCNAME_sort(st) SKM_sk_sort(KRB5_PRINCNAME, (st))
+#define sk_KRB5_PRINCNAME_is_sorted(st) SKM_sk_is_sorted(KRB5_PRINCNAME, (st))
+
+#define sk_KRB5_TKTBODY_new(cmp) SKM_sk_new(KRB5_TKTBODY, (cmp))
+#define sk_KRB5_TKTBODY_new_null() SKM_sk_new_null(KRB5_TKTBODY)
+#define sk_KRB5_TKTBODY_free(st) SKM_sk_free(KRB5_TKTBODY, (st))
+#define sk_KRB5_TKTBODY_num(st) SKM_sk_num(KRB5_TKTBODY, (st))
+#define sk_KRB5_TKTBODY_value(st, i) SKM_sk_value(KRB5_TKTBODY, (st), (i))
+#define sk_KRB5_TKTBODY_set(st, i, val) SKM_sk_set(KRB5_TKTBODY, (st), (i), (val))
+#define sk_KRB5_TKTBODY_zero(st) SKM_sk_zero(KRB5_TKTBODY, (st))
+#define sk_KRB5_TKTBODY_push(st, val) SKM_sk_push(KRB5_TKTBODY, (st), (val))
+#define sk_KRB5_TKTBODY_unshift(st, val) SKM_sk_unshift(KRB5_TKTBODY, (st), (val))
+#define sk_KRB5_TKTBODY_find(st, val) SKM_sk_find(KRB5_TKTBODY, (st), (val))
+#define sk_KRB5_TKTBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_TKTBODY, (st), (val))
+#define sk_KRB5_TKTBODY_delete(st, i) SKM_sk_delete(KRB5_TKTBODY, (st), (i))
+#define sk_KRB5_TKTBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_TKTBODY, (st), (ptr))
+#define sk_KRB5_TKTBODY_insert(st, val, i) SKM_sk_insert(KRB5_TKTBODY, (st), (val), (i))
+#define sk_KRB5_TKTBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_TKTBODY, (st), (cmp))
+#define sk_KRB5_TKTBODY_dup(st) SKM_sk_dup(KRB5_TKTBODY, st)
+#define sk_KRB5_TKTBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_TKTBODY, (st), (free_func))
+#define sk_KRB5_TKTBODY_shift(st) SKM_sk_shift(KRB5_TKTBODY, (st))
+#define sk_KRB5_TKTBODY_pop(st) SKM_sk_pop(KRB5_TKTBODY, (st))
+#define sk_KRB5_TKTBODY_sort(st) SKM_sk_sort(KRB5_TKTBODY, (st))
+#define sk_KRB5_TKTBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_TKTBODY, (st))
+
+#define sk_MEM_OBJECT_DATA_new(cmp) SKM_sk_new(MEM_OBJECT_DATA, (cmp))
+#define sk_MEM_OBJECT_DATA_new_null() SKM_sk_new_null(MEM_OBJECT_DATA)
+#define sk_MEM_OBJECT_DATA_free(st) SKM_sk_free(MEM_OBJECT_DATA, (st))
+#define sk_MEM_OBJECT_DATA_num(st) SKM_sk_num(MEM_OBJECT_DATA, (st))
+#define sk_MEM_OBJECT_DATA_value(st, i) SKM_sk_value(MEM_OBJECT_DATA, (st), (i))
+#define sk_MEM_OBJECT_DATA_set(st, i, val) SKM_sk_set(MEM_OBJECT_DATA, (st), (i), (val))
+#define sk_MEM_OBJECT_DATA_zero(st) SKM_sk_zero(MEM_OBJECT_DATA, (st))
+#define sk_MEM_OBJECT_DATA_push(st, val) SKM_sk_push(MEM_OBJECT_DATA, (st), (val))
+#define sk_MEM_OBJECT_DATA_unshift(st, val) SKM_sk_unshift(MEM_OBJECT_DATA, (st), (val))
+#define sk_MEM_OBJECT_DATA_find(st, val) SKM_sk_find(MEM_OBJECT_DATA, (st), (val))
+#define sk_MEM_OBJECT_DATA_find_ex(st, val) SKM_sk_find_ex(MEM_OBJECT_DATA, (st), (val))
+#define sk_MEM_OBJECT_DATA_delete(st, i) SKM_sk_delete(MEM_OBJECT_DATA, (st), (i))
+#define sk_MEM_OBJECT_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(MEM_OBJECT_DATA, (st), (ptr))
+#define sk_MEM_OBJECT_DATA_insert(st, val, i) SKM_sk_insert(MEM_OBJECT_DATA, (st), (val), (i))
+#define sk_MEM_OBJECT_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MEM_OBJECT_DATA, (st), (cmp))
+#define sk_MEM_OBJECT_DATA_dup(st) SKM_sk_dup(MEM_OBJECT_DATA, st)
+#define sk_MEM_OBJECT_DATA_pop_free(st, free_func) SKM_sk_pop_free(MEM_OBJECT_DATA, (st), (free_func))
+#define sk_MEM_OBJECT_DATA_shift(st) SKM_sk_shift(MEM_OBJECT_DATA, (st))
+#define sk_MEM_OBJECT_DATA_pop(st) SKM_sk_pop(MEM_OBJECT_DATA, (st))
+#define sk_MEM_OBJECT_DATA_sort(st) SKM_sk_sort(MEM_OBJECT_DATA, (st))
+#define sk_MEM_OBJECT_DATA_is_sorted(st) SKM_sk_is_sorted(MEM_OBJECT_DATA, (st))
+
+#define sk_MIME_HEADER_new(cmp) SKM_sk_new(MIME_HEADER, (cmp))
+#define sk_MIME_HEADER_new_null() SKM_sk_new_null(MIME_HEADER)
+#define sk_MIME_HEADER_free(st) SKM_sk_free(MIME_HEADER, (st))
+#define sk_MIME_HEADER_num(st) SKM_sk_num(MIME_HEADER, (st))
+#define sk_MIME_HEADER_value(st, i) SKM_sk_value(MIME_HEADER, (st), (i))
+#define sk_MIME_HEADER_set(st, i, val) SKM_sk_set(MIME_HEADER, (st), (i), (val))
+#define sk_MIME_HEADER_zero(st) SKM_sk_zero(MIME_HEADER, (st))
+#define sk_MIME_HEADER_push(st, val) SKM_sk_push(MIME_HEADER, (st), (val))
+#define sk_MIME_HEADER_unshift(st, val) SKM_sk_unshift(MIME_HEADER, (st), (val))
+#define sk_MIME_HEADER_find(st, val) SKM_sk_find(MIME_HEADER, (st), (val))
+#define sk_MIME_HEADER_find_ex(st, val) SKM_sk_find_ex(MIME_HEADER, (st), (val))
+#define sk_MIME_HEADER_delete(st, i) SKM_sk_delete(MIME_HEADER, (st), (i))
+#define sk_MIME_HEADER_delete_ptr(st, ptr) SKM_sk_delete_ptr(MIME_HEADER, (st), (ptr))
+#define sk_MIME_HEADER_insert(st, val, i) SKM_sk_insert(MIME_HEADER, (st), (val), (i))
+#define sk_MIME_HEADER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MIME_HEADER, (st), (cmp))
+#define sk_MIME_HEADER_dup(st) SKM_sk_dup(MIME_HEADER, st)
+#define sk_MIME_HEADER_pop_free(st, free_func) SKM_sk_pop_free(MIME_HEADER, (st), (free_func))
+#define sk_MIME_HEADER_shift(st) SKM_sk_shift(MIME_HEADER, (st))
+#define sk_MIME_HEADER_pop(st) SKM_sk_pop(MIME_HEADER, (st))
+#define sk_MIME_HEADER_sort(st) SKM_sk_sort(MIME_HEADER, (st))
+#define sk_MIME_HEADER_is_sorted(st) SKM_sk_is_sorted(MIME_HEADER, (st))
+
+#define sk_MIME_PARAM_new(cmp) SKM_sk_new(MIME_PARAM, (cmp))
+#define sk_MIME_PARAM_new_null() SKM_sk_new_null(MIME_PARAM)
+#define sk_MIME_PARAM_free(st) SKM_sk_free(MIME_PARAM, (st))
+#define sk_MIME_PARAM_num(st) SKM_sk_num(MIME_PARAM, (st))
+#define sk_MIME_PARAM_value(st, i) SKM_sk_value(MIME_PARAM, (st), (i))
+#define sk_MIME_PARAM_set(st, i, val) SKM_sk_set(MIME_PARAM, (st), (i), (val))
+#define sk_MIME_PARAM_zero(st) SKM_sk_zero(MIME_PARAM, (st))
+#define sk_MIME_PARAM_push(st, val) SKM_sk_push(MIME_PARAM, (st), (val))
+#define sk_MIME_PARAM_unshift(st, val) SKM_sk_unshift(MIME_PARAM, (st), (val))
+#define sk_MIME_PARAM_find(st, val) SKM_sk_find(MIME_PARAM, (st), (val))
+#define sk_MIME_PARAM_find_ex(st, val) SKM_sk_find_ex(MIME_PARAM, (st), (val))
+#define sk_MIME_PARAM_delete(st, i) SKM_sk_delete(MIME_PARAM, (st), (i))
+#define sk_MIME_PARAM_delete_ptr(st, ptr) SKM_sk_delete_ptr(MIME_PARAM, (st), (ptr))
+#define sk_MIME_PARAM_insert(st, val, i) SKM_sk_insert(MIME_PARAM, (st), (val), (i))
+#define sk_MIME_PARAM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MIME_PARAM, (st), (cmp))
+#define sk_MIME_PARAM_dup(st) SKM_sk_dup(MIME_PARAM, st)
+#define sk_MIME_PARAM_pop_free(st, free_func) SKM_sk_pop_free(MIME_PARAM, (st), (free_func))
+#define sk_MIME_PARAM_shift(st) SKM_sk_shift(MIME_PARAM, (st))
+#define sk_MIME_PARAM_pop(st) SKM_sk_pop(MIME_PARAM, (st))
+#define sk_MIME_PARAM_sort(st) SKM_sk_sort(MIME_PARAM, (st))
+#define sk_MIME_PARAM_is_sorted(st) SKM_sk_is_sorted(MIME_PARAM, (st))
+
+#define sk_NAME_FUNCS_new(cmp) SKM_sk_new(NAME_FUNCS, (cmp))
+#define sk_NAME_FUNCS_new_null() SKM_sk_new_null(NAME_FUNCS)
+#define sk_NAME_FUNCS_free(st) SKM_sk_free(NAME_FUNCS, (st))
+#define sk_NAME_FUNCS_num(st) SKM_sk_num(NAME_FUNCS, (st))
+#define sk_NAME_FUNCS_value(st, i) SKM_sk_value(NAME_FUNCS, (st), (i))
+#define sk_NAME_FUNCS_set(st, i, val) SKM_sk_set(NAME_FUNCS, (st), (i), (val))
+#define sk_NAME_FUNCS_zero(st) SKM_sk_zero(NAME_FUNCS, (st))
+#define sk_NAME_FUNCS_push(st, val) SKM_sk_push(NAME_FUNCS, (st), (val))
+#define sk_NAME_FUNCS_unshift(st, val) SKM_sk_unshift(NAME_FUNCS, (st), (val))
+#define sk_NAME_FUNCS_find(st, val) SKM_sk_find(NAME_FUNCS, (st), (val))
+#define sk_NAME_FUNCS_find_ex(st, val) SKM_sk_find_ex(NAME_FUNCS, (st), (val))
+#define sk_NAME_FUNCS_delete(st, i) SKM_sk_delete(NAME_FUNCS, (st), (i))
+#define sk_NAME_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(NAME_FUNCS, (st), (ptr))
+#define sk_NAME_FUNCS_insert(st, val, i) SKM_sk_insert(NAME_FUNCS, (st), (val), (i))
+#define sk_NAME_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(NAME_FUNCS, (st), (cmp))
+#define sk_NAME_FUNCS_dup(st) SKM_sk_dup(NAME_FUNCS, st)
+#define sk_NAME_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(NAME_FUNCS, (st), (free_func))
+#define sk_NAME_FUNCS_shift(st) SKM_sk_shift(NAME_FUNCS, (st))
+#define sk_NAME_FUNCS_pop(st) SKM_sk_pop(NAME_FUNCS, (st))
+#define sk_NAME_FUNCS_sort(st) SKM_sk_sort(NAME_FUNCS, (st))
+#define sk_NAME_FUNCS_is_sorted(st) SKM_sk_is_sorted(NAME_FUNCS, (st))
+
+#define sk_OCSP_CERTID_new(cmp) SKM_sk_new(OCSP_CERTID, (cmp))
+#define sk_OCSP_CERTID_new_null() SKM_sk_new_null(OCSP_CERTID)
+#define sk_OCSP_CERTID_free(st) SKM_sk_free(OCSP_CERTID, (st))
+#define sk_OCSP_CERTID_num(st) SKM_sk_num(OCSP_CERTID, (st))
+#define sk_OCSP_CERTID_value(st, i) SKM_sk_value(OCSP_CERTID, (st), (i))
+#define sk_OCSP_CERTID_set(st, i, val) SKM_sk_set(OCSP_CERTID, (st), (i), (val))
+#define sk_OCSP_CERTID_zero(st) SKM_sk_zero(OCSP_CERTID, (st))
+#define sk_OCSP_CERTID_push(st, val) SKM_sk_push(OCSP_CERTID, (st), (val))
+#define sk_OCSP_CERTID_unshift(st, val) SKM_sk_unshift(OCSP_CERTID, (st), (val))
+#define sk_OCSP_CERTID_find(st, val) SKM_sk_find(OCSP_CERTID, (st), (val))
+#define sk_OCSP_CERTID_find_ex(st, val) SKM_sk_find_ex(OCSP_CERTID, (st), (val))
+#define sk_OCSP_CERTID_delete(st, i) SKM_sk_delete(OCSP_CERTID, (st), (i))
+#define sk_OCSP_CERTID_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_CERTID, (st), (ptr))
+#define sk_OCSP_CERTID_insert(st, val, i) SKM_sk_insert(OCSP_CERTID, (st), (val), (i))
+#define sk_OCSP_CERTID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_CERTID, (st), (cmp))
+#define sk_OCSP_CERTID_dup(st) SKM_sk_dup(OCSP_CERTID, st)
+#define sk_OCSP_CERTID_pop_free(st, free_func) SKM_sk_pop_free(OCSP_CERTID, (st), (free_func))
+#define sk_OCSP_CERTID_shift(st) SKM_sk_shift(OCSP_CERTID, (st))
+#define sk_OCSP_CERTID_pop(st) SKM_sk_pop(OCSP_CERTID, (st))
+#define sk_OCSP_CERTID_sort(st) SKM_sk_sort(OCSP_CERTID, (st))
+#define sk_OCSP_CERTID_is_sorted(st) SKM_sk_is_sorted(OCSP_CERTID, (st))
+
+#define sk_OCSP_ONEREQ_new(cmp) SKM_sk_new(OCSP_ONEREQ, (cmp))
+#define sk_OCSP_ONEREQ_new_null() SKM_sk_new_null(OCSP_ONEREQ)
+#define sk_OCSP_ONEREQ_free(st) SKM_sk_free(OCSP_ONEREQ, (st))
+#define sk_OCSP_ONEREQ_num(st) SKM_sk_num(OCSP_ONEREQ, (st))
+#define sk_OCSP_ONEREQ_value(st, i) SKM_sk_value(OCSP_ONEREQ, (st), (i))
+#define sk_OCSP_ONEREQ_set(st, i, val) SKM_sk_set(OCSP_ONEREQ, (st), (i), (val))
+#define sk_OCSP_ONEREQ_zero(st) SKM_sk_zero(OCSP_ONEREQ, (st))
+#define sk_OCSP_ONEREQ_push(st, val) SKM_sk_push(OCSP_ONEREQ, (st), (val))
+#define sk_OCSP_ONEREQ_unshift(st, val) SKM_sk_unshift(OCSP_ONEREQ, (st), (val))
+#define sk_OCSP_ONEREQ_find(st, val) SKM_sk_find(OCSP_ONEREQ, (st), (val))
+#define sk_OCSP_ONEREQ_find_ex(st, val) SKM_sk_find_ex(OCSP_ONEREQ, (st), (val))
+#define sk_OCSP_ONEREQ_delete(st, i) SKM_sk_delete(OCSP_ONEREQ, (st), (i))
+#define sk_OCSP_ONEREQ_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_ONEREQ, (st), (ptr))
+#define sk_OCSP_ONEREQ_insert(st, val, i) SKM_sk_insert(OCSP_ONEREQ, (st), (val), (i))
+#define sk_OCSP_ONEREQ_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_ONEREQ, (st), (cmp))
+#define sk_OCSP_ONEREQ_dup(st) SKM_sk_dup(OCSP_ONEREQ, st)
+#define sk_OCSP_ONEREQ_pop_free(st, free_func) SKM_sk_pop_free(OCSP_ONEREQ, (st), (free_func))
+#define sk_OCSP_ONEREQ_shift(st) SKM_sk_shift(OCSP_ONEREQ, (st))
+#define sk_OCSP_ONEREQ_pop(st) SKM_sk_pop(OCSP_ONEREQ, (st))
+#define sk_OCSP_ONEREQ_sort(st) SKM_sk_sort(OCSP_ONEREQ, (st))
+#define sk_OCSP_ONEREQ_is_sorted(st) SKM_sk_is_sorted(OCSP_ONEREQ, (st))
+
+#define sk_OCSP_RESPID_new(cmp) SKM_sk_new(OCSP_RESPID, (cmp))
+#define sk_OCSP_RESPID_new_null() SKM_sk_new_null(OCSP_RESPID)
+#define sk_OCSP_RESPID_free(st) SKM_sk_free(OCSP_RESPID, (st))
+#define sk_OCSP_RESPID_num(st) SKM_sk_num(OCSP_RESPID, (st))
+#define sk_OCSP_RESPID_value(st, i) SKM_sk_value(OCSP_RESPID, (st), (i))
+#define sk_OCSP_RESPID_set(st, i, val) SKM_sk_set(OCSP_RESPID, (st), (i), (val))
+#define sk_OCSP_RESPID_zero(st) SKM_sk_zero(OCSP_RESPID, (st))
+#define sk_OCSP_RESPID_push(st, val) SKM_sk_push(OCSP_RESPID, (st), (val))
+#define sk_OCSP_RESPID_unshift(st, val) SKM_sk_unshift(OCSP_RESPID, (st), (val))
+#define sk_OCSP_RESPID_find(st, val) SKM_sk_find(OCSP_RESPID, (st), (val))
+#define sk_OCSP_RESPID_find_ex(st, val) SKM_sk_find_ex(OCSP_RESPID, (st), (val))
+#define sk_OCSP_RESPID_delete(st, i) SKM_sk_delete(OCSP_RESPID, (st), (i))
+#define sk_OCSP_RESPID_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_RESPID, (st), (ptr))
+#define sk_OCSP_RESPID_insert(st, val, i) SKM_sk_insert(OCSP_RESPID, (st), (val), (i))
+#define sk_OCSP_RESPID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_RESPID, (st), (cmp))
+#define sk_OCSP_RESPID_dup(st) SKM_sk_dup(OCSP_RESPID, st)
+#define sk_OCSP_RESPID_pop_free(st, free_func) SKM_sk_pop_free(OCSP_RESPID, (st), (free_func))
+#define sk_OCSP_RESPID_shift(st) SKM_sk_shift(OCSP_RESPID, (st))
+#define sk_OCSP_RESPID_pop(st) SKM_sk_pop(OCSP_RESPID, (st))
+#define sk_OCSP_RESPID_sort(st) SKM_sk_sort(OCSP_RESPID, (st))
+#define sk_OCSP_RESPID_is_sorted(st) SKM_sk_is_sorted(OCSP_RESPID, (st))
+
+#define sk_OCSP_SINGLERESP_new(cmp) SKM_sk_new(OCSP_SINGLERESP, (cmp))
+#define sk_OCSP_SINGLERESP_new_null() SKM_sk_new_null(OCSP_SINGLERESP)
+#define sk_OCSP_SINGLERESP_free(st) SKM_sk_free(OCSP_SINGLERESP, (st))
+#define sk_OCSP_SINGLERESP_num(st) SKM_sk_num(OCSP_SINGLERESP, (st))
+#define sk_OCSP_SINGLERESP_value(st, i) SKM_sk_value(OCSP_SINGLERESP, (st), (i))
+#define sk_OCSP_SINGLERESP_set(st, i, val) SKM_sk_set(OCSP_SINGLERESP, (st), (i), (val))
+#define sk_OCSP_SINGLERESP_zero(st) SKM_sk_zero(OCSP_SINGLERESP, (st))
+#define sk_OCSP_SINGLERESP_push(st, val) SKM_sk_push(OCSP_SINGLERESP, (st), (val))
+#define sk_OCSP_SINGLERESP_unshift(st, val) SKM_sk_unshift(OCSP_SINGLERESP, (st), (val))
+#define sk_OCSP_SINGLERESP_find(st, val) SKM_sk_find(OCSP_SINGLERESP, (st), (val))
+#define sk_OCSP_SINGLERESP_find_ex(st, val) SKM_sk_find_ex(OCSP_SINGLERESP, (st), (val))
+#define sk_OCSP_SINGLERESP_delete(st, i) SKM_sk_delete(OCSP_SINGLERESP, (st), (i))
+#define sk_OCSP_SINGLERESP_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_SINGLERESP, (st), (ptr))
+#define sk_OCSP_SINGLERESP_insert(st, val, i) SKM_sk_insert(OCSP_SINGLERESP, (st), (val), (i))
+#define sk_OCSP_SINGLERESP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_SINGLERESP, (st), (cmp))
+#define sk_OCSP_SINGLERESP_dup(st) SKM_sk_dup(OCSP_SINGLERESP, st)
+#define sk_OCSP_SINGLERESP_pop_free(st, free_func) SKM_sk_pop_free(OCSP_SINGLERESP, (st), (free_func))
+#define sk_OCSP_SINGLERESP_shift(st) SKM_sk_shift(OCSP_SINGLERESP, (st))
+#define sk_OCSP_SINGLERESP_pop(st) SKM_sk_pop(OCSP_SINGLERESP, (st))
+#define sk_OCSP_SINGLERESP_sort(st) SKM_sk_sort(OCSP_SINGLERESP, (st))
+#define sk_OCSP_SINGLERESP_is_sorted(st) SKM_sk_is_sorted(OCSP_SINGLERESP, (st))
+
+#define sk_PKCS12_SAFEBAG_new(cmp) SKM_sk_new(PKCS12_SAFEBAG, (cmp))
+#define sk_PKCS12_SAFEBAG_new_null() SKM_sk_new_null(PKCS12_SAFEBAG)
+#define sk_PKCS12_SAFEBAG_free(st) SKM_sk_free(PKCS12_SAFEBAG, (st))
+#define sk_PKCS12_SAFEBAG_num(st) SKM_sk_num(PKCS12_SAFEBAG, (st))
+#define sk_PKCS12_SAFEBAG_value(st, i) SKM_sk_value(PKCS12_SAFEBAG, (st), (i))
+#define sk_PKCS12_SAFEBAG_set(st, i, val) SKM_sk_set(PKCS12_SAFEBAG, (st), (i), (val))
+#define sk_PKCS12_SAFEBAG_zero(st) SKM_sk_zero(PKCS12_SAFEBAG, (st))
+#define sk_PKCS12_SAFEBAG_push(st, val) SKM_sk_push(PKCS12_SAFEBAG, (st), (val))
+#define sk_PKCS12_SAFEBAG_unshift(st, val) SKM_sk_unshift(PKCS12_SAFEBAG, (st), (val))
+#define sk_PKCS12_SAFEBAG_find(st, val) SKM_sk_find(PKCS12_SAFEBAG, (st), (val))
+#define sk_PKCS12_SAFEBAG_find_ex(st, val) SKM_sk_find_ex(PKCS12_SAFEBAG, (st), (val))
+#define sk_PKCS12_SAFEBAG_delete(st, i) SKM_sk_delete(PKCS12_SAFEBAG, (st), (i))
+#define sk_PKCS12_SAFEBAG_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS12_SAFEBAG, (st), (ptr))
+#define sk_PKCS12_SAFEBAG_insert(st, val, i) SKM_sk_insert(PKCS12_SAFEBAG, (st), (val), (i))
+#define sk_PKCS12_SAFEBAG_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS12_SAFEBAG, (st), (cmp))
+#define sk_PKCS12_SAFEBAG_dup(st) SKM_sk_dup(PKCS12_SAFEBAG, st)
+#define sk_PKCS12_SAFEBAG_pop_free(st, free_func) SKM_sk_pop_free(PKCS12_SAFEBAG, (st), (free_func))
+#define sk_PKCS12_SAFEBAG_shift(st) SKM_sk_shift(PKCS12_SAFEBAG, (st))
+#define sk_PKCS12_SAFEBAG_pop(st) SKM_sk_pop(PKCS12_SAFEBAG, (st))
+#define sk_PKCS12_SAFEBAG_sort(st) SKM_sk_sort(PKCS12_SAFEBAG, (st))
+#define sk_PKCS12_SAFEBAG_is_sorted(st) SKM_sk_is_sorted(PKCS12_SAFEBAG, (st))
+
+#define sk_PKCS7_new(cmp) SKM_sk_new(PKCS7, (cmp))
+#define sk_PKCS7_new_null() SKM_sk_new_null(PKCS7)
+#define sk_PKCS7_free(st) SKM_sk_free(PKCS7, (st))
+#define sk_PKCS7_num(st) SKM_sk_num(PKCS7, (st))
+#define sk_PKCS7_value(st, i) SKM_sk_value(PKCS7, (st), (i))
+#define sk_PKCS7_set(st, i, val) SKM_sk_set(PKCS7, (st), (i), (val))
+#define sk_PKCS7_zero(st) SKM_sk_zero(PKCS7, (st))
+#define sk_PKCS7_push(st, val) SKM_sk_push(PKCS7, (st), (val))
+#define sk_PKCS7_unshift(st, val) SKM_sk_unshift(PKCS7, (st), (val))
+#define sk_PKCS7_find(st, val) SKM_sk_find(PKCS7, (st), (val))
+#define sk_PKCS7_find_ex(st, val) SKM_sk_find_ex(PKCS7, (st), (val))
+#define sk_PKCS7_delete(st, i) SKM_sk_delete(PKCS7, (st), (i))
+#define sk_PKCS7_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7, (st), (ptr))
+#define sk_PKCS7_insert(st, val, i) SKM_sk_insert(PKCS7, (st), (val), (i))
+#define sk_PKCS7_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7, (st), (cmp))
+#define sk_PKCS7_dup(st) SKM_sk_dup(PKCS7, st)
+#define sk_PKCS7_pop_free(st, free_func) SKM_sk_pop_free(PKCS7, (st), (free_func))
+#define sk_PKCS7_shift(st) SKM_sk_shift(PKCS7, (st))
+#define sk_PKCS7_pop(st) SKM_sk_pop(PKCS7, (st))
+#define sk_PKCS7_sort(st) SKM_sk_sort(PKCS7, (st))
+#define sk_PKCS7_is_sorted(st) SKM_sk_is_sorted(PKCS7, (st))
+
+#define sk_PKCS7_RECIP_INFO_new(cmp) SKM_sk_new(PKCS7_RECIP_INFO, (cmp))
+#define sk_PKCS7_RECIP_INFO_new_null() SKM_sk_new_null(PKCS7_RECIP_INFO)
+#define sk_PKCS7_RECIP_INFO_free(st) SKM_sk_free(PKCS7_RECIP_INFO, (st))
+#define sk_PKCS7_RECIP_INFO_num(st) SKM_sk_num(PKCS7_RECIP_INFO, (st))
+#define sk_PKCS7_RECIP_INFO_value(st, i) SKM_sk_value(PKCS7_RECIP_INFO, (st), (i))
+#define sk_PKCS7_RECIP_INFO_set(st, i, val) SKM_sk_set(PKCS7_RECIP_INFO, (st), (i), (val))
+#define sk_PKCS7_RECIP_INFO_zero(st) SKM_sk_zero(PKCS7_RECIP_INFO, (st))
+#define sk_PKCS7_RECIP_INFO_push(st, val) SKM_sk_push(PKCS7_RECIP_INFO, (st), (val))
+#define sk_PKCS7_RECIP_INFO_unshift(st, val) SKM_sk_unshift(PKCS7_RECIP_INFO, (st), (val))
+#define sk_PKCS7_RECIP_INFO_find(st, val) SKM_sk_find(PKCS7_RECIP_INFO, (st), (val))
+#define sk_PKCS7_RECIP_INFO_find_ex(st, val) SKM_sk_find_ex(PKCS7_RECIP_INFO, (st), (val))
+#define sk_PKCS7_RECIP_INFO_delete(st, i) SKM_sk_delete(PKCS7_RECIP_INFO, (st), (i))
+#define sk_PKCS7_RECIP_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7_RECIP_INFO, (st), (ptr))
+#define sk_PKCS7_RECIP_INFO_insert(st, val, i) SKM_sk_insert(PKCS7_RECIP_INFO, (st), (val), (i))
+#define sk_PKCS7_RECIP_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7_RECIP_INFO, (st), (cmp))
+#define sk_PKCS7_RECIP_INFO_dup(st) SKM_sk_dup(PKCS7_RECIP_INFO, st)
+#define sk_PKCS7_RECIP_INFO_pop_free(st, free_func) SKM_sk_pop_free(PKCS7_RECIP_INFO, (st), (free_func))
+#define sk_PKCS7_RECIP_INFO_shift(st) SKM_sk_shift(PKCS7_RECIP_INFO, (st))
+#define sk_PKCS7_RECIP_INFO_pop(st) SKM_sk_pop(PKCS7_RECIP_INFO, (st))
+#define sk_PKCS7_RECIP_INFO_sort(st) SKM_sk_sort(PKCS7_RECIP_INFO, (st))
+#define sk_PKCS7_RECIP_INFO_is_sorted(st) SKM_sk_is_sorted(PKCS7_RECIP_INFO, (st))
+
+#define sk_PKCS7_SIGNER_INFO_new(cmp) SKM_sk_new(PKCS7_SIGNER_INFO, (cmp))
+#define sk_PKCS7_SIGNER_INFO_new_null() SKM_sk_new_null(PKCS7_SIGNER_INFO)
+#define sk_PKCS7_SIGNER_INFO_free(st) SKM_sk_free(PKCS7_SIGNER_INFO, (st))
+#define sk_PKCS7_SIGNER_INFO_num(st) SKM_sk_num(PKCS7_SIGNER_INFO, (st))
+#define sk_PKCS7_SIGNER_INFO_value(st, i) SKM_sk_value(PKCS7_SIGNER_INFO, (st), (i))
+#define sk_PKCS7_SIGNER_INFO_set(st, i, val) SKM_sk_set(PKCS7_SIGNER_INFO, (st), (i), (val))
+#define sk_PKCS7_SIGNER_INFO_zero(st) SKM_sk_zero(PKCS7_SIGNER_INFO, (st))
+#define sk_PKCS7_SIGNER_INFO_push(st, val) SKM_sk_push(PKCS7_SIGNER_INFO, (st), (val))
+#define sk_PKCS7_SIGNER_INFO_unshift(st, val) SKM_sk_unshift(PKCS7_SIGNER_INFO, (st), (val))
+#define sk_PKCS7_SIGNER_INFO_find(st, val) SKM_sk_find(PKCS7_SIGNER_INFO, (st), (val))
+#define sk_PKCS7_SIGNER_INFO_find_ex(st, val) SKM_sk_find_ex(PKCS7_SIGNER_INFO, (st), (val))
+#define sk_PKCS7_SIGNER_INFO_delete(st, i) SKM_sk_delete(PKCS7_SIGNER_INFO, (st), (i))
+#define sk_PKCS7_SIGNER_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7_SIGNER_INFO, (st), (ptr))
+#define sk_PKCS7_SIGNER_INFO_insert(st, val, i) SKM_sk_insert(PKCS7_SIGNER_INFO, (st), (val), (i))
+#define sk_PKCS7_SIGNER_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7_SIGNER_INFO, (st), (cmp))
+#define sk_PKCS7_SIGNER_INFO_dup(st) SKM_sk_dup(PKCS7_SIGNER_INFO, st)
+#define sk_PKCS7_SIGNER_INFO_pop_free(st, free_func) SKM_sk_pop_free(PKCS7_SIGNER_INFO, (st), (free_func))
+#define sk_PKCS7_SIGNER_INFO_shift(st) SKM_sk_shift(PKCS7_SIGNER_INFO, (st))
+#define sk_PKCS7_SIGNER_INFO_pop(st) SKM_sk_pop(PKCS7_SIGNER_INFO, (st))
+#define sk_PKCS7_SIGNER_INFO_sort(st) SKM_sk_sort(PKCS7_SIGNER_INFO, (st))
+#define sk_PKCS7_SIGNER_INFO_is_sorted(st) SKM_sk_is_sorted(PKCS7_SIGNER_INFO, (st))
+
+#define sk_POLICYINFO_new(cmp) SKM_sk_new(POLICYINFO, (cmp))
+#define sk_POLICYINFO_new_null() SKM_sk_new_null(POLICYINFO)
+#define sk_POLICYINFO_free(st) SKM_sk_free(POLICYINFO, (st))
+#define sk_POLICYINFO_num(st) SKM_sk_num(POLICYINFO, (st))
+#define sk_POLICYINFO_value(st, i) SKM_sk_value(POLICYINFO, (st), (i))
+#define sk_POLICYINFO_set(st, i, val) SKM_sk_set(POLICYINFO, (st), (i), (val))
+#define sk_POLICYINFO_zero(st) SKM_sk_zero(POLICYINFO, (st))
+#define sk_POLICYINFO_push(st, val) SKM_sk_push(POLICYINFO, (st), (val))
+#define sk_POLICYINFO_unshift(st, val) SKM_sk_unshift(POLICYINFO, (st), (val))
+#define sk_POLICYINFO_find(st, val) SKM_sk_find(POLICYINFO, (st), (val))
+#define sk_POLICYINFO_find_ex(st, val) SKM_sk_find_ex(POLICYINFO, (st), (val))
+#define sk_POLICYINFO_delete(st, i) SKM_sk_delete(POLICYINFO, (st), (i))
+#define sk_POLICYINFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICYINFO, (st), (ptr))
+#define sk_POLICYINFO_insert(st, val, i) SKM_sk_insert(POLICYINFO, (st), (val), (i))
+#define sk_POLICYINFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICYINFO, (st), (cmp))
+#define sk_POLICYINFO_dup(st) SKM_sk_dup(POLICYINFO, st)
+#define sk_POLICYINFO_pop_free(st, free_func) SKM_sk_pop_free(POLICYINFO, (st), (free_func))
+#define sk_POLICYINFO_shift(st) SKM_sk_shift(POLICYINFO, (st))
+#define sk_POLICYINFO_pop(st) SKM_sk_pop(POLICYINFO, (st))
+#define sk_POLICYINFO_sort(st) SKM_sk_sort(POLICYINFO, (st))
+#define sk_POLICYINFO_is_sorted(st) SKM_sk_is_sorted(POLICYINFO, (st))
+
+#define sk_POLICYQUALINFO_new(cmp) SKM_sk_new(POLICYQUALINFO, (cmp))
+#define sk_POLICYQUALINFO_new_null() SKM_sk_new_null(POLICYQUALINFO)
+#define sk_POLICYQUALINFO_free(st) SKM_sk_free(POLICYQUALINFO, (st))
+#define sk_POLICYQUALINFO_num(st) SKM_sk_num(POLICYQUALINFO, (st))
+#define sk_POLICYQUALINFO_value(st, i) SKM_sk_value(POLICYQUALINFO, (st), (i))
+#define sk_POLICYQUALINFO_set(st, i, val) SKM_sk_set(POLICYQUALINFO, (st), (i), (val))
+#define sk_POLICYQUALINFO_zero(st) SKM_sk_zero(POLICYQUALINFO, (st))
+#define sk_POLICYQUALINFO_push(st, val) SKM_sk_push(POLICYQUALINFO, (st), (val))
+#define sk_POLICYQUALINFO_unshift(st, val) SKM_sk_unshift(POLICYQUALINFO, (st), (val))
+#define sk_POLICYQUALINFO_find(st, val) SKM_sk_find(POLICYQUALINFO, (st), (val))
+#define sk_POLICYQUALINFO_find_ex(st, val) SKM_sk_find_ex(POLICYQUALINFO, (st), (val))
+#define sk_POLICYQUALINFO_delete(st, i) SKM_sk_delete(POLICYQUALINFO, (st), (i))
+#define sk_POLICYQUALINFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICYQUALINFO, (st), (ptr))
+#define sk_POLICYQUALINFO_insert(st, val, i) SKM_sk_insert(POLICYQUALINFO, (st), (val), (i))
+#define sk_POLICYQUALINFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICYQUALINFO, (st), (cmp))
+#define sk_POLICYQUALINFO_dup(st) SKM_sk_dup(POLICYQUALINFO, st)
+#define sk_POLICYQUALINFO_pop_free(st, free_func) SKM_sk_pop_free(POLICYQUALINFO, (st), (free_func))
+#define sk_POLICYQUALINFO_shift(st) SKM_sk_shift(POLICYQUALINFO, (st))
+#define sk_POLICYQUALINFO_pop(st) SKM_sk_pop(POLICYQUALINFO, (st))
+#define sk_POLICYQUALINFO_sort(st) SKM_sk_sort(POLICYQUALINFO, (st))
+#define sk_POLICYQUALINFO_is_sorted(st) SKM_sk_is_sorted(POLICYQUALINFO, (st))
+
+#define sk_POLICY_MAPPING_new(cmp) SKM_sk_new(POLICY_MAPPING, (cmp))
+#define sk_POLICY_MAPPING_new_null() SKM_sk_new_null(POLICY_MAPPING)
+#define sk_POLICY_MAPPING_free(st) SKM_sk_free(POLICY_MAPPING, (st))
+#define sk_POLICY_MAPPING_num(st) SKM_sk_num(POLICY_MAPPING, (st))
+#define sk_POLICY_MAPPING_value(st, i) SKM_sk_value(POLICY_MAPPING, (st), (i))
+#define sk_POLICY_MAPPING_set(st, i, val) SKM_sk_set(POLICY_MAPPING, (st), (i), (val))
+#define sk_POLICY_MAPPING_zero(st) SKM_sk_zero(POLICY_MAPPING, (st))
+#define sk_POLICY_MAPPING_push(st, val) SKM_sk_push(POLICY_MAPPING, (st), (val))
+#define sk_POLICY_MAPPING_unshift(st, val) SKM_sk_unshift(POLICY_MAPPING, (st), (val))
+#define sk_POLICY_MAPPING_find(st, val) SKM_sk_find(POLICY_MAPPING, (st), (val))
+#define sk_POLICY_MAPPING_find_ex(st, val) SKM_sk_find_ex(POLICY_MAPPING, (st), (val))
+#define sk_POLICY_MAPPING_delete(st, i) SKM_sk_delete(POLICY_MAPPING, (st), (i))
+#define sk_POLICY_MAPPING_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICY_MAPPING, (st), (ptr))
+#define sk_POLICY_MAPPING_insert(st, val, i) SKM_sk_insert(POLICY_MAPPING, (st), (val), (i))
+#define sk_POLICY_MAPPING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICY_MAPPING, (st), (cmp))
+#define sk_POLICY_MAPPING_dup(st) SKM_sk_dup(POLICY_MAPPING, st)
+#define sk_POLICY_MAPPING_pop_free(st, free_func) SKM_sk_pop_free(POLICY_MAPPING, (st), (free_func))
+#define sk_POLICY_MAPPING_shift(st) SKM_sk_shift(POLICY_MAPPING, (st))
+#define sk_POLICY_MAPPING_pop(st) SKM_sk_pop(POLICY_MAPPING, (st))
+#define sk_POLICY_MAPPING_sort(st) SKM_sk_sort(POLICY_MAPPING, (st))
+#define sk_POLICY_MAPPING_is_sorted(st) SKM_sk_is_sorted(POLICY_MAPPING, (st))
+
+#define sk_SRP_gN_new(cmp) SKM_sk_new(SRP_gN, (cmp))
+#define sk_SRP_gN_new_null() SKM_sk_new_null(SRP_gN)
+#define sk_SRP_gN_free(st) SKM_sk_free(SRP_gN, (st))
+#define sk_SRP_gN_num(st) SKM_sk_num(SRP_gN, (st))
+#define sk_SRP_gN_value(st, i) SKM_sk_value(SRP_gN, (st), (i))
+#define sk_SRP_gN_set(st, i, val) SKM_sk_set(SRP_gN, (st), (i), (val))
+#define sk_SRP_gN_zero(st) SKM_sk_zero(SRP_gN, (st))
+#define sk_SRP_gN_push(st, val) SKM_sk_push(SRP_gN, (st), (val))
+#define sk_SRP_gN_unshift(st, val) SKM_sk_unshift(SRP_gN, (st), (val))
+#define sk_SRP_gN_find(st, val) SKM_sk_find(SRP_gN, (st), (val))
+#define sk_SRP_gN_find_ex(st, val) SKM_sk_find_ex(SRP_gN, (st), (val))
+#define sk_SRP_gN_delete(st, i) SKM_sk_delete(SRP_gN, (st), (i))
+#define sk_SRP_gN_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_gN, (st), (ptr))
+#define sk_SRP_gN_insert(st, val, i) SKM_sk_insert(SRP_gN, (st), (val), (i))
+#define sk_SRP_gN_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_gN, (st), (cmp))
+#define sk_SRP_gN_dup(st) SKM_sk_dup(SRP_gN, st)
+#define sk_SRP_gN_pop_free(st, free_func) SKM_sk_pop_free(SRP_gN, (st), (free_func))
+#define sk_SRP_gN_shift(st) SKM_sk_shift(SRP_gN, (st))
+#define sk_SRP_gN_pop(st) SKM_sk_pop(SRP_gN, (st))
+#define sk_SRP_gN_sort(st) SKM_sk_sort(SRP_gN, (st))
+#define sk_SRP_gN_is_sorted(st) SKM_sk_is_sorted(SRP_gN, (st))
+
+#define sk_SRP_gN_cache_new(cmp) SKM_sk_new(SRP_gN_cache, (cmp))
+#define sk_SRP_gN_cache_new_null() SKM_sk_new_null(SRP_gN_cache)
+#define sk_SRP_gN_cache_free(st) SKM_sk_free(SRP_gN_cache, (st))
+#define sk_SRP_gN_cache_num(st) SKM_sk_num(SRP_gN_cache, (st))
+#define sk_SRP_gN_cache_value(st, i) SKM_sk_value(SRP_gN_cache, (st), (i))
+#define sk_SRP_gN_cache_set(st, i, val) SKM_sk_set(SRP_gN_cache, (st), (i), (val))
+#define sk_SRP_gN_cache_zero(st) SKM_sk_zero(SRP_gN_cache, (st))
+#define sk_SRP_gN_cache_push(st, val) SKM_sk_push(SRP_gN_cache, (st), (val))
+#define sk_SRP_gN_cache_unshift(st, val) SKM_sk_unshift(SRP_gN_cache, (st), (val))
+#define sk_SRP_gN_cache_find(st, val) SKM_sk_find(SRP_gN_cache, (st), (val))
+#define sk_SRP_gN_cache_find_ex(st, val) SKM_sk_find_ex(SRP_gN_cache, (st), (val))
+#define sk_SRP_gN_cache_delete(st, i) SKM_sk_delete(SRP_gN_cache, (st), (i))
+#define sk_SRP_gN_cache_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_gN_cache, (st), (ptr))
+#define sk_SRP_gN_cache_insert(st, val, i) SKM_sk_insert(SRP_gN_cache, (st), (val), (i))
+#define sk_SRP_gN_cache_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_gN_cache, (st), (cmp))
+#define sk_SRP_gN_cache_dup(st) SKM_sk_dup(SRP_gN_cache, st)
+#define sk_SRP_gN_cache_pop_free(st, free_func) SKM_sk_pop_free(SRP_gN_cache, (st), (free_func))
+#define sk_SRP_gN_cache_shift(st) SKM_sk_shift(SRP_gN_cache, (st))
+#define sk_SRP_gN_cache_pop(st) SKM_sk_pop(SRP_gN_cache, (st))
+#define sk_SRP_gN_cache_sort(st) SKM_sk_sort(SRP_gN_cache, (st))
+#define sk_SRP_gN_cache_is_sorted(st) SKM_sk_is_sorted(SRP_gN_cache, (st))
+
+#define sk_SRP_user_pwd_new(cmp) SKM_sk_new(SRP_user_pwd, (cmp))
+#define sk_SRP_user_pwd_new_null() SKM_sk_new_null(SRP_user_pwd)
+#define sk_SRP_user_pwd_free(st) SKM_sk_free(SRP_user_pwd, (st))
+#define sk_SRP_user_pwd_num(st) SKM_sk_num(SRP_user_pwd, (st))
+#define sk_SRP_user_pwd_value(st, i) SKM_sk_value(SRP_user_pwd, (st), (i))
+#define sk_SRP_user_pwd_set(st, i, val) SKM_sk_set(SRP_user_pwd, (st), (i), (val))
+#define sk_SRP_user_pwd_zero(st) SKM_sk_zero(SRP_user_pwd, (st))
+#define sk_SRP_user_pwd_push(st, val) SKM_sk_push(SRP_user_pwd, (st), (val))
+#define sk_SRP_user_pwd_unshift(st, val) SKM_sk_unshift(SRP_user_pwd, (st), (val))
+#define sk_SRP_user_pwd_find(st, val) SKM_sk_find(SRP_user_pwd, (st), (val))
+#define sk_SRP_user_pwd_find_ex(st, val) SKM_sk_find_ex(SRP_user_pwd, (st), (val))
+#define sk_SRP_user_pwd_delete(st, i) SKM_sk_delete(SRP_user_pwd, (st), (i))
+#define sk_SRP_user_pwd_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_user_pwd, (st), (ptr))
+#define sk_SRP_user_pwd_insert(st, val, i) SKM_sk_insert(SRP_user_pwd, (st), (val), (i))
+#define sk_SRP_user_pwd_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_user_pwd, (st), (cmp))
+#define sk_SRP_user_pwd_dup(st) SKM_sk_dup(SRP_user_pwd, st)
+#define sk_SRP_user_pwd_pop_free(st, free_func) SKM_sk_pop_free(SRP_user_pwd, (st), (free_func))
+#define sk_SRP_user_pwd_shift(st) SKM_sk_shift(SRP_user_pwd, (st))
+#define sk_SRP_user_pwd_pop(st) SKM_sk_pop(SRP_user_pwd, (st))
+#define sk_SRP_user_pwd_sort(st) SKM_sk_sort(SRP_user_pwd, (st))
+#define sk_SRP_user_pwd_is_sorted(st) SKM_sk_is_sorted(SRP_user_pwd, (st))
+
+#define sk_SRTP_PROTECTION_PROFILE_new(cmp) SKM_sk_new(SRTP_PROTECTION_PROFILE, (cmp))
+#define sk_SRTP_PROTECTION_PROFILE_new_null() SKM_sk_new_null(SRTP_PROTECTION_PROFILE)
+#define sk_SRTP_PROTECTION_PROFILE_free(st) SKM_sk_free(SRTP_PROTECTION_PROFILE, (st))
+#define sk_SRTP_PROTECTION_PROFILE_num(st) SKM_sk_num(SRTP_PROTECTION_PROFILE, (st))
+#define sk_SRTP_PROTECTION_PROFILE_value(st, i) SKM_sk_value(SRTP_PROTECTION_PROFILE, (st), (i))
+#define sk_SRTP_PROTECTION_PROFILE_set(st, i, val) SKM_sk_set(SRTP_PROTECTION_PROFILE, (st), (i), (val))
+#define sk_SRTP_PROTECTION_PROFILE_zero(st) SKM_sk_zero(SRTP_PROTECTION_PROFILE, (st))
+#define sk_SRTP_PROTECTION_PROFILE_push(st, val) SKM_sk_push(SRTP_PROTECTION_PROFILE, (st), (val))
+#define sk_SRTP_PROTECTION_PROFILE_unshift(st, val) SKM_sk_unshift(SRTP_PROTECTION_PROFILE, (st), (val))
+#define sk_SRTP_PROTECTION_PROFILE_find(st, val) SKM_sk_find(SRTP_PROTECTION_PROFILE, (st), (val))
+#define sk_SRTP_PROTECTION_PROFILE_find_ex(st, val) SKM_sk_find_ex(SRTP_PROTECTION_PROFILE, (st), (val))
+#define sk_SRTP_PROTECTION_PROFILE_delete(st, i) SKM_sk_delete(SRTP_PROTECTION_PROFILE, (st), (i))
+#define sk_SRTP_PROTECTION_PROFILE_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRTP_PROTECTION_PROFILE, (st), (ptr))
+#define sk_SRTP_PROTECTION_PROFILE_insert(st, val, i) SKM_sk_insert(SRTP_PROTECTION_PROFILE, (st), (val), (i))
+#define sk_SRTP_PROTECTION_PROFILE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRTP_PROTECTION_PROFILE, (st), (cmp))
+#define sk_SRTP_PROTECTION_PROFILE_dup(st) SKM_sk_dup(SRTP_PROTECTION_PROFILE, st)
+#define sk_SRTP_PROTECTION_PROFILE_pop_free(st, free_func) SKM_sk_pop_free(SRTP_PROTECTION_PROFILE, (st), (free_func))
+#define sk_SRTP_PROTECTION_PROFILE_shift(st) SKM_sk_shift(SRTP_PROTECTION_PROFILE, (st))
+#define sk_SRTP_PROTECTION_PROFILE_pop(st) SKM_sk_pop(SRTP_PROTECTION_PROFILE, (st))
+#define sk_SRTP_PROTECTION_PROFILE_sort(st) SKM_sk_sort(SRTP_PROTECTION_PROFILE, (st))
+#define sk_SRTP_PROTECTION_PROFILE_is_sorted(st) SKM_sk_is_sorted(SRTP_PROTECTION_PROFILE, (st))
+
+#define sk_SSL_CIPHER_new(cmp) SKM_sk_new(SSL_CIPHER, (cmp))
+#define sk_SSL_CIPHER_new_null() SKM_sk_new_null(SSL_CIPHER)
+#define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st))
+#define sk_SSL_CIPHER_num(st) SKM_sk_num(SSL_CIPHER, (st))
+#define sk_SSL_CIPHER_value(st, i) SKM_sk_value(SSL_CIPHER, (st), (i))
+#define sk_SSL_CIPHER_set(st, i, val) SKM_sk_set(SSL_CIPHER, (st), (i), (val))
+#define sk_SSL_CIPHER_zero(st) SKM_sk_zero(SSL_CIPHER, (st))
+#define sk_SSL_CIPHER_push(st, val) SKM_sk_push(SSL_CIPHER, (st), (val))
+#define sk_SSL_CIPHER_unshift(st, val) SKM_sk_unshift(SSL_CIPHER, (st), (val))
+#define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (st), (val))
+#define sk_SSL_CIPHER_find_ex(st, val) SKM_sk_find_ex(SSL_CIPHER, (st), (val))
+#define sk_SSL_CIPHER_delete(st, i) SKM_sk_delete(SSL_CIPHER, (st), (i))
+#define sk_SSL_CIPHER_delete_ptr(st, ptr) SKM_sk_delete_ptr(SSL_CIPHER, (st), (ptr))
+#define sk_SSL_CIPHER_insert(st, val, i) SKM_sk_insert(SSL_CIPHER, (st), (val), (i))
+#define sk_SSL_CIPHER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SSL_CIPHER, (st), (cmp))
+#define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st)
+#define sk_SSL_CIPHER_pop_free(st, free_func) SKM_sk_pop_free(SSL_CIPHER, (st), (free_func))
+#define sk_SSL_CIPHER_shift(st) SKM_sk_shift(SSL_CIPHER, (st))
+#define sk_SSL_CIPHER_pop(st) SKM_sk_pop(SSL_CIPHER, (st))
+#define sk_SSL_CIPHER_sort(st) SKM_sk_sort(SSL_CIPHER, (st))
+#define sk_SSL_CIPHER_is_sorted(st) SKM_sk_is_sorted(SSL_CIPHER, (st))
+
+#define sk_SSL_COMP_new(cmp) SKM_sk_new(SSL_COMP, (cmp))
+#define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP)
+#define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st))
+#define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st))
+#define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i))
+#define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val))
+#define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st))
+#define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val))
+#define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val))
+#define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (st), (val))
+#define sk_SSL_COMP_find_ex(st, val) SKM_sk_find_ex(SSL_COMP, (st), (val))
+#define sk_SSL_COMP_delete(st, i) SKM_sk_delete(SSL_COMP, (st), (i))
+#define sk_SSL_COMP_delete_ptr(st, ptr) SKM_sk_delete_ptr(SSL_COMP, (st), (ptr))
+#define sk_SSL_COMP_insert(st, val, i) SKM_sk_insert(SSL_COMP, (st), (val), (i))
+#define sk_SSL_COMP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SSL_COMP, (st), (cmp))
+#define sk_SSL_COMP_dup(st) SKM_sk_dup(SSL_COMP, st)
+#define sk_SSL_COMP_pop_free(st, free_func) SKM_sk_pop_free(SSL_COMP, (st), (free_func))
+#define sk_SSL_COMP_shift(st) SKM_sk_shift(SSL_COMP, (st))
+#define sk_SSL_COMP_pop(st) SKM_sk_pop(SSL_COMP, (st))
+#define sk_SSL_COMP_sort(st) SKM_sk_sort(SSL_COMP, (st))
+#define sk_SSL_COMP_is_sorted(st) SKM_sk_is_sorted(SSL_COMP, (st))
+
+#define sk_STACK_OF_X509_NAME_ENTRY_new(cmp) SKM_sk_new(STACK_OF_X509_NAME_ENTRY, (cmp))
+#define sk_STACK_OF_X509_NAME_ENTRY_new_null() SKM_sk_new_null(STACK_OF_X509_NAME_ENTRY)
+#define sk_STACK_OF_X509_NAME_ENTRY_free(st) SKM_sk_free(STACK_OF_X509_NAME_ENTRY, (st))
+#define sk_STACK_OF_X509_NAME_ENTRY_num(st) SKM_sk_num(STACK_OF_X509_NAME_ENTRY, (st))
+#define sk_STACK_OF_X509_NAME_ENTRY_value(st, i) SKM_sk_value(STACK_OF_X509_NAME_ENTRY, (st), (i))
+#define sk_STACK_OF_X509_NAME_ENTRY_set(st, i, val) SKM_sk_set(STACK_OF_X509_NAME_ENTRY, (st), (i), (val))
+#define sk_STACK_OF_X509_NAME_ENTRY_zero(st) SKM_sk_zero(STACK_OF_X509_NAME_ENTRY, (st))
+#define sk_STACK_OF_X509_NAME_ENTRY_push(st, val) SKM_sk_push(STACK_OF_X509_NAME_ENTRY, (st), (val))
+#define sk_STACK_OF_X509_NAME_ENTRY_unshift(st, val) SKM_sk_unshift(STACK_OF_X509_NAME_ENTRY, (st), (val))
+#define sk_STACK_OF_X509_NAME_ENTRY_find(st, val) SKM_sk_find(STACK_OF_X509_NAME_ENTRY, (st), (val))
+#define sk_STACK_OF_X509_NAME_ENTRY_find_ex(st, val) SKM_sk_find_ex(STACK_OF_X509_NAME_ENTRY, (st), (val))
+#define sk_STACK_OF_X509_NAME_ENTRY_delete(st, i) SKM_sk_delete(STACK_OF_X509_NAME_ENTRY, (st), (i))
+#define sk_STACK_OF_X509_NAME_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(STACK_OF_X509_NAME_ENTRY, (st), (ptr))
+#define sk_STACK_OF_X509_NAME_ENTRY_insert(st, val, i) SKM_sk_insert(STACK_OF_X509_NAME_ENTRY, (st), (val), (i))
+#define sk_STACK_OF_X509_NAME_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STACK_OF_X509_NAME_ENTRY, (st), (cmp))
+#define sk_STACK_OF_X509_NAME_ENTRY_dup(st) SKM_sk_dup(STACK_OF_X509_NAME_ENTRY, st)
+#define sk_STACK_OF_X509_NAME_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(STACK_OF_X509_NAME_ENTRY, (st), (free_func))
+#define sk_STACK_OF_X509_NAME_ENTRY_shift(st) SKM_sk_shift(STACK_OF_X509_NAME_ENTRY, (st))
+#define sk_STACK_OF_X509_NAME_ENTRY_pop(st) SKM_sk_pop(STACK_OF_X509_NAME_ENTRY, (st))
+#define sk_STACK_OF_X509_NAME_ENTRY_sort(st) SKM_sk_sort(STACK_OF_X509_NAME_ENTRY, (st))
+#define sk_STACK_OF_X509_NAME_ENTRY_is_sorted(st) SKM_sk_is_sorted(STACK_OF_X509_NAME_ENTRY, (st))
+
+#define sk_STORE_ATTR_INFO_new(cmp) SKM_sk_new(STORE_ATTR_INFO, (cmp))
+#define sk_STORE_ATTR_INFO_new_null() SKM_sk_new_null(STORE_ATTR_INFO)
+#define sk_STORE_ATTR_INFO_free(st) SKM_sk_free(STORE_ATTR_INFO, (st))
+#define sk_STORE_ATTR_INFO_num(st) SKM_sk_num(STORE_ATTR_INFO, (st))
+#define sk_STORE_ATTR_INFO_value(st, i) SKM_sk_value(STORE_ATTR_INFO, (st), (i))
+#define sk_STORE_ATTR_INFO_set(st, i, val) SKM_sk_set(STORE_ATTR_INFO, (st), (i), (val))
+#define sk_STORE_ATTR_INFO_zero(st) SKM_sk_zero(STORE_ATTR_INFO, (st))
+#define sk_STORE_ATTR_INFO_push(st, val) SKM_sk_push(STORE_ATTR_INFO, (st), (val))
+#define sk_STORE_ATTR_INFO_unshift(st, val) SKM_sk_unshift(STORE_ATTR_INFO, (st), (val))
+#define sk_STORE_ATTR_INFO_find(st, val) SKM_sk_find(STORE_ATTR_INFO, (st), (val))
+#define sk_STORE_ATTR_INFO_find_ex(st, val) SKM_sk_find_ex(STORE_ATTR_INFO, (st), (val))
+#define sk_STORE_ATTR_INFO_delete(st, i) SKM_sk_delete(STORE_ATTR_INFO, (st), (i))
+#define sk_STORE_ATTR_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(STORE_ATTR_INFO, (st), (ptr))
+#define sk_STORE_ATTR_INFO_insert(st, val, i) SKM_sk_insert(STORE_ATTR_INFO, (st), (val), (i))
+#define sk_STORE_ATTR_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STORE_ATTR_INFO, (st), (cmp))
+#define sk_STORE_ATTR_INFO_dup(st) SKM_sk_dup(STORE_ATTR_INFO, st)
+#define sk_STORE_ATTR_INFO_pop_free(st, free_func) SKM_sk_pop_free(STORE_ATTR_INFO, (st), (free_func))
+#define sk_STORE_ATTR_INFO_shift(st) SKM_sk_shift(STORE_ATTR_INFO, (st))
+#define sk_STORE_ATTR_INFO_pop(st) SKM_sk_pop(STORE_ATTR_INFO, (st))
+#define sk_STORE_ATTR_INFO_sort(st) SKM_sk_sort(STORE_ATTR_INFO, (st))
+#define sk_STORE_ATTR_INFO_is_sorted(st) SKM_sk_is_sorted(STORE_ATTR_INFO, (st))
+
+#define sk_STORE_OBJECT_new(cmp) SKM_sk_new(STORE_OBJECT, (cmp))
+#define sk_STORE_OBJECT_new_null() SKM_sk_new_null(STORE_OBJECT)
+#define sk_STORE_OBJECT_free(st) SKM_sk_free(STORE_OBJECT, (st))
+#define sk_STORE_OBJECT_num(st) SKM_sk_num(STORE_OBJECT, (st))
+#define sk_STORE_OBJECT_value(st, i) SKM_sk_value(STORE_OBJECT, (st), (i))
+#define sk_STORE_OBJECT_set(st, i, val) SKM_sk_set(STORE_OBJECT, (st), (i), (val))
+#define sk_STORE_OBJECT_zero(st) SKM_sk_zero(STORE_OBJECT, (st))
+#define sk_STORE_OBJECT_push(st, val) SKM_sk_push(STORE_OBJECT, (st), (val))
+#define sk_STORE_OBJECT_unshift(st, val) SKM_sk_unshift(STORE_OBJECT, (st), (val))
+#define sk_STORE_OBJECT_find(st, val) SKM_sk_find(STORE_OBJECT, (st), (val))
+#define sk_STORE_OBJECT_find_ex(st, val) SKM_sk_find_ex(STORE_OBJECT, (st), (val))
+#define sk_STORE_OBJECT_delete(st, i) SKM_sk_delete(STORE_OBJECT, (st), (i))
+#define sk_STORE_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(STORE_OBJECT, (st), (ptr))
+#define sk_STORE_OBJECT_insert(st, val, i) SKM_sk_insert(STORE_OBJECT, (st), (val), (i))
+#define sk_STORE_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STORE_OBJECT, (st), (cmp))
+#define sk_STORE_OBJECT_dup(st) SKM_sk_dup(STORE_OBJECT, st)
+#define sk_STORE_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(STORE_OBJECT, (st), (free_func))
+#define sk_STORE_OBJECT_shift(st) SKM_sk_shift(STORE_OBJECT, (st))
+#define sk_STORE_OBJECT_pop(st) SKM_sk_pop(STORE_OBJECT, (st))
+#define sk_STORE_OBJECT_sort(st) SKM_sk_sort(STORE_OBJECT, (st))
+#define sk_STORE_OBJECT_is_sorted(st) SKM_sk_is_sorted(STORE_OBJECT, (st))
+
+#define sk_SXNETID_new(cmp) SKM_sk_new(SXNETID, (cmp))
+#define sk_SXNETID_new_null() SKM_sk_new_null(SXNETID)
+#define sk_SXNETID_free(st) SKM_sk_free(SXNETID, (st))
+#define sk_SXNETID_num(st) SKM_sk_num(SXNETID, (st))
+#define sk_SXNETID_value(st, i) SKM_sk_value(SXNETID, (st), (i))
+#define sk_SXNETID_set(st, i, val) SKM_sk_set(SXNETID, (st), (i), (val))
+#define sk_SXNETID_zero(st) SKM_sk_zero(SXNETID, (st))
+#define sk_SXNETID_push(st, val) SKM_sk_push(SXNETID, (st), (val))
+#define sk_SXNETID_unshift(st, val) SKM_sk_unshift(SXNETID, (st), (val))
+#define sk_SXNETID_find(st, val) SKM_sk_find(SXNETID, (st), (val))
+#define sk_SXNETID_find_ex(st, val) SKM_sk_find_ex(SXNETID, (st), (val))
+#define sk_SXNETID_delete(st, i) SKM_sk_delete(SXNETID, (st), (i))
+#define sk_SXNETID_delete_ptr(st, ptr) SKM_sk_delete_ptr(SXNETID, (st), (ptr))
+#define sk_SXNETID_insert(st, val, i) SKM_sk_insert(SXNETID, (st), (val), (i))
+#define sk_SXNETID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SXNETID, (st), (cmp))
+#define sk_SXNETID_dup(st) SKM_sk_dup(SXNETID, st)
+#define sk_SXNETID_pop_free(st, free_func) SKM_sk_pop_free(SXNETID, (st), (free_func))
+#define sk_SXNETID_shift(st) SKM_sk_shift(SXNETID, (st))
+#define sk_SXNETID_pop(st) SKM_sk_pop(SXNETID, (st))
+#define sk_SXNETID_sort(st) SKM_sk_sort(SXNETID, (st))
+#define sk_SXNETID_is_sorted(st) SKM_sk_is_sorted(SXNETID, (st))
+
+#define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp))
+#define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
+#define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
+#define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
+#define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
+#define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
+#define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
+#define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
+#define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
+#define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val))
+#define sk_UI_STRING_find_ex(st, val) SKM_sk_find_ex(UI_STRING, (st), (val))
+#define sk_UI_STRING_delete(st, i) SKM_sk_delete(UI_STRING, (st), (i))
+#define sk_UI_STRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(UI_STRING, (st), (ptr))
+#define sk_UI_STRING_insert(st, val, i) SKM_sk_insert(UI_STRING, (st), (val), (i))
+#define sk_UI_STRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(UI_STRING, (st), (cmp))
+#define sk_UI_STRING_dup(st) SKM_sk_dup(UI_STRING, st)
+#define sk_UI_STRING_pop_free(st, free_func) SKM_sk_pop_free(UI_STRING, (st), (free_func))
+#define sk_UI_STRING_shift(st) SKM_sk_shift(UI_STRING, (st))
+#define sk_UI_STRING_pop(st) SKM_sk_pop(UI_STRING, (st))
+#define sk_UI_STRING_sort(st) SKM_sk_sort(UI_STRING, (st))
+#define sk_UI_STRING_is_sorted(st) SKM_sk_is_sorted(UI_STRING, (st))
+
+#define sk_X509_new(cmp) SKM_sk_new(X509, (cmp))
+#define sk_X509_new_null() SKM_sk_new_null(X509)
+#define sk_X509_free(st) SKM_sk_free(X509, (st))
+#define sk_X509_num(st) SKM_sk_num(X509, (st))
+#define sk_X509_value(st, i) SKM_sk_value(X509, (st), (i))
+#define sk_X509_set(st, i, val) SKM_sk_set(X509, (st), (i), (val))
+#define sk_X509_zero(st) SKM_sk_zero(X509, (st))
+#define sk_X509_push(st, val) SKM_sk_push(X509, (st), (val))
+#define sk_X509_unshift(st, val) SKM_sk_unshift(X509, (st), (val))
+#define sk_X509_find(st, val) SKM_sk_find(X509, (st), (val))
+#define sk_X509_find_ex(st, val) SKM_sk_find_ex(X509, (st), (val))
+#define sk_X509_delete(st, i) SKM_sk_delete(X509, (st), (i))
+#define sk_X509_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509, (st), (ptr))
+#define sk_X509_insert(st, val, i) SKM_sk_insert(X509, (st), (val), (i))
+#define sk_X509_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509, (st), (cmp))
+#define sk_X509_dup(st) SKM_sk_dup(X509, st)
+#define sk_X509_pop_free(st, free_func) SKM_sk_pop_free(X509, (st), (free_func))
+#define sk_X509_shift(st) SKM_sk_shift(X509, (st))
+#define sk_X509_pop(st) SKM_sk_pop(X509, (st))
+#define sk_X509_sort(st) SKM_sk_sort(X509, (st))
+#define sk_X509_is_sorted(st) SKM_sk_is_sorted(X509, (st))
+
+#define sk_X509V3_EXT_METHOD_new(cmp) SKM_sk_new(X509V3_EXT_METHOD, (cmp))
+#define sk_X509V3_EXT_METHOD_new_null() SKM_sk_new_null(X509V3_EXT_METHOD)
+#define sk_X509V3_EXT_METHOD_free(st) SKM_sk_free(X509V3_EXT_METHOD, (st))
+#define sk_X509V3_EXT_METHOD_num(st) SKM_sk_num(X509V3_EXT_METHOD, (st))
+#define sk_X509V3_EXT_METHOD_value(st, i) SKM_sk_value(X509V3_EXT_METHOD, (st), (i))
+#define sk_X509V3_EXT_METHOD_set(st, i, val) SKM_sk_set(X509V3_EXT_METHOD, (st), (i), (val))
+#define sk_X509V3_EXT_METHOD_zero(st) SKM_sk_zero(X509V3_EXT_METHOD, (st))
+#define sk_X509V3_EXT_METHOD_push(st, val) SKM_sk_push(X509V3_EXT_METHOD, (st), (val))
+#define sk_X509V3_EXT_METHOD_unshift(st, val) SKM_sk_unshift(X509V3_EXT_METHOD, (st), (val))
+#define sk_X509V3_EXT_METHOD_find(st, val) SKM_sk_find(X509V3_EXT_METHOD, (st), (val))
+#define sk_X509V3_EXT_METHOD_find_ex(st, val) SKM_sk_find_ex(X509V3_EXT_METHOD, (st), (val))
+#define sk_X509V3_EXT_METHOD_delete(st, i) SKM_sk_delete(X509V3_EXT_METHOD, (st), (i))
+#define sk_X509V3_EXT_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509V3_EXT_METHOD, (st), (ptr))
+#define sk_X509V3_EXT_METHOD_insert(st, val, i) SKM_sk_insert(X509V3_EXT_METHOD, (st), (val), (i))
+#define sk_X509V3_EXT_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509V3_EXT_METHOD, (st), (cmp))
+#define sk_X509V3_EXT_METHOD_dup(st) SKM_sk_dup(X509V3_EXT_METHOD, st)
+#define sk_X509V3_EXT_METHOD_pop_free(st, free_func) SKM_sk_pop_free(X509V3_EXT_METHOD, (st), (free_func))
+#define sk_X509V3_EXT_METHOD_shift(st) SKM_sk_shift(X509V3_EXT_METHOD, (st))
+#define sk_X509V3_EXT_METHOD_pop(st) SKM_sk_pop(X509V3_EXT_METHOD, (st))
+#define sk_X509V3_EXT_METHOD_sort(st) SKM_sk_sort(X509V3_EXT_METHOD, (st))
+#define sk_X509V3_EXT_METHOD_is_sorted(st) SKM_sk_is_sorted(X509V3_EXT_METHOD, (st))
+
+#define sk_X509_ALGOR_new(cmp) SKM_sk_new(X509_ALGOR, (cmp))
+#define sk_X509_ALGOR_new_null() SKM_sk_new_null(X509_ALGOR)
+#define sk_X509_ALGOR_free(st) SKM_sk_free(X509_ALGOR, (st))
+#define sk_X509_ALGOR_num(st) SKM_sk_num(X509_ALGOR, (st))
+#define sk_X509_ALGOR_value(st, i) SKM_sk_value(X509_ALGOR, (st), (i))
+#define sk_X509_ALGOR_set(st, i, val) SKM_sk_set(X509_ALGOR, (st), (i), (val))
+#define sk_X509_ALGOR_zero(st) SKM_sk_zero(X509_ALGOR, (st))
+#define sk_X509_ALGOR_push(st, val) SKM_sk_push(X509_ALGOR, (st), (val))
+#define sk_X509_ALGOR_unshift(st, val) SKM_sk_unshift(X509_ALGOR, (st), (val))
+#define sk_X509_ALGOR_find(st, val) SKM_sk_find(X509_ALGOR, (st), (val))
+#define sk_X509_ALGOR_find_ex(st, val) SKM_sk_find_ex(X509_ALGOR, (st), (val))
+#define sk_X509_ALGOR_delete(st, i) SKM_sk_delete(X509_ALGOR, (st), (i))
+#define sk_X509_ALGOR_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_ALGOR, (st), (ptr))
+#define sk_X509_ALGOR_insert(st, val, i) SKM_sk_insert(X509_ALGOR, (st), (val), (i))
+#define sk_X509_ALGOR_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_ALGOR, (st), (cmp))
+#define sk_X509_ALGOR_dup(st) SKM_sk_dup(X509_ALGOR, st)
+#define sk_X509_ALGOR_pop_free(st, free_func) SKM_sk_pop_free(X509_ALGOR, (st), (free_func))
+#define sk_X509_ALGOR_shift(st) SKM_sk_shift(X509_ALGOR, (st))
+#define sk_X509_ALGOR_pop(st) SKM_sk_pop(X509_ALGOR, (st))
+#define sk_X509_ALGOR_sort(st) SKM_sk_sort(X509_ALGOR, (st))
+#define sk_X509_ALGOR_is_sorted(st) SKM_sk_is_sorted(X509_ALGOR, (st))
+
+#define sk_X509_ATTRIBUTE_new(cmp) SKM_sk_new(X509_ATTRIBUTE, (cmp))
+#define sk_X509_ATTRIBUTE_new_null() SKM_sk_new_null(X509_ATTRIBUTE)
+#define sk_X509_ATTRIBUTE_free(st) SKM_sk_free(X509_ATTRIBUTE, (st))
+#define sk_X509_ATTRIBUTE_num(st) SKM_sk_num(X509_ATTRIBUTE, (st))
+#define sk_X509_ATTRIBUTE_value(st, i) SKM_sk_value(X509_ATTRIBUTE, (st), (i))
+#define sk_X509_ATTRIBUTE_set(st, i, val) SKM_sk_set(X509_ATTRIBUTE, (st), (i), (val))
+#define sk_X509_ATTRIBUTE_zero(st) SKM_sk_zero(X509_ATTRIBUTE, (st))
+#define sk_X509_ATTRIBUTE_push(st, val) SKM_sk_push(X509_ATTRIBUTE, (st), (val))
+#define sk_X509_ATTRIBUTE_unshift(st, val) SKM_sk_unshift(X509_ATTRIBUTE, (st), (val))
+#define sk_X509_ATTRIBUTE_find(st, val) SKM_sk_find(X509_ATTRIBUTE, (st), (val))
+#define sk_X509_ATTRIBUTE_find_ex(st, val) SKM_sk_find_ex(X509_ATTRIBUTE, (st), (val))
+#define sk_X509_ATTRIBUTE_delete(st, i) SKM_sk_delete(X509_ATTRIBUTE, (st), (i))
+#define sk_X509_ATTRIBUTE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_ATTRIBUTE, (st), (ptr))
+#define sk_X509_ATTRIBUTE_insert(st, val, i) SKM_sk_insert(X509_ATTRIBUTE, (st), (val), (i))
+#define sk_X509_ATTRIBUTE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_ATTRIBUTE, (st), (cmp))
+#define sk_X509_ATTRIBUTE_dup(st) SKM_sk_dup(X509_ATTRIBUTE, st)
+#define sk_X509_ATTRIBUTE_pop_free(st, free_func) SKM_sk_pop_free(X509_ATTRIBUTE, (st), (free_func))
+#define sk_X509_ATTRIBUTE_shift(st) SKM_sk_shift(X509_ATTRIBUTE, (st))
+#define sk_X509_ATTRIBUTE_pop(st) SKM_sk_pop(X509_ATTRIBUTE, (st))
+#define sk_X509_ATTRIBUTE_sort(st) SKM_sk_sort(X509_ATTRIBUTE, (st))
+#define sk_X509_ATTRIBUTE_is_sorted(st) SKM_sk_is_sorted(X509_ATTRIBUTE, (st))
+
+#define sk_X509_CRL_new(cmp) SKM_sk_new(X509_CRL, (cmp))
+#define sk_X509_CRL_new_null() SKM_sk_new_null(X509_CRL)
+#define sk_X509_CRL_free(st) SKM_sk_free(X509_CRL, (st))
+#define sk_X509_CRL_num(st) SKM_sk_num(X509_CRL, (st))
+#define sk_X509_CRL_value(st, i) SKM_sk_value(X509_CRL, (st), (i))
+#define sk_X509_CRL_set(st, i, val) SKM_sk_set(X509_CRL, (st), (i), (val))
+#define sk_X509_CRL_zero(st) SKM_sk_zero(X509_CRL, (st))
+#define sk_X509_CRL_push(st, val) SKM_sk_push(X509_CRL, (st), (val))
+#define sk_X509_CRL_unshift(st, val) SKM_sk_unshift(X509_CRL, (st), (val))
+#define sk_X509_CRL_find(st, val) SKM_sk_find(X509_CRL, (st), (val))
+#define sk_X509_CRL_find_ex(st, val) SKM_sk_find_ex(X509_CRL, (st), (val))
+#define sk_X509_CRL_delete(st, i) SKM_sk_delete(X509_CRL, (st), (i))
+#define sk_X509_CRL_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_CRL, (st), (ptr))
+#define sk_X509_CRL_insert(st, val, i) SKM_sk_insert(X509_CRL, (st), (val), (i))
+#define sk_X509_CRL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_CRL, (st), (cmp))
+#define sk_X509_CRL_dup(st) SKM_sk_dup(X509_CRL, st)
+#define sk_X509_CRL_pop_free(st, free_func) SKM_sk_pop_free(X509_CRL, (st), (free_func))
+#define sk_X509_CRL_shift(st) SKM_sk_shift(X509_CRL, (st))
+#define sk_X509_CRL_pop(st) SKM_sk_pop(X509_CRL, (st))
+#define sk_X509_CRL_sort(st) SKM_sk_sort(X509_CRL, (st))
+#define sk_X509_CRL_is_sorted(st) SKM_sk_is_sorted(X509_CRL, (st))
+
+#define sk_X509_EXTENSION_new(cmp) SKM_sk_new(X509_EXTENSION, (cmp))
+#define sk_X509_EXTENSION_new_null() SKM_sk_new_null(X509_EXTENSION)
+#define sk_X509_EXTENSION_free(st) SKM_sk_free(X509_EXTENSION, (st))
+#define sk_X509_EXTENSION_num(st) SKM_sk_num(X509_EXTENSION, (st))
+#define sk_X509_EXTENSION_value(st, i) SKM_sk_value(X509_EXTENSION, (st), (i))
+#define sk_X509_EXTENSION_set(st, i, val) SKM_sk_set(X509_EXTENSION, (st), (i), (val))
+#define sk_X509_EXTENSION_zero(st) SKM_sk_zero(X509_EXTENSION, (st))
+#define sk_X509_EXTENSION_push(st, val) SKM_sk_push(X509_EXTENSION, (st), (val))
+#define sk_X509_EXTENSION_unshift(st, val) SKM_sk_unshift(X509_EXTENSION, (st), (val))
+#define sk_X509_EXTENSION_find(st, val) SKM_sk_find(X509_EXTENSION, (st), (val))
+#define sk_X509_EXTENSION_find_ex(st, val) SKM_sk_find_ex(X509_EXTENSION, (st), (val))
+#define sk_X509_EXTENSION_delete(st, i) SKM_sk_delete(X509_EXTENSION, (st), (i))
+#define sk_X509_EXTENSION_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_EXTENSION, (st), (ptr))
+#define sk_X509_EXTENSION_insert(st, val, i) SKM_sk_insert(X509_EXTENSION, (st), (val), (i))
+#define sk_X509_EXTENSION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_EXTENSION, (st), (cmp))
+#define sk_X509_EXTENSION_dup(st) SKM_sk_dup(X509_EXTENSION, st)
+#define sk_X509_EXTENSION_pop_free(st, free_func) SKM_sk_pop_free(X509_EXTENSION, (st), (free_func))
+#define sk_X509_EXTENSION_shift(st) SKM_sk_shift(X509_EXTENSION, (st))
+#define sk_X509_EXTENSION_pop(st) SKM_sk_pop(X509_EXTENSION, (st))
+#define sk_X509_EXTENSION_sort(st) SKM_sk_sort(X509_EXTENSION, (st))
+#define sk_X509_EXTENSION_is_sorted(st) SKM_sk_is_sorted(X509_EXTENSION, (st))
+
+#define sk_X509_INFO_new(cmp) SKM_sk_new(X509_INFO, (cmp))
+#define sk_X509_INFO_new_null() SKM_sk_new_null(X509_INFO)
+#define sk_X509_INFO_free(st) SKM_sk_free(X509_INFO, (st))
+#define sk_X509_INFO_num(st) SKM_sk_num(X509_INFO, (st))
+#define sk_X509_INFO_value(st, i) SKM_sk_value(X509_INFO, (st), (i))
+#define sk_X509_INFO_set(st, i, val) SKM_sk_set(X509_INFO, (st), (i), (val))
+#define sk_X509_INFO_zero(st) SKM_sk_zero(X509_INFO, (st))
+#define sk_X509_INFO_push(st, val) SKM_sk_push(X509_INFO, (st), (val))
+#define sk_X509_INFO_unshift(st, val) SKM_sk_unshift(X509_INFO, (st), (val))
+#define sk_X509_INFO_find(st, val) SKM_sk_find(X509_INFO, (st), (val))
+#define sk_X509_INFO_find_ex(st, val) SKM_sk_find_ex(X509_INFO, (st), (val))
+#define sk_X509_INFO_delete(st, i) SKM_sk_delete(X509_INFO, (st), (i))
+#define sk_X509_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_INFO, (st), (ptr))
+#define sk_X509_INFO_insert(st, val, i) SKM_sk_insert(X509_INFO, (st), (val), (i))
+#define sk_X509_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_INFO, (st), (cmp))
+#define sk_X509_INFO_dup(st) SKM_sk_dup(X509_INFO, st)
+#define sk_X509_INFO_pop_free(st, free_func) SKM_sk_pop_free(X509_INFO, (st), (free_func))
+#define sk_X509_INFO_shift(st) SKM_sk_shift(X509_INFO, (st))
+#define sk_X509_INFO_pop(st) SKM_sk_pop(X509_INFO, (st))
+#define sk_X509_INFO_sort(st) SKM_sk_sort(X509_INFO, (st))
+#define sk_X509_INFO_is_sorted(st) SKM_sk_is_sorted(X509_INFO, (st))
+
+#define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp))
+#define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
+#define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
+#define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
+#define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
+#define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
+#define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
+#define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
+#define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
+#define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (st), (val))
+#define sk_X509_LOOKUP_find_ex(st, val) SKM_sk_find_ex(X509_LOOKUP, (st), (val))
+#define sk_X509_LOOKUP_delete(st, i) SKM_sk_delete(X509_LOOKUP, (st), (i))
+#define sk_X509_LOOKUP_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_LOOKUP, (st), (ptr))
+#define sk_X509_LOOKUP_insert(st, val, i) SKM_sk_insert(X509_LOOKUP, (st), (val), (i))
+#define sk_X509_LOOKUP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_LOOKUP, (st), (cmp))
+#define sk_X509_LOOKUP_dup(st) SKM_sk_dup(X509_LOOKUP, st)
+#define sk_X509_LOOKUP_pop_free(st, free_func) SKM_sk_pop_free(X509_LOOKUP, (st), (free_func))
+#define sk_X509_LOOKUP_shift(st) SKM_sk_shift(X509_LOOKUP, (st))
+#define sk_X509_LOOKUP_pop(st) SKM_sk_pop(X509_LOOKUP, (st))
+#define sk_X509_LOOKUP_sort(st) SKM_sk_sort(X509_LOOKUP, (st))
+#define sk_X509_LOOKUP_is_sorted(st) SKM_sk_is_sorted(X509_LOOKUP, (st))
+
+#define sk_X509_NAME_new(cmp) SKM_sk_new(X509_NAME, (cmp))
+#define sk_X509_NAME_new_null() SKM_sk_new_null(X509_NAME)
+#define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st))
+#define sk_X509_NAME_num(st) SKM_sk_num(X509_NAME, (st))
+#define sk_X509_NAME_value(st, i) SKM_sk_value(X509_NAME, (st), (i))
+#define sk_X509_NAME_set(st, i, val) SKM_sk_set(X509_NAME, (st), (i), (val))
+#define sk_X509_NAME_zero(st) SKM_sk_zero(X509_NAME, (st))
+#define sk_X509_NAME_push(st, val) SKM_sk_push(X509_NAME, (st), (val))
+#define sk_X509_NAME_unshift(st, val) SKM_sk_unshift(X509_NAME, (st), (val))
+#define sk_X509_NAME_find(st, val) SKM_sk_find(X509_NAME, (st), (val))
+#define sk_X509_NAME_find_ex(st, val) SKM_sk_find_ex(X509_NAME, (st), (val))
+#define sk_X509_NAME_delete(st, i) SKM_sk_delete(X509_NAME, (st), (i))
+#define sk_X509_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME, (st), (ptr))
+#define sk_X509_NAME_insert(st, val, i) SKM_sk_insert(X509_NAME, (st), (val), (i))
+#define sk_X509_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME, (st), (cmp))
+#define sk_X509_NAME_dup(st) SKM_sk_dup(X509_NAME, st)
+#define sk_X509_NAME_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME, (st), (free_func))
+#define sk_X509_NAME_shift(st) SKM_sk_shift(X509_NAME, (st))
+#define sk_X509_NAME_pop(st) SKM_sk_pop(X509_NAME, (st))
+#define sk_X509_NAME_sort(st) SKM_sk_sort(X509_NAME, (st))
+#define sk_X509_NAME_is_sorted(st) SKM_sk_is_sorted(X509_NAME, (st))
+
+#define sk_X509_NAME_ENTRY_new(cmp) SKM_sk_new(X509_NAME_ENTRY, (cmp))
+#define sk_X509_NAME_ENTRY_new_null() SKM_sk_new_null(X509_NAME_ENTRY)
+#define sk_X509_NAME_ENTRY_free(st) SKM_sk_free(X509_NAME_ENTRY, (st))
+#define sk_X509_NAME_ENTRY_num(st) SKM_sk_num(X509_NAME_ENTRY, (st))
+#define sk_X509_NAME_ENTRY_value(st, i) SKM_sk_value(X509_NAME_ENTRY, (st), (i))
+#define sk_X509_NAME_ENTRY_set(st, i, val) SKM_sk_set(X509_NAME_ENTRY, (st), (i), (val))
+#define sk_X509_NAME_ENTRY_zero(st) SKM_sk_zero(X509_NAME_ENTRY, (st))
+#define sk_X509_NAME_ENTRY_push(st, val) SKM_sk_push(X509_NAME_ENTRY, (st), (val))
+#define sk_X509_NAME_ENTRY_unshift(st, val) SKM_sk_unshift(X509_NAME_ENTRY, (st), (val))
+#define sk_X509_NAME_ENTRY_find(st, val) SKM_sk_find(X509_NAME_ENTRY, (st), (val))
+#define sk_X509_NAME_ENTRY_find_ex(st, val) SKM_sk_find_ex(X509_NAME_ENTRY, (st), (val))
+#define sk_X509_NAME_ENTRY_delete(st, i) SKM_sk_delete(X509_NAME_ENTRY, (st), (i))
+#define sk_X509_NAME_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME_ENTRY, (st), (ptr))
+#define sk_X509_NAME_ENTRY_insert(st, val, i) SKM_sk_insert(X509_NAME_ENTRY, (st), (val), (i))
+#define sk_X509_NAME_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME_ENTRY, (st), (cmp))
+#define sk_X509_NAME_ENTRY_dup(st) SKM_sk_dup(X509_NAME_ENTRY, st)
+#define sk_X509_NAME_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME_ENTRY, (st), (free_func))
+#define sk_X509_NAME_ENTRY_shift(st) SKM_sk_shift(X509_NAME_ENTRY, (st))
+#define sk_X509_NAME_ENTRY_pop(st) SKM_sk_pop(X509_NAME_ENTRY, (st))
+#define sk_X509_NAME_ENTRY_sort(st) SKM_sk_sort(X509_NAME_ENTRY, (st))
+#define sk_X509_NAME_ENTRY_is_sorted(st) SKM_sk_is_sorted(X509_NAME_ENTRY, (st))
+
+#define sk_X509_OBJECT_new(cmp) SKM_sk_new(X509_OBJECT, (cmp))
+#define sk_X509_OBJECT_new_null() SKM_sk_new_null(X509_OBJECT)
+#define sk_X509_OBJECT_free(st) SKM_sk_free(X509_OBJECT, (st))
+#define sk_X509_OBJECT_num(st) SKM_sk_num(X509_OBJECT, (st))
+#define sk_X509_OBJECT_value(st, i) SKM_sk_value(X509_OBJECT, (st), (i))
+#define sk_X509_OBJECT_set(st, i, val) SKM_sk_set(X509_OBJECT, (st), (i), (val))
+#define sk_X509_OBJECT_zero(st) SKM_sk_zero(X509_OBJECT, (st))
+#define sk_X509_OBJECT_push(st, val) SKM_sk_push(X509_OBJECT, (st), (val))
+#define sk_X509_OBJECT_unshift(st, val) SKM_sk_unshift(X509_OBJECT, (st), (val))
+#define sk_X509_OBJECT_find(st, val) SKM_sk_find(X509_OBJECT, (st), (val))
+#define sk_X509_OBJECT_find_ex(st, val) SKM_sk_find_ex(X509_OBJECT, (st), (val))
+#define sk_X509_OBJECT_delete(st, i) SKM_sk_delete(X509_OBJECT, (st), (i))
+#define sk_X509_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_OBJECT, (st), (ptr))
+#define sk_X509_OBJECT_insert(st, val, i) SKM_sk_insert(X509_OBJECT, (st), (val), (i))
+#define sk_X509_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_OBJECT, (st), (cmp))
+#define sk_X509_OBJECT_dup(st) SKM_sk_dup(X509_OBJECT, st)
+#define sk_X509_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(X509_OBJECT, (st), (free_func))
+#define sk_X509_OBJECT_shift(st) SKM_sk_shift(X509_OBJECT, (st))
+#define sk_X509_OBJECT_pop(st) SKM_sk_pop(X509_OBJECT, (st))
+#define sk_X509_OBJECT_sort(st) SKM_sk_sort(X509_OBJECT, (st))
+#define sk_X509_OBJECT_is_sorted(st) SKM_sk_is_sorted(X509_OBJECT, (st))
+
+#define sk_X509_POLICY_DATA_new(cmp) SKM_sk_new(X509_POLICY_DATA, (cmp))
+#define sk_X509_POLICY_DATA_new_null() SKM_sk_new_null(X509_POLICY_DATA)
+#define sk_X509_POLICY_DATA_free(st) SKM_sk_free(X509_POLICY_DATA, (st))
+#define sk_X509_POLICY_DATA_num(st) SKM_sk_num(X509_POLICY_DATA, (st))
+#define sk_X509_POLICY_DATA_value(st, i) SKM_sk_value(X509_POLICY_DATA, (st), (i))
+#define sk_X509_POLICY_DATA_set(st, i, val) SKM_sk_set(X509_POLICY_DATA, (st), (i), (val))
+#define sk_X509_POLICY_DATA_zero(st) SKM_sk_zero(X509_POLICY_DATA, (st))
+#define sk_X509_POLICY_DATA_push(st, val) SKM_sk_push(X509_POLICY_DATA, (st), (val))
+#define sk_X509_POLICY_DATA_unshift(st, val) SKM_sk_unshift(X509_POLICY_DATA, (st), (val))
+#define sk_X509_POLICY_DATA_find(st, val) SKM_sk_find(X509_POLICY_DATA, (st), (val))
+#define sk_X509_POLICY_DATA_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_DATA, (st), (val))
+#define sk_X509_POLICY_DATA_delete(st, i) SKM_sk_delete(X509_POLICY_DATA, (st), (i))
+#define sk_X509_POLICY_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_DATA, (st), (ptr))
+#define sk_X509_POLICY_DATA_insert(st, val, i) SKM_sk_insert(X509_POLICY_DATA, (st), (val), (i))
+#define sk_X509_POLICY_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_DATA, (st), (cmp))
+#define sk_X509_POLICY_DATA_dup(st) SKM_sk_dup(X509_POLICY_DATA, st)
+#define sk_X509_POLICY_DATA_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_DATA, (st), (free_func))
+#define sk_X509_POLICY_DATA_shift(st) SKM_sk_shift(X509_POLICY_DATA, (st))
+#define sk_X509_POLICY_DATA_pop(st) SKM_sk_pop(X509_POLICY_DATA, (st))
+#define sk_X509_POLICY_DATA_sort(st) SKM_sk_sort(X509_POLICY_DATA, (st))
+#define sk_X509_POLICY_DATA_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_DATA, (st))
+
+#define sk_X509_POLICY_NODE_new(cmp) SKM_sk_new(X509_POLICY_NODE, (cmp))
+#define sk_X509_POLICY_NODE_new_null() SKM_sk_new_null(X509_POLICY_NODE)
+#define sk_X509_POLICY_NODE_free(st) SKM_sk_free(X509_POLICY_NODE, (st))
+#define sk_X509_POLICY_NODE_num(st) SKM_sk_num(X509_POLICY_NODE, (st))
+#define sk_X509_POLICY_NODE_value(st, i) SKM_sk_value(X509_POLICY_NODE, (st), (i))
+#define sk_X509_POLICY_NODE_set(st, i, val) SKM_sk_set(X509_POLICY_NODE, (st), (i), (val))
+#define sk_X509_POLICY_NODE_zero(st) SKM_sk_zero(X509_POLICY_NODE, (st))
+#define sk_X509_POLICY_NODE_push(st, val) SKM_sk_push(X509_POLICY_NODE, (st), (val))
+#define sk_X509_POLICY_NODE_unshift(st, val) SKM_sk_unshift(X509_POLICY_NODE, (st), (val))
+#define sk_X509_POLICY_NODE_find(st, val) SKM_sk_find(X509_POLICY_NODE, (st), (val))
+#define sk_X509_POLICY_NODE_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_NODE, (st), (val))
+#define sk_X509_POLICY_NODE_delete(st, i) SKM_sk_delete(X509_POLICY_NODE, (st), (i))
+#define sk_X509_POLICY_NODE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_NODE, (st), (ptr))
+#define sk_X509_POLICY_NODE_insert(st, val, i) SKM_sk_insert(X509_POLICY_NODE, (st), (val), (i))
+#define sk_X509_POLICY_NODE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_NODE, (st), (cmp))
+#define sk_X509_POLICY_NODE_dup(st) SKM_sk_dup(X509_POLICY_NODE, st)
+#define sk_X509_POLICY_NODE_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_NODE, (st), (free_func))
+#define sk_X509_POLICY_NODE_shift(st) SKM_sk_shift(X509_POLICY_NODE, (st))
+#define sk_X509_POLICY_NODE_pop(st) SKM_sk_pop(X509_POLICY_NODE, (st))
+#define sk_X509_POLICY_NODE_sort(st) SKM_sk_sort(X509_POLICY_NODE, (st))
+#define sk_X509_POLICY_NODE_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_NODE, (st))
+
+#define sk_X509_PURPOSE_new(cmp) SKM_sk_new(X509_PURPOSE, (cmp))
+#define sk_X509_PURPOSE_new_null() SKM_sk_new_null(X509_PURPOSE)
+#define sk_X509_PURPOSE_free(st) SKM_sk_free(X509_PURPOSE, (st))
+#define sk_X509_PURPOSE_num(st) SKM_sk_num(X509_PURPOSE, (st))
+#define sk_X509_PURPOSE_value(st, i) SKM_sk_value(X509_PURPOSE, (st), (i))
+#define sk_X509_PURPOSE_set(st, i, val) SKM_sk_set(X509_PURPOSE, (st), (i), (val))
+#define sk_X509_PURPOSE_zero(st) SKM_sk_zero(X509_PURPOSE, (st))
+#define sk_X509_PURPOSE_push(st, val) SKM_sk_push(X509_PURPOSE, (st), (val))
+#define sk_X509_PURPOSE_unshift(st, val) SKM_sk_unshift(X509_PURPOSE, (st), (val))
+#define sk_X509_PURPOSE_find(st, val) SKM_sk_find(X509_PURPOSE, (st), (val))
+#define sk_X509_PURPOSE_find_ex(st, val) SKM_sk_find_ex(X509_PURPOSE, (st), (val))
+#define sk_X509_PURPOSE_delete(st, i) SKM_sk_delete(X509_PURPOSE, (st), (i))
+#define sk_X509_PURPOSE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_PURPOSE, (st), (ptr))
+#define sk_X509_PURPOSE_insert(st, val, i) SKM_sk_insert(X509_PURPOSE, (st), (val), (i))
+#define sk_X509_PURPOSE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_PURPOSE, (st), (cmp))
+#define sk_X509_PURPOSE_dup(st) SKM_sk_dup(X509_PURPOSE, st)
+#define sk_X509_PURPOSE_pop_free(st, free_func) SKM_sk_pop_free(X509_PURPOSE, (st), (free_func))
+#define sk_X509_PURPOSE_shift(st) SKM_sk_shift(X509_PURPOSE, (st))
+#define sk_X509_PURPOSE_pop(st) SKM_sk_pop(X509_PURPOSE, (st))
+#define sk_X509_PURPOSE_sort(st) SKM_sk_sort(X509_PURPOSE, (st))
+#define sk_X509_PURPOSE_is_sorted(st) SKM_sk_is_sorted(X509_PURPOSE, (st))
+
+#define sk_X509_REVOKED_new(cmp) SKM_sk_new(X509_REVOKED, (cmp))
+#define sk_X509_REVOKED_new_null() SKM_sk_new_null(X509_REVOKED)
+#define sk_X509_REVOKED_free(st) SKM_sk_free(X509_REVOKED, (st))
+#define sk_X509_REVOKED_num(st) SKM_sk_num(X509_REVOKED, (st))
+#define sk_X509_REVOKED_value(st, i) SKM_sk_value(X509_REVOKED, (st), (i))
+#define sk_X509_REVOKED_set(st, i, val) SKM_sk_set(X509_REVOKED, (st), (i), (val))
+#define sk_X509_REVOKED_zero(st) SKM_sk_zero(X509_REVOKED, (st))
+#define sk_X509_REVOKED_push(st, val) SKM_sk_push(X509_REVOKED, (st), (val))
+#define sk_X509_REVOKED_unshift(st, val) SKM_sk_unshift(X509_REVOKED, (st), (val))
+#define sk_X509_REVOKED_find(st, val) SKM_sk_find(X509_REVOKED, (st), (val))
+#define sk_X509_REVOKED_find_ex(st, val) SKM_sk_find_ex(X509_REVOKED, (st), (val))
+#define sk_X509_REVOKED_delete(st, i) SKM_sk_delete(X509_REVOKED, (st), (i))
+#define sk_X509_REVOKED_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_REVOKED, (st), (ptr))
+#define sk_X509_REVOKED_insert(st, val, i) SKM_sk_insert(X509_REVOKED, (st), (val), (i))
+#define sk_X509_REVOKED_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_REVOKED, (st), (cmp))
+#define sk_X509_REVOKED_dup(st) SKM_sk_dup(X509_REVOKED, st)
+#define sk_X509_REVOKED_pop_free(st, free_func) SKM_sk_pop_free(X509_REVOKED, (st), (free_func))
+#define sk_X509_REVOKED_shift(st) SKM_sk_shift(X509_REVOKED, (st))
+#define sk_X509_REVOKED_pop(st) SKM_sk_pop(X509_REVOKED, (st))
+#define sk_X509_REVOKED_sort(st) SKM_sk_sort(X509_REVOKED, (st))
+#define sk_X509_REVOKED_is_sorted(st) SKM_sk_is_sorted(X509_REVOKED, (st))
+
+#define sk_X509_TRUST_new(cmp) SKM_sk_new(X509_TRUST, (cmp))
+#define sk_X509_TRUST_new_null() SKM_sk_new_null(X509_TRUST)
+#define sk_X509_TRUST_free(st) SKM_sk_free(X509_TRUST, (st))
+#define sk_X509_TRUST_num(st) SKM_sk_num(X509_TRUST, (st))
+#define sk_X509_TRUST_value(st, i) SKM_sk_value(X509_TRUST, (st), (i))
+#define sk_X509_TRUST_set(st, i, val) SKM_sk_set(X509_TRUST, (st), (i), (val))
+#define sk_X509_TRUST_zero(st) SKM_sk_zero(X509_TRUST, (st))
+#define sk_X509_TRUST_push(st, val) SKM_sk_push(X509_TRUST, (st), (val))
+#define sk_X509_TRUST_unshift(st, val) SKM_sk_unshift(X509_TRUST, (st), (val))
+#define sk_X509_TRUST_find(st, val) SKM_sk_find(X509_TRUST, (st), (val))
+#define sk_X509_TRUST_find_ex(st, val) SKM_sk_find_ex(X509_TRUST, (st), (val))
+#define sk_X509_TRUST_delete(st, i) SKM_sk_delete(X509_TRUST, (st), (i))
+#define sk_X509_TRUST_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_TRUST, (st), (ptr))
+#define sk_X509_TRUST_insert(st, val, i) SKM_sk_insert(X509_TRUST, (st), (val), (i))
+#define sk_X509_TRUST_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_TRUST, (st), (cmp))
+#define sk_X509_TRUST_dup(st) SKM_sk_dup(X509_TRUST, st)
+#define sk_X509_TRUST_pop_free(st, free_func) SKM_sk_pop_free(X509_TRUST, (st), (free_func))
+#define sk_X509_TRUST_shift(st) SKM_sk_shift(X509_TRUST, (st))
+#define sk_X509_TRUST_pop(st) SKM_sk_pop(X509_TRUST, (st))
+#define sk_X509_TRUST_sort(st) SKM_sk_sort(X509_TRUST, (st))
+#define sk_X509_TRUST_is_sorted(st) SKM_sk_is_sorted(X509_TRUST, (st))
+
+#define sk_X509_VERIFY_PARAM_new(cmp) SKM_sk_new(X509_VERIFY_PARAM, (cmp))
+#define sk_X509_VERIFY_PARAM_new_null() SKM_sk_new_null(X509_VERIFY_PARAM)
+#define sk_X509_VERIFY_PARAM_free(st) SKM_sk_free(X509_VERIFY_PARAM, (st))
+#define sk_X509_VERIFY_PARAM_num(st) SKM_sk_num(X509_VERIFY_PARAM, (st))
+#define sk_X509_VERIFY_PARAM_value(st, i) SKM_sk_value(X509_VERIFY_PARAM, (st), (i))
+#define sk_X509_VERIFY_PARAM_set(st, i, val) SKM_sk_set(X509_VERIFY_PARAM, (st), (i), (val))
+#define sk_X509_VERIFY_PARAM_zero(st) SKM_sk_zero(X509_VERIFY_PARAM, (st))
+#define sk_X509_VERIFY_PARAM_push(st, val) SKM_sk_push(X509_VERIFY_PARAM, (st), (val))
+#define sk_X509_VERIFY_PARAM_unshift(st, val) SKM_sk_unshift(X509_VERIFY_PARAM, (st), (val))
+#define sk_X509_VERIFY_PARAM_find(st, val) SKM_sk_find(X509_VERIFY_PARAM, (st), (val))
+#define sk_X509_VERIFY_PARAM_find_ex(st, val) SKM_sk_find_ex(X509_VERIFY_PARAM, (st), (val))
+#define sk_X509_VERIFY_PARAM_delete(st, i) SKM_sk_delete(X509_VERIFY_PARAM, (st), (i))
+#define sk_X509_VERIFY_PARAM_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_VERIFY_PARAM, (st), (ptr))
+#define sk_X509_VERIFY_PARAM_insert(st, val, i) SKM_sk_insert(X509_VERIFY_PARAM, (st), (val), (i))
+#define sk_X509_VERIFY_PARAM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_VERIFY_PARAM, (st), (cmp))
+#define sk_X509_VERIFY_PARAM_dup(st) SKM_sk_dup(X509_VERIFY_PARAM, st)
+#define sk_X509_VERIFY_PARAM_pop_free(st, free_func) SKM_sk_pop_free(X509_VERIFY_PARAM, (st), (free_func))
+#define sk_X509_VERIFY_PARAM_shift(st) SKM_sk_shift(X509_VERIFY_PARAM, (st))
+#define sk_X509_VERIFY_PARAM_pop(st) SKM_sk_pop(X509_VERIFY_PARAM, (st))
+#define sk_X509_VERIFY_PARAM_sort(st) SKM_sk_sort(X509_VERIFY_PARAM, (st))
+#define sk_X509_VERIFY_PARAM_is_sorted(st) SKM_sk_is_sorted(X509_VERIFY_PARAM, (st))
+
+#define sk_nid_triple_new(cmp) SKM_sk_new(nid_triple, (cmp))
+#define sk_nid_triple_new_null() SKM_sk_new_null(nid_triple)
+#define sk_nid_triple_free(st) SKM_sk_free(nid_triple, (st))
+#define sk_nid_triple_num(st) SKM_sk_num(nid_triple, (st))
+#define sk_nid_triple_value(st, i) SKM_sk_value(nid_triple, (st), (i))
+#define sk_nid_triple_set(st, i, val) SKM_sk_set(nid_triple, (st), (i), (val))
+#define sk_nid_triple_zero(st) SKM_sk_zero(nid_triple, (st))
+#define sk_nid_triple_push(st, val) SKM_sk_push(nid_triple, (st), (val))
+#define sk_nid_triple_unshift(st, val) SKM_sk_unshift(nid_triple, (st), (val))
+#define sk_nid_triple_find(st, val) SKM_sk_find(nid_triple, (st), (val))
+#define sk_nid_triple_find_ex(st, val) SKM_sk_find_ex(nid_triple, (st), (val))
+#define sk_nid_triple_delete(st, i) SKM_sk_delete(nid_triple, (st), (i))
+#define sk_nid_triple_delete_ptr(st, ptr) SKM_sk_delete_ptr(nid_triple, (st), (ptr))
+#define sk_nid_triple_insert(st, val, i) SKM_sk_insert(nid_triple, (st), (val), (i))
+#define sk_nid_triple_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(nid_triple, (st), (cmp))
+#define sk_nid_triple_dup(st) SKM_sk_dup(nid_triple, st)
+#define sk_nid_triple_pop_free(st, free_func) SKM_sk_pop_free(nid_triple, (st), (free_func))
+#define sk_nid_triple_shift(st) SKM_sk_shift(nid_triple, (st))
+#define sk_nid_triple_pop(st) SKM_sk_pop(nid_triple, (st))
+#define sk_nid_triple_sort(st) SKM_sk_sort(nid_triple, (st))
+#define sk_nid_triple_is_sorted(st) SKM_sk_is_sorted(nid_triple, (st))
+
+#define sk_void_new(cmp) SKM_sk_new(void, (cmp))
+#define sk_void_new_null() SKM_sk_new_null(void)
+#define sk_void_free(st) SKM_sk_free(void, (st))
+#define sk_void_num(st) SKM_sk_num(void, (st))
+#define sk_void_value(st, i) SKM_sk_value(void, (st), (i))
+#define sk_void_set(st, i, val) SKM_sk_set(void, (st), (i), (val))
+#define sk_void_zero(st) SKM_sk_zero(void, (st))
+#define sk_void_push(st, val) SKM_sk_push(void, (st), (val))
+#define sk_void_unshift(st, val) SKM_sk_unshift(void, (st), (val))
+#define sk_void_find(st, val) SKM_sk_find(void, (st), (val))
+#define sk_void_find_ex(st, val) SKM_sk_find_ex(void, (st), (val))
+#define sk_void_delete(st, i) SKM_sk_delete(void, (st), (i))
+#define sk_void_delete_ptr(st, ptr) SKM_sk_delete_ptr(void, (st), (ptr))
+#define sk_void_insert(st, val, i) SKM_sk_insert(void, (st), (val), (i))
+#define sk_void_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(void, (st), (cmp))
+#define sk_void_dup(st) SKM_sk_dup(void, st)
+#define sk_void_pop_free(st, free_func) SKM_sk_pop_free(void, (st), (free_func))
+#define sk_void_shift(st) SKM_sk_shift(void, (st))
+#define sk_void_pop(st) SKM_sk_pop(void, (st))
+#define sk_void_sort(st) SKM_sk_sort(void, (st))
+#define sk_void_is_sorted(st) SKM_sk_is_sorted(void, (st))
+
+#define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp)))
+#define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null())
+#define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
+#define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
+#define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, st), i))
+#define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st)
+#define sk_OPENSSL_STRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_FREE_FUNC2(OPENSSL_STRING, free_func))
+#define sk_OPENSSL_STRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val), i)
+#define sk_OPENSSL_STRING_free(st) SKM_sk_free(OPENSSL_STRING, st)
+#define sk_OPENSSL_STRING_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_STRING, st), i, CHECKED_PTR_OF(char, val))
+#define sk_OPENSSL_STRING_zero(st) SKM_sk_zero(OPENSSL_STRING, (st))
+#define sk_OPENSSL_STRING_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
+#define sk_OPENSSL_STRING_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_STRING), st), CHECKED_CONST_PTR_OF(char, val))
+#define sk_OPENSSL_STRING_delete(st, i) SKM_sk_delete(OPENSSL_STRING, (st), (i))
+#define sk_OPENSSL_STRING_delete_ptr(st, ptr) (OPENSSL_STRING *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, ptr))
+#define sk_OPENSSL_STRING_set_cmp_func(st, cmp)  \
+	((int (*)(const char * const *,const char * const *)) \
+	sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_CMP_FUNC(char, cmp)))
+#define sk_OPENSSL_STRING_dup(st) SKM_sk_dup(OPENSSL_STRING, st)
+#define sk_OPENSSL_STRING_shift(st) SKM_sk_shift(OPENSSL_STRING, (st))
+#define sk_OPENSSL_STRING_pop(st) (char *)sk_pop(CHECKED_STACK_OF(OPENSSL_STRING, st))
+#define sk_OPENSSL_STRING_sort(st) SKM_sk_sort(OPENSSL_STRING, (st))
+#define sk_OPENSSL_STRING_is_sorted(st) SKM_sk_is_sorted(OPENSSL_STRING, (st))
+
+
+#define sk_OPENSSL_BLOCK_new(cmp) ((STACK_OF(OPENSSL_BLOCK) *)sk_new(CHECKED_SK_CMP_FUNC(void, cmp)))
+#define sk_OPENSSL_BLOCK_new_null() ((STACK_OF(OPENSSL_BLOCK) *)sk_new_null())
+#define sk_OPENSSL_BLOCK_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
+#define sk_OPENSSL_BLOCK_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
+#define sk_OPENSSL_BLOCK_value(st, i) ((OPENSSL_BLOCK)sk_value(CHECKED_STACK_OF(OPENSSL_BLOCK, st), i))
+#define sk_OPENSSL_BLOCK_num(st) SKM_sk_num(OPENSSL_BLOCK, st)
+#define sk_OPENSSL_BLOCK_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_FREE_FUNC2(OPENSSL_BLOCK, free_func))
+#define sk_OPENSSL_BLOCK_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val), i)
+#define sk_OPENSSL_BLOCK_free(st) SKM_sk_free(OPENSSL_BLOCK, st)
+#define sk_OPENSSL_BLOCK_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_BLOCK, st), i, CHECKED_PTR_OF(void, val))
+#define sk_OPENSSL_BLOCK_zero(st) SKM_sk_zero(OPENSSL_BLOCK, (st))
+#define sk_OPENSSL_BLOCK_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
+#define sk_OPENSSL_BLOCK_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_BLOCK), st), CHECKED_CONST_PTR_OF(void, val))
+#define sk_OPENSSL_BLOCK_delete(st, i) SKM_sk_delete(OPENSSL_BLOCK, (st), (i))
+#define sk_OPENSSL_BLOCK_delete_ptr(st, ptr) (OPENSSL_BLOCK *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, ptr))
+#define sk_OPENSSL_BLOCK_set_cmp_func(st, cmp)  \
+	((int (*)(const void * const *,const void * const *)) \
+	sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_CMP_FUNC(void, cmp)))
+#define sk_OPENSSL_BLOCK_dup(st) SKM_sk_dup(OPENSSL_BLOCK, st)
+#define sk_OPENSSL_BLOCK_shift(st) SKM_sk_shift(OPENSSL_BLOCK, (st))
+#define sk_OPENSSL_BLOCK_pop(st) (void *)sk_pop(CHECKED_STACK_OF(OPENSSL_BLOCK, st))
+#define sk_OPENSSL_BLOCK_sort(st) SKM_sk_sort(OPENSSL_BLOCK, (st))
+#define sk_OPENSSL_BLOCK_is_sorted(st) SKM_sk_is_sorted(OPENSSL_BLOCK, (st))
+
+
+#define sk_OPENSSL_PSTRING_new(cmp) ((STACK_OF(OPENSSL_PSTRING) *)sk_new(CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp)))
+#define sk_OPENSSL_PSTRING_new_null() ((STACK_OF(OPENSSL_PSTRING) *)sk_new_null())
+#define sk_OPENSSL_PSTRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
+#define sk_OPENSSL_PSTRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
+#define sk_OPENSSL_PSTRING_value(st, i) ((OPENSSL_PSTRING)sk_value(CHECKED_STACK_OF(OPENSSL_PSTRING, st), i))
+#define sk_OPENSSL_PSTRING_num(st) SKM_sk_num(OPENSSL_PSTRING, st)
+#define sk_OPENSSL_PSTRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_FREE_FUNC2(OPENSSL_PSTRING, free_func))
+#define sk_OPENSSL_PSTRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val), i)
+#define sk_OPENSSL_PSTRING_free(st) SKM_sk_free(OPENSSL_PSTRING, st)
+#define sk_OPENSSL_PSTRING_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_PSTRING, st), i, CHECKED_PTR_OF(OPENSSL_STRING, val))
+#define sk_OPENSSL_PSTRING_zero(st) SKM_sk_zero(OPENSSL_PSTRING, (st))
+#define sk_OPENSSL_PSTRING_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val))
+#define sk_OPENSSL_PSTRING_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_PSTRING), st), CHECKED_CONST_PTR_OF(OPENSSL_STRING, val))
+#define sk_OPENSSL_PSTRING_delete(st, i) SKM_sk_delete(OPENSSL_PSTRING, (st), (i))
+#define sk_OPENSSL_PSTRING_delete_ptr(st, ptr) (OPENSSL_PSTRING *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, ptr))
+#define sk_OPENSSL_PSTRING_set_cmp_func(st, cmp)  \
+	((int (*)(const OPENSSL_STRING * const *,const OPENSSL_STRING * const *)) \
+	sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp)))
+#define sk_OPENSSL_PSTRING_dup(st) SKM_sk_dup(OPENSSL_PSTRING, st)
+#define sk_OPENSSL_PSTRING_shift(st) SKM_sk_shift(OPENSSL_PSTRING, (st))
+#define sk_OPENSSL_PSTRING_pop(st) (OPENSSL_STRING *)sk_pop(CHECKED_STACK_OF(OPENSSL_PSTRING, st))
+#define sk_OPENSSL_PSTRING_sort(st) SKM_sk_sort(OPENSSL_PSTRING, (st))
+#define sk_OPENSSL_PSTRING_is_sorted(st) SKM_sk_is_sorted(OPENSSL_PSTRING, (st))
+
+
+#define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(ACCESS_DESCRIPTION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_ACCESS_DESCRIPTION(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(ACCESS_DESCRIPTION, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_ACCESS_DESCRIPTION(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(ACCESS_DESCRIPTION, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_ASN1_INTEGER(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(ASN1_INTEGER, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_ASN1_INTEGER(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(ASN1_INTEGER, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_ASN1_INTEGER(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(ASN1_INTEGER, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_ASN1_OBJECT(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(ASN1_OBJECT, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_ASN1_OBJECT(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(ASN1_OBJECT, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_ASN1_OBJECT(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(ASN1_OBJECT, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_ASN1_TYPE(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(ASN1_TYPE, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_ASN1_TYPE(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(ASN1_TYPE, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_ASN1_TYPE(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(ASN1_TYPE, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(ASN1_UTF8STRING, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(ASN1_UTF8STRING, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_ASN1_UTF8STRING(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(ASN1_UTF8STRING, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_ASN1_UTF8STRING(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(ASN1_UTF8STRING, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_DIST_POINT(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(DIST_POINT, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_DIST_POINT(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(DIST_POINT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_DIST_POINT(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(DIST_POINT, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_DIST_POINT(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(DIST_POINT, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_ESS_CERT_ID(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(ESS_CERT_ID, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_ESS_CERT_ID(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(ESS_CERT_ID, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_ESS_CERT_ID(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(ESS_CERT_ID, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_ESS_CERT_ID(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(ESS_CERT_ID, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_EVP_MD(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(EVP_MD, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_EVP_MD(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(EVP_MD, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_EVP_MD(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(EVP_MD, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_EVP_MD(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(EVP_MD, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_GENERAL_NAME(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(GENERAL_NAME, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_GENERAL_NAME(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(GENERAL_NAME, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_GENERAL_NAME(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(GENERAL_NAME, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_GENERAL_NAME(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(GENERAL_NAME, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_OCSP_ONEREQ(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(OCSP_ONEREQ, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_OCSP_ONEREQ(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(OCSP_ONEREQ, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_OCSP_ONEREQ(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(OCSP_ONEREQ, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_OCSP_ONEREQ(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(OCSP_ONEREQ, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_OCSP_SINGLERESP(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(OCSP_SINGLERESP, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_OCSP_SINGLERESP(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(OCSP_SINGLERESP, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_OCSP_SINGLERESP(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(OCSP_SINGLERESP, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_OCSP_SINGLERESP(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(OCSP_SINGLERESP, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_PKCS12_SAFEBAG(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(PKCS12_SAFEBAG, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_PKCS12_SAFEBAG(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(PKCS12_SAFEBAG, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_PKCS12_SAFEBAG(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(PKCS12_SAFEBAG, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_PKCS12_SAFEBAG(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(PKCS12_SAFEBAG, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_PKCS7(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(PKCS7, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_PKCS7(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(PKCS7, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_PKCS7(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(PKCS7, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_PKCS7(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(PKCS7, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_PKCS7_RECIP_INFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(PKCS7_RECIP_INFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_PKCS7_RECIP_INFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(PKCS7_RECIP_INFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_PKCS7_RECIP_INFO(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(PKCS7_RECIP_INFO, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_PKCS7_RECIP_INFO(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(PKCS7_RECIP_INFO, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(PKCS7_SIGNER_INFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(PKCS7_SIGNER_INFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_PKCS7_SIGNER_INFO(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(PKCS7_SIGNER_INFO, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_PKCS7_SIGNER_INFO(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(PKCS7_SIGNER_INFO, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_POLICYINFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(POLICYINFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_POLICYINFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(POLICYINFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_POLICYINFO(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(POLICYINFO, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_POLICYINFO(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(POLICYINFO, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_POLICYQUALINFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(POLICYQUALINFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_POLICYQUALINFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(POLICYQUALINFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_POLICYQUALINFO(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(POLICYQUALINFO, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_POLICYQUALINFO(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(POLICYQUALINFO, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_SXNETID(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(SXNETID, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_SXNETID(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(SXNETID, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_SXNETID(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(SXNETID, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_SXNETID(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(SXNETID, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_X509(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(X509, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_X509(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(X509, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_X509(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(X509, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_X509(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(X509, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_X509_ALGOR(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(X509_ALGOR, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_X509_ALGOR(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(X509_ALGOR, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_X509_ALGOR(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(X509_ALGOR, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_X509_ALGOR(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(X509_ALGOR, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_X509_ATTRIBUTE(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(X509_ATTRIBUTE, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_X509_ATTRIBUTE(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(X509_ATTRIBUTE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_X509_ATTRIBUTE(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(X509_ATTRIBUTE, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_X509_ATTRIBUTE(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(X509_ATTRIBUTE, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_X509_CRL(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(X509_CRL, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_X509_CRL(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(X509_CRL, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_X509_CRL(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(X509_CRL, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_X509_CRL(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(X509_CRL, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_X509_EXTENSION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(X509_EXTENSION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_X509_EXTENSION(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(X509_EXTENSION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_X509_EXTENSION(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(X509_EXTENSION, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_X509_EXTENSION(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(X509_EXTENSION, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_X509_NAME_ENTRY(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(X509_NAME_ENTRY, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_X509_NAME_ENTRY(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(X509_NAME_ENTRY, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_X509_NAME_ENTRY(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(X509_NAME_ENTRY, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_X509_NAME_ENTRY(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(X509_NAME_ENTRY, (buf), (len), (d2i_func), (free_func))
+
+#define d2i_ASN1_SET_OF_X509_REVOKED(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
+	SKM_ASN1_SET_OF_d2i(X509_REVOKED, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
+#define i2d_ASN1_SET_OF_X509_REVOKED(st, pp, i2d_func, ex_tag, ex_class, is_set) \
+	SKM_ASN1_SET_OF_i2d(X509_REVOKED, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
+#define ASN1_seq_pack_X509_REVOKED(st, i2d_func, buf, len) \
+	SKM_ASN1_seq_pack(X509_REVOKED, (st), (i2d_func), (buf), (len))
+#define ASN1_seq_unpack_X509_REVOKED(buf, len, d2i_func, free_func) \
+	SKM_ASN1_seq_unpack(X509_REVOKED, (buf), (len), (d2i_func), (free_func))
+
+#define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
+	SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
+
+#define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
+	SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
+
+#define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
+#define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
+#define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
+#define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
+#define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
+#define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
+#define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
+#define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
+#define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
+#define lh_ADDED_OBJ_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(ADDED_OBJ,lh,out)
+#define lh_ADDED_OBJ_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(ADDED_OBJ,lh,out)
+#define lh_ADDED_OBJ_stats_bio(lh,out) \
+  LHM_lh_stats_bio(ADDED_OBJ,lh,out)
+#define lh_ADDED_OBJ_free(lh) LHM_lh_free(ADDED_OBJ,lh)
+
+#define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info)
+#define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
+#define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
+#define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst)
+#define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn)
+#define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
+#define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh)
+#define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh)
+#define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh)
+#define lh_APP_INFO_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(APP_INFO,lh,out)
+#define lh_APP_INFO_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(APP_INFO,lh,out)
+#define lh_APP_INFO_stats_bio(lh,out) \
+  LHM_lh_stats_bio(APP_INFO,lh,out)
+#define lh_APP_INFO_free(lh) LHM_lh_free(APP_INFO,lh)
+
+#define lh_CONF_VALUE_new() LHM_lh_new(CONF_VALUE,conf_value)
+#define lh_CONF_VALUE_insert(lh,inst) LHM_lh_insert(CONF_VALUE,lh,inst)
+#define lh_CONF_VALUE_retrieve(lh,inst) LHM_lh_retrieve(CONF_VALUE,lh,inst)
+#define lh_CONF_VALUE_delete(lh,inst) LHM_lh_delete(CONF_VALUE,lh,inst)
+#define lh_CONF_VALUE_doall(lh,fn) LHM_lh_doall(CONF_VALUE,lh,fn)
+#define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
+#define lh_CONF_VALUE_error(lh) LHM_lh_error(CONF_VALUE,lh)
+#define lh_CONF_VALUE_num_items(lh) LHM_lh_num_items(CONF_VALUE,lh)
+#define lh_CONF_VALUE_down_load(lh) LHM_lh_down_load(CONF_VALUE,lh)
+#define lh_CONF_VALUE_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(CONF_VALUE,lh,out)
+#define lh_CONF_VALUE_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(CONF_VALUE,lh,out)
+#define lh_CONF_VALUE_stats_bio(lh,out) \
+  LHM_lh_stats_bio(CONF_VALUE,lh,out)
+#define lh_CONF_VALUE_free(lh) LHM_lh_free(CONF_VALUE,lh)
+
+#define lh_ENGINE_PILE_new() LHM_lh_new(ENGINE_PILE,engine_pile)
+#define lh_ENGINE_PILE_insert(lh,inst) LHM_lh_insert(ENGINE_PILE,lh,inst)
+#define lh_ENGINE_PILE_retrieve(lh,inst) LHM_lh_retrieve(ENGINE_PILE,lh,inst)
+#define lh_ENGINE_PILE_delete(lh,inst) LHM_lh_delete(ENGINE_PILE,lh,inst)
+#define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn)
+#define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
+#define lh_ENGINE_PILE_error(lh) LHM_lh_error(ENGINE_PILE,lh)
+#define lh_ENGINE_PILE_num_items(lh) LHM_lh_num_items(ENGINE_PILE,lh)
+#define lh_ENGINE_PILE_down_load(lh) LHM_lh_down_load(ENGINE_PILE,lh)
+#define lh_ENGINE_PILE_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(ENGINE_PILE,lh,out)
+#define lh_ENGINE_PILE_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(ENGINE_PILE,lh,out)
+#define lh_ENGINE_PILE_stats_bio(lh,out) \
+  LHM_lh_stats_bio(ENGINE_PILE,lh,out)
+#define lh_ENGINE_PILE_free(lh) LHM_lh_free(ENGINE_PILE,lh)
+
+#define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state)
+#define lh_ERR_STATE_insert(lh,inst) LHM_lh_insert(ERR_STATE,lh,inst)
+#define lh_ERR_STATE_retrieve(lh,inst) LHM_lh_retrieve(ERR_STATE,lh,inst)
+#define lh_ERR_STATE_delete(lh,inst) LHM_lh_delete(ERR_STATE,lh,inst)
+#define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn)
+#define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
+#define lh_ERR_STATE_error(lh) LHM_lh_error(ERR_STATE,lh)
+#define lh_ERR_STATE_num_items(lh) LHM_lh_num_items(ERR_STATE,lh)
+#define lh_ERR_STATE_down_load(lh) LHM_lh_down_load(ERR_STATE,lh)
+#define lh_ERR_STATE_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(ERR_STATE,lh,out)
+#define lh_ERR_STATE_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(ERR_STATE,lh,out)
+#define lh_ERR_STATE_stats_bio(lh,out) \
+  LHM_lh_stats_bio(ERR_STATE,lh,out)
+#define lh_ERR_STATE_free(lh) LHM_lh_free(ERR_STATE,lh)
+
+#define lh_ERR_STRING_DATA_new() LHM_lh_new(ERR_STRING_DATA,err_string_data)
+#define lh_ERR_STRING_DATA_insert(lh,inst) LHM_lh_insert(ERR_STRING_DATA,lh,inst)
+#define lh_ERR_STRING_DATA_retrieve(lh,inst) LHM_lh_retrieve(ERR_STRING_DATA,lh,inst)
+#define lh_ERR_STRING_DATA_delete(lh,inst) LHM_lh_delete(ERR_STRING_DATA,lh,inst)
+#define lh_ERR_STRING_DATA_doall(lh,fn) LHM_lh_doall(ERR_STRING_DATA,lh,fn)
+#define lh_ERR_STRING_DATA_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(ERR_STRING_DATA,lh,fn,arg_type,arg)
+#define lh_ERR_STRING_DATA_error(lh) LHM_lh_error(ERR_STRING_DATA,lh)
+#define lh_ERR_STRING_DATA_num_items(lh) LHM_lh_num_items(ERR_STRING_DATA,lh)
+#define lh_ERR_STRING_DATA_down_load(lh) LHM_lh_down_load(ERR_STRING_DATA,lh)
+#define lh_ERR_STRING_DATA_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(ERR_STRING_DATA,lh,out)
+#define lh_ERR_STRING_DATA_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(ERR_STRING_DATA,lh,out)
+#define lh_ERR_STRING_DATA_stats_bio(lh,out) \
+  LHM_lh_stats_bio(ERR_STRING_DATA,lh,out)
+#define lh_ERR_STRING_DATA_free(lh) LHM_lh_free(ERR_STRING_DATA,lh)
+
+#define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item)
+#define lh_EX_CLASS_ITEM_insert(lh,inst) LHM_lh_insert(EX_CLASS_ITEM,lh,inst)
+#define lh_EX_CLASS_ITEM_retrieve(lh,inst) LHM_lh_retrieve(EX_CLASS_ITEM,lh,inst)
+#define lh_EX_CLASS_ITEM_delete(lh,inst) LHM_lh_delete(EX_CLASS_ITEM,lh,inst)
+#define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn)
+#define lh_EX_CLASS_ITEM_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(EX_CLASS_ITEM,lh,fn,arg_type,arg)
+#define lh_EX_CLASS_ITEM_error(lh) LHM_lh_error(EX_CLASS_ITEM,lh)
+#define lh_EX_CLASS_ITEM_num_items(lh) LHM_lh_num_items(EX_CLASS_ITEM,lh)
+#define lh_EX_CLASS_ITEM_down_load(lh) LHM_lh_down_load(EX_CLASS_ITEM,lh)
+#define lh_EX_CLASS_ITEM_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(EX_CLASS_ITEM,lh,out)
+#define lh_EX_CLASS_ITEM_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(EX_CLASS_ITEM,lh,out)
+#define lh_EX_CLASS_ITEM_stats_bio(lh,out) \
+  LHM_lh_stats_bio(EX_CLASS_ITEM,lh,out)
+#define lh_EX_CLASS_ITEM_free(lh) LHM_lh_free(EX_CLASS_ITEM,lh)
+
+#define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function)
+#define lh_FUNCTION_insert(lh,inst) LHM_lh_insert(FUNCTION,lh,inst)
+#define lh_FUNCTION_retrieve(lh,inst) LHM_lh_retrieve(FUNCTION,lh,inst)
+#define lh_FUNCTION_delete(lh,inst) LHM_lh_delete(FUNCTION,lh,inst)
+#define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn)
+#define lh_FUNCTION_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(FUNCTION,lh,fn,arg_type,arg)
+#define lh_FUNCTION_error(lh) LHM_lh_error(FUNCTION,lh)
+#define lh_FUNCTION_num_items(lh) LHM_lh_num_items(FUNCTION,lh)
+#define lh_FUNCTION_down_load(lh) LHM_lh_down_load(FUNCTION,lh)
+#define lh_FUNCTION_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(FUNCTION,lh,out)
+#define lh_FUNCTION_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(FUNCTION,lh,out)
+#define lh_FUNCTION_stats_bio(lh,out) \
+  LHM_lh_stats_bio(FUNCTION,lh,out)
+#define lh_FUNCTION_free(lh) LHM_lh_free(FUNCTION,lh)
+
+#define lh_MEM_new() LHM_lh_new(MEM,mem)
+#define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst)
+#define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst)
+#define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst)
+#define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn)
+#define lh_MEM_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg)
+#define lh_MEM_error(lh) LHM_lh_error(MEM,lh)
+#define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh)
+#define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh)
+#define lh_MEM_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(MEM,lh,out)
+#define lh_MEM_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(MEM,lh,out)
+#define lh_MEM_stats_bio(lh,out) \
+  LHM_lh_stats_bio(MEM,lh,out)
+#define lh_MEM_free(lh) LHM_lh_free(MEM,lh)
+
+#define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
+#define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
+#define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
+#define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
+#define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
+#define lh_OBJ_NAME_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
+#define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
+#define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
+#define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
+#define lh_OBJ_NAME_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(OBJ_NAME,lh,out)
+#define lh_OBJ_NAME_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(OBJ_NAME,lh,out)
+#define lh_OBJ_NAME_stats_bio(lh,out) \
+  LHM_lh_stats_bio(OBJ_NAME,lh,out)
+#define lh_OBJ_NAME_free(lh) LHM_lh_free(OBJ_NAME,lh)
+
+#define lh_OPENSSL_CSTRING_new() LHM_lh_new(OPENSSL_CSTRING,openssl_cstring)
+#define lh_OPENSSL_CSTRING_insert(lh,inst) LHM_lh_insert(OPENSSL_CSTRING,lh,inst)
+#define lh_OPENSSL_CSTRING_retrieve(lh,inst) LHM_lh_retrieve(OPENSSL_CSTRING,lh,inst)
+#define lh_OPENSSL_CSTRING_delete(lh,inst) LHM_lh_delete(OPENSSL_CSTRING,lh,inst)
+#define lh_OPENSSL_CSTRING_doall(lh,fn) LHM_lh_doall(OPENSSL_CSTRING,lh,fn)
+#define lh_OPENSSL_CSTRING_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(OPENSSL_CSTRING,lh,fn,arg_type,arg)
+#define lh_OPENSSL_CSTRING_error(lh) LHM_lh_error(OPENSSL_CSTRING,lh)
+#define lh_OPENSSL_CSTRING_num_items(lh) LHM_lh_num_items(OPENSSL_CSTRING,lh)
+#define lh_OPENSSL_CSTRING_down_load(lh) LHM_lh_down_load(OPENSSL_CSTRING,lh)
+#define lh_OPENSSL_CSTRING_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(OPENSSL_CSTRING,lh,out)
+#define lh_OPENSSL_CSTRING_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(OPENSSL_CSTRING,lh,out)
+#define lh_OPENSSL_CSTRING_stats_bio(lh,out) \
+  LHM_lh_stats_bio(OPENSSL_CSTRING,lh,out)
+#define lh_OPENSSL_CSTRING_free(lh) LHM_lh_free(OPENSSL_CSTRING,lh)
+
+#define lh_OPENSSL_STRING_new() LHM_lh_new(OPENSSL_STRING,openssl_string)
+#define lh_OPENSSL_STRING_insert(lh,inst) LHM_lh_insert(OPENSSL_STRING,lh,inst)
+#define lh_OPENSSL_STRING_retrieve(lh,inst) LHM_lh_retrieve(OPENSSL_STRING,lh,inst)
+#define lh_OPENSSL_STRING_delete(lh,inst) LHM_lh_delete(OPENSSL_STRING,lh,inst)
+#define lh_OPENSSL_STRING_doall(lh,fn) LHM_lh_doall(OPENSSL_STRING,lh,fn)
+#define lh_OPENSSL_STRING_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(OPENSSL_STRING,lh,fn,arg_type,arg)
+#define lh_OPENSSL_STRING_error(lh) LHM_lh_error(OPENSSL_STRING,lh)
+#define lh_OPENSSL_STRING_num_items(lh) LHM_lh_num_items(OPENSSL_STRING,lh)
+#define lh_OPENSSL_STRING_down_load(lh) LHM_lh_down_load(OPENSSL_STRING,lh)
+#define lh_OPENSSL_STRING_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(OPENSSL_STRING,lh,out)
+#define lh_OPENSSL_STRING_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(OPENSSL_STRING,lh,out)
+#define lh_OPENSSL_STRING_stats_bio(lh,out) \
+  LHM_lh_stats_bio(OPENSSL_STRING,lh,out)
+#define lh_OPENSSL_STRING_free(lh) LHM_lh_free(OPENSSL_STRING,lh)
+
+#define lh_SSL_SESSION_new() LHM_lh_new(SSL_SESSION,ssl_session)
+#define lh_SSL_SESSION_insert(lh,inst) LHM_lh_insert(SSL_SESSION,lh,inst)
+#define lh_SSL_SESSION_retrieve(lh,inst) LHM_lh_retrieve(SSL_SESSION,lh,inst)
+#define lh_SSL_SESSION_delete(lh,inst) LHM_lh_delete(SSL_SESSION,lh,inst)
+#define lh_SSL_SESSION_doall(lh,fn) LHM_lh_doall(SSL_SESSION,lh,fn)
+#define lh_SSL_SESSION_doall_arg(lh,fn,arg_type,arg) \
+  LHM_lh_doall_arg(SSL_SESSION,lh,fn,arg_type,arg)
+#define lh_SSL_SESSION_error(lh) LHM_lh_error(SSL_SESSION,lh)
+#define lh_SSL_SESSION_num_items(lh) LHM_lh_num_items(SSL_SESSION,lh)
+#define lh_SSL_SESSION_down_load(lh) LHM_lh_down_load(SSL_SESSION,lh)
+#define lh_SSL_SESSION_node_stats_bio(lh,out) \
+  LHM_lh_node_stats_bio(SSL_SESSION,lh,out)
+#define lh_SSL_SESSION_node_usage_stats_bio(lh,out) \
+  LHM_lh_node_usage_stats_bio(SSL_SESSION,lh,out)
+#define lh_SSL_SESSION_stats_bio(lh,out) \
+  LHM_lh_stats_bio(SSL_SESSION,lh,out)
+#define lh_SSL_SESSION_free(lh) LHM_lh_free(SSL_SESSION,lh)
+/* End of util/mkstack.pl block, you may now edit :-) */
+
+#endif /* !defined HEADER_SAFESTACK_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/seed.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/seed.h
new file mode 100755
index 0000000000000000000000000000000000000000..016a22a5d2dc22b4c2cba19985370d9276d62b70
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/seed.h
@@ -0,0 +1,139 @@
+/*
+ * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.  
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Neither the name of author nor the names of its contributors may
+ *    be used to endorse or promote products derived from this software
+ *    without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+
+#ifndef HEADER_SEED_H
+#define HEADER_SEED_H
+
+#include <APOpenSSL/opensslconf.h>
+#include <APOpenSSL/e_os2.h>
+#include <APOpenSSL/crypto.h>
+
+#ifdef OPENSSL_NO_SEED
+#error SEED is disabled.
+#endif
+
+#ifdef AES_LONG /* look whether we need 'long' to get 32 bits */
+# ifndef SEED_LONG
+#  define SEED_LONG 1
+# endif
+#endif
+
+#if !defined(NO_SYS_TYPES_H)
+# include <sys/types.h>
+#endif
+
+#define SEED_BLOCK_SIZE 16
+#define SEED_KEY_LENGTH	16
+
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+
+typedef struct seed_key_st {
+#ifdef SEED_LONG
+    unsigned long data[32];
+#else
+    unsigned int data[32];
+#endif
+} SEED_KEY_SCHEDULE;
+
+#ifdef OPENSSL_FIPS
+void private_SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks);
+#endif
+void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], SEED_KEY_SCHEDULE *ks);
+
+void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks);
+void SEED_decrypt(const unsigned char s[SEED_BLOCK_SIZE], unsigned char d[SEED_BLOCK_SIZE], const SEED_KEY_SCHEDULE *ks);
+
+void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, const SEED_KEY_SCHEDULE *ks, int enc);
+void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out,
+        size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int enc);
+void SEED_cfb128_encrypt(const unsigned char *in, unsigned char *out,
+        size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num, int enc);
+void SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out,
+        size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif /* HEADER_SEED_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/sha.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/sha.h
new file mode 100755
index 0000000000000000000000000000000000000000..d82c9ae7d964e7310d7915117d31ad727732fca2
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/sha.h
@@ -0,0 +1,214 @@
+/* crypto/sha/sha.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_SHA_H
+#define HEADER_SHA_H
+
+#include <APOpenSSL/e_os2.h>
+#include <stddef.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#if defined(OPENSSL_NO_SHA) || (defined(OPENSSL_NO_SHA0) && defined(OPENSSL_NO_SHA1))
+#error SHA is disabled.
+#endif
+
+#if defined(OPENSSL_FIPS)
+#define FIPS_SHA_SIZE_T size_t
+#endif
+
+/*
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
+ * ! SHA_LONG_LOG2 has to be defined along.                        !
+ * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ */
+
+#if defined(__LP32__)
+#define SHA_LONG unsigned long
+#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
+#define SHA_LONG unsigned long
+#define SHA_LONG_LOG2 3
+#else
+#define SHA_LONG unsigned int
+#endif
+
+#define SHA_LBLOCK	16
+#define SHA_CBLOCK	(SHA_LBLOCK*4)	/* SHA treats input data as a
+					 * contiguous array of 32 bit
+					 * wide big-endian values. */
+#define SHA_LAST_BLOCK  (SHA_CBLOCK-8)
+#define SHA_DIGEST_LENGTH 20
+
+typedef struct SHAstate_st
+	{
+	SHA_LONG h0,h1,h2,h3,h4;
+	SHA_LONG Nl,Nh;
+	SHA_LONG data[SHA_LBLOCK];
+	unsigned int num;
+	} SHA_CTX;
+
+#ifndef OPENSSL_NO_SHA0
+#ifdef OPENSSL_FIPS
+int private_SHA_Init(SHA_CTX *c);
+#endif
+int SHA_Init(SHA_CTX *c);
+int SHA_Update(SHA_CTX *c, const void *data, size_t len);
+int SHA_Final(unsigned char *md, SHA_CTX *c);
+unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
+void SHA_Transform(SHA_CTX *c, const unsigned char *data);
+#endif
+#ifndef OPENSSL_NO_SHA1
+#ifdef OPENSSL_FIPS
+int private_SHA1_Init(SHA_CTX *c);
+#endif
+int SHA1_Init(SHA_CTX *c);
+int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
+int SHA1_Final(unsigned char *md, SHA_CTX *c);
+unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
+void SHA1_Transform(SHA_CTX *c, const unsigned char *data);
+#endif
+
+#define SHA256_CBLOCK	(SHA_LBLOCK*4)	/* SHA-256 treats input data as a
+					 * contiguous array of 32 bit
+					 * wide big-endian values. */
+#define SHA224_DIGEST_LENGTH	28
+#define SHA256_DIGEST_LENGTH	32
+
+typedef struct SHA256state_st
+	{
+	SHA_LONG h[8];
+	SHA_LONG Nl,Nh;
+	SHA_LONG data[SHA_LBLOCK];
+	unsigned int num,md_len;
+	} SHA256_CTX;
+
+#ifndef OPENSSL_NO_SHA256
+#ifdef OPENSSL_FIPS
+int private_SHA224_Init(SHA256_CTX *c);
+int private_SHA256_Init(SHA256_CTX *c);
+#endif
+int SHA224_Init(SHA256_CTX *c);
+int SHA224_Update(SHA256_CTX *c, const void *data, size_t len);
+int SHA224_Final(unsigned char *md, SHA256_CTX *c);
+unsigned char *SHA224(const unsigned char *d, size_t n,unsigned char *md);
+int SHA256_Init(SHA256_CTX *c);
+int SHA256_Update(SHA256_CTX *c, const void *data, size_t len);
+int SHA256_Final(unsigned char *md, SHA256_CTX *c);
+unsigned char *SHA256(const unsigned char *d, size_t n,unsigned char *md);
+void SHA256_Transform(SHA256_CTX *c, const unsigned char *data);
+#endif
+
+#define SHA384_DIGEST_LENGTH	48
+#define SHA512_DIGEST_LENGTH	64
+
+#ifndef OPENSSL_NO_SHA512
+/*
+ * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
+ * being exactly 64-bit wide. See Implementation Notes in sha512.c
+ * for further details.
+ */
+#define SHA512_CBLOCK	(SHA_LBLOCK*8)	/* SHA-512 treats input data as a
+					 * contiguous array of 64 bit
+					 * wide big-endian values. */
+#if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)
+#define SHA_LONG64 unsigned __int64
+#define U64(C)     C##UI64
+#elif defined(__arch64__)
+#define SHA_LONG64 unsigned long
+#define U64(C)     C##UL
+#else
+#define SHA_LONG64 unsigned long long
+#define U64(C)     C##ULL
+#endif
+
+typedef struct SHA512state_st
+	{
+	SHA_LONG64 h[8];
+	SHA_LONG64 Nl,Nh;
+	union {
+		SHA_LONG64	d[SHA_LBLOCK];
+		unsigned char	p[SHA512_CBLOCK];
+	} u;
+	unsigned int num,md_len;
+	} SHA512_CTX;
+#endif
+
+#ifndef OPENSSL_NO_SHA512
+#ifdef OPENSSL_FIPS
+int private_SHA384_Init(SHA512_CTX *c);
+int private_SHA512_Init(SHA512_CTX *c);
+#endif
+int SHA384_Init(SHA512_CTX *c);
+int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
+int SHA384_Final(unsigned char *md, SHA512_CTX *c);
+unsigned char *SHA384(const unsigned char *d, size_t n,unsigned char *md);
+int SHA512_Init(SHA512_CTX *c);
+int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
+int SHA512_Final(unsigned char *md, SHA512_CTX *c);
+unsigned char *SHA512(const unsigned char *d, size_t n,unsigned char *md);
+void SHA512_Transform(SHA512_CTX *c, const unsigned char *data);
+#endif
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/srp.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/srp.h
new file mode 100755
index 0000000000000000000000000000000000000000..c6b01d2b9711c39fa55ead969b52ad0b9a861da4
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/srp.h
@@ -0,0 +1,172 @@
+/* crypto/srp/srp.h */
+/* Written by Christophe Renou (christophe.renou@edelweb.fr) with 
+ * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) 
+ * for the EdelKey project and contributed to the OpenSSL project 2004.
+ */
+/* ====================================================================
+ * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+#ifndef __SRP_H__
+#define __SRP_H__
+
+#ifndef OPENSSL_NO_SRP
+
+#include <stdio.h>
+#include <string.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#include <APOpenSSL/safestack.h>
+#include <APOpenSSL/bn.h>
+#include <APOpenSSL/crypto.h>
+
+typedef struct SRP_gN_cache_st
+	{
+	char *b64_bn;
+	BIGNUM *bn;
+	} SRP_gN_cache;
+
+
+DECLARE_STACK_OF(SRP_gN_cache)
+
+typedef struct SRP_user_pwd_st
+	{
+	char *id;
+	BIGNUM *s;
+	BIGNUM *v;
+	const BIGNUM *g;
+	const BIGNUM *N;
+	char *info;
+	} SRP_user_pwd;
+
+DECLARE_STACK_OF(SRP_user_pwd)
+
+typedef struct SRP_VBASE_st
+	{
+	STACK_OF(SRP_user_pwd) *users_pwd;
+	STACK_OF(SRP_gN_cache) *gN_cache;
+/* to simulate a user */
+	char *seed_key;
+	BIGNUM *default_g;
+	BIGNUM *default_N;
+	} SRP_VBASE;
+
+
+/*Structure interne pour retenir les couples N et g*/
+typedef struct SRP_gN_st
+	{
+	char *id;
+	BIGNUM *g;
+	BIGNUM *N;
+	} SRP_gN;
+
+DECLARE_STACK_OF(SRP_gN)
+
+SRP_VBASE *SRP_VBASE_new(char *seed_key);
+int SRP_VBASE_free(SRP_VBASE *vb);
+int SRP_VBASE_init(SRP_VBASE *vb, char * verifier_file);
+SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
+char *SRP_create_verifier(const char *user, const char *pass, char **salt,
+			  char **verifier, const char *N, const char *g);
+int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, BIGNUM **verifier, BIGNUM *N, BIGNUM *g);
+
+
+#define SRP_NO_ERROR 0
+#define SRP_ERR_VBASE_INCOMPLETE_FILE 1
+#define SRP_ERR_VBASE_BN_LIB 2
+#define SRP_ERR_OPEN_FILE 3
+#define SRP_ERR_MEMORY 4
+
+#define DB_srptype	0
+#define DB_srpverifier	1
+#define DB_srpsalt 	2
+#define DB_srpid	3              
+#define DB_srpgN	4       
+#define DB_srpinfo	5 
+#undef  DB_NUMBER      
+#define DB_NUMBER       6
+
+#define DB_SRP_INDEX	'I'
+#define DB_SRP_VALID	'V'
+#define DB_SRP_REVOKED	'R'
+#define DB_SRP_MODIF	'v'
+
+
+/* see srp.c */
+char * SRP_check_known_gN_param(BIGNUM* g, BIGNUM* N); 
+SRP_gN *SRP_get_default_gN(const char * id) ;
+
+/* server side .... */
+BIGNUM *SRP_Calc_server_key(BIGNUM *A, BIGNUM *v, BIGNUM *u, BIGNUM *b, BIGNUM *N);
+BIGNUM *SRP_Calc_B(BIGNUM *b, BIGNUM *N, BIGNUM *g, BIGNUM *v);
+int SRP_Verify_A_mod_N(BIGNUM *A, BIGNUM *N);
+BIGNUM *SRP_Calc_u(BIGNUM *A, BIGNUM *B, BIGNUM *N) ;
+
+
+
+/* client side .... */
+BIGNUM *SRP_Calc_x(BIGNUM *s, const char *user, const char *pass);
+BIGNUM *SRP_Calc_A(BIGNUM *a, BIGNUM *N, BIGNUM *g);
+BIGNUM *SRP_Calc_client_key(BIGNUM *N, BIGNUM *B, BIGNUM *g, BIGNUM *x, BIGNUM *a, BIGNUM *u);
+int SRP_Verify_B_mod_N(BIGNUM *B, BIGNUM *N);
+
+#define SRP_MINIMAL_N 1024
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/srtp.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/srtp.h
new file mode 100755
index 0000000000000000000000000000000000000000..c0cf33ef288c7bce0814da8289e7438d1c96f58f
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/srtp.h
@@ -0,0 +1,145 @@
+/* ssl/tls1.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+/*
+  DTLS code by Eric Rescorla <ekr@rtfm.com>
+
+  Copyright (C) 2006, Network Resonance, Inc.
+  Copyright (C) 2011, RTFM, Inc.
+*/
+
+#ifndef HEADER_D1_SRTP_H
+#define HEADER_D1_SRTP_H
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+     
+#define SRTP_AES128_CM_SHA1_80 0x0001
+#define SRTP_AES128_CM_SHA1_32 0x0002
+#define SRTP_AES128_F8_SHA1_80 0x0003
+#define SRTP_AES128_F8_SHA1_32 0x0004
+#define SRTP_NULL_SHA1_80      0x0005
+#define SRTP_NULL_SHA1_32      0x0006
+
+int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
+int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
+SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
+
+STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
+SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl.h
new file mode 100755
index 0000000000000000000000000000000000000000..430106ec8fc6ce4c266f48884b370fae7c4ee25f
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl.h
@@ -0,0 +1,2573 @@
+/* ssl/ssl.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ * ECC cipher suite support in OpenSSL originally developed by 
+ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
+ */
+/* ====================================================================
+ * Copyright 2005 Nokia. All rights reserved.
+ *
+ * The portions of the attached software ("Contribution") is developed by
+ * Nokia Corporation and is licensed pursuant to the OpenSSL open source
+ * license.
+ *
+ * The Contribution, originally written by Mika Kousa and Pasi Eronen of
+ * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
+ * support (see RFC 4279) to OpenSSL.
+ *
+ * No patent licenses or other rights except those expressly stated in
+ * the OpenSSL open source license shall be deemed granted or received
+ * expressly, by implication, estoppel, or otherwise.
+ *
+ * No assurances are provided by Nokia that the Contribution does not
+ * infringe the patent or other intellectual property rights of any third
+ * party or that the license provides you with all the necessary rights
+ * to make use of the Contribution.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
+ * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
+ * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
+ * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
+ * OTHERWISE.
+ */
+
+#ifndef HEADER_SSL_H 
+#define HEADER_SSL_H 
+
+#include <APOpenSSL/e_os2.h>
+
+#ifndef OPENSSL_NO_COMP
+#include <APOpenSSL/comp.h>
+#endif
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#ifndef OPENSSL_NO_DEPRECATED
+#ifndef OPENSSL_NO_X509
+#include <APOpenSSL/x509.h>
+#endif
+#include <APOpenSSL/crypto.h>
+#include <APOpenSSL/lhash.h>
+#include <APOpenSSL/buffer.h>
+#endif
+#include <APOpenSSL/pem.h>
+#include <APOpenSSL/hmac.h>
+
+#include <APOpenSSL/kssl.h>
+#include <APOpenSSL/safestack.h>
+#include <APOpenSSL/symhacks.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* SSLeay version number for ASN.1 encoding of the session information */
+/* Version 0 - initial version
+ * Version 1 - added the optional peer certificate
+ */
+#define SSL_SESSION_ASN1_VERSION 0x0001
+
+/* text strings for the ciphers */
+#define SSL_TXT_NULL_WITH_MD5		SSL2_TXT_NULL_WITH_MD5			
+#define SSL_TXT_RC4_128_WITH_MD5	SSL2_TXT_RC4_128_WITH_MD5		
+#define SSL_TXT_RC4_128_EXPORT40_WITH_MD5 SSL2_TXT_RC4_128_EXPORT40_WITH_MD5	
+#define SSL_TXT_RC2_128_CBC_WITH_MD5	SSL2_TXT_RC2_128_CBC_WITH_MD5		
+#define SSL_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5	
+#define SSL_TXT_IDEA_128_CBC_WITH_MD5	SSL2_TXT_IDEA_128_CBC_WITH_MD5		
+#define SSL_TXT_DES_64_CBC_WITH_MD5	SSL2_TXT_DES_64_CBC_WITH_MD5		
+#define SSL_TXT_DES_64_CBC_WITH_SHA	SSL2_TXT_DES_64_CBC_WITH_SHA		
+#define SSL_TXT_DES_192_EDE3_CBC_WITH_MD5 SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5	
+#define SSL_TXT_DES_192_EDE3_CBC_WITH_SHA SSL2_TXT_DES_192_EDE3_CBC_WITH_SHA	
+
+/*    VRS Additional Kerberos5 entries
+ */
+#define SSL_TXT_KRB5_DES_64_CBC_SHA   SSL3_TXT_KRB5_DES_64_CBC_SHA
+#define SSL_TXT_KRB5_DES_192_CBC3_SHA SSL3_TXT_KRB5_DES_192_CBC3_SHA
+#define SSL_TXT_KRB5_RC4_128_SHA      SSL3_TXT_KRB5_RC4_128_SHA
+#define SSL_TXT_KRB5_IDEA_128_CBC_SHA SSL3_TXT_KRB5_IDEA_128_CBC_SHA
+#define SSL_TXT_KRB5_DES_64_CBC_MD5   SSL3_TXT_KRB5_DES_64_CBC_MD5       
+#define SSL_TXT_KRB5_DES_192_CBC3_MD5 SSL3_TXT_KRB5_DES_192_CBC3_MD5       
+#define SSL_TXT_KRB5_RC4_128_MD5      SSL3_TXT_KRB5_RC4_128_MD5
+#define SSL_TXT_KRB5_IDEA_128_CBC_MD5 SSL3_TXT_KRB5_IDEA_128_CBC_MD5 
+
+#define SSL_TXT_KRB5_DES_40_CBC_SHA   SSL3_TXT_KRB5_DES_40_CBC_SHA 
+#define SSL_TXT_KRB5_RC2_40_CBC_SHA   SSL3_TXT_KRB5_RC2_40_CBC_SHA 
+#define SSL_TXT_KRB5_RC4_40_SHA	      SSL3_TXT_KRB5_RC4_40_SHA
+#define SSL_TXT_KRB5_DES_40_CBC_MD5   SSL3_TXT_KRB5_DES_40_CBC_MD5 
+#define SSL_TXT_KRB5_RC2_40_CBC_MD5   SSL3_TXT_KRB5_RC2_40_CBC_MD5 
+#define SSL_TXT_KRB5_RC4_40_MD5	      SSL3_TXT_KRB5_RC4_40_MD5
+
+#define SSL_TXT_KRB5_DES_40_CBC_SHA   SSL3_TXT_KRB5_DES_40_CBC_SHA
+#define SSL_TXT_KRB5_DES_40_CBC_MD5   SSL3_TXT_KRB5_DES_40_CBC_MD5
+#define SSL_TXT_KRB5_DES_64_CBC_SHA   SSL3_TXT_KRB5_DES_64_CBC_SHA
+#define SSL_TXT_KRB5_DES_64_CBC_MD5   SSL3_TXT_KRB5_DES_64_CBC_MD5
+#define SSL_TXT_KRB5_DES_192_CBC3_SHA SSL3_TXT_KRB5_DES_192_CBC3_SHA
+#define SSL_TXT_KRB5_DES_192_CBC3_MD5 SSL3_TXT_KRB5_DES_192_CBC3_MD5
+#define SSL_MAX_KRB5_PRINCIPAL_LENGTH  256
+
+#define SSL_MAX_SSL_SESSION_ID_LENGTH		32
+#define SSL_MAX_SID_CTX_LENGTH			32
+
+#define SSL_MIN_RSA_MODULUS_LENGTH_IN_BYTES	(512/8)
+#define SSL_MAX_KEY_ARG_LENGTH			8
+#define SSL_MAX_MASTER_KEY_LENGTH		48
+
+
+/* These are used to specify which ciphers to use and not to use */
+
+#define SSL_TXT_EXP40		"EXPORT40"
+#define SSL_TXT_EXP56		"EXPORT56"
+#define SSL_TXT_LOW		"LOW"
+#define SSL_TXT_MEDIUM		"MEDIUM"
+#define SSL_TXT_HIGH		"HIGH"
+#define SSL_TXT_FIPS		"FIPS"
+
+#define SSL_TXT_kFZA		"kFZA" /* unused! */
+#define	SSL_TXT_aFZA		"aFZA" /* unused! */
+#define SSL_TXT_eFZA		"eFZA" /* unused! */
+#define SSL_TXT_FZA		"FZA"  /* unused! */
+
+#define	SSL_TXT_aNULL		"aNULL"
+#define	SSL_TXT_eNULL		"eNULL"
+#define	SSL_TXT_NULL		"NULL"
+
+#define SSL_TXT_kRSA		"kRSA"
+#define SSL_TXT_kDHr		"kDHr" /* no such ciphersuites supported! */
+#define SSL_TXT_kDHd		"kDHd" /* no such ciphersuites supported! */
+#define SSL_TXT_kDH 		"kDH"  /* no such ciphersuites supported! */
+#define SSL_TXT_kEDH		"kEDH"
+#define SSL_TXT_kKRB5     	"kKRB5"
+#define SSL_TXT_kECDHr		"kECDHr"
+#define SSL_TXT_kECDHe		"kECDHe"
+#define SSL_TXT_kECDH		"kECDH"
+#define SSL_TXT_kEECDH		"kEECDH"
+#define SSL_TXT_kPSK            "kPSK"
+#define SSL_TXT_kGOST		"kGOST"
+#define SSL_TXT_kSRP		"kSRP"
+
+#define	SSL_TXT_aRSA		"aRSA"
+#define	SSL_TXT_aDSS		"aDSS"
+#define	SSL_TXT_aDH		"aDH" /* no such ciphersuites supported! */
+#define	SSL_TXT_aECDH		"aECDH"
+#define SSL_TXT_aKRB5     	"aKRB5"
+#define SSL_TXT_aECDSA		"aECDSA"
+#define SSL_TXT_aPSK            "aPSK"
+#define SSL_TXT_aGOST94	"aGOST94"
+#define SSL_TXT_aGOST01 "aGOST01"
+#define SSL_TXT_aGOST  "aGOST"
+
+#define	SSL_TXT_DSS		"DSS"
+#define SSL_TXT_DH		"DH"
+#define SSL_TXT_EDH		"EDH" /* same as "kEDH:-ADH" */
+#define SSL_TXT_ADH		"ADH"
+#define SSL_TXT_RSA		"RSA"
+#define SSL_TXT_ECDH		"ECDH"
+#define SSL_TXT_EECDH		"EECDH" /* same as "kEECDH:-AECDH" */
+#define SSL_TXT_AECDH		"AECDH"
+#define SSL_TXT_ECDSA		"ECDSA"
+#define SSL_TXT_KRB5      	"KRB5"
+#define SSL_TXT_PSK             "PSK"
+#define SSL_TXT_SRP		"SRP"
+
+#define SSL_TXT_DES		"DES"
+#define SSL_TXT_3DES		"3DES"
+#define SSL_TXT_RC4		"RC4"
+#define SSL_TXT_RC2		"RC2"
+#define SSL_TXT_IDEA		"IDEA"
+#define SSL_TXT_SEED		"SEED"
+#define SSL_TXT_AES128		"AES128"
+#define SSL_TXT_AES256		"AES256"
+#define SSL_TXT_AES		"AES"
+#define SSL_TXT_AES_GCM		"AESGCM"
+#define SSL_TXT_CAMELLIA128	"CAMELLIA128"
+#define SSL_TXT_CAMELLIA256	"CAMELLIA256"
+#define SSL_TXT_CAMELLIA	"CAMELLIA"
+
+#define SSL_TXT_MD5		"MD5"
+#define SSL_TXT_SHA1		"SHA1"
+#define SSL_TXT_SHA		"SHA" /* same as "SHA1" */
+#define SSL_TXT_GOST94		"GOST94" 
+#define SSL_TXT_GOST89MAC		"GOST89MAC" 
+#define SSL_TXT_SHA256		"SHA256"
+#define SSL_TXT_SHA384		"SHA384"
+
+#define SSL_TXT_SSLV2		"SSLv2"
+#define SSL_TXT_SSLV3		"SSLv3"
+#define SSL_TXT_TLSV1		"TLSv1"
+#define SSL_TXT_TLSV1_1		"TLSv1.1"
+#define SSL_TXT_TLSV1_2		"TLSv1.2"
+
+#define SSL_TXT_EXP		"EXP"
+#define SSL_TXT_EXPORT		"EXPORT"
+
+#define SSL_TXT_ALL		"ALL"
+
+/*
+ * COMPLEMENTOF* definitions. These identifiers are used to (de-select)
+ * ciphers normally not being used.
+ * Example: "RC4" will activate all ciphers using RC4 including ciphers
+ * without authentication, which would normally disabled by DEFAULT (due
+ * the "!ADH" being part of default). Therefore "RC4:!COMPLEMENTOFDEFAULT"
+ * will make sure that it is also disabled in the specific selection.
+ * COMPLEMENTOF* identifiers are portable between version, as adjustments
+ * to the default cipher setup will also be included here.
+ *
+ * COMPLEMENTOFDEFAULT does not experience the same special treatment that
+ * DEFAULT gets, as only selection is being done and no sorting as needed
+ * for DEFAULT.
+ */
+#define SSL_TXT_CMPALL		"COMPLEMENTOFALL"
+#define SSL_TXT_CMPDEF		"COMPLEMENTOFDEFAULT"
+
+/* The following cipher list is used by default.
+ * It also is substituted when an application-defined cipher list string
+ * starts with 'DEFAULT'. */
+#define SSL_DEFAULT_CIPHER_LIST	"ALL:!aNULL:!eNULL:!SSLv2"
+/* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
+ * starts with a reasonable order, and all we have to do for DEFAULT is
+ * throwing out anonymous and unencrypted ciphersuites!
+ * (The latter are not actually enabled by ALL, but "ALL:RSA" would enable
+ * some of them.)
+ */
+
+/* Used in SSL_set_shutdown()/SSL_get_shutdown(); */
+#define SSL_SENT_SHUTDOWN	1
+#define SSL_RECEIVED_SHUTDOWN	2
+
+#ifdef __cplusplus
+}
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#if (defined(OPENSSL_NO_RSA) || defined(OPENSSL_NO_MD5)) && !defined(OPENSSL_NO_SSL2)
+#define OPENSSL_NO_SSL2
+#endif
+
+#define SSL_FILETYPE_ASN1	X509_FILETYPE_ASN1
+#define SSL_FILETYPE_PEM	X509_FILETYPE_PEM
+
+/* This is needed to stop compilers complaining about the
+ * 'struct ssl_st *' function parameters used to prototype callbacks
+ * in SSL_CTX. */
+typedef struct ssl_st *ssl_crock_st;
+typedef struct tls_session_ticket_ext_st TLS_SESSION_TICKET_EXT;
+typedef struct ssl_method_st SSL_METHOD;
+typedef struct ssl_cipher_st SSL_CIPHER;
+typedef struct ssl_session_st SSL_SESSION;
+
+DECLARE_STACK_OF(SSL_CIPHER)
+
+/* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
+typedef struct srtp_protection_profile_st
+       {
+       const char *name;
+       unsigned long id;
+       } SRTP_PROTECTION_PROFILE;
+
+DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE)
+
+typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, int len, void *arg);
+typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
+
+
+#ifndef OPENSSL_NO_SSL_INTERN
+
+/* used to hold info on the particular ciphers used */
+struct ssl_cipher_st
+	{
+	int valid;
+	const char *name;		/* text name */
+	unsigned long id;		/* id, 4 bytes, first is version */
+
+	/* changed in 0.9.9: these four used to be portions of a single value 'algorithms' */
+	unsigned long algorithm_mkey;	/* key exchange algorithm */
+	unsigned long algorithm_auth;	/* server authentication */
+	unsigned long algorithm_enc;	/* symmetric encryption */
+	unsigned long algorithm_mac;	/* symmetric authentication */
+	unsigned long algorithm_ssl;	/* (major) protocol version */
+
+	unsigned long algo_strength;	/* strength and export flags */
+	unsigned long algorithm2;	/* Extra flags */
+	int strength_bits;		/* Number of bits really used */
+	int alg_bits;			/* Number of bits for algorithm */
+	};
+
+
+/* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */
+struct ssl_method_st
+	{
+	int version;
+	int (*ssl_new)(SSL *s);
+	void (*ssl_clear)(SSL *s);
+	void (*ssl_free)(SSL *s);
+	int (*ssl_accept)(SSL *s);
+	int (*ssl_connect)(SSL *s);
+	int (*ssl_read)(SSL *s,void *buf,int len);
+	int (*ssl_peek)(SSL *s,void *buf,int len);
+	int (*ssl_write)(SSL *s,const void *buf,int len);
+	int (*ssl_shutdown)(SSL *s);
+	int (*ssl_renegotiate)(SSL *s);
+	int (*ssl_renegotiate_check)(SSL *s);
+	long (*ssl_get_message)(SSL *s, int st1, int stn, int mt, long
+		max, int *ok);
+	int (*ssl_read_bytes)(SSL *s, int type, unsigned char *buf, int len, 
+		int peek);
+	int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);
+	int (*ssl_dispatch_alert)(SSL *s);
+	long (*ssl_ctrl)(SSL *s,int cmd,long larg,void *parg);
+	long (*ssl_ctx_ctrl)(SSL_CTX *ctx,int cmd,long larg,void *parg);
+	const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
+	int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
+	int (*ssl_pending)(const SSL *s);
+	int (*num_ciphers)(void);
+	const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
+	const struct ssl_method_st *(*get_ssl_method)(int version);
+	long (*get_timeout)(void);
+	struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */
+	int (*ssl_version)(void);
+	long (*ssl_callback_ctrl)(SSL *s, int cb_id, void (*fp)(void));
+	long (*ssl_ctx_callback_ctrl)(SSL_CTX *s, int cb_id, void (*fp)(void));
+	};
+
+/* Lets make this into an ASN.1 type structure as follows
+ * SSL_SESSION_ID ::= SEQUENCE {
+ *	version 		INTEGER,	-- structure version number
+ *	SSLversion 		INTEGER,	-- SSL version number
+ *	Cipher 			OCTET STRING,	-- the 3 byte cipher ID
+ *	Session_ID 		OCTET STRING,	-- the Session ID
+ *	Master_key 		OCTET STRING,	-- the master key
+ *	KRB5_principal		OCTET STRING	-- optional Kerberos principal
+ *	Key_Arg [ 0 ] IMPLICIT	OCTET STRING,	-- the optional Key argument
+ *	Time [ 1 ] EXPLICIT	INTEGER,	-- optional Start Time
+ *	Timeout [ 2 ] EXPLICIT	INTEGER,	-- optional Timeout ins seconds
+ *	Peer [ 3 ] EXPLICIT	X509,		-- optional Peer Certificate
+ *	Session_ID_context [ 4 ] EXPLICIT OCTET STRING,   -- the Session ID context
+ *	Verify_result [ 5 ] EXPLICIT INTEGER,   -- X509_V_... code for `Peer'
+ *	HostName [ 6 ] EXPLICIT OCTET STRING,   -- optional HostName from servername TLS extension 
+ *	PSK_identity_hint [ 7 ] EXPLICIT OCTET STRING, -- optional PSK identity hint
+ *	PSK_identity [ 8 ] EXPLICIT OCTET STRING,  -- optional PSK identity
+ *	Ticket_lifetime_hint [9] EXPLICIT INTEGER, -- server's lifetime hint for session ticket
+ *	Ticket [10]             EXPLICIT OCTET STRING, -- session ticket (clients only)
+ *	Compression_meth [11]   EXPLICIT OCTET STRING, -- optional compression method
+ *	SRP_username [ 12 ] EXPLICIT OCTET STRING -- optional SRP username
+ *	}
+ * Look in ssl/ssl_asn1.c for more details
+ * I'm using EXPLICIT tags so I can read the damn things using asn1parse :-).
+ */
+struct ssl_session_st
+	{
+	int ssl_version;	/* what ssl version session info is
+				 * being kept in here? */
+
+	/* only really used in SSLv2 */
+	unsigned int key_arg_length;
+	unsigned char key_arg[SSL_MAX_KEY_ARG_LENGTH];
+	int master_key_length;
+	unsigned char master_key[SSL_MAX_MASTER_KEY_LENGTH];
+	/* session_id - valid? */
+	unsigned int session_id_length;
+	unsigned char session_id[SSL_MAX_SSL_SESSION_ID_LENGTH];
+	/* this is used to determine whether the session is being reused in
+	 * the appropriate context. It is up to the application to set this,
+	 * via SSL_new */
+	unsigned int sid_ctx_length;
+	unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH];
+
+#ifndef OPENSSL_NO_KRB5
+        unsigned int krb5_client_princ_len;
+        unsigned char krb5_client_princ[SSL_MAX_KRB5_PRINCIPAL_LENGTH];
+#endif /* OPENSSL_NO_KRB5 */
+#ifndef OPENSSL_NO_PSK
+	char *psk_identity_hint;
+	char *psk_identity;
+#endif
+	int not_resumable;
+
+	/* The cert is the certificate used to establish this connection */
+	struct sess_cert_st /* SESS_CERT */ *sess_cert;
+
+	/* This is the cert for the other end.
+	 * On clients, it will be the same as sess_cert->peer_key->x509
+	 * (the latter is not enough as sess_cert is not retained
+	 * in the external representation of sessions, see ssl_asn1.c). */
+	X509 *peer;
+	/* when app_verify_callback accepts a session where the peer's certificate
+	 * is not ok, we must remember the error for session reuse: */
+	long verify_result; /* only for servers */
+
+	int references;
+	long timeout;
+	long time;
+
+	unsigned int compress_meth;	/* Need to lookup the method */
+
+	const SSL_CIPHER *cipher;
+	unsigned long cipher_id;	/* when ASN.1 loaded, this
+					 * needs to be used to load
+					 * the 'cipher' structure */
+
+	STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
+
+	CRYPTO_EX_DATA ex_data; /* application specific data */
+
+	/* These are used to make removal of session-ids more
+	 * efficient and to implement a maximum cache size. */
+	struct ssl_session_st *prev,*next;
+#ifndef OPENSSL_NO_TLSEXT
+	char *tlsext_hostname;
+#ifndef OPENSSL_NO_EC
+	size_t tlsext_ecpointformatlist_length;
+	unsigned char *tlsext_ecpointformatlist; /* peer's list */
+	size_t tlsext_ellipticcurvelist_length;
+	unsigned char *tlsext_ellipticcurvelist; /* peer's list */
+#endif /* OPENSSL_NO_EC */
+	/* RFC4507 info */
+	unsigned char *tlsext_tick;	/* Session ticket */
+	size_t	tlsext_ticklen;		/* Session ticket length */	
+	long tlsext_tick_lifetime_hint;	/* Session lifetime hint in seconds */
+#endif
+#ifndef OPENSSL_NO_SRP
+	char *srp_username;
+#endif
+	};
+
+#endif
+
+#define SSL_OP_MICROSOFT_SESS_ID_BUG			0x00000001L
+#define SSL_OP_NETSCAPE_CHALLENGE_BUG			0x00000002L
+/* Allow initial connection to servers that don't support RI */
+#define SSL_OP_LEGACY_SERVER_CONNECT			0x00000004L
+#define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG		0x00000008L
+#define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG		0x00000010L
+#define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER		0x00000020L
+#define SSL_OP_MSIE_SSLV2_RSA_PADDING			0x00000040L /* no effect since 0.9.7h and 0.9.8b */
+#define SSL_OP_SSLEAY_080_CLIENT_DH_BUG			0x00000080L
+#define SSL_OP_TLS_D5_BUG				0x00000100L
+#define SSL_OP_TLS_BLOCK_PADDING_BUG			0x00000200L
+
+/* Disable SSL 3.0/TLS 1.0 CBC vulnerability workaround that was added
+ * in OpenSSL 0.9.6d.  Usually (depending on the application protocol)
+ * the workaround is not needed.  Unfortunately some broken SSL/TLS
+ * implementations cannot handle it at all, which is why we include
+ * it in SSL_OP_ALL. */
+#define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS              0x00000800L /* added in 0.9.6e */
+
+/* SSL_OP_ALL: various bug workarounds that should be rather harmless.
+ *             This used to be 0x000FFFFFL before 0.9.7. */
+#define SSL_OP_ALL					0x80000BFFL
+
+/* DTLS options */
+#define SSL_OP_NO_QUERY_MTU                 0x00001000L
+/* Turn on Cookie Exchange (on relevant for servers) */
+#define SSL_OP_COOKIE_EXCHANGE              0x00002000L
+/* Don't use RFC4507 ticket extension */
+#define SSL_OP_NO_TICKET	            0x00004000L
+/* Use Cisco's "speshul" version of DTLS_BAD_VER (as client)  */
+#define SSL_OP_CISCO_ANYCONNECT		    0x00008000L
+
+/* As server, disallow session resumption on renegotiation */
+#define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION	0x00010000L
+/* Don't use compression even if supported */
+#define SSL_OP_NO_COMPRESSION				0x00020000L
+/* Permit unsafe legacy renegotiation */
+#define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION	0x00040000L
+/* If set, always create a new key when using tmp_ecdh parameters */
+#define SSL_OP_SINGLE_ECDH_USE				0x00080000L
+/* If set, always create a new key when using tmp_dh parameters */
+#define SSL_OP_SINGLE_DH_USE				0x00100000L
+/* Set to always use the tmp_rsa key when doing RSA operations,
+ * even when this violates protocol specs */
+#define SSL_OP_EPHEMERAL_RSA				0x00200000L
+/* Set on servers to choose the cipher according to the server's
+ * preferences */
+#define SSL_OP_CIPHER_SERVER_PREFERENCE			0x00400000L
+/* If set, a server will allow a client to issue a SSLv3.0 version number
+ * as latest version supported in the premaster secret, even when TLSv1.0
+ * (version 3.1) was announced in the client hello. Normally this is
+ * forbidden to prevent version rollback attacks. */
+#define SSL_OP_TLS_ROLLBACK_BUG				0x00800000L
+
+#define SSL_OP_NO_SSLv2					0x01000000L
+#define SSL_OP_NO_SSLv3					0x02000000L
+#define SSL_OP_NO_TLSv1					0x04000000L
+#define SSL_OP_NO_TLSv1_2				0x08000000L
+#define SSL_OP_NO_TLSv1_1				0x10000000L
+
+/* These next two were never actually used for anything since SSLeay
+ * zap so we have some more flags.
+ */
+/* The next flag deliberately changes the ciphertest, this is a check
+ * for the PKCS#1 attack */
+#define SSL_OP_PKCS1_CHECK_1				0x0
+#define SSL_OP_PKCS1_CHECK_2				0x0
+
+#define SSL_OP_NETSCAPE_CA_DN_BUG			0x20000000L
+#define SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG		0x40000000L
+/* Make server add server-hello extension from early version of
+ * cryptopro draft, when GOST ciphersuite is negotiated. 
+ * Required for interoperability with CryptoPro CSP 3.x 
+ */
+#define SSL_OP_CRYPTOPRO_TLSEXT_BUG			0x80000000L
+
+/* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
+ * when just a single record has been written): */
+#define SSL_MODE_ENABLE_PARTIAL_WRITE       0x00000001L
+/* Make it possible to retry SSL_write() with changed buffer location
+ * (buffer contents must stay the same!); this is not the default to avoid
+ * the misconception that non-blocking SSL_write() behaves like
+ * non-blocking write(): */
+#define SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER 0x00000002L
+/* Never bother the application with retries if the transport
+ * is blocking: */
+#define SSL_MODE_AUTO_RETRY 0x00000004L
+/* Don't attempt to automatically build certificate chain */
+#define SSL_MODE_NO_AUTO_CHAIN 0x00000008L
+/* Save RAM by releasing read and write buffers when they're empty. (SSL3 and
+ * TLS only.)  "Released" buffers are put onto a free-list in the context
+ * or just freed (depending on the context's setting for freelist_max_len). */
+#define SSL_MODE_RELEASE_BUFFERS 0x00000010L
+
+/* Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value,
+ * they cannot be used to clear bits. */
+
+#define SSL_CTX_set_options(ctx,op) \
+	SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
+#define SSL_CTX_clear_options(ctx,op) \
+	SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)
+#define SSL_CTX_get_options(ctx) \
+	SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,0,NULL)
+#define SSL_set_options(ssl,op) \
+	SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL)
+#define SSL_clear_options(ssl,op) \
+	SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)
+#define SSL_get_options(ssl) \
+        SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL)
+
+#define SSL_CTX_set_mode(ctx,op) \
+	SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
+#define SSL_CTX_clear_mode(ctx,op) \
+	SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
+#define SSL_CTX_get_mode(ctx) \
+	SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
+#define SSL_clear_mode(ssl,op) \
+	SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL)
+#define SSL_set_mode(ssl,op) \
+	SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL)
+#define SSL_get_mode(ssl) \
+        SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL)
+#define SSL_set_mtu(ssl, mtu) \
+        SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL)
+
+#define SSL_get_secure_renegotiation_support(ssl) \
+	SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL)
+
+#ifndef OPENSSL_NO_HEARTBEATS
+#define SSL_heartbeat(ssl) \
+        SSL_ctrl((ssl),SSL_CTRL_TLS_EXT_SEND_HEARTBEAT,0,NULL)
+#endif
+
+void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
+void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
+#define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
+#define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg))
+
+#ifndef OPENSSL_NO_SRP
+
+#ifndef OPENSSL_NO_SSL_INTERN
+
+typedef struct srp_ctx_st
+	{
+	/* param for all the callbacks */
+	void *SRP_cb_arg;
+	/* set client Hello login callback */
+	int (*TLS_ext_srp_username_callback)(SSL *, int *, void *);
+	/* set SRP N/g param callback for verification */
+	int (*SRP_verify_param_callback)(SSL *, void *);
+	/* set SRP client passwd callback */
+	char *(*SRP_give_srp_client_pwd_callback)(SSL *, void *);
+
+	char *login;
+	BIGNUM *N,*g,*s,*B,*A;
+	BIGNUM *a,*b,*v;
+	char *info;
+	int strength;
+
+	unsigned long srp_Mask;
+	} SRP_CTX;
+
+#endif
+
+/* see tls_srp.c */
+int SSL_SRP_CTX_init(SSL *s);
+int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx);
+int SSL_SRP_CTX_free(SSL *ctx);
+int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx);
+int SSL_srp_server_param_with_username(SSL *s, int *ad);
+int SRP_generate_server_master_secret(SSL *s,unsigned char *master_key);
+int SRP_Calc_A_param(SSL *s);
+int SRP_generate_client_master_secret(SSL *s,unsigned char *master_key);
+
+#endif
+
+#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32)
+#define SSL_MAX_CERT_LIST_DEFAULT 1024*30 /* 30k max cert list :-) */
+#else
+#define SSL_MAX_CERT_LIST_DEFAULT 1024*100 /* 100k max cert list :-) */
+#endif
+
+#define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT	(1024*20)
+
+/* This callback type is used inside SSL_CTX, SSL, and in the functions that set
+ * them. It is used to override the generation of SSL/TLS session IDs in a
+ * server. Return value should be zero on an error, non-zero to proceed. Also,
+ * callbacks should themselves check if the id they generate is unique otherwise
+ * the SSL handshake will fail with an error - callbacks can do this using the
+ * 'ssl' value they're passed by;
+ *      SSL_has_matching_session_id(ssl, id, *id_len)
+ * The length value passed in is set at the maximum size the session ID can be.
+ * In SSLv2 this is 16 bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback
+ * can alter this length to be less if desired, but under SSLv2 session IDs are
+ * supposed to be fixed at 16 bytes so the id will be padded after the callback
+ * returns in this case. It is also an error for the callback to set the size to
+ * zero. */
+typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
+				unsigned int *id_len);
+
+typedef struct ssl_comp_st SSL_COMP;
+
+#ifndef OPENSSL_NO_SSL_INTERN
+
+struct ssl_comp_st
+	{
+	int id;
+	const char *name;
+#ifndef OPENSSL_NO_COMP
+	COMP_METHOD *method;
+#else
+	char *method;
+#endif
+	};
+
+DECLARE_STACK_OF(SSL_COMP)
+DECLARE_LHASH_OF(SSL_SESSION);
+
+struct ssl_ctx_st
+	{
+	const SSL_METHOD *method;
+
+	STACK_OF(SSL_CIPHER) *cipher_list;
+	/* same as above but sorted for lookup */
+	STACK_OF(SSL_CIPHER) *cipher_list_by_id;
+
+	struct x509_store_st /* X509_STORE */ *cert_store;
+	LHASH_OF(SSL_SESSION) *sessions;
+	/* Most session-ids that will be cached, default is
+	 * SSL_SESSION_CACHE_MAX_SIZE_DEFAULT. 0 is unlimited. */
+	unsigned long session_cache_size;
+	struct ssl_session_st *session_cache_head;
+	struct ssl_session_st *session_cache_tail;
+
+	/* This can have one of 2 values, ored together,
+	 * SSL_SESS_CACHE_CLIENT,
+	 * SSL_SESS_CACHE_SERVER,
+	 * Default is SSL_SESSION_CACHE_SERVER, which means only
+	 * SSL_accept which cache SSL_SESSIONS. */
+	int session_cache_mode;
+
+	/* If timeout is not 0, it is the default timeout value set
+	 * when SSL_new() is called.  This has been put in to make
+	 * life easier to set things up */
+	long session_timeout;
+
+	/* If this callback is not null, it will be called each
+	 * time a session id is added to the cache.  If this function
+	 * returns 1, it means that the callback will do a
+	 * SSL_SESSION_free() when it has finished using it.  Otherwise,
+	 * on 0, it means the callback has finished with it.
+	 * If remove_session_cb is not null, it will be called when
+	 * a session-id is removed from the cache.  After the call,
+	 * OpenSSL will SSL_SESSION_free() it. */
+	int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
+	void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
+	SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
+		unsigned char *data,int len,int *copy);
+
+	struct
+		{
+		int sess_connect;	/* SSL new conn - started */
+		int sess_connect_renegotiate;/* SSL reneg - requested */
+		int sess_connect_good;	/* SSL new conne/reneg - finished */
+		int sess_accept;	/* SSL new accept - started */
+		int sess_accept_renegotiate;/* SSL reneg - requested */
+		int sess_accept_good;	/* SSL accept/reneg - finished */
+		int sess_miss;		/* session lookup misses  */
+		int sess_timeout;	/* reuse attempt on timeouted session */
+		int sess_cache_full;	/* session removed due to full cache */
+		int sess_hit;		/* session reuse actually done */
+		int sess_cb_hit;	/* session-id that was not
+					 * in the cache was
+					 * passed back via the callback.  This
+					 * indicates that the application is
+					 * supplying session-id's from other
+					 * processes - spooky :-) */
+		} stats;
+
+	int references;
+
+	/* if defined, these override the X509_verify_cert() calls */
+	int (*app_verify_callback)(X509_STORE_CTX *, void *);
+	void *app_verify_arg;
+	/* before OpenSSL 0.9.7, 'app_verify_arg' was ignored
+	 * ('app_verify_callback' was called with just one argument) */
+
+	/* Default password callback. */
+	pem_password_cb *default_passwd_callback;
+
+	/* Default password callback user data. */
+	void *default_passwd_callback_userdata;
+
+	/* get client cert callback */
+	int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey);
+
+    /* cookie generate callback */
+    int (*app_gen_cookie_cb)(SSL *ssl, unsigned char *cookie, 
+        unsigned int *cookie_len);
+
+    /* verify cookie callback */
+    int (*app_verify_cookie_cb)(SSL *ssl, unsigned char *cookie, 
+        unsigned int cookie_len);
+
+	CRYPTO_EX_DATA ex_data;
+
+	const EVP_MD *rsa_md5;/* For SSLv2 - name is 'ssl2-md5' */
+	const EVP_MD *md5;	/* For SSLv3/TLSv1 'ssl3-md5' */
+	const EVP_MD *sha1;   /* For SSLv3/TLSv1 'ssl3->sha1' */
+
+	STACK_OF(X509) *extra_certs;
+	STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
+
+
+	/* Default values used when no per-SSL value is defined follow */
+
+	void (*info_callback)(const SSL *ssl,int type,int val); /* used if SSL's info_callback is NULL */
+
+	/* what we put in client cert requests */
+	STACK_OF(X509_NAME) *client_CA;
+
+
+	/* Default values to use in SSL structures follow (these are copied by SSL_new) */
+
+	unsigned long options;
+	unsigned long mode;
+	long max_cert_list;
+
+	struct cert_st /* CERT */ *cert;
+	int read_ahead;
+
+	/* callback that allows applications to peek at protocol messages */
+	void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
+	void *msg_callback_arg;
+
+	int verify_mode;
+	unsigned int sid_ctx_length;
+	unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH];
+	int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
+
+	/* Default generate session ID callback. */
+	GEN_SESSION_CB generate_session_id;
+
+	X509_VERIFY_PARAM *param;
+
+#if 0
+	int purpose;		/* Purpose setting */
+	int trust;		/* Trust setting */
+#endif
+
+	int quiet_shutdown;
+
+	/* Maximum amount of data to send in one fragment.
+	 * actual record size can be more than this due to
+	 * padding and MAC overheads.
+	 */
+	unsigned int max_send_fragment;
+
+#ifndef OPENSSL_ENGINE
+	/* Engine to pass requests for client certs to
+	 */
+	ENGINE *client_cert_engine;
+#endif
+
+#ifndef OPENSSL_NO_TLSEXT
+	/* TLS extensions servername callback */
+	int (*tlsext_servername_callback)(SSL*, int *, void *);
+	void *tlsext_servername_arg;
+	/* RFC 4507 session ticket keys */
+	unsigned char tlsext_tick_key_name[16];
+	unsigned char tlsext_tick_hmac_key[16];
+	unsigned char tlsext_tick_aes_key[16];
+	/* Callback to support customisation of ticket key setting */
+	int (*tlsext_ticket_key_cb)(SSL *ssl,
+					unsigned char *name, unsigned char *iv,
+					EVP_CIPHER_CTX *ectx,
+ 					HMAC_CTX *hctx, int enc);
+
+	/* certificate status request info */
+	/* Callback for status request */
+	int (*tlsext_status_cb)(SSL *ssl, void *arg);
+	void *tlsext_status_arg;
+	/* draft-rescorla-tls-opaque-prf-input-00.txt information */
+	int (*tlsext_opaque_prf_input_callback)(SSL *, void *peerinput, size_t len, void *arg);
+	void *tlsext_opaque_prf_input_callback_arg;
+#endif
+
+#ifndef OPENSSL_NO_PSK
+	char *psk_identity_hint;
+	unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity,
+		unsigned int max_identity_len, unsigned char *psk,
+		unsigned int max_psk_len);
+	unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
+		unsigned char *psk, unsigned int max_psk_len);
+#endif
+
+#ifndef OPENSSL_NO_BUF_FREELISTS
+#define SSL_MAX_BUF_FREELIST_LEN_DEFAULT 32
+	unsigned int freelist_max_len;
+	struct ssl3_buf_freelist_st *wbuf_freelist;
+	struct ssl3_buf_freelist_st *rbuf_freelist;
+#endif
+#ifndef OPENSSL_NO_SRP
+	SRP_CTX srp_ctx; /* ctx for SRP authentication */
+#endif
+
+#ifndef OPENSSL_NO_TLSEXT
+# ifndef OPENSSL_NO_NEXTPROTONEG
+	/* Next protocol negotiation information */
+	/* (for experimental NPN extension). */
+
+	/* For a server, this contains a callback function by which the set of
+	 * advertised protocols can be provided. */
+	int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf,
+			                 unsigned int *len, void *arg);
+	void *next_protos_advertised_cb_arg;
+	/* For a client, this contains a callback function that selects the
+	 * next protocol from the list provided by the server. */
+	int (*next_proto_select_cb)(SSL *s, unsigned char **out,
+				    unsigned char *outlen,
+				    const unsigned char *in,
+				    unsigned int inlen,
+				    void *arg);
+	void *next_proto_select_cb_arg;
+# endif
+        /* SRTP profiles we are willing to do from RFC 5764 */
+        STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;  
+#endif
+	};
+
+#endif
+
+#define SSL_SESS_CACHE_OFF			0x0000
+#define SSL_SESS_CACHE_CLIENT			0x0001
+#define SSL_SESS_CACHE_SERVER			0x0002
+#define SSL_SESS_CACHE_BOTH	(SSL_SESS_CACHE_CLIENT|SSL_SESS_CACHE_SERVER)
+#define SSL_SESS_CACHE_NO_AUTO_CLEAR		0x0080
+/* enough comments already ... see SSL_CTX_set_session_cache_mode(3) */
+#define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP	0x0100
+#define SSL_SESS_CACHE_NO_INTERNAL_STORE	0x0200
+#define SSL_SESS_CACHE_NO_INTERNAL \
+	(SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE)
+
+LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
+#define SSL_CTX_sess_number(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_NUMBER,0,NULL)
+#define SSL_CTX_sess_connect(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT,0,NULL)
+#define SSL_CTX_sess_connect_good(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT_GOOD,0,NULL)
+#define SSL_CTX_sess_connect_renegotiate(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT_RENEGOTIATE,0,NULL)
+#define SSL_CTX_sess_accept(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT,0,NULL)
+#define SSL_CTX_sess_accept_renegotiate(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT_RENEGOTIATE,0,NULL)
+#define SSL_CTX_sess_accept_good(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT_GOOD,0,NULL)
+#define SSL_CTX_sess_hits(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_HIT,0,NULL)
+#define SSL_CTX_sess_cb_hits(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CB_HIT,0,NULL)
+#define SSL_CTX_sess_misses(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_MISSES,0,NULL)
+#define SSL_CTX_sess_timeouts(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_TIMEOUTS,0,NULL)
+#define SSL_CTX_sess_cache_full(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CACHE_FULL,0,NULL)
+
+void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
+int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
+void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess));
+void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx))(struct ssl_ctx_st *ctx, SSL_SESSION *sess);
+void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, unsigned char *data,int len,int *copy));
+SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
+void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*cb)(const SSL *ssl,int type,int val));
+void (*SSL_CTX_get_info_callback(SSL_CTX *ctx))(const SSL *ssl,int type,int val);
+void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey));
+int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL *ssl, X509 **x509, EVP_PKEY **pkey);
+#ifndef OPENSSL_NO_ENGINE
+int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e);
+#endif
+void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, int (*app_gen_cookie_cb)(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len));
+void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, int (*app_verify_cookie_cb)(SSL *ssl, unsigned char *cookie, unsigned int cookie_len));
+#ifndef OPENSSL_NO_NEXTPROTONEG
+void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *s,
+					   int (*cb) (SSL *ssl,
+						      const unsigned char **out,
+						      unsigned int *outlen,
+						      void *arg),
+					   void *arg);
+void SSL_CTX_set_next_proto_select_cb(SSL_CTX *s,
+				      int (*cb) (SSL *ssl,
+						 unsigned char **out,
+						 unsigned char *outlen,
+						 const unsigned char *in,
+						 unsigned int inlen,
+						 void *arg),
+				      void *arg);
+
+int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
+			  const unsigned char *in, unsigned int inlen,
+			  const unsigned char *client, unsigned int client_len);
+void SSL_get0_next_proto_negotiated(const SSL *s,
+				    const unsigned char **data, unsigned *len);
+
+#define OPENSSL_NPN_UNSUPPORTED	0
+#define OPENSSL_NPN_NEGOTIATED	1
+#define OPENSSL_NPN_NO_OVERLAP	2
+#endif
+
+#ifndef OPENSSL_NO_PSK
+/* the maximum length of the buffer given to callbacks containing the
+ * resulting identity/psk */
+#define PSK_MAX_IDENTITY_LEN 128
+#define PSK_MAX_PSK_LEN 256
+void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, 
+	unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, 
+		char *identity, unsigned int max_identity_len, unsigned char *psk,
+		unsigned int max_psk_len));
+void SSL_set_psk_client_callback(SSL *ssl, 
+	unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, 
+		char *identity, unsigned int max_identity_len, unsigned char *psk,
+		unsigned int max_psk_len));
+void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, 
+	unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
+		unsigned char *psk, unsigned int max_psk_len));
+void SSL_set_psk_server_callback(SSL *ssl,
+	unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
+		unsigned char *psk, unsigned int max_psk_len));
+int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
+int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);
+const char *SSL_get_psk_identity_hint(const SSL *s);
+const char *SSL_get_psk_identity(const SSL *s);
+#endif
+
+#define SSL_NOTHING	1
+#define SSL_WRITING	2
+#define SSL_READING	3
+#define SSL_X509_LOOKUP	4
+
+/* These will only be used when doing non-blocking IO */
+#define SSL_want_nothing(s)	(SSL_want(s) == SSL_NOTHING)
+#define SSL_want_read(s)	(SSL_want(s) == SSL_READING)
+#define SSL_want_write(s)	(SSL_want(s) == SSL_WRITING)
+#define SSL_want_x509_lookup(s)	(SSL_want(s) == SSL_X509_LOOKUP)
+
+#define SSL_MAC_FLAG_READ_MAC_STREAM 1
+#define SSL_MAC_FLAG_WRITE_MAC_STREAM 2
+
+#ifndef OPENSSL_NO_SSL_INTERN
+
+struct ssl_st
+	{
+	/* protocol version
+	 * (one of SSL2_VERSION, SSL3_VERSION, TLS1_VERSION, DTLS1_VERSION)
+	 */
+	int version;
+	int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */
+
+	const SSL_METHOD *method; /* SSLv3 */
+
+	/* There are 2 BIO's even though they are normally both the
+	 * same.  This is so data can be read and written to different
+	 * handlers */
+
+#ifndef OPENSSL_NO_BIO
+	BIO *rbio; /* used by SSL_read */
+	BIO *wbio; /* used by SSL_write */
+	BIO *bbio; /* used during session-id reuse to concatenate
+		    * messages */
+#else
+	char *rbio; /* used by SSL_read */
+	char *wbio; /* used by SSL_write */
+	char *bbio;
+#endif
+	/* This holds a variable that indicates what we were doing
+	 * when a 0 or -1 is returned.  This is needed for
+	 * non-blocking IO so we know what request needs re-doing when
+	 * in SSL_accept or SSL_connect */
+	int rwstate;
+
+	/* true when we are actually in SSL_accept() or SSL_connect() */
+	int in_handshake;
+	int (*handshake_func)(SSL *);
+
+	/* Imagine that here's a boolean member "init" that is
+	 * switched as soon as SSL_set_{accept/connect}_state
+	 * is called for the first time, so that "state" and
+	 * "handshake_func" are properly initialized.  But as
+	 * handshake_func is == 0 until then, we use this
+	 * test instead of an "init" member.
+	 */
+
+	int server;	/* are we the server side? - mostly used by SSL_clear*/
+
+	int new_session;/* Generate a new session or reuse an old one.
+	                 * NB: For servers, the 'new' session may actually be a previously
+	                 * cached session or even the previous session unless
+	                 * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is set */
+	int quiet_shutdown;/* don't send shutdown packets */
+	int shutdown;	/* we have shut things down, 0x01 sent, 0x02
+			 * for received */
+	int state;	/* where we are */
+	int rstate;	/* where we are when reading */
+
+	BUF_MEM *init_buf;	/* buffer used during init */
+	void *init_msg;   	/* pointer to handshake message body, set by ssl3_get_message() */
+	int init_num;		/* amount read/written */
+	int init_off;		/* amount read/written */
+
+	/* used internally to point at a raw packet */
+	unsigned char *packet;
+	unsigned int packet_length;
+
+	struct ssl2_state_st *s2; /* SSLv2 variables */
+	struct ssl3_state_st *s3; /* SSLv3 variables */
+	struct dtls1_state_st *d1; /* DTLSv1 variables */
+
+	int read_ahead;		/* Read as many input bytes as possible
+	               	 	 * (for non-blocking reads) */
+
+	/* callback that allows applications to peek at protocol messages */
+	void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
+	void *msg_callback_arg;
+
+	int hit;		/* reusing a previous session */
+
+	X509_VERIFY_PARAM *param;
+
+#if 0
+	int purpose;		/* Purpose setting */
+	int trust;		/* Trust setting */
+#endif
+
+	/* crypto */
+	STACK_OF(SSL_CIPHER) *cipher_list;
+	STACK_OF(SSL_CIPHER) *cipher_list_by_id;
+
+	/* These are the ones being used, the ones in SSL_SESSION are
+	 * the ones to be 'copied' into these ones */
+	int mac_flags; 
+	EVP_CIPHER_CTX *enc_read_ctx;		/* cryptographic state */
+	EVP_MD_CTX *read_hash;		/* used for mac generation */
+#ifndef OPENSSL_NO_COMP
+	COMP_CTX *expand;			/* uncompress */
+#else
+	char *expand;
+#endif
+
+	EVP_CIPHER_CTX *enc_write_ctx;		/* cryptographic state */
+	EVP_MD_CTX *write_hash;		/* used for mac generation */
+#ifndef OPENSSL_NO_COMP
+	COMP_CTX *compress;			/* compression */
+#else
+	char *compress;	
+#endif
+
+	/* session info */
+
+	/* client cert? */
+	/* This is used to hold the server certificate used */
+	struct cert_st /* CERT */ *cert;
+
+	/* the session_id_context is used to ensure sessions are only reused
+	 * in the appropriate context */
+	unsigned int sid_ctx_length;
+	unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH];
+
+	/* This can also be in the session once a session is established */
+	SSL_SESSION *session;
+
+	/* Default generate session ID callback. */
+	GEN_SESSION_CB generate_session_id;
+
+	/* Used in SSL2 and SSL3 */
+	int verify_mode;	/* 0 don't care about verify failure.
+				 * 1 fail if verify fails */
+	int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
+
+	void (*info_callback)(const SSL *ssl,int type,int val); /* optional informational callback */
+
+	int error;		/* error bytes to be written */
+	int error_code;		/* actual code */
+
+#ifndef OPENSSL_NO_KRB5
+	KSSL_CTX *kssl_ctx;     /* Kerberos 5 context */
+#endif	/* OPENSSL_NO_KRB5 */
+
+#ifndef OPENSSL_NO_PSK
+	unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity,
+		unsigned int max_identity_len, unsigned char *psk,
+		unsigned int max_psk_len);
+	unsigned int (*psk_server_callback)(SSL *ssl, const char *identity,
+		unsigned char *psk, unsigned int max_psk_len);
+#endif
+
+	SSL_CTX *ctx;
+	/* set this flag to 1 and a sleep(1) is put into all SSL_read()
+	 * and SSL_write() calls, good for nbio debuging :-) */
+	int debug;	
+
+	/* extra application data */
+	long verify_result;
+	CRYPTO_EX_DATA ex_data;
+
+	/* for server side, keep the list of CA_dn we can use */
+	STACK_OF(X509_NAME) *client_CA;
+
+	int references;
+	unsigned long options; /* protocol behaviour */
+	unsigned long mode; /* API behaviour */
+	long max_cert_list;
+	int first_packet;
+	int client_version;	/* what was passed, used for
+				 * SSLv3/TLS rollback check */
+	unsigned int max_send_fragment;
+#ifndef OPENSSL_NO_TLSEXT
+	/* TLS extension debug callback */
+	void (*tlsext_debug_cb)(SSL *s, int client_server, int type,
+					unsigned char *data, int len,
+					void *arg);
+	void *tlsext_debug_arg;
+	char *tlsext_hostname;
+	int servername_done;   /* no further mod of servername 
+	                          0 : call the servername extension callback.
+	                          1 : prepare 2, allow last ack just after in server callback.
+	                          2 : don't call servername callback, no ack in server hello
+	                       */
+	/* certificate status request info */
+	/* Status type or -1 if no status type */
+	int tlsext_status_type;
+	/* Expect OCSP CertificateStatus message */
+	int tlsext_status_expected;
+	/* OCSP status request only */
+	STACK_OF(OCSP_RESPID) *tlsext_ocsp_ids;
+	X509_EXTENSIONS *tlsext_ocsp_exts;
+	/* OCSP response received or to be sent */
+	unsigned char *tlsext_ocsp_resp;
+	int tlsext_ocsp_resplen;
+
+	/* RFC4507 session ticket expected to be received or sent */
+	int tlsext_ticket_expected;
+#ifndef OPENSSL_NO_EC
+	size_t tlsext_ecpointformatlist_length;
+	unsigned char *tlsext_ecpointformatlist; /* our list */
+	size_t tlsext_ellipticcurvelist_length;
+	unsigned char *tlsext_ellipticcurvelist; /* our list */
+#endif /* OPENSSL_NO_EC */
+
+	/* draft-rescorla-tls-opaque-prf-input-00.txt information to be used for handshakes */
+	void *tlsext_opaque_prf_input;
+	size_t tlsext_opaque_prf_input_len;
+
+	/* TLS Session Ticket extension override */
+	TLS_SESSION_TICKET_EXT *tlsext_session_ticket;
+
+	/* TLS Session Ticket extension callback */
+	tls_session_ticket_ext_cb_fn tls_session_ticket_ext_cb;
+	void *tls_session_ticket_ext_cb_arg;
+
+	/* TLS pre-shared secret session resumption */
+	tls_session_secret_cb_fn tls_session_secret_cb;
+	void *tls_session_secret_cb_arg;
+
+	SSL_CTX * initial_ctx; /* initial ctx, used to store sessions */
+
+#ifndef OPENSSL_NO_NEXTPROTONEG
+	/* Next protocol negotiation. For the client, this is the protocol that
+	 * we sent in NextProtocol and is set when handling ServerHello
+	 * extensions.
+	 *
+	 * For a server, this is the client's selected_protocol from
+	 * NextProtocol and is set when handling the NextProtocol message,
+	 * before the Finished message. */
+	unsigned char *next_proto_negotiated;
+	unsigned char next_proto_negotiated_len;
+#endif
+
+#define session_ctx initial_ctx
+
+	STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;  /* What we'll do */
+	SRTP_PROTECTION_PROFILE *srtp_profile;            /* What's been chosen */
+
+	unsigned int tlsext_heartbeat;  /* Is use of the Heartbeat extension negotiated?
+	                                   0: disabled
+	                                   1: enabled
+	                                   2: enabled, but not allowed to send Requests
+	                                 */
+	unsigned int tlsext_hb_pending; /* Indicates if a HeartbeatRequest is in flight */
+	unsigned int tlsext_hb_seq;     /* HeartbeatRequest sequence number */
+#else
+#define session_ctx ctx
+#endif /* OPENSSL_NO_TLSEXT */
+
+	int renegotiate;/* 1 if we are renegotiating.
+	                 * 2 if we are a server and are inside a handshake
+	                 * (i.e. not just sending a HelloRequest) */
+
+#ifndef OPENSSL_NO_SRP
+	SRP_CTX srp_ctx; /* ctx for SRP authentication */
+#endif
+	};
+
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#include <APOpenSSL/ssl2.h>
+#include <APOpenSSL/ssl3.h>
+#include <APOpenSSL/tls1.h> /* This is mostly sslv3 with a few tweaks */
+#include <APOpenSSL/dtls1.h> /* Datagram TLS */
+#include <APOpenSSL/ssl23.h>
+#include <APOpenSSL/srtp.h>  /* Support for the use_srtp extension */
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* compatibility */
+#define SSL_set_app_data(s,arg)		(SSL_set_ex_data(s,0,(char *)arg))
+#define SSL_get_app_data(s)		(SSL_get_ex_data(s,0))
+#define SSL_SESSION_set_app_data(s,a)	(SSL_SESSION_set_ex_data(s,0,(char *)a))
+#define SSL_SESSION_get_app_data(s)	(SSL_SESSION_get_ex_data(s,0))
+#define SSL_CTX_get_app_data(ctx)	(SSL_CTX_get_ex_data(ctx,0))
+#define SSL_CTX_set_app_data(ctx,arg)	(SSL_CTX_set_ex_data(ctx,0,(char *)arg))
+
+/* The following are the possible values for ssl->state are are
+ * used to indicate where we are up to in the SSL connection establishment.
+ * The macros that follow are about the only things you should need to use
+ * and even then, only when using non-blocking IO.
+ * It can also be useful to work out where you were when the connection
+ * failed */
+
+#define SSL_ST_CONNECT			0x1000
+#define SSL_ST_ACCEPT			0x2000
+#define SSL_ST_MASK			0x0FFF
+#define SSL_ST_INIT			(SSL_ST_CONNECT|SSL_ST_ACCEPT)
+#define SSL_ST_BEFORE			0x4000
+#define SSL_ST_OK			0x03
+#define SSL_ST_RENEGOTIATE		(0x04|SSL_ST_INIT)
+
+#define SSL_CB_LOOP			0x01
+#define SSL_CB_EXIT			0x02
+#define SSL_CB_READ			0x04
+#define SSL_CB_WRITE			0x08
+#define SSL_CB_ALERT			0x4000 /* used in callback */
+#define SSL_CB_READ_ALERT		(SSL_CB_ALERT|SSL_CB_READ)
+#define SSL_CB_WRITE_ALERT		(SSL_CB_ALERT|SSL_CB_WRITE)
+#define SSL_CB_ACCEPT_LOOP		(SSL_ST_ACCEPT|SSL_CB_LOOP)
+#define SSL_CB_ACCEPT_EXIT		(SSL_ST_ACCEPT|SSL_CB_EXIT)
+#define SSL_CB_CONNECT_LOOP		(SSL_ST_CONNECT|SSL_CB_LOOP)
+#define SSL_CB_CONNECT_EXIT		(SSL_ST_CONNECT|SSL_CB_EXIT)
+#define SSL_CB_HANDSHAKE_START		0x10
+#define SSL_CB_HANDSHAKE_DONE		0x20
+
+/* Is the SSL_connection established? */
+#define SSL_get_state(a)		SSL_state(a)
+#define SSL_is_init_finished(a)		(SSL_state(a) == SSL_ST_OK)
+#define SSL_in_init(a)			(SSL_state(a)&SSL_ST_INIT)
+#define SSL_in_before(a)		(SSL_state(a)&SSL_ST_BEFORE)
+#define SSL_in_connect_init(a)		(SSL_state(a)&SSL_ST_CONNECT)
+#define SSL_in_accept_init(a)		(SSL_state(a)&SSL_ST_ACCEPT)
+
+/* The following 2 states are kept in ssl->rstate when reads fail,
+ * you should not need these */
+#define SSL_ST_READ_HEADER			0xF0
+#define SSL_ST_READ_BODY			0xF1
+#define SSL_ST_READ_DONE			0xF2
+
+/* Obtain latest Finished message
+ *   -- that we sent (SSL_get_finished)
+ *   -- that we expected from peer (SSL_get_peer_finished).
+ * Returns length (0 == no Finished so far), copies up to 'count' bytes. */
+size_t SSL_get_finished(const SSL *s, void *buf, size_t count);
+size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count);
+
+/* use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 2 options
+ * are 'ored' with SSL_VERIFY_PEER if they are desired */
+#define SSL_VERIFY_NONE			0x00
+#define SSL_VERIFY_PEER			0x01
+#define SSL_VERIFY_FAIL_IF_NO_PEER_CERT	0x02
+#define SSL_VERIFY_CLIENT_ONCE		0x04
+
+#define OpenSSL_add_ssl_algorithms()	SSL_library_init()
+#define SSLeay_add_ssl_algorithms()	SSL_library_init()
+
+/* this is for backward compatibility */
+#if 0 /* NEW_SSLEAY */
+#define SSL_CTX_set_default_verify(a,b,c) SSL_CTX_set_verify(a,b,c)
+#define SSL_set_pref_cipher(c,n)	SSL_set_cipher_list(c,n)
+#define SSL_add_session(a,b)            SSL_CTX_add_session((a),(b))
+#define SSL_remove_session(a,b)		SSL_CTX_remove_session((a),(b))
+#define SSL_flush_sessions(a,b)		SSL_CTX_flush_sessions((a),(b))
+#endif
+/* More backward compatibility */
+#define SSL_get_cipher(s) \
+		SSL_CIPHER_get_name(SSL_get_current_cipher(s))
+#define SSL_get_cipher_bits(s,np) \
+		SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
+#define SSL_get_cipher_version(s) \
+		SSL_CIPHER_get_version(SSL_get_current_cipher(s))
+#define SSL_get_cipher_name(s) \
+		SSL_CIPHER_get_name(SSL_get_current_cipher(s))
+#define SSL_get_time(a)		SSL_SESSION_get_time(a)
+#define SSL_set_time(a,b)	SSL_SESSION_set_time((a),(b))
+#define SSL_get_timeout(a)	SSL_SESSION_get_timeout(a)
+#define SSL_set_timeout(a,b)	SSL_SESSION_set_timeout((a),(b))
+
+#define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id)
+#define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)
+
+DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
+
+#define SSL_AD_REASON_OFFSET		1000 /* offset to get SSL_R_... value from SSL_AD_... */
+
+/* These alert types are for SSLv3 and TLSv1 */
+#define SSL_AD_CLOSE_NOTIFY		SSL3_AD_CLOSE_NOTIFY
+#define SSL_AD_UNEXPECTED_MESSAGE	SSL3_AD_UNEXPECTED_MESSAGE /* fatal */
+#define SSL_AD_BAD_RECORD_MAC		SSL3_AD_BAD_RECORD_MAC     /* fatal */
+#define SSL_AD_DECRYPTION_FAILED	TLS1_AD_DECRYPTION_FAILED
+#define SSL_AD_RECORD_OVERFLOW		TLS1_AD_RECORD_OVERFLOW
+#define SSL_AD_DECOMPRESSION_FAILURE	SSL3_AD_DECOMPRESSION_FAILURE/* fatal */
+#define SSL_AD_HANDSHAKE_FAILURE	SSL3_AD_HANDSHAKE_FAILURE/* fatal */
+#define SSL_AD_NO_CERTIFICATE		SSL3_AD_NO_CERTIFICATE /* Not for TLS */
+#define SSL_AD_BAD_CERTIFICATE		SSL3_AD_BAD_CERTIFICATE
+#define SSL_AD_UNSUPPORTED_CERTIFICATE	SSL3_AD_UNSUPPORTED_CERTIFICATE
+#define SSL_AD_CERTIFICATE_REVOKED	SSL3_AD_CERTIFICATE_REVOKED
+#define SSL_AD_CERTIFICATE_EXPIRED	SSL3_AD_CERTIFICATE_EXPIRED
+#define SSL_AD_CERTIFICATE_UNKNOWN	SSL3_AD_CERTIFICATE_UNKNOWN
+#define SSL_AD_ILLEGAL_PARAMETER	SSL3_AD_ILLEGAL_PARAMETER   /* fatal */
+#define SSL_AD_UNKNOWN_CA		TLS1_AD_UNKNOWN_CA	/* fatal */
+#define SSL_AD_ACCESS_DENIED		TLS1_AD_ACCESS_DENIED	/* fatal */
+#define SSL_AD_DECODE_ERROR		TLS1_AD_DECODE_ERROR	/* fatal */
+#define SSL_AD_DECRYPT_ERROR		TLS1_AD_DECRYPT_ERROR
+#define SSL_AD_EXPORT_RESTRICTION	TLS1_AD_EXPORT_RESTRICTION/* fatal */
+#define SSL_AD_PROTOCOL_VERSION		TLS1_AD_PROTOCOL_VERSION /* fatal */
+#define SSL_AD_INSUFFICIENT_SECURITY	TLS1_AD_INSUFFICIENT_SECURITY/* fatal */
+#define SSL_AD_INTERNAL_ERROR		TLS1_AD_INTERNAL_ERROR	/* fatal */
+#define SSL_AD_USER_CANCELLED		TLS1_AD_USER_CANCELLED
+#define SSL_AD_NO_RENEGOTIATION		TLS1_AD_NO_RENEGOTIATION
+#define SSL_AD_UNSUPPORTED_EXTENSION	TLS1_AD_UNSUPPORTED_EXTENSION
+#define SSL_AD_CERTIFICATE_UNOBTAINABLE TLS1_AD_CERTIFICATE_UNOBTAINABLE
+#define SSL_AD_UNRECOGNIZED_NAME	TLS1_AD_UNRECOGNIZED_NAME
+#define SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE
+#define SSL_AD_BAD_CERTIFICATE_HASH_VALUE TLS1_AD_BAD_CERTIFICATE_HASH_VALUE
+#define SSL_AD_UNKNOWN_PSK_IDENTITY     TLS1_AD_UNKNOWN_PSK_IDENTITY /* fatal */
+
+#define SSL_ERROR_NONE			0
+#define SSL_ERROR_SSL			1
+#define SSL_ERROR_WANT_READ		2
+#define SSL_ERROR_WANT_WRITE		3
+#define SSL_ERROR_WANT_X509_LOOKUP	4
+#define SSL_ERROR_SYSCALL		5 /* look at error stack/return value/errno */
+#define SSL_ERROR_ZERO_RETURN		6
+#define SSL_ERROR_WANT_CONNECT		7
+#define SSL_ERROR_WANT_ACCEPT		8
+
+#define SSL_CTRL_NEED_TMP_RSA			1
+#define SSL_CTRL_SET_TMP_RSA			2
+#define SSL_CTRL_SET_TMP_DH			3
+#define SSL_CTRL_SET_TMP_ECDH			4
+#define SSL_CTRL_SET_TMP_RSA_CB			5
+#define SSL_CTRL_SET_TMP_DH_CB			6
+#define SSL_CTRL_SET_TMP_ECDH_CB		7
+
+#define SSL_CTRL_GET_SESSION_REUSED		8
+#define SSL_CTRL_GET_CLIENT_CERT_REQUEST	9
+#define SSL_CTRL_GET_NUM_RENEGOTIATIONS		10
+#define SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS	11
+#define SSL_CTRL_GET_TOTAL_RENEGOTIATIONS	12
+#define SSL_CTRL_GET_FLAGS			13
+#define SSL_CTRL_EXTRA_CHAIN_CERT		14
+
+#define SSL_CTRL_SET_MSG_CALLBACK               15
+#define SSL_CTRL_SET_MSG_CALLBACK_ARG           16
+
+/* only applies to datagram connections */
+#define SSL_CTRL_SET_MTU                17
+/* Stats */
+#define SSL_CTRL_SESS_NUMBER			20
+#define SSL_CTRL_SESS_CONNECT			21
+#define SSL_CTRL_SESS_CONNECT_GOOD		22
+#define SSL_CTRL_SESS_CONNECT_RENEGOTIATE	23
+#define SSL_CTRL_SESS_ACCEPT			24
+#define SSL_CTRL_SESS_ACCEPT_GOOD		25
+#define SSL_CTRL_SESS_ACCEPT_RENEGOTIATE	26
+#define SSL_CTRL_SESS_HIT			27
+#define SSL_CTRL_SESS_CB_HIT			28
+#define SSL_CTRL_SESS_MISSES			29
+#define SSL_CTRL_SESS_TIMEOUTS			30
+#define SSL_CTRL_SESS_CACHE_FULL		31
+#define SSL_CTRL_OPTIONS			32
+#define SSL_CTRL_MODE				33
+
+#define SSL_CTRL_GET_READ_AHEAD			40
+#define SSL_CTRL_SET_READ_AHEAD			41
+#define SSL_CTRL_SET_SESS_CACHE_SIZE		42
+#define SSL_CTRL_GET_SESS_CACHE_SIZE		43
+#define SSL_CTRL_SET_SESS_CACHE_MODE		44
+#define SSL_CTRL_GET_SESS_CACHE_MODE		45
+
+#define SSL_CTRL_GET_MAX_CERT_LIST		50
+#define SSL_CTRL_SET_MAX_CERT_LIST		51
+
+#define SSL_CTRL_SET_MAX_SEND_FRAGMENT		52
+
+/* see tls1.h for macros based on these */
+#ifndef OPENSSL_NO_TLSEXT
+#define SSL_CTRL_SET_TLSEXT_SERVERNAME_CB	53
+#define SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG	54
+#define SSL_CTRL_SET_TLSEXT_HOSTNAME		55
+#define SSL_CTRL_SET_TLSEXT_DEBUG_CB		56
+#define SSL_CTRL_SET_TLSEXT_DEBUG_ARG		57
+#define SSL_CTRL_GET_TLSEXT_TICKET_KEYS		58
+#define SSL_CTRL_SET_TLSEXT_TICKET_KEYS		59
+#define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT	60
+#define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB	61
+#define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG 62
+#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB	63
+#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG	64
+#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE	65
+#define SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS	66
+#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS	67
+#define SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS	68
+#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS	69
+#define SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP	70
+#define SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP	71
+
+#define SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB	72
+
+#define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB	75
+#define SSL_CTRL_SET_SRP_VERIFY_PARAM_CB		76
+#define SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB		77
+
+#define SSL_CTRL_SET_SRP_ARG		78
+#define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME		79
+#define SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH		80
+#define SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD		81
+#ifndef OPENSSL_NO_HEARTBEATS
+#define SSL_CTRL_TLS_EXT_SEND_HEARTBEAT				85
+#define SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING		86
+#define SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS	87
+#endif
+#endif
+
+#define DTLS_CTRL_GET_TIMEOUT		73
+#define DTLS_CTRL_HANDLE_TIMEOUT	74
+#define DTLS_CTRL_LISTEN			75
+
+#define SSL_CTRL_GET_RI_SUPPORT			76
+#define SSL_CTRL_CLEAR_OPTIONS			77
+#define SSL_CTRL_CLEAR_MODE			78
+
+#define SSL_CTRL_GET_EXTRA_CHAIN_CERTS		82
+#define SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS	83
+
+#define DTLSv1_get_timeout(ssl, arg) \
+	SSL_ctrl(ssl,DTLS_CTRL_GET_TIMEOUT,0, (void *)arg)
+#define DTLSv1_handle_timeout(ssl) \
+	SSL_ctrl(ssl,DTLS_CTRL_HANDLE_TIMEOUT,0, NULL)
+#define DTLSv1_listen(ssl, peer) \
+	SSL_ctrl(ssl,DTLS_CTRL_LISTEN,0, (void *)peer)
+
+#define SSL_session_reused(ssl) \
+	SSL_ctrl((ssl),SSL_CTRL_GET_SESSION_REUSED,0,NULL)
+#define SSL_num_renegotiations(ssl) \
+	SSL_ctrl((ssl),SSL_CTRL_GET_NUM_RENEGOTIATIONS,0,NULL)
+#define SSL_clear_num_renegotiations(ssl) \
+	SSL_ctrl((ssl),SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS,0,NULL)
+#define SSL_total_renegotiations(ssl) \
+	SSL_ctrl((ssl),SSL_CTRL_GET_TOTAL_RENEGOTIATIONS,0,NULL)
+
+#define SSL_CTX_need_tmp_RSA(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_NEED_TMP_RSA,0,NULL)
+#define SSL_CTX_set_tmp_rsa(ctx,rsa) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa)
+#define SSL_CTX_set_tmp_dh(ctx,dh) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
+#define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh)
+
+#define SSL_need_tmp_RSA(ssl) \
+	SSL_ctrl(ssl,SSL_CTRL_NEED_TMP_RSA,0,NULL)
+#define SSL_set_tmp_rsa(ssl,rsa) \
+	SSL_ctrl(ssl,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa)
+#define SSL_set_tmp_dh(ssl,dh) \
+	SSL_ctrl(ssl,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
+#define SSL_set_tmp_ecdh(ssl,ecdh) \
+	SSL_ctrl(ssl,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh)
+
+#define SSL_CTX_add_extra_chain_cert(ctx,x509) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)x509)
+#define SSL_CTX_get_extra_chain_certs(ctx,px509) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_GET_EXTRA_CHAIN_CERTS,0,px509)
+#define SSL_CTX_clear_extra_chain_certs(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS,0,NULL)
+
+#ifndef OPENSSL_NO_BIO
+BIO_METHOD *BIO_f_ssl(void);
+BIO *BIO_new_ssl(SSL_CTX *ctx,int client);
+BIO *BIO_new_ssl_connect(SSL_CTX *ctx);
+BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx);
+int BIO_ssl_copy_session_id(BIO *to,BIO *from);
+void BIO_ssl_shutdown(BIO *ssl_bio);
+
+#endif
+
+int	SSL_CTX_set_cipher_list(SSL_CTX *,const char *str);
+SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
+void	SSL_CTX_free(SSL_CTX *);
+long SSL_CTX_set_timeout(SSL_CTX *ctx,long t);
+long SSL_CTX_get_timeout(const SSL_CTX *ctx);
+X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
+void SSL_CTX_set_cert_store(SSL_CTX *,X509_STORE *);
+int SSL_want(const SSL *s);
+int	SSL_clear(SSL *s);
+
+void	SSL_CTX_flush_sessions(SSL_CTX *ctx,long tm);
+
+const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
+int	SSL_CIPHER_get_bits(const SSL_CIPHER *c,int *alg_bits);
+char *	SSL_CIPHER_get_version(const SSL_CIPHER *c);
+const char *	SSL_CIPHER_get_name(const SSL_CIPHER *c);
+unsigned long 	SSL_CIPHER_get_id(const SSL_CIPHER *c);
+
+int	SSL_get_fd(const SSL *s);
+int	SSL_get_rfd(const SSL *s);
+int	SSL_get_wfd(const SSL *s);
+const char  * SSL_get_cipher_list(const SSL *s,int n);
+char *	SSL_get_shared_ciphers(const SSL *s, char *buf, int len);
+int	SSL_get_read_ahead(const SSL * s);
+int	SSL_pending(const SSL *s);
+#ifndef OPENSSL_NO_SOCK
+int	SSL_set_fd(SSL *s, int fd);
+int	SSL_set_rfd(SSL *s, int fd);
+int	SSL_set_wfd(SSL *s, int fd);
+#endif
+#ifndef OPENSSL_NO_BIO
+void	SSL_set_bio(SSL *s, BIO *rbio,BIO *wbio);
+BIO *	SSL_get_rbio(const SSL *s);
+BIO *	SSL_get_wbio(const SSL *s);
+#endif
+int	SSL_set_cipher_list(SSL *s, const char *str);
+void	SSL_set_read_ahead(SSL *s, int yes);
+int	SSL_get_verify_mode(const SSL *s);
+int	SSL_get_verify_depth(const SSL *s);
+int	(*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *);
+void	SSL_set_verify(SSL *s, int mode,
+		       int (*callback)(int ok,X509_STORE_CTX *ctx));
+void	SSL_set_verify_depth(SSL *s, int depth);
+#ifndef OPENSSL_NO_RSA
+int	SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
+#endif
+int	SSL_use_RSAPrivateKey_ASN1(SSL *ssl, unsigned char *d, long len);
+int	SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
+int	SSL_use_PrivateKey_ASN1(int pk,SSL *ssl, const unsigned char *d, long len);
+int	SSL_use_certificate(SSL *ssl, X509 *x);
+int	SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len);
+
+#ifndef OPENSSL_NO_STDIO
+int	SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type);
+int	SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type);
+int	SSL_use_certificate_file(SSL *ssl, const char *file, int type);
+int	SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type);
+int	SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type);
+int	SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type);
+int	SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file); /* PEM type */
+STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file);
+int	SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs,
+					    const char *file);
+#ifndef OPENSSL_SYS_VMS
+#ifndef OPENSSL_SYS_MACINTOSH_CLASSIC /* XXXXX: Better scheme needed! [was: #ifndef MAC_OS_pre_X] */
+int	SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs,
+					   const char *dir);
+#endif
+#endif
+
+#endif
+
+void	SSL_load_error_strings(void );
+const char *SSL_state_string(const SSL *s);
+const char *SSL_rstate_string(const SSL *s);
+const char *SSL_state_string_long(const SSL *s);
+const char *SSL_rstate_string_long(const SSL *s);
+long	SSL_SESSION_get_time(const SSL_SESSION *s);
+long	SSL_SESSION_set_time(SSL_SESSION *s, long t);
+long	SSL_SESSION_get_timeout(const SSL_SESSION *s);
+long	SSL_SESSION_set_timeout(SSL_SESSION *s, long t);
+void	SSL_copy_session_id(SSL *to,const SSL *from);
+X509 *SSL_SESSION_get0_peer(SSL_SESSION *s);
+int SSL_SESSION_set1_id_context(SSL_SESSION *s,const unsigned char *sid_ctx,
+			       unsigned int sid_ctx_len);
+
+SSL_SESSION *SSL_SESSION_new(void);
+const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s,
+					unsigned int *len);
+unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s);
+#ifndef OPENSSL_NO_FP_API
+int	SSL_SESSION_print_fp(FILE *fp,const SSL_SESSION *ses);
+#endif
+#ifndef OPENSSL_NO_BIO
+int	SSL_SESSION_print(BIO *fp,const SSL_SESSION *ses);
+#endif
+void	SSL_SESSION_free(SSL_SESSION *ses);
+int	i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp);
+int	SSL_set_session(SSL *to, SSL_SESSION *session);
+int	SSL_CTX_add_session(SSL_CTX *s, SSL_SESSION *c);
+int	SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c);
+int	SSL_CTX_set_generate_session_id(SSL_CTX *, GEN_SESSION_CB);
+int	SSL_set_generate_session_id(SSL *, GEN_SESSION_CB);
+int	SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id,
+					unsigned int id_len);
+SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a,const unsigned char **pp,
+			     long length);
+
+#ifdef HEADER_X509_H
+X509 *	SSL_get_peer_certificate(const SSL *s);
+#endif
+
+STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s);
+
+int SSL_CTX_get_verify_mode(const SSL_CTX *ctx);
+int SSL_CTX_get_verify_depth(const SSL_CTX *ctx);
+int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *);
+void SSL_CTX_set_verify(SSL_CTX *ctx,int mode,
+			int (*callback)(int, X509_STORE_CTX *));
+void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth);
+void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
+#ifndef OPENSSL_NO_RSA
+int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
+#endif
+int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, long len);
+int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey);
+int SSL_CTX_use_PrivateKey_ASN1(int pk,SSL_CTX *ctx,
+	const unsigned char *d, long len);
+int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x);
+int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, const unsigned char *d);
+
+void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb);
+void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u);
+
+int SSL_CTX_check_private_key(const SSL_CTX *ctx);
+int SSL_check_private_key(const SSL *ctx);
+
+int	SSL_CTX_set_session_id_context(SSL_CTX *ctx,const unsigned char *sid_ctx,
+				       unsigned int sid_ctx_len);
+
+SSL *	SSL_new(SSL_CTX *ctx);
+int	SSL_set_session_id_context(SSL *ssl,const unsigned char *sid_ctx,
+				   unsigned int sid_ctx_len);
+
+int SSL_CTX_set_purpose(SSL_CTX *s, int purpose);
+int SSL_set_purpose(SSL *s, int purpose);
+int SSL_CTX_set_trust(SSL_CTX *s, int trust);
+int SSL_set_trust(SSL *s, int trust);
+
+int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm);
+int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm);
+
+#ifndef OPENSSL_NO_SRP
+int SSL_CTX_set_srp_username(SSL_CTX *ctx,char *name);
+int SSL_CTX_set_srp_password(SSL_CTX *ctx,char *password);
+int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength);
+int SSL_CTX_set_srp_client_pwd_callback(SSL_CTX *ctx,
+					char *(*cb)(SSL *,void *));
+int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx,
+					  int (*cb)(SSL *,void *));
+int SSL_CTX_set_srp_username_callback(SSL_CTX *ctx,
+				      int (*cb)(SSL *,int *,void *));
+int SSL_CTX_set_srp_cb_arg(SSL_CTX *ctx, void *arg);
+
+int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g,
+			     BIGNUM *sa, BIGNUM *v, char *info);
+int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,
+				const char *grp);
+
+BIGNUM *SSL_get_srp_g(SSL *s);
+BIGNUM *SSL_get_srp_N(SSL *s);
+
+char *SSL_get_srp_username(SSL *s);
+char *SSL_get_srp_userinfo(SSL *s);
+#endif
+
+void	SSL_free(SSL *ssl);
+int 	SSL_accept(SSL *ssl);
+int 	SSL_connect(SSL *ssl);
+int 	SSL_read(SSL *ssl,void *buf,int num);
+int 	SSL_peek(SSL *ssl,void *buf,int num);
+int 	SSL_write(SSL *ssl,const void *buf,int num);
+long	SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg);
+long	SSL_callback_ctrl(SSL *, int, void (*)(void));
+long	SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg);
+long	SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void));
+
+int	SSL_get_error(const SSL *s,int ret_code);
+const char *SSL_get_version(const SSL *s);
+
+/* This sets the 'default' SSL version that SSL_new() will create */
+int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth);
+
+#ifndef OPENSSL_NO_SSL2
+const SSL_METHOD *SSLv2_method(void);		/* SSLv2 */
+const SSL_METHOD *SSLv2_server_method(void);	/* SSLv2 */
+const SSL_METHOD *SSLv2_client_method(void);	/* SSLv2 */
+#endif
+
+const SSL_METHOD *SSLv3_method(void);		/* SSLv3 */
+const SSL_METHOD *SSLv3_server_method(void);	/* SSLv3 */
+const SSL_METHOD *SSLv3_client_method(void);	/* SSLv3 */
+
+const SSL_METHOD *SSLv23_method(void);	/* SSLv3 but can rollback to v2 */
+const SSL_METHOD *SSLv23_server_method(void);	/* SSLv3 but can rollback to v2 */
+const SSL_METHOD *SSLv23_client_method(void);	/* SSLv3 but can rollback to v2 */
+
+const SSL_METHOD *TLSv1_method(void);		/* TLSv1.0 */
+const SSL_METHOD *TLSv1_server_method(void);	/* TLSv1.0 */
+const SSL_METHOD *TLSv1_client_method(void);	/* TLSv1.0 */
+
+const SSL_METHOD *TLSv1_1_method(void);		/* TLSv1.1 */
+const SSL_METHOD *TLSv1_1_server_method(void);	/* TLSv1.1 */
+const SSL_METHOD *TLSv1_1_client_method(void);	/* TLSv1.1 */
+
+const SSL_METHOD *TLSv1_2_method(void);		/* TLSv1.2 */
+const SSL_METHOD *TLSv1_2_server_method(void);	/* TLSv1.2 */
+const SSL_METHOD *TLSv1_2_client_method(void);	/* TLSv1.2 */
+
+
+const SSL_METHOD *DTLSv1_method(void);		/* DTLSv1.0 */
+const SSL_METHOD *DTLSv1_server_method(void);	/* DTLSv1.0 */
+const SSL_METHOD *DTLSv1_client_method(void);	/* DTLSv1.0 */
+
+STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s);
+
+int SSL_do_handshake(SSL *s);
+int SSL_renegotiate(SSL *s);
+int SSL_renegotiate_abbreviated(SSL *s);
+int SSL_renegotiate_pending(SSL *s);
+int SSL_shutdown(SSL *s);
+
+const SSL_METHOD *SSL_get_ssl_method(SSL *s);
+int SSL_set_ssl_method(SSL *s, const SSL_METHOD *method);
+const char *SSL_alert_type_string_long(int value);
+const char *SSL_alert_type_string(int value);
+const char *SSL_alert_desc_string_long(int value);
+const char *SSL_alert_desc_string(int value);
+
+void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list);
+void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list);
+STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s);
+STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *s);
+int SSL_add_client_CA(SSL *ssl,X509 *x);
+int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x);
+
+void SSL_set_connect_state(SSL *s);
+void SSL_set_accept_state(SSL *s);
+
+long SSL_get_default_timeout(const SSL *s);
+
+int SSL_library_init(void );
+
+char *SSL_CIPHER_description(const SSL_CIPHER *,char *buf,int size);
+STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk);
+
+SSL *SSL_dup(SSL *ssl);
+
+X509 *SSL_get_certificate(const SSL *ssl);
+/* EVP_PKEY */ struct evp_pkey_st *SSL_get_privatekey(SSL *ssl);
+
+void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx,int mode);
+int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx);
+void SSL_set_quiet_shutdown(SSL *ssl,int mode);
+int SSL_get_quiet_shutdown(const SSL *ssl);
+void SSL_set_shutdown(SSL *ssl,int mode);
+int SSL_get_shutdown(const SSL *ssl);
+int SSL_version(const SSL *ssl);
+int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx);
+int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
+	const char *CApath);
+#define SSL_get0_session SSL_get_session /* just peek at pointer */
+SSL_SESSION *SSL_get_session(const SSL *ssl);
+SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
+SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
+SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX* ctx);
+void SSL_set_info_callback(SSL *ssl,
+			   void (*cb)(const SSL *ssl,int type,int val));
+void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl,int type,int val);
+int SSL_state(const SSL *ssl);
+void SSL_set_state(SSL *ssl, int state);
+
+void SSL_set_verify_result(SSL *ssl,long v);
+long SSL_get_verify_result(const SSL *ssl);
+
+int SSL_set_ex_data(SSL *ssl,int idx,void *data);
+void *SSL_get_ex_data(const SSL *ssl,int idx);
+int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+
+int SSL_SESSION_set_ex_data(SSL_SESSION *ss,int idx,void *data);
+void *SSL_SESSION_get_ex_data(const SSL_SESSION *ss,int idx);
+int SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+
+int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data);
+void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx);
+int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+
+int SSL_get_ex_data_X509_STORE_CTX_idx(void );
+
+#define SSL_CTX_sess_set_cache_size(ctx,t) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_SIZE,t,NULL)
+#define SSL_CTX_sess_get_cache_size(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_SIZE,0,NULL)
+#define SSL_CTX_set_session_cache_mode(ctx,m) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL)
+#define SSL_CTX_get_session_cache_mode(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_MODE,0,NULL)
+
+#define SSL_CTX_get_default_read_ahead(ctx) SSL_CTX_get_read_ahead(ctx)
+#define SSL_CTX_set_default_read_ahead(ctx,m) SSL_CTX_set_read_ahead(ctx,m)
+#define SSL_CTX_get_read_ahead(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_GET_READ_AHEAD,0,NULL)
+#define SSL_CTX_set_read_ahead(ctx,m) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SET_READ_AHEAD,m,NULL)
+#define SSL_CTX_get_max_cert_list(ctx) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_GET_MAX_CERT_LIST,0,NULL)
+#define SSL_CTX_set_max_cert_list(ctx,m) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL)
+#define SSL_get_max_cert_list(ssl) \
+	SSL_ctrl(ssl,SSL_CTRL_GET_MAX_CERT_LIST,0,NULL)
+#define SSL_set_max_cert_list(ssl,m) \
+	SSL_ctrl(ssl,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL)
+
+#define SSL_CTX_set_max_send_fragment(ctx,m) \
+	SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_SEND_FRAGMENT,m,NULL)
+#define SSL_set_max_send_fragment(ssl,m) \
+	SSL_ctrl(ssl,SSL_CTRL_SET_MAX_SEND_FRAGMENT,m,NULL)
+
+     /* NB: the keylength is only applicable when is_export is true */
+#ifndef OPENSSL_NO_RSA
+void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,
+				  RSA *(*cb)(SSL *ssl,int is_export,
+					     int keylength));
+
+void SSL_set_tmp_rsa_callback(SSL *ssl,
+				  RSA *(*cb)(SSL *ssl,int is_export,
+					     int keylength));
+#endif
+#ifndef OPENSSL_NO_DH
+void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
+				 DH *(*dh)(SSL *ssl,int is_export,
+					   int keylength));
+void SSL_set_tmp_dh_callback(SSL *ssl,
+				 DH *(*dh)(SSL *ssl,int is_export,
+					   int keylength));
+#endif
+#ifndef OPENSSL_NO_ECDH
+void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx,
+				 EC_KEY *(*ecdh)(SSL *ssl,int is_export,
+					   int keylength));
+void SSL_set_tmp_ecdh_callback(SSL *ssl,
+				 EC_KEY *(*ecdh)(SSL *ssl,int is_export,
+					   int keylength));
+#endif
+
+#ifndef OPENSSL_NO_COMP
+const COMP_METHOD *SSL_get_current_compression(SSL *s);
+const COMP_METHOD *SSL_get_current_expansion(SSL *s);
+const char *SSL_COMP_get_name(const COMP_METHOD *comp);
+STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
+int SSL_COMP_add_compression_method(int id,COMP_METHOD *cm);
+#else
+const void *SSL_get_current_compression(SSL *s);
+const void *SSL_get_current_expansion(SSL *s);
+const char *SSL_COMP_get_name(const void *comp);
+void *SSL_COMP_get_compression_methods(void);
+int SSL_COMP_add_compression_method(int id,void *cm);
+#endif
+
+/* TLS extensions functions */
+int SSL_set_session_ticket_ext(SSL *s, void *ext_data, int ext_len);
+
+int SSL_set_session_ticket_ext_cb(SSL *s, tls_session_ticket_ext_cb_fn cb,
+				  void *arg);
+
+/* Pre-shared secret session resumption functions */
+int SSL_set_session_secret_cb(SSL *s, tls_session_secret_cb_fn tls_session_secret_cb, void *arg);
+
+void SSL_set_debug(SSL *s, int debug);
+int SSL_cache_hit(SSL *s);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_SSL_strings(void);
+
+/* Error codes for the SSL functions. */
+
+/* Function codes. */
+#define SSL_F_CLIENT_CERTIFICATE			 100
+#define SSL_F_CLIENT_FINISHED				 167
+#define SSL_F_CLIENT_HELLO				 101
+#define SSL_F_CLIENT_MASTER_KEY				 102
+#define SSL_F_D2I_SSL_SESSION				 103
+#define SSL_F_DO_DTLS1_WRITE				 245
+#define SSL_F_DO_SSL3_WRITE				 104
+#define SSL_F_DTLS1_ACCEPT				 246
+#define SSL_F_DTLS1_ADD_CERT_TO_BUF			 295
+#define SSL_F_DTLS1_BUFFER_RECORD			 247
+#define SSL_F_DTLS1_CHECK_TIMEOUT_NUM			 316
+#define SSL_F_DTLS1_CLIENT_HELLO			 248
+#define SSL_F_DTLS1_CONNECT				 249
+#define SSL_F_DTLS1_ENC					 250
+#define SSL_F_DTLS1_GET_HELLO_VERIFY			 251
+#define SSL_F_DTLS1_GET_MESSAGE				 252
+#define SSL_F_DTLS1_GET_MESSAGE_FRAGMENT		 253
+#define SSL_F_DTLS1_GET_RECORD				 254
+#define SSL_F_DTLS1_HANDLE_TIMEOUT			 297
+#define SSL_F_DTLS1_HEARTBEAT				 305
+#define SSL_F_DTLS1_OUTPUT_CERT_CHAIN			 255
+#define SSL_F_DTLS1_PREPROCESS_FRAGMENT			 288
+#define SSL_F_DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE		 256
+#define SSL_F_DTLS1_PROCESS_RECORD			 257
+#define SSL_F_DTLS1_READ_BYTES				 258
+#define SSL_F_DTLS1_READ_FAILED				 259
+#define SSL_F_DTLS1_SEND_CERTIFICATE_REQUEST		 260
+#define SSL_F_DTLS1_SEND_CLIENT_CERTIFICATE		 261
+#define SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE		 262
+#define SSL_F_DTLS1_SEND_CLIENT_VERIFY			 263
+#define SSL_F_DTLS1_SEND_HELLO_VERIFY_REQUEST		 264
+#define SSL_F_DTLS1_SEND_SERVER_CERTIFICATE		 265
+#define SSL_F_DTLS1_SEND_SERVER_HELLO			 266
+#define SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE		 267
+#define SSL_F_DTLS1_WRITE_APP_DATA_BYTES		 268
+#define SSL_F_GET_CLIENT_FINISHED			 105
+#define SSL_F_GET_CLIENT_HELLO				 106
+#define SSL_F_GET_CLIENT_MASTER_KEY			 107
+#define SSL_F_GET_SERVER_FINISHED			 108
+#define SSL_F_GET_SERVER_HELLO				 109
+#define SSL_F_GET_SERVER_VERIFY				 110
+#define SSL_F_I2D_SSL_SESSION				 111
+#define SSL_F_READ_N					 112
+#define SSL_F_REQUEST_CERTIFICATE			 113
+#define SSL_F_SERVER_FINISH				 239
+#define SSL_F_SERVER_HELLO				 114
+#define SSL_F_SERVER_VERIFY				 240
+#define SSL_F_SSL23_ACCEPT				 115
+#define SSL_F_SSL23_CLIENT_HELLO			 116
+#define SSL_F_SSL23_CONNECT				 117
+#define SSL_F_SSL23_GET_CLIENT_HELLO			 118
+#define SSL_F_SSL23_GET_SERVER_HELLO			 119
+#define SSL_F_SSL23_PEEK				 237
+#define SSL_F_SSL23_READ				 120
+#define SSL_F_SSL23_WRITE				 121
+#define SSL_F_SSL2_ACCEPT				 122
+#define SSL_F_SSL2_CONNECT				 123
+#define SSL_F_SSL2_ENC_INIT				 124
+#define SSL_F_SSL2_GENERATE_KEY_MATERIAL		 241
+#define SSL_F_SSL2_PEEK					 234
+#define SSL_F_SSL2_READ					 125
+#define SSL_F_SSL2_READ_INTERNAL			 236
+#define SSL_F_SSL2_SET_CERTIFICATE			 126
+#define SSL_F_SSL2_WRITE				 127
+#define SSL_F_SSL3_ACCEPT				 128
+#define SSL_F_SSL3_ADD_CERT_TO_BUF			 296
+#define SSL_F_SSL3_CALLBACK_CTRL			 233
+#define SSL_F_SSL3_CHANGE_CIPHER_STATE			 129
+#define SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM		 130
+#define SSL_F_SSL3_CHECK_CLIENT_HELLO			 304
+#define SSL_F_SSL3_CLIENT_HELLO				 131
+#define SSL_F_SSL3_CONNECT				 132
+#define SSL_F_SSL3_CTRL					 213
+#define SSL_F_SSL3_CTX_CTRL				 133
+#define SSL_F_SSL3_DIGEST_CACHED_RECORDS		 293
+#define SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC		 292
+#define SSL_F_SSL3_ENC					 134
+#define SSL_F_SSL3_GENERATE_KEY_BLOCK			 238
+#define SSL_F_SSL3_GET_CERTIFICATE_REQUEST		 135
+#define SSL_F_SSL3_GET_CERT_STATUS			 289
+#define SSL_F_SSL3_GET_CERT_VERIFY			 136
+#define SSL_F_SSL3_GET_CLIENT_CERTIFICATE		 137
+#define SSL_F_SSL3_GET_CLIENT_HELLO			 138
+#define SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE		 139
+#define SSL_F_SSL3_GET_FINISHED				 140
+#define SSL_F_SSL3_GET_KEY_EXCHANGE			 141
+#define SSL_F_SSL3_GET_MESSAGE				 142
+#define SSL_F_SSL3_GET_NEW_SESSION_TICKET		 283
+#define SSL_F_SSL3_GET_NEXT_PROTO			 306
+#define SSL_F_SSL3_GET_RECORD				 143
+#define SSL_F_SSL3_GET_SERVER_CERTIFICATE		 144
+#define SSL_F_SSL3_GET_SERVER_DONE			 145
+#define SSL_F_SSL3_GET_SERVER_HELLO			 146
+#define SSL_F_SSL3_HANDSHAKE_MAC			 285
+#define SSL_F_SSL3_NEW_SESSION_TICKET			 287
+#define SSL_F_SSL3_OUTPUT_CERT_CHAIN			 147
+#define SSL_F_SSL3_PEEK					 235
+#define SSL_F_SSL3_READ_BYTES				 148
+#define SSL_F_SSL3_READ_N				 149
+#define SSL_F_SSL3_SEND_CERTIFICATE_REQUEST		 150
+#define SSL_F_SSL3_SEND_CLIENT_CERTIFICATE		 151
+#define SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE		 152
+#define SSL_F_SSL3_SEND_CLIENT_VERIFY			 153
+#define SSL_F_SSL3_SEND_SERVER_CERTIFICATE		 154
+#define SSL_F_SSL3_SEND_SERVER_HELLO			 242
+#define SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE		 155
+#define SSL_F_SSL3_SETUP_KEY_BLOCK			 157
+#define SSL_F_SSL3_SETUP_READ_BUFFER			 156
+#define SSL_F_SSL3_SETUP_WRITE_BUFFER			 291
+#define SSL_F_SSL3_WRITE_BYTES				 158
+#define SSL_F_SSL3_WRITE_PENDING			 159
+#define SSL_F_SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT	 298
+#define SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT		 277
+#define SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT		 307
+#define SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK	 215
+#define SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK	 216
+#define SSL_F_SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT	 299
+#define SSL_F_SSL_ADD_SERVERHELLO_TLSEXT		 278
+#define SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT		 308
+#define SSL_F_SSL_BAD_METHOD				 160
+#define SSL_F_SSL_BYTES_TO_CIPHER_LIST			 161
+#define SSL_F_SSL_CERT_DUP				 221
+#define SSL_F_SSL_CERT_INST				 222
+#define SSL_F_SSL_CERT_INSTANTIATE			 214
+#define SSL_F_SSL_CERT_NEW				 162
+#define SSL_F_SSL_CHECK_PRIVATE_KEY			 163
+#define SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT		 280
+#define SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG		 279
+#define SSL_F_SSL_CIPHER_PROCESS_RULESTR		 230
+#define SSL_F_SSL_CIPHER_STRENGTH_SORT			 231
+#define SSL_F_SSL_CLEAR					 164
+#define SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD		 165
+#define SSL_F_SSL_CREATE_CIPHER_LIST			 166
+#define SSL_F_SSL_CTRL					 232
+#define SSL_F_SSL_CTX_CHECK_PRIVATE_KEY			 168
+#define SSL_F_SSL_CTX_MAKE_PROFILES			 309
+#define SSL_F_SSL_CTX_NEW				 169
+#define SSL_F_SSL_CTX_SET_CIPHER_LIST			 269
+#define SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE		 290
+#define SSL_F_SSL_CTX_SET_PURPOSE			 226
+#define SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT		 219
+#define SSL_F_SSL_CTX_SET_SSL_VERSION			 170
+#define SSL_F_SSL_CTX_SET_TRUST				 229
+#define SSL_F_SSL_CTX_USE_CERTIFICATE			 171
+#define SSL_F_SSL_CTX_USE_CERTIFICATE_ASN1		 172
+#define SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE	 220
+#define SSL_F_SSL_CTX_USE_CERTIFICATE_FILE		 173
+#define SSL_F_SSL_CTX_USE_PRIVATEKEY			 174
+#define SSL_F_SSL_CTX_USE_PRIVATEKEY_ASN1		 175
+#define SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE		 176
+#define SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT		 272
+#define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY			 177
+#define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_ASN1		 178
+#define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE		 179
+#define SSL_F_SSL_DO_HANDSHAKE				 180
+#define SSL_F_SSL_GET_NEW_SESSION			 181
+#define SSL_F_SSL_GET_PREV_SESSION			 217
+#define SSL_F_SSL_GET_SERVER_SEND_CERT			 182
+#define SSL_F_SSL_GET_SIGN_PKEY				 183
+#define SSL_F_SSL_INIT_WBIO_BUFFER			 184
+#define SSL_F_SSL_LOAD_CLIENT_CA_FILE			 185
+#define SSL_F_SSL_NEW					 186
+#define SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT	 300
+#define SSL_F_SSL_PARSE_CLIENTHELLO_TLSEXT		 302
+#define SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT	 310
+#define SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT	 301
+#define SSL_F_SSL_PARSE_SERVERHELLO_TLSEXT		 303
+#define SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT	 311
+#define SSL_F_SSL_PEEK					 270
+#define SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT		 281
+#define SSL_F_SSL_PREPARE_SERVERHELLO_TLSEXT		 282
+#define SSL_F_SSL_READ					 223
+#define SSL_F_SSL_RSA_PRIVATE_DECRYPT			 187
+#define SSL_F_SSL_RSA_PUBLIC_ENCRYPT			 188
+#define SSL_F_SSL_SESSION_NEW				 189
+#define SSL_F_SSL_SESSION_PRINT_FP			 190
+#define SSL_F_SSL_SESSION_SET1_ID_CONTEXT		 312
+#define SSL_F_SSL_SESS_CERT_NEW				 225
+#define SSL_F_SSL_SET_CERT				 191
+#define SSL_F_SSL_SET_CIPHER_LIST			 271
+#define SSL_F_SSL_SET_FD				 192
+#define SSL_F_SSL_SET_PKEY				 193
+#define SSL_F_SSL_SET_PURPOSE				 227
+#define SSL_F_SSL_SET_RFD				 194
+#define SSL_F_SSL_SET_SESSION				 195
+#define SSL_F_SSL_SET_SESSION_ID_CONTEXT		 218
+#define SSL_F_SSL_SET_SESSION_TICKET_EXT		 294
+#define SSL_F_SSL_SET_TRUST				 228
+#define SSL_F_SSL_SET_WFD				 196
+#define SSL_F_SSL_SHUTDOWN				 224
+#define SSL_F_SSL_SRP_CTX_INIT				 313
+#define SSL_F_SSL_UNDEFINED_CONST_FUNCTION		 243
+#define SSL_F_SSL_UNDEFINED_FUNCTION			 197
+#define SSL_F_SSL_UNDEFINED_VOID_FUNCTION		 244
+#define SSL_F_SSL_USE_CERTIFICATE			 198
+#define SSL_F_SSL_USE_CERTIFICATE_ASN1			 199
+#define SSL_F_SSL_USE_CERTIFICATE_FILE			 200
+#define SSL_F_SSL_USE_PRIVATEKEY			 201
+#define SSL_F_SSL_USE_PRIVATEKEY_ASN1			 202
+#define SSL_F_SSL_USE_PRIVATEKEY_FILE			 203
+#define SSL_F_SSL_USE_PSK_IDENTITY_HINT			 273
+#define SSL_F_SSL_USE_RSAPRIVATEKEY			 204
+#define SSL_F_SSL_USE_RSAPRIVATEKEY_ASN1		 205
+#define SSL_F_SSL_USE_RSAPRIVATEKEY_FILE		 206
+#define SSL_F_SSL_VERIFY_CERT_CHAIN			 207
+#define SSL_F_SSL_WRITE					 208
+#define SSL_F_TLS1_CERT_VERIFY_MAC			 286
+#define SSL_F_TLS1_CHANGE_CIPHER_STATE			 209
+#define SSL_F_TLS1_CHECK_SERVERHELLO_TLSEXT		 274
+#define SSL_F_TLS1_ENC					 210
+#define SSL_F_TLS1_EXPORT_KEYING_MATERIAL		 314
+#define SSL_F_TLS1_HEARTBEAT				 315
+#define SSL_F_TLS1_PREPARE_CLIENTHELLO_TLSEXT		 275
+#define SSL_F_TLS1_PREPARE_SERVERHELLO_TLSEXT		 276
+#define SSL_F_TLS1_PRF					 284
+#define SSL_F_TLS1_SETUP_KEY_BLOCK			 211
+#define SSL_F_WRITE_PENDING				 212
+
+/* Reason codes. */
+#define SSL_R_APP_DATA_IN_HANDSHAKE			 100
+#define SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT 272
+#define SSL_R_BAD_ALERT_RECORD				 101
+#define SSL_R_BAD_AUTHENTICATION_TYPE			 102
+#define SSL_R_BAD_CHANGE_CIPHER_SPEC			 103
+#define SSL_R_BAD_CHECKSUM				 104
+#define SSL_R_BAD_DATA_RETURNED_BY_CALLBACK		 106
+#define SSL_R_BAD_DECOMPRESSION				 107
+#define SSL_R_BAD_DH_G_LENGTH				 108
+#define SSL_R_BAD_DH_PUB_KEY_LENGTH			 109
+#define SSL_R_BAD_DH_P_LENGTH				 110
+#define SSL_R_BAD_DIGEST_LENGTH				 111
+#define SSL_R_BAD_DSA_SIGNATURE				 112
+#define SSL_R_BAD_ECC_CERT				 304
+#define SSL_R_BAD_ECDSA_SIGNATURE			 305
+#define SSL_R_BAD_ECPOINT				 306
+#define SSL_R_BAD_HANDSHAKE_LENGTH			 332
+#define SSL_R_BAD_HELLO_REQUEST				 105
+#define SSL_R_BAD_LENGTH				 271
+#define SSL_R_BAD_MAC_DECODE				 113
+#define SSL_R_BAD_MAC_LENGTH				 333
+#define SSL_R_BAD_MESSAGE_TYPE				 114
+#define SSL_R_BAD_PACKET_LENGTH				 115
+#define SSL_R_BAD_PROTOCOL_VERSION_NUMBER		 116
+#define SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH		 316
+#define SSL_R_BAD_RESPONSE_ARGUMENT			 117
+#define SSL_R_BAD_RSA_DECRYPT				 118
+#define SSL_R_BAD_RSA_ENCRYPT				 119
+#define SSL_R_BAD_RSA_E_LENGTH				 120
+#define SSL_R_BAD_RSA_MODULUS_LENGTH			 121
+#define SSL_R_BAD_RSA_SIGNATURE				 122
+#define SSL_R_BAD_SIGNATURE				 123
+#define SSL_R_BAD_SRP_A_LENGTH				 347
+#define SSL_R_BAD_SRP_B_LENGTH				 348
+#define SSL_R_BAD_SRP_G_LENGTH				 349
+#define SSL_R_BAD_SRP_N_LENGTH				 350
+#define SSL_R_BAD_SRP_S_LENGTH				 351
+#define SSL_R_BAD_SRTP_MKI_VALUE			 352
+#define SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST		 353
+#define SSL_R_BAD_SSL_FILETYPE				 124
+#define SSL_R_BAD_SSL_SESSION_ID_LENGTH			 125
+#define SSL_R_BAD_STATE					 126
+#define SSL_R_BAD_WRITE_RETRY				 127
+#define SSL_R_BIO_NOT_SET				 128
+#define SSL_R_BLOCK_CIPHER_PAD_IS_WRONG			 129
+#define SSL_R_BN_LIB					 130
+#define SSL_R_CA_DN_LENGTH_MISMATCH			 131
+#define SSL_R_CA_DN_TOO_LONG				 132
+#define SSL_R_CCS_RECEIVED_EARLY			 133
+#define SSL_R_CERTIFICATE_VERIFY_FAILED			 134
+#define SSL_R_CERT_LENGTH_MISMATCH			 135
+#define SSL_R_CHALLENGE_IS_DIFFERENT			 136
+#define SSL_R_CIPHER_CODE_WRONG_LENGTH			 137
+#define SSL_R_CIPHER_OR_HASH_UNAVAILABLE		 138
+#define SSL_R_CIPHER_TABLE_SRC_ERROR			 139
+#define SSL_R_CLIENTHELLO_TLSEXT			 226
+#define SSL_R_COMPRESSED_LENGTH_TOO_LONG		 140
+#define SSL_R_COMPRESSION_DISABLED			 343
+#define SSL_R_COMPRESSION_FAILURE			 141
+#define SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE	 307
+#define SSL_R_COMPRESSION_LIBRARY_ERROR			 142
+#define SSL_R_CONNECTION_ID_IS_DIFFERENT		 143
+#define SSL_R_CONNECTION_TYPE_NOT_SET			 144
+#define SSL_R_COOKIE_MISMATCH				 308
+#define SSL_R_DATA_BETWEEN_CCS_AND_FINISHED		 145
+#define SSL_R_DATA_LENGTH_TOO_LONG			 146
+#define SSL_R_DECRYPTION_FAILED				 147
+#define SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC	 281
+#define SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG		 148
+#define SSL_R_DIGEST_CHECK_FAILED			 149
+#define SSL_R_DTLS_MESSAGE_TOO_BIG			 334
+#define SSL_R_DUPLICATE_COMPRESSION_ID			 309
+#define SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT		 317
+#define SSL_R_ECC_CERT_NOT_FOR_SIGNING			 318
+#define SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE	 322
+#define SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE	 323
+#define SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER		 310
+#define SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST	 354
+#define SSL_R_ENCRYPTED_LENGTH_TOO_LONG			 150
+#define SSL_R_ERROR_GENERATING_TMP_RSA_KEY		 282
+#define SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST		 151
+#define SSL_R_EXCESSIVE_MESSAGE_SIZE			 152
+#define SSL_R_EXTRA_DATA_IN_MESSAGE			 153
+#define SSL_R_GOT_A_FIN_BEFORE_A_CCS			 154
+#define SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS		 355
+#define SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION		 356
+#define SSL_R_HTTPS_PROXY_REQUEST			 155
+#define SSL_R_HTTP_REQUEST				 156
+#define SSL_R_ILLEGAL_PADDING				 283
+#define SSL_R_INCONSISTENT_COMPRESSION			 340
+#define SSL_R_INVALID_CHALLENGE_LENGTH			 158
+#define SSL_R_INVALID_COMMAND				 280
+#define SSL_R_INVALID_COMPRESSION_ALGORITHM		 341
+#define SSL_R_INVALID_PURPOSE				 278
+#define SSL_R_INVALID_SRP_USERNAME			 357
+#define SSL_R_INVALID_STATUS_RESPONSE			 328
+#define SSL_R_INVALID_TICKET_KEYS_LENGTH		 325
+#define SSL_R_INVALID_TRUST				 279
+#define SSL_R_KEY_ARG_TOO_LONG				 284
+#define SSL_R_KRB5					 285
+#define SSL_R_KRB5_C_CC_PRINC				 286
+#define SSL_R_KRB5_C_GET_CRED				 287
+#define SSL_R_KRB5_C_INIT				 288
+#define SSL_R_KRB5_C_MK_REQ				 289
+#define SSL_R_KRB5_S_BAD_TICKET				 290
+#define SSL_R_KRB5_S_INIT				 291
+#define SSL_R_KRB5_S_RD_REQ				 292
+#define SSL_R_KRB5_S_TKT_EXPIRED			 293
+#define SSL_R_KRB5_S_TKT_NYV				 294
+#define SSL_R_KRB5_S_TKT_SKEW				 295
+#define SSL_R_LENGTH_MISMATCH				 159
+#define SSL_R_LENGTH_TOO_SHORT				 160
+#define SSL_R_LIBRARY_BUG				 274
+#define SSL_R_LIBRARY_HAS_NO_CIPHERS			 161
+#define SSL_R_MESSAGE_TOO_LONG				 296
+#define SSL_R_MISSING_DH_DSA_CERT			 162
+#define SSL_R_MISSING_DH_KEY				 163
+#define SSL_R_MISSING_DH_RSA_CERT			 164
+#define SSL_R_MISSING_DSA_SIGNING_CERT			 165
+#define SSL_R_MISSING_EXPORT_TMP_DH_KEY			 166
+#define SSL_R_MISSING_EXPORT_TMP_RSA_KEY		 167
+#define SSL_R_MISSING_RSA_CERTIFICATE			 168
+#define SSL_R_MISSING_RSA_ENCRYPTING_CERT		 169
+#define SSL_R_MISSING_RSA_SIGNING_CERT			 170
+#define SSL_R_MISSING_SRP_PARAM				 358
+#define SSL_R_MISSING_TMP_DH_KEY			 171
+#define SSL_R_MISSING_TMP_ECDH_KEY			 311
+#define SSL_R_MISSING_TMP_RSA_KEY			 172
+#define SSL_R_MISSING_TMP_RSA_PKEY			 173
+#define SSL_R_MISSING_VERIFY_MESSAGE			 174
+#define SSL_R_MULTIPLE_SGC_RESTARTS			 346
+#define SSL_R_NON_SSLV2_INITIAL_PACKET			 175
+#define SSL_R_NO_CERTIFICATES_RETURNED			 176
+#define SSL_R_NO_CERTIFICATE_ASSIGNED			 177
+#define SSL_R_NO_CERTIFICATE_RETURNED			 178
+#define SSL_R_NO_CERTIFICATE_SET			 179
+#define SSL_R_NO_CERTIFICATE_SPECIFIED			 180
+#define SSL_R_NO_CIPHERS_AVAILABLE			 181
+#define SSL_R_NO_CIPHERS_PASSED				 182
+#define SSL_R_NO_CIPHERS_SPECIFIED			 183
+#define SSL_R_NO_CIPHER_LIST				 184
+#define SSL_R_NO_CIPHER_MATCH				 185
+#define SSL_R_NO_CLIENT_CERT_METHOD			 331
+#define SSL_R_NO_CLIENT_CERT_RECEIVED			 186
+#define SSL_R_NO_COMPRESSION_SPECIFIED			 187
+#define SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER		 330
+#define SSL_R_NO_METHOD_SPECIFIED			 188
+#define SSL_R_NO_PRIVATEKEY				 189
+#define SSL_R_NO_PRIVATE_KEY_ASSIGNED			 190
+#define SSL_R_NO_PROTOCOLS_AVAILABLE			 191
+#define SSL_R_NO_PUBLICKEY				 192
+#define SSL_R_NO_RENEGOTIATION				 339
+#define SSL_R_NO_REQUIRED_DIGEST			 324
+#define SSL_R_NO_SHARED_CIPHER				 193
+#define SSL_R_NO_SRTP_PROFILES				 359
+#define SSL_R_NO_VERIFY_CALLBACK			 194
+#define SSL_R_NULL_SSL_CTX				 195
+#define SSL_R_NULL_SSL_METHOD_PASSED			 196
+#define SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED		 197
+#define SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED 344
+#define SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE		 297
+#define SSL_R_OPAQUE_PRF_INPUT_TOO_LONG			 327
+#define SSL_R_PACKET_LENGTH_TOO_LONG			 198
+#define SSL_R_PARSE_TLSEXT				 227
+#define SSL_R_PATH_TOO_LONG				 270
+#define SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE		 199
+#define SSL_R_PEER_ERROR				 200
+#define SSL_R_PEER_ERROR_CERTIFICATE			 201
+#define SSL_R_PEER_ERROR_NO_CERTIFICATE			 202
+#define SSL_R_PEER_ERROR_NO_CIPHER			 203
+#define SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE	 204
+#define SSL_R_PRE_MAC_LENGTH_TOO_LONG			 205
+#define SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS		 206
+#define SSL_R_PROTOCOL_IS_SHUTDOWN			 207
+#define SSL_R_PSK_IDENTITY_NOT_FOUND			 223
+#define SSL_R_PSK_NO_CLIENT_CB				 224
+#define SSL_R_PSK_NO_SERVER_CB				 225
+#define SSL_R_PUBLIC_KEY_ENCRYPT_ERROR			 208
+#define SSL_R_PUBLIC_KEY_IS_NOT_RSA			 209
+#define SSL_R_PUBLIC_KEY_NOT_RSA			 210
+#define SSL_R_READ_BIO_NOT_SET				 211
+#define SSL_R_READ_TIMEOUT_EXPIRED			 312
+#define SSL_R_READ_WRONG_PACKET_TYPE			 212
+#define SSL_R_RECORD_LENGTH_MISMATCH			 213
+#define SSL_R_RECORD_TOO_LARGE				 214
+#define SSL_R_RECORD_TOO_SMALL				 298
+#define SSL_R_RENEGOTIATE_EXT_TOO_LONG			 335
+#define SSL_R_RENEGOTIATION_ENCODING_ERR		 336
+#define SSL_R_RENEGOTIATION_MISMATCH			 337
+#define SSL_R_REQUIRED_CIPHER_MISSING			 215
+#define SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING	 342
+#define SSL_R_REUSE_CERT_LENGTH_NOT_ZERO		 216
+#define SSL_R_REUSE_CERT_TYPE_NOT_ZERO			 217
+#define SSL_R_REUSE_CIPHER_LIST_NOT_ZERO		 218
+#define SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING		 345
+#define SSL_R_SERVERHELLO_TLSEXT			 275
+#define SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED		 277
+#define SSL_R_SHORT_READ				 219
+#define SSL_R_SIGNATURE_ALGORITHMS_ERROR		 360
+#define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE	 220
+#define SSL_R_SRP_A_CALC				 361
+#define SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES		 362
+#define SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG	 363
+#define SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE		 364
+#define SSL_R_SSL23_DOING_SESSION_ID_REUSE		 221
+#define SSL_R_SSL2_CONNECTION_ID_TOO_LONG		 299
+#define SSL_R_SSL3_EXT_INVALID_ECPOINTFORMAT		 321
+#define SSL_R_SSL3_EXT_INVALID_SERVERNAME		 319
+#define SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE		 320
+#define SSL_R_SSL3_SESSION_ID_TOO_LONG			 300
+#define SSL_R_SSL3_SESSION_ID_TOO_SHORT			 222
+#define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE		 1042
+#define SSL_R_SSLV3_ALERT_BAD_RECORD_MAC		 1020
+#define SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED		 1045
+#define SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED		 1044
+#define SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN		 1046
+#define SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE		 1030
+#define SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE		 1040
+#define SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER		 1047
+#define SSL_R_SSLV3_ALERT_NO_CERTIFICATE		 1041
+#define SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE		 1010
+#define SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE	 1043
+#define SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION	 228
+#define SSL_R_SSL_HANDSHAKE_FAILURE			 229
+#define SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS		 230
+#define SSL_R_SSL_SESSION_ID_CALLBACK_FAILED		 301
+#define SSL_R_SSL_SESSION_ID_CONFLICT			 302
+#define SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG		 273
+#define SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH		 303
+#define SSL_R_SSL_SESSION_ID_IS_DIFFERENT		 231
+#define SSL_R_TLSV1_ALERT_ACCESS_DENIED			 1049
+#define SSL_R_TLSV1_ALERT_DECODE_ERROR			 1050
+#define SSL_R_TLSV1_ALERT_DECRYPTION_FAILED		 1021
+#define SSL_R_TLSV1_ALERT_DECRYPT_ERROR			 1051
+#define SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION		 1060
+#define SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY		 1071
+#define SSL_R_TLSV1_ALERT_INTERNAL_ERROR		 1080
+#define SSL_R_TLSV1_ALERT_NO_RENEGOTIATION		 1100
+#define SSL_R_TLSV1_ALERT_PROTOCOL_VERSION		 1070
+#define SSL_R_TLSV1_ALERT_RECORD_OVERFLOW		 1022
+#define SSL_R_TLSV1_ALERT_UNKNOWN_CA			 1048
+#define SSL_R_TLSV1_ALERT_USER_CANCELLED		 1090
+#define SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE		 1114
+#define SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE	 1113
+#define SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE		 1111
+#define SSL_R_TLSV1_UNRECOGNIZED_NAME			 1112
+#define SSL_R_TLSV1_UNSUPPORTED_EXTENSION		 1110
+#define SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER	 232
+#define SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT		 365
+#define SSL_R_TLS_HEARTBEAT_PENDING			 366
+#define SSL_R_TLS_ILLEGAL_EXPORTER_LABEL		 367
+#define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST		 157
+#define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233
+#define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG	 234
+#define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER		 235
+#define SSL_R_UNABLE_TO_DECODE_DH_CERTS			 236
+#define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS		 313
+#define SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY		 237
+#define SSL_R_UNABLE_TO_FIND_DH_PARAMETERS		 238
+#define SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS		 314
+#define SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS	 239
+#define SSL_R_UNABLE_TO_FIND_SSL_METHOD			 240
+#define SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES		 241
+#define SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES		 242
+#define SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES		 243
+#define SSL_R_UNEXPECTED_MESSAGE			 244
+#define SSL_R_UNEXPECTED_RECORD				 245
+#define SSL_R_UNINITIALIZED				 276
+#define SSL_R_UNKNOWN_ALERT_TYPE			 246
+#define SSL_R_UNKNOWN_CERTIFICATE_TYPE			 247
+#define SSL_R_UNKNOWN_CIPHER_RETURNED			 248
+#define SSL_R_UNKNOWN_CIPHER_TYPE			 249
+#define SSL_R_UNKNOWN_DIGEST				 368
+#define SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE			 250
+#define SSL_R_UNKNOWN_PKEY_TYPE				 251
+#define SSL_R_UNKNOWN_PROTOCOL				 252
+#define SSL_R_UNKNOWN_REMOTE_ERROR_TYPE			 253
+#define SSL_R_UNKNOWN_SSL_VERSION			 254
+#define SSL_R_UNKNOWN_STATE				 255
+#define SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED	 338
+#define SSL_R_UNSUPPORTED_CIPHER			 256
+#define SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM		 257
+#define SSL_R_UNSUPPORTED_DIGEST_TYPE			 326
+#define SSL_R_UNSUPPORTED_ELLIPTIC_CURVE		 315
+#define SSL_R_UNSUPPORTED_PROTOCOL			 258
+#define SSL_R_UNSUPPORTED_SSL_VERSION			 259
+#define SSL_R_UNSUPPORTED_STATUS_TYPE			 329
+#define SSL_R_USE_SRTP_NOT_NEGOTIATED			 369
+#define SSL_R_WRITE_BIO_NOT_SET				 260
+#define SSL_R_WRONG_CIPHER_RETURNED			 261
+#define SSL_R_WRONG_MESSAGE_TYPE			 262
+#define SSL_R_WRONG_NUMBER_OF_KEY_BITS			 263
+#define SSL_R_WRONG_SIGNATURE_LENGTH			 264
+#define SSL_R_WRONG_SIGNATURE_SIZE			 265
+#define SSL_R_WRONG_SIGNATURE_TYPE			 370
+#define SSL_R_WRONG_SSL_VERSION				 266
+#define SSL_R_WRONG_VERSION_NUMBER			 267
+#define SSL_R_X509_LIB					 268
+#define SSL_R_X509_VERIFICATION_SETUP_PROBLEMS		 269
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl2.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl2.h
new file mode 100755
index 0000000000000000000000000000000000000000..eb25dcb0bf569f42361c3f28eee29d4b97832172
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl2.h
@@ -0,0 +1,272 @@
+/* ssl/ssl2.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_SSL2_H 
+#define HEADER_SSL2_H 
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Protocol Version Codes */
+#define SSL2_VERSION		0x0002
+#define SSL2_VERSION_MAJOR	0x00
+#define SSL2_VERSION_MINOR	0x02
+/* #define SSL2_CLIENT_VERSION	0x0002 */
+/* #define SSL2_SERVER_VERSION	0x0002 */
+
+/* Protocol Message Codes */
+#define SSL2_MT_ERROR			0
+#define SSL2_MT_CLIENT_HELLO		1
+#define SSL2_MT_CLIENT_MASTER_KEY	2
+#define SSL2_MT_CLIENT_FINISHED		3
+#define SSL2_MT_SERVER_HELLO		4
+#define SSL2_MT_SERVER_VERIFY		5
+#define SSL2_MT_SERVER_FINISHED		6
+#define SSL2_MT_REQUEST_CERTIFICATE	7
+#define SSL2_MT_CLIENT_CERTIFICATE	8
+
+/* Error Message Codes */
+#define SSL2_PE_UNDEFINED_ERROR		0x0000
+#define SSL2_PE_NO_CIPHER		0x0001
+#define SSL2_PE_NO_CERTIFICATE		0x0002
+#define SSL2_PE_BAD_CERTIFICATE		0x0004
+#define SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE 0x0006
+
+/* Cipher Kind Values */
+#define SSL2_CK_NULL_WITH_MD5			0x02000000 /* v3 */
+#define SSL2_CK_RC4_128_WITH_MD5		0x02010080
+#define SSL2_CK_RC4_128_EXPORT40_WITH_MD5	0x02020080
+#define SSL2_CK_RC2_128_CBC_WITH_MD5		0x02030080
+#define SSL2_CK_RC2_128_CBC_EXPORT40_WITH_MD5	0x02040080
+#define SSL2_CK_IDEA_128_CBC_WITH_MD5		0x02050080
+#define SSL2_CK_DES_64_CBC_WITH_MD5		0x02060040
+#define SSL2_CK_DES_64_CBC_WITH_SHA		0x02060140 /* v3 */
+#define SSL2_CK_DES_192_EDE3_CBC_WITH_MD5	0x020700c0
+#define SSL2_CK_DES_192_EDE3_CBC_WITH_SHA	0x020701c0 /* v3 */
+#define SSL2_CK_RC4_64_WITH_MD5			0x02080080 /* MS hack */
+ 
+#define SSL2_CK_DES_64_CFB64_WITH_MD5_1		0x02ff0800 /* SSLeay */
+#define SSL2_CK_NULL				0x02ff0810 /* SSLeay */
+
+#define SSL2_TXT_DES_64_CFB64_WITH_MD5_1	"DES-CFB-M1"
+#define SSL2_TXT_NULL_WITH_MD5			"NULL-MD5"
+#define SSL2_TXT_RC4_128_WITH_MD5		"RC4-MD5"
+#define SSL2_TXT_RC4_128_EXPORT40_WITH_MD5	"EXP-RC4-MD5"
+#define SSL2_TXT_RC2_128_CBC_WITH_MD5		"RC2-CBC-MD5"
+#define SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5	"EXP-RC2-CBC-MD5"
+#define SSL2_TXT_IDEA_128_CBC_WITH_MD5		"IDEA-CBC-MD5"
+#define SSL2_TXT_DES_64_CBC_WITH_MD5		"DES-CBC-MD5"
+#define SSL2_TXT_DES_64_CBC_WITH_SHA		"DES-CBC-SHA"
+#define SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5	"DES-CBC3-MD5"
+#define SSL2_TXT_DES_192_EDE3_CBC_WITH_SHA	"DES-CBC3-SHA"
+#define SSL2_TXT_RC4_64_WITH_MD5		"RC4-64-MD5"
+
+#define SSL2_TXT_NULL				"NULL"
+
+/* Flags for the SSL_CIPHER.algorithm2 field */
+#define SSL2_CF_5_BYTE_ENC			0x01
+#define SSL2_CF_8_BYTE_ENC			0x02
+
+/* Certificate Type Codes */
+#define SSL2_CT_X509_CERTIFICATE		0x01
+
+/* Authentication Type Code */
+#define SSL2_AT_MD5_WITH_RSA_ENCRYPTION		0x01
+
+#define SSL2_MAX_SSL_SESSION_ID_LENGTH		32
+
+/* Upper/Lower Bounds */
+#define SSL2_MAX_MASTER_KEY_LENGTH_IN_BITS	256
+#ifdef OPENSSL_SYS_MPE
+#define SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER	29998u
+#else
+#define SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER	32767u  /* 2^15-1 */
+#endif
+#define SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER	16383 /* 2^14-1 */
+
+#define SSL2_CHALLENGE_LENGTH	16
+/*#define SSL2_CHALLENGE_LENGTH	32 */
+#define SSL2_MIN_CHALLENGE_LENGTH	16
+#define SSL2_MAX_CHALLENGE_LENGTH	32
+#define SSL2_CONNECTION_ID_LENGTH	16
+#define SSL2_MAX_CONNECTION_ID_LENGTH	16
+#define SSL2_SSL_SESSION_ID_LENGTH	16
+#define SSL2_MAX_CERT_CHALLENGE_LENGTH	32
+#define SSL2_MIN_CERT_CHALLENGE_LENGTH	16
+#define SSL2_MAX_KEY_MATERIAL_LENGTH	24
+
+#ifndef HEADER_SSL_LOCL_H
+#define  CERT		char
+#endif
+
+#ifndef OPENSSL_NO_SSL_INTERN
+
+typedef struct ssl2_state_st
+	{
+	int three_byte_header;
+	int clear_text;		/* clear text */
+	int escape;		/* not used in SSLv2 */
+	int ssl2_rollback;	/* used if SSLv23 rolled back to SSLv2 */
+
+	/* non-blocking io info, used to make sure the same
+	 * args were passwd */
+	unsigned int wnum;	/* number of bytes sent so far */
+	int wpend_tot;
+	const unsigned char *wpend_buf;
+
+	int wpend_off;	/* offset to data to write */
+	int wpend_len; 	/* number of bytes passwd to write */
+	int wpend_ret; 	/* number of bytes to return to caller */
+
+	/* buffer raw data */
+	int rbuf_left;
+	int rbuf_offs;
+	unsigned char *rbuf;
+	unsigned char *wbuf;
+
+	unsigned char *write_ptr;/* used to point to the start due to
+				  * 2/3 byte header. */
+
+	unsigned int padding;
+	unsigned int rlength; /* passed to ssl2_enc */
+	int ract_data_length; /* Set when things are encrypted. */
+	unsigned int wlength; /* passed to ssl2_enc */
+	int wact_data_length; /* Set when things are decrypted. */
+	unsigned char *ract_data;
+	unsigned char *wact_data;
+	unsigned char *mac_data;
+
+	unsigned char *read_key;
+	unsigned char *write_key;
+
+		/* Stuff specifically to do with this SSL session */
+	unsigned int challenge_length;
+	unsigned char challenge[SSL2_MAX_CHALLENGE_LENGTH];
+	unsigned int conn_id_length;
+	unsigned char conn_id[SSL2_MAX_CONNECTION_ID_LENGTH];
+	unsigned int key_material_length;
+	unsigned char key_material[SSL2_MAX_KEY_MATERIAL_LENGTH*2];
+
+	unsigned long read_sequence;
+	unsigned long write_sequence;
+
+	struct	{
+		unsigned int conn_id_length;
+		unsigned int cert_type;	
+		unsigned int cert_length;
+		unsigned int csl; 
+		unsigned int clear;
+		unsigned int enc; 
+		unsigned char ccl[SSL2_MAX_CERT_CHALLENGE_LENGTH];
+		unsigned int cipher_spec_length;
+		unsigned int session_id_length;
+		unsigned int clen;
+		unsigned int rlen;
+		} tmp;
+	} SSL2_STATE;
+
+#endif
+
+/* SSLv2 */
+/* client */
+#define SSL2_ST_SEND_CLIENT_HELLO_A		(0x10|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_HELLO_B		(0x11|SSL_ST_CONNECT)
+#define SSL2_ST_GET_SERVER_HELLO_A		(0x20|SSL_ST_CONNECT)
+#define SSL2_ST_GET_SERVER_HELLO_B		(0x21|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_MASTER_KEY_A	(0x30|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_MASTER_KEY_B	(0x31|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_FINISHED_A		(0x40|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_FINISHED_B		(0x41|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_CERTIFICATE_A	(0x50|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_CERTIFICATE_B	(0x51|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_CERTIFICATE_C	(0x52|SSL_ST_CONNECT)
+#define SSL2_ST_SEND_CLIENT_CERTIFICATE_D	(0x53|SSL_ST_CONNECT)
+#define SSL2_ST_GET_SERVER_VERIFY_A		(0x60|SSL_ST_CONNECT)
+#define SSL2_ST_GET_SERVER_VERIFY_B		(0x61|SSL_ST_CONNECT)
+#define SSL2_ST_GET_SERVER_FINISHED_A		(0x70|SSL_ST_CONNECT)
+#define SSL2_ST_GET_SERVER_FINISHED_B		(0x71|SSL_ST_CONNECT)
+#define SSL2_ST_CLIENT_START_ENCRYPTION		(0x80|SSL_ST_CONNECT)
+#define SSL2_ST_X509_GET_CLIENT_CERTIFICATE	(0x90|SSL_ST_CONNECT)
+/* server */
+#define SSL2_ST_GET_CLIENT_HELLO_A		(0x10|SSL_ST_ACCEPT)
+#define SSL2_ST_GET_CLIENT_HELLO_B		(0x11|SSL_ST_ACCEPT)
+#define SSL2_ST_GET_CLIENT_HELLO_C		(0x12|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_SERVER_HELLO_A		(0x20|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_SERVER_HELLO_B		(0x21|SSL_ST_ACCEPT)
+#define SSL2_ST_GET_CLIENT_MASTER_KEY_A		(0x30|SSL_ST_ACCEPT)
+#define SSL2_ST_GET_CLIENT_MASTER_KEY_B		(0x31|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_SERVER_VERIFY_A		(0x40|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_SERVER_VERIFY_B		(0x41|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_SERVER_VERIFY_C		(0x42|SSL_ST_ACCEPT)
+#define SSL2_ST_GET_CLIENT_FINISHED_A		(0x50|SSL_ST_ACCEPT)
+#define SSL2_ST_GET_CLIENT_FINISHED_B		(0x51|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_SERVER_FINISHED_A		(0x60|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_SERVER_FINISHED_B		(0x61|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_REQUEST_CERTIFICATE_A	(0x70|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_REQUEST_CERTIFICATE_B	(0x71|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_REQUEST_CERTIFICATE_C	(0x72|SSL_ST_ACCEPT)
+#define SSL2_ST_SEND_REQUEST_CERTIFICATE_D	(0x73|SSL_ST_ACCEPT)
+#define SSL2_ST_SERVER_START_ENCRYPTION		(0x80|SSL_ST_ACCEPT)
+#define SSL2_ST_X509_GET_SERVER_CERTIFICATE	(0x90|SSL_ST_ACCEPT)
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl23.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl23.h
new file mode 100755
index 0000000000000000000000000000000000000000..d3228983c759e56aed6ff33335a7612473f57185
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl23.h
@@ -0,0 +1,83 @@
+/* ssl/ssl23.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_SSL23_H 
+#define HEADER_SSL23_H 
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/*client */
+/* write to server */
+#define SSL23_ST_CW_CLNT_HELLO_A	(0x210|SSL_ST_CONNECT)
+#define SSL23_ST_CW_CLNT_HELLO_B	(0x211|SSL_ST_CONNECT)
+/* read from server */
+#define SSL23_ST_CR_SRVR_HELLO_A	(0x220|SSL_ST_CONNECT)
+#define SSL23_ST_CR_SRVR_HELLO_B	(0x221|SSL_ST_CONNECT)
+
+/* server */
+/* read from client */
+#define SSL23_ST_SR_CLNT_HELLO_A	(0x210|SSL_ST_ACCEPT)
+#define SSL23_ST_SR_CLNT_HELLO_B	(0x211|SSL_ST_ACCEPT)
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl3.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl3.h
new file mode 100755
index 0000000000000000000000000000000000000000..ff96151e30107811b86680d4b214219b5f1156a4
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ssl3.h
@@ -0,0 +1,678 @@
+/* ssl/ssl3.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ * ECC cipher suite support in OpenSSL originally developed by 
+ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
+ */
+
+#ifndef HEADER_SSL3_H 
+#define HEADER_SSL3_H 
+
+#ifndef OPENSSL_NO_COMP
+#include <APOpenSSL/comp.h>
+#endif
+#include <APOpenSSL/buffer.h>
+#include <APOpenSSL/evp.h>
+#include <APOpenSSL/ssl.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Signalling cipher suite value: from draft-ietf-tls-renegotiation-03.txt */
+#define SSL3_CK_SCSV				0x030000FF
+
+#define SSL3_CK_RSA_NULL_MD5			0x03000001
+#define SSL3_CK_RSA_NULL_SHA			0x03000002
+#define SSL3_CK_RSA_RC4_40_MD5 			0x03000003
+#define SSL3_CK_RSA_RC4_128_MD5			0x03000004
+#define SSL3_CK_RSA_RC4_128_SHA			0x03000005
+#define SSL3_CK_RSA_RC2_40_MD5			0x03000006
+#define SSL3_CK_RSA_IDEA_128_SHA		0x03000007
+#define SSL3_CK_RSA_DES_40_CBC_SHA		0x03000008
+#define SSL3_CK_RSA_DES_64_CBC_SHA		0x03000009
+#define SSL3_CK_RSA_DES_192_CBC3_SHA		0x0300000A
+
+#define SSL3_CK_DH_DSS_DES_40_CBC_SHA		0x0300000B
+#define SSL3_CK_DH_DSS_DES_64_CBC_SHA		0x0300000C
+#define SSL3_CK_DH_DSS_DES_192_CBC3_SHA 	0x0300000D
+#define SSL3_CK_DH_RSA_DES_40_CBC_SHA		0x0300000E
+#define SSL3_CK_DH_RSA_DES_64_CBC_SHA		0x0300000F
+#define SSL3_CK_DH_RSA_DES_192_CBC3_SHA 	0x03000010
+
+#define SSL3_CK_EDH_DSS_DES_40_CBC_SHA		0x03000011
+#define SSL3_CK_EDH_DSS_DES_64_CBC_SHA		0x03000012
+#define SSL3_CK_EDH_DSS_DES_192_CBC3_SHA	0x03000013
+#define SSL3_CK_EDH_RSA_DES_40_CBC_SHA		0x03000014
+#define SSL3_CK_EDH_RSA_DES_64_CBC_SHA		0x03000015
+#define SSL3_CK_EDH_RSA_DES_192_CBC3_SHA	0x03000016
+
+#define SSL3_CK_ADH_RC4_40_MD5			0x03000017
+#define SSL3_CK_ADH_RC4_128_MD5			0x03000018
+#define SSL3_CK_ADH_DES_40_CBC_SHA		0x03000019
+#define SSL3_CK_ADH_DES_64_CBC_SHA		0x0300001A
+#define SSL3_CK_ADH_DES_192_CBC_SHA		0x0300001B
+
+#if 0
+	#define SSL3_CK_FZA_DMS_NULL_SHA		0x0300001C
+	#define SSL3_CK_FZA_DMS_FZA_SHA			0x0300001D
+	#if 0 /* Because it clashes with KRB5, is never used any more, and is safe
+		 to remove according to David Hopwood <david.hopwood@zetnet.co.uk>
+		 of the ietf-tls list */
+	#define SSL3_CK_FZA_DMS_RC4_SHA			0x0300001E
+	#endif
+#endif
+
+/*    VRS Additional Kerberos5 entries
+ */
+#define SSL3_CK_KRB5_DES_64_CBC_SHA		0x0300001E
+#define SSL3_CK_KRB5_DES_192_CBC3_SHA		0x0300001F
+#define SSL3_CK_KRB5_RC4_128_SHA		0x03000020
+#define SSL3_CK_KRB5_IDEA_128_CBC_SHA	       	0x03000021
+#define SSL3_CK_KRB5_DES_64_CBC_MD5       	0x03000022
+#define SSL3_CK_KRB5_DES_192_CBC3_MD5       	0x03000023
+#define SSL3_CK_KRB5_RC4_128_MD5	       	0x03000024
+#define SSL3_CK_KRB5_IDEA_128_CBC_MD5 		0x03000025
+
+#define SSL3_CK_KRB5_DES_40_CBC_SHA 		0x03000026
+#define SSL3_CK_KRB5_RC2_40_CBC_SHA 		0x03000027
+#define SSL3_CK_KRB5_RC4_40_SHA	 		0x03000028
+#define SSL3_CK_KRB5_DES_40_CBC_MD5 		0x03000029
+#define SSL3_CK_KRB5_RC2_40_CBC_MD5 		0x0300002A
+#define SSL3_CK_KRB5_RC4_40_MD5	 		0x0300002B
+
+#define SSL3_TXT_RSA_NULL_MD5			"NULL-MD5"
+#define SSL3_TXT_RSA_NULL_SHA			"NULL-SHA"
+#define SSL3_TXT_RSA_RC4_40_MD5 		"EXP-RC4-MD5"
+#define SSL3_TXT_RSA_RC4_128_MD5		"RC4-MD5"
+#define SSL3_TXT_RSA_RC4_128_SHA		"RC4-SHA"
+#define SSL3_TXT_RSA_RC2_40_MD5			"EXP-RC2-CBC-MD5"
+#define SSL3_TXT_RSA_IDEA_128_SHA		"IDEA-CBC-SHA"
+#define SSL3_TXT_RSA_DES_40_CBC_SHA		"EXP-DES-CBC-SHA"
+#define SSL3_TXT_RSA_DES_64_CBC_SHA		"DES-CBC-SHA"
+#define SSL3_TXT_RSA_DES_192_CBC3_SHA		"DES-CBC3-SHA"
+
+#define SSL3_TXT_DH_DSS_DES_40_CBC_SHA		"EXP-DH-DSS-DES-CBC-SHA"
+#define SSL3_TXT_DH_DSS_DES_64_CBC_SHA		"DH-DSS-DES-CBC-SHA"
+#define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA 	"DH-DSS-DES-CBC3-SHA"
+#define SSL3_TXT_DH_RSA_DES_40_CBC_SHA		"EXP-DH-RSA-DES-CBC-SHA"
+#define SSL3_TXT_DH_RSA_DES_64_CBC_SHA		"DH-RSA-DES-CBC-SHA"
+#define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA 	"DH-RSA-DES-CBC3-SHA"
+
+#define SSL3_TXT_EDH_DSS_DES_40_CBC_SHA		"EXP-EDH-DSS-DES-CBC-SHA"
+#define SSL3_TXT_EDH_DSS_DES_64_CBC_SHA		"EDH-DSS-DES-CBC-SHA"
+#define SSL3_TXT_EDH_DSS_DES_192_CBC3_SHA	"EDH-DSS-DES-CBC3-SHA"
+#define SSL3_TXT_EDH_RSA_DES_40_CBC_SHA		"EXP-EDH-RSA-DES-CBC-SHA"
+#define SSL3_TXT_EDH_RSA_DES_64_CBC_SHA		"EDH-RSA-DES-CBC-SHA"
+#define SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA	"EDH-RSA-DES-CBC3-SHA"
+
+#define SSL3_TXT_ADH_RC4_40_MD5			"EXP-ADH-RC4-MD5"
+#define SSL3_TXT_ADH_RC4_128_MD5		"ADH-RC4-MD5"
+#define SSL3_TXT_ADH_DES_40_CBC_SHA		"EXP-ADH-DES-CBC-SHA"
+#define SSL3_TXT_ADH_DES_64_CBC_SHA		"ADH-DES-CBC-SHA"
+#define SSL3_TXT_ADH_DES_192_CBC_SHA		"ADH-DES-CBC3-SHA"
+
+#if 0
+	#define SSL3_TXT_FZA_DMS_NULL_SHA		"FZA-NULL-SHA"
+	#define SSL3_TXT_FZA_DMS_FZA_SHA		"FZA-FZA-CBC-SHA"
+	#define SSL3_TXT_FZA_DMS_RC4_SHA		"FZA-RC4-SHA"
+#endif
+
+#define SSL3_TXT_KRB5_DES_64_CBC_SHA		"KRB5-DES-CBC-SHA"
+#define SSL3_TXT_KRB5_DES_192_CBC3_SHA		"KRB5-DES-CBC3-SHA"
+#define SSL3_TXT_KRB5_RC4_128_SHA		"KRB5-RC4-SHA"
+#define SSL3_TXT_KRB5_IDEA_128_CBC_SHA	       	"KRB5-IDEA-CBC-SHA"
+#define SSL3_TXT_KRB5_DES_64_CBC_MD5       	"KRB5-DES-CBC-MD5"
+#define SSL3_TXT_KRB5_DES_192_CBC3_MD5       	"KRB5-DES-CBC3-MD5"
+#define SSL3_TXT_KRB5_RC4_128_MD5		"KRB5-RC4-MD5"
+#define SSL3_TXT_KRB5_IDEA_128_CBC_MD5 		"KRB5-IDEA-CBC-MD5"
+
+#define SSL3_TXT_KRB5_DES_40_CBC_SHA 		"EXP-KRB5-DES-CBC-SHA"
+#define SSL3_TXT_KRB5_RC2_40_CBC_SHA 		"EXP-KRB5-RC2-CBC-SHA"
+#define SSL3_TXT_KRB5_RC4_40_SHA	 	"EXP-KRB5-RC4-SHA"
+#define SSL3_TXT_KRB5_DES_40_CBC_MD5 		"EXP-KRB5-DES-CBC-MD5"
+#define SSL3_TXT_KRB5_RC2_40_CBC_MD5 		"EXP-KRB5-RC2-CBC-MD5"
+#define SSL3_TXT_KRB5_RC4_40_MD5	 	"EXP-KRB5-RC4-MD5"
+
+#define SSL3_SSL_SESSION_ID_LENGTH		32
+#define SSL3_MAX_SSL_SESSION_ID_LENGTH		32
+
+#define SSL3_MASTER_SECRET_SIZE			48
+#define SSL3_RANDOM_SIZE			32
+#define SSL3_SESSION_ID_SIZE			32
+#define SSL3_RT_HEADER_LENGTH			5
+
+#ifndef SSL3_ALIGN_PAYLOAD
+ /* Some will argue that this increases memory footprint, but it's
+  * not actually true. Point is that malloc has to return at least
+  * 64-bit aligned pointers, meaning that allocating 5 bytes wastes
+  * 3 bytes in either case. Suggested pre-gaping simply moves these
+  * wasted bytes from the end of allocated region to its front,
+  * but makes data payload aligned, which improves performance:-) */
+# define SSL3_ALIGN_PAYLOAD			8
+#else
+# if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0
+#  error "insane SSL3_ALIGN_PAYLOAD"
+#  undef SSL3_ALIGN_PAYLOAD
+# endif
+#endif
+
+/* This is the maximum MAC (digest) size used by the SSL library.
+ * Currently maximum of 20 is used by SHA1, but we reserve for
+ * future extension for 512-bit hashes.
+ */
+
+#define SSL3_RT_MAX_MD_SIZE			64
+
+/* Maximum block size used in all ciphersuites. Currently 16 for AES.
+ */
+
+#define	SSL_RT_MAX_CIPHER_BLOCK_SIZE		16
+
+#define SSL3_RT_MAX_EXTRA			(16384)
+
+/* Maximum plaintext length: defined by SSL/TLS standards */
+#define SSL3_RT_MAX_PLAIN_LENGTH		16384
+/* Maximum compression overhead: defined by SSL/TLS standards */
+#define SSL3_RT_MAX_COMPRESSED_OVERHEAD		1024
+
+/* The standards give a maximum encryption overhead of 1024 bytes.
+ * In practice the value is lower than this. The overhead is the maximum
+ * number of padding bytes (256) plus the mac size.
+ */
+#define SSL3_RT_MAX_ENCRYPTED_OVERHEAD	(256 + SSL3_RT_MAX_MD_SIZE)
+
+/* OpenSSL currently only uses a padding length of at most one block so
+ * the send overhead is smaller.
+ */
+
+#define SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD \
+			(SSL_RT_MAX_CIPHER_BLOCK_SIZE + SSL3_RT_MAX_MD_SIZE)
+
+/* If compression isn't used don't include the compression overhead */
+
+#ifdef OPENSSL_NO_COMP
+#define SSL3_RT_MAX_COMPRESSED_LENGTH		SSL3_RT_MAX_PLAIN_LENGTH
+#else
+#define SSL3_RT_MAX_COMPRESSED_LENGTH	\
+		(SSL3_RT_MAX_PLAIN_LENGTH+SSL3_RT_MAX_COMPRESSED_OVERHEAD)
+#endif
+#define SSL3_RT_MAX_ENCRYPTED_LENGTH	\
+		(SSL3_RT_MAX_ENCRYPTED_OVERHEAD+SSL3_RT_MAX_COMPRESSED_LENGTH)
+#define SSL3_RT_MAX_PACKET_SIZE		\
+		(SSL3_RT_MAX_ENCRYPTED_LENGTH+SSL3_RT_HEADER_LENGTH)
+
+#define SSL3_MD_CLIENT_FINISHED_CONST	"\x43\x4C\x4E\x54"
+#define SSL3_MD_SERVER_FINISHED_CONST	"\x53\x52\x56\x52"
+
+#define SSL3_VERSION			0x0300
+#define SSL3_VERSION_MAJOR		0x03
+#define SSL3_VERSION_MINOR		0x00
+
+#define SSL3_RT_CHANGE_CIPHER_SPEC	20
+#define SSL3_RT_ALERT			21
+#define SSL3_RT_HANDSHAKE		22
+#define SSL3_RT_APPLICATION_DATA	23
+#define TLS1_RT_HEARTBEAT		24
+
+#define SSL3_AL_WARNING			1
+#define SSL3_AL_FATAL			2
+
+#define SSL3_AD_CLOSE_NOTIFY		 0
+#define SSL3_AD_UNEXPECTED_MESSAGE	10	/* fatal */
+#define SSL3_AD_BAD_RECORD_MAC		20	/* fatal */
+#define SSL3_AD_DECOMPRESSION_FAILURE	30	/* fatal */
+#define SSL3_AD_HANDSHAKE_FAILURE	40	/* fatal */
+#define SSL3_AD_NO_CERTIFICATE		41
+#define SSL3_AD_BAD_CERTIFICATE		42
+#define SSL3_AD_UNSUPPORTED_CERTIFICATE	43
+#define SSL3_AD_CERTIFICATE_REVOKED	44
+#define SSL3_AD_CERTIFICATE_EXPIRED	45
+#define SSL3_AD_CERTIFICATE_UNKNOWN	46
+#define SSL3_AD_ILLEGAL_PARAMETER	47	/* fatal */
+
+#define TLS1_HB_REQUEST		1
+#define TLS1_HB_RESPONSE	2
+	
+#ifndef OPENSSL_NO_SSL_INTERN
+
+typedef struct ssl3_record_st
+	{
+/*r */	int type;               /* type of record */
+/*rw*/	unsigned int length;    /* How many bytes available */
+/*r */	unsigned int off;       /* read/write offset into 'buf' */
+/*rw*/	unsigned char *data;    /* pointer to the record data */
+/*rw*/	unsigned char *input;   /* where the decode bytes are */
+/*r */	unsigned char *comp;    /* only used with decompression - malloc()ed */
+/*r */  unsigned long epoch;    /* epoch number, needed by DTLS1 */
+/*r */  unsigned char seq_num[8]; /* sequence number, needed by DTLS1 */
+	} SSL3_RECORD;
+
+typedef struct ssl3_buffer_st
+	{
+	unsigned char *buf;     /* at least SSL3_RT_MAX_PACKET_SIZE bytes,
+	                         * see ssl3_setup_buffers() */
+	size_t len;             /* buffer size */
+	int offset;             /* where to 'copy from' */
+	int left;               /* how many bytes left */
+	} SSL3_BUFFER;
+
+#endif
+
+#define SSL3_CT_RSA_SIGN			1
+#define SSL3_CT_DSS_SIGN			2
+#define SSL3_CT_RSA_FIXED_DH			3
+#define SSL3_CT_DSS_FIXED_DH			4
+#define SSL3_CT_RSA_EPHEMERAL_DH		5
+#define SSL3_CT_DSS_EPHEMERAL_DH		6
+#define SSL3_CT_FORTEZZA_DMS			20
+/* SSL3_CT_NUMBER is used to size arrays and it must be large
+ * enough to contain all of the cert types defined either for
+ * SSLv3 and TLSv1.
+ */
+#define SSL3_CT_NUMBER			9
+
+
+#define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS	0x0001
+#define SSL3_FLAGS_DELAY_CLIENT_FINISHED	0x0002
+#define SSL3_FLAGS_POP_BUFFER			0x0004
+#define TLS1_FLAGS_TLS_PADDING_BUG		0x0008
+#define TLS1_FLAGS_SKIP_CERT_VERIFY		0x0010
+#define TLS1_FLAGS_KEEP_HANDSHAKE		0x0020
+ 
+/* SSL3_FLAGS_SGC_RESTART_DONE is set when we
+ * restart a handshake because of MS SGC and so prevents us
+ * from restarting the handshake in a loop. It's reset on a
+ * renegotiation, so effectively limits the client to one restart
+ * per negotiation. This limits the possibility of a DDoS
+ * attack where the client handshakes in a loop using SGC to
+ * restart. Servers which permit renegotiation can still be
+ * effected, but we can't prevent that.
+ */
+#define SSL3_FLAGS_SGC_RESTART_DONE		0x0040
+
+#ifndef OPENSSL_NO_SSL_INTERN
+
+typedef struct ssl3_state_st
+	{
+	long flags;
+	int delay_buf_pop_ret;
+
+	unsigned char read_sequence[8];
+	int read_mac_secret_size;
+	unsigned char read_mac_secret[EVP_MAX_MD_SIZE];
+	unsigned char write_sequence[8];
+	int write_mac_secret_size;
+	unsigned char write_mac_secret[EVP_MAX_MD_SIZE];
+
+	unsigned char server_random[SSL3_RANDOM_SIZE];
+	unsigned char client_random[SSL3_RANDOM_SIZE];
+
+	/* flags for countermeasure against known-IV weakness */
+	int need_empty_fragments;
+	int empty_fragment_done;
+
+	/* The value of 'extra' when the buffers were initialized */
+	int init_extra;
+
+	SSL3_BUFFER rbuf;	/* read IO goes into here */
+	SSL3_BUFFER wbuf;	/* write IO goes into here */
+
+	SSL3_RECORD rrec;	/* each decoded record goes in here */
+	SSL3_RECORD wrec;	/* goes out from here */
+
+	/* storage for Alert/Handshake protocol data received but not
+	 * yet processed by ssl3_read_bytes: */
+	unsigned char alert_fragment[2];
+	unsigned int alert_fragment_len;
+	unsigned char handshake_fragment[4];
+	unsigned int handshake_fragment_len;
+
+	/* partial write - check the numbers match */
+	unsigned int wnum;	/* number of bytes sent so far */
+	int wpend_tot;		/* number bytes written */
+	int wpend_type;
+	int wpend_ret;		/* number of bytes submitted */
+	const unsigned char *wpend_buf;
+
+	/* used during startup, digest all incoming/outgoing packets */
+	BIO *handshake_buffer;
+	/* When set of handshake digests is determined, buffer is hashed
+	 * and freed and MD_CTX-es for all required digests are stored in
+	 * this array */
+	EVP_MD_CTX **handshake_dgst;
+	/* this is set whenerver we see a change_cipher_spec message
+	 * come in when we are not looking for one */
+	int change_cipher_spec;
+
+	int warn_alert;
+	int fatal_alert;
+	/* we allow one fatal and one warning alert to be outstanding,
+	 * send close alert via the warning alert */
+	int alert_dispatch;
+	unsigned char send_alert[2];
+
+	/* This flag is set when we should renegotiate ASAP, basically when
+	 * there is no more data in the read or write buffers */
+	int renegotiate;
+	int total_renegotiations;
+	int num_renegotiations;
+
+	int in_read_app_data;
+
+	/* Opaque PRF input as used for the current handshake.
+	 * These fields are used only if TLSEXT_TYPE_opaque_prf_input is defined
+	 * (otherwise, they are merely present to improve binary compatibility) */
+	void *client_opaque_prf_input;
+	size_t client_opaque_prf_input_len;
+	void *server_opaque_prf_input;
+	size_t server_opaque_prf_input_len;
+
+	struct	{
+		/* actually only needs to be 16+20 */
+		unsigned char cert_verify_md[EVP_MAX_MD_SIZE*2];
+
+		/* actually only need to be 16+20 for SSLv3 and 12 for TLS */
+		unsigned char finish_md[EVP_MAX_MD_SIZE*2];
+		int finish_md_len;
+		unsigned char peer_finish_md[EVP_MAX_MD_SIZE*2];
+		int peer_finish_md_len;
+
+		unsigned long message_size;
+		int message_type;
+
+		/* used to hold the new cipher we are going to use */
+		const SSL_CIPHER *new_cipher;
+#ifndef OPENSSL_NO_DH
+		DH *dh;
+#endif
+
+#ifndef OPENSSL_NO_ECDH
+		EC_KEY *ecdh; /* holds short lived ECDH key */
+#endif
+
+		/* used when SSL_ST_FLUSH_DATA is entered */
+		int next_state;			
+
+		int reuse_message;
+
+		/* used for certificate requests */
+		int cert_req;
+		int ctype_num;
+		char ctype[SSL3_CT_NUMBER];
+		STACK_OF(X509_NAME) *ca_names;
+
+		int use_rsa_tmp;
+
+		int key_block_length;
+		unsigned char *key_block;
+
+		const EVP_CIPHER *new_sym_enc;
+		const EVP_MD *new_hash;
+		int new_mac_pkey_type;
+		int new_mac_secret_size;
+#ifndef OPENSSL_NO_COMP
+		const SSL_COMP *new_compression;
+#else
+		char *new_compression;
+#endif
+		int cert_request;
+		} tmp;
+
+        /* Connection binding to prevent renegotiation attacks */
+        unsigned char previous_client_finished[EVP_MAX_MD_SIZE];
+        unsigned char previous_client_finished_len;
+        unsigned char previous_server_finished[EVP_MAX_MD_SIZE];
+        unsigned char previous_server_finished_len;
+        int send_connection_binding; /* TODOEKR */
+
+#ifndef OPENSSL_NO_NEXTPROTONEG
+	/* Set if we saw the Next Protocol Negotiation extension from our peer. */
+	int next_proto_neg_seen;
+#endif
+	} SSL3_STATE;
+
+#endif
+
+/* SSLv3 */
+/*client */
+/* extra state */
+#define SSL3_ST_CW_FLUSH		(0x100|SSL_ST_CONNECT)
+#ifndef OPENSSL_NO_SCTP
+#define DTLS1_SCTP_ST_CW_WRITE_SOCK			(0x310|SSL_ST_CONNECT)
+#define DTLS1_SCTP_ST_CR_READ_SOCK			(0x320|SSL_ST_CONNECT)
+#endif	
+/* write to server */
+#define SSL3_ST_CW_CLNT_HELLO_A		(0x110|SSL_ST_CONNECT)
+#define SSL3_ST_CW_CLNT_HELLO_B		(0x111|SSL_ST_CONNECT)
+/* read from server */
+#define SSL3_ST_CR_SRVR_HELLO_A		(0x120|SSL_ST_CONNECT)
+#define SSL3_ST_CR_SRVR_HELLO_B		(0x121|SSL_ST_CONNECT)
+#define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT)
+#define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT)
+#define SSL3_ST_CR_CERT_A		(0x130|SSL_ST_CONNECT)
+#define SSL3_ST_CR_CERT_B		(0x131|SSL_ST_CONNECT)
+#define SSL3_ST_CR_KEY_EXCH_A		(0x140|SSL_ST_CONNECT)
+#define SSL3_ST_CR_KEY_EXCH_B		(0x141|SSL_ST_CONNECT)
+#define SSL3_ST_CR_CERT_REQ_A		(0x150|SSL_ST_CONNECT)
+#define SSL3_ST_CR_CERT_REQ_B		(0x151|SSL_ST_CONNECT)
+#define SSL3_ST_CR_SRVR_DONE_A		(0x160|SSL_ST_CONNECT)
+#define SSL3_ST_CR_SRVR_DONE_B		(0x161|SSL_ST_CONNECT)
+/* write to server */
+#define SSL3_ST_CW_CERT_A		(0x170|SSL_ST_CONNECT)
+#define SSL3_ST_CW_CERT_B		(0x171|SSL_ST_CONNECT)
+#define SSL3_ST_CW_CERT_C		(0x172|SSL_ST_CONNECT)
+#define SSL3_ST_CW_CERT_D		(0x173|SSL_ST_CONNECT)
+#define SSL3_ST_CW_KEY_EXCH_A		(0x180|SSL_ST_CONNECT)
+#define SSL3_ST_CW_KEY_EXCH_B		(0x181|SSL_ST_CONNECT)
+#define SSL3_ST_CW_CERT_VRFY_A		(0x190|SSL_ST_CONNECT)
+#define SSL3_ST_CW_CERT_VRFY_B		(0x191|SSL_ST_CONNECT)
+#define SSL3_ST_CW_CHANGE_A		(0x1A0|SSL_ST_CONNECT)
+#define SSL3_ST_CW_CHANGE_B		(0x1A1|SSL_ST_CONNECT)
+#define SSL3_ST_CW_NEXT_PROTO_A		(0x200|SSL_ST_CONNECT)
+#define SSL3_ST_CW_NEXT_PROTO_B		(0x201|SSL_ST_CONNECT)
+#define SSL3_ST_CW_FINISHED_A		(0x1B0|SSL_ST_CONNECT)
+#define SSL3_ST_CW_FINISHED_B		(0x1B1|SSL_ST_CONNECT)
+/* read from server */
+#define SSL3_ST_CR_CHANGE_A		(0x1C0|SSL_ST_CONNECT)
+#define SSL3_ST_CR_CHANGE_B		(0x1C1|SSL_ST_CONNECT)
+#define SSL3_ST_CR_FINISHED_A		(0x1D0|SSL_ST_CONNECT)
+#define SSL3_ST_CR_FINISHED_B		(0x1D1|SSL_ST_CONNECT)
+#define SSL3_ST_CR_SESSION_TICKET_A	(0x1E0|SSL_ST_CONNECT)
+#define SSL3_ST_CR_SESSION_TICKET_B	(0x1E1|SSL_ST_CONNECT)
+#define SSL3_ST_CR_CERT_STATUS_A	(0x1F0|SSL_ST_CONNECT)
+#define SSL3_ST_CR_CERT_STATUS_B	(0x1F1|SSL_ST_CONNECT)
+
+/* server */
+/* extra state */
+#define SSL3_ST_SW_FLUSH		(0x100|SSL_ST_ACCEPT)
+#ifndef OPENSSL_NO_SCTP
+#define DTLS1_SCTP_ST_SW_WRITE_SOCK			(0x310|SSL_ST_ACCEPT)
+#define DTLS1_SCTP_ST_SR_READ_SOCK			(0x320|SSL_ST_ACCEPT)
+#endif	
+/* read from client */
+/* Do not change the number values, they do matter */
+#define SSL3_ST_SR_CLNT_HELLO_A		(0x110|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_CLNT_HELLO_B		(0x111|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_CLNT_HELLO_C		(0x112|SSL_ST_ACCEPT)
+/* write to client */
+#define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A (0x113|SSL_ST_ACCEPT)
+#define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B (0x114|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_HELLO_REQ_A		(0x120|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_HELLO_REQ_B		(0x121|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_HELLO_REQ_C		(0x122|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_SRVR_HELLO_A		(0x130|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_SRVR_HELLO_B		(0x131|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_CERT_A		(0x140|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_CERT_B		(0x141|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_KEY_EXCH_A		(0x150|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_KEY_EXCH_B		(0x151|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_CERT_REQ_A		(0x160|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_CERT_REQ_B		(0x161|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_SRVR_DONE_A		(0x170|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_SRVR_DONE_B		(0x171|SSL_ST_ACCEPT)
+/* read from client */
+#define SSL3_ST_SR_CERT_A		(0x180|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_CERT_B		(0x181|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_KEY_EXCH_A		(0x190|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_KEY_EXCH_B		(0x191|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_CERT_VRFY_A		(0x1A0|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_CERT_VRFY_B		(0x1A1|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_CHANGE_A		(0x1B0|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_CHANGE_B		(0x1B1|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_NEXT_PROTO_A		(0x210|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_NEXT_PROTO_B		(0x211|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_FINISHED_A		(0x1C0|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_FINISHED_B		(0x1C1|SSL_ST_ACCEPT)
+/* write to client */
+#define SSL3_ST_SW_CHANGE_A		(0x1D0|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_CHANGE_B		(0x1D1|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_FINISHED_A		(0x1E0|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_FINISHED_B		(0x1E1|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_SESSION_TICKET_A	(0x1F0|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_SESSION_TICKET_B	(0x1F1|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_CERT_STATUS_A	(0x200|SSL_ST_ACCEPT)
+#define SSL3_ST_SW_CERT_STATUS_B	(0x201|SSL_ST_ACCEPT)
+
+#define SSL3_MT_HELLO_REQUEST			0
+#define SSL3_MT_CLIENT_HELLO			1
+#define SSL3_MT_SERVER_HELLO			2
+#define	SSL3_MT_NEWSESSION_TICKET		4
+#define SSL3_MT_CERTIFICATE			11
+#define SSL3_MT_SERVER_KEY_EXCHANGE		12
+#define SSL3_MT_CERTIFICATE_REQUEST		13
+#define SSL3_MT_SERVER_DONE			14
+#define SSL3_MT_CERTIFICATE_VERIFY		15
+#define SSL3_MT_CLIENT_KEY_EXCHANGE		16
+#define SSL3_MT_FINISHED			20
+#define SSL3_MT_CERTIFICATE_STATUS		22
+#define SSL3_MT_NEXT_PROTO			67
+#define DTLS1_MT_HELLO_VERIFY_REQUEST    3
+
+
+#define SSL3_MT_CCS				1
+
+/* These are used when changing over to a new cipher */
+#define SSL3_CC_READ		0x01
+#define SSL3_CC_WRITE		0x02
+#define SSL3_CC_CLIENT		0x10
+#define SSL3_CC_SERVER		0x20
+#define SSL3_CHANGE_CIPHER_CLIENT_WRITE	(SSL3_CC_CLIENT|SSL3_CC_WRITE)	
+#define SSL3_CHANGE_CIPHER_SERVER_READ	(SSL3_CC_SERVER|SSL3_CC_READ)
+#define SSL3_CHANGE_CIPHER_CLIENT_READ	(SSL3_CC_CLIENT|SSL3_CC_READ)
+#define SSL3_CHANGE_CIPHER_SERVER_WRITE	(SSL3_CC_SERVER|SSL3_CC_WRITE)
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/stack.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/stack.h
new file mode 100755
index 0000000000000000000000000000000000000000..ce35e554eb9eeed4fd03b99b817e70dcd9ee5a3c
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/stack.h
@@ -0,0 +1,108 @@
+/* crypto/stack/stack.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_STACK_H
+#define HEADER_STACK_H
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef struct stack_st
+	{
+	int num;
+	char **data;
+	int sorted;
+
+	int num_alloc;
+	int (*comp)(const void *, const void *);
+	} _STACK;  /* Use STACK_OF(...) instead */
+
+#define M_sk_num(sk)		((sk) ? (sk)->num:-1)
+#define M_sk_value(sk,n)	((sk) ? (sk)->data[n] : NULL)
+
+int sk_num(const _STACK *);
+void *sk_value(const _STACK *, int);
+
+void *sk_set(_STACK *, int, void *);
+
+_STACK *sk_new(int (*cmp)(const void *, const void *));
+_STACK *sk_new_null(void);
+void sk_free(_STACK *);
+void sk_pop_free(_STACK *st, void (*func)(void *));
+int sk_insert(_STACK *sk, void *data, int where);
+void *sk_delete(_STACK *st, int loc);
+void *sk_delete_ptr(_STACK *st, void *p);
+int sk_find(_STACK *st, void *data);
+int sk_find_ex(_STACK *st, void *data);
+int sk_push(_STACK *st, void *data);
+int sk_unshift(_STACK *st, void *data);
+void *sk_shift(_STACK *st);
+void *sk_pop(_STACK *st);
+void sk_zero(_STACK *st);
+int (*sk_set_cmp_func(_STACK *sk, int (*c)(const void *, const void *)))
+	(const void *, const void *);
+_STACK *sk_dup(_STACK *st);
+void sk_sort(_STACK *st);
+int sk_is_sorted(const _STACK *st);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/symhacks.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/symhacks.h
new file mode 100755
index 0000000000000000000000000000000000000000..425482911dfe8792ee1c398a245b92ad4f5b842d
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/symhacks.h
@@ -0,0 +1,477 @@
+/* ====================================================================
+ * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_SYMHACKS_H
+#define HEADER_SYMHACKS_H
+
+#include <APOpenSSL/e_os2.h>
+
+/* Hacks to solve the problem with linkers incapable of handling very long
+   symbol names.  In the case of VMS, the limit is 31 characters on VMS for
+   VAX. */
+/* Note that this affects util/libeay.num and util/ssleay.num...  you may
+   change those manually, but that's not recommended, as those files are
+   controlled centrally and updated on Unix, and the central definition
+   may disagree with yours, which in turn may come with shareable library
+   incompatibilities. */
+#ifdef OPENSSL_SYS_VMS
+
+/* Hack a long name in crypto/ex_data.c */
+#undef CRYPTO_get_ex_data_implementation
+#define CRYPTO_get_ex_data_implementation	CRYPTO_get_ex_data_impl
+#undef CRYPTO_set_ex_data_implementation
+#define CRYPTO_set_ex_data_implementation	CRYPTO_set_ex_data_impl
+
+/* Hack a long name in crypto/asn1/a_mbstr.c */
+#undef ASN1_STRING_set_default_mask_asc
+#define ASN1_STRING_set_default_mask_asc	ASN1_STRING_set_def_mask_asc
+
+#if 0 /* No longer needed, since safestack macro magic does the job */
+/* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO) */
+#undef i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO
+#define i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO	i2d_ASN1_SET_OF_PKCS7_SIGINF
+#undef d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO
+#define d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO	d2i_ASN1_SET_OF_PKCS7_SIGINF
+#endif
+
+#if 0 /* No longer needed, since safestack macro magic does the job */
+/* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO) */
+#undef i2d_ASN1_SET_OF_PKCS7_RECIP_INFO
+#define i2d_ASN1_SET_OF_PKCS7_RECIP_INFO	i2d_ASN1_SET_OF_PKCS7_RECINF
+#undef d2i_ASN1_SET_OF_PKCS7_RECIP_INFO
+#define d2i_ASN1_SET_OF_PKCS7_RECIP_INFO	d2i_ASN1_SET_OF_PKCS7_RECINF
+#endif
+
+#if 0 /* No longer needed, since safestack macro magic does the job */
+/* Hack the names created with DECLARE_ASN1_SET_OF(ACCESS_DESCRIPTION) */
+#undef i2d_ASN1_SET_OF_ACCESS_DESCRIPTION
+#define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION	i2d_ASN1_SET_OF_ACC_DESC
+#undef d2i_ASN1_SET_OF_ACCESS_DESCRIPTION
+#define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION	d2i_ASN1_SET_OF_ACC_DESC
+#endif
+
+/* Hack the names created with DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE) */
+#undef PEM_read_NETSCAPE_CERT_SEQUENCE
+#define PEM_read_NETSCAPE_CERT_SEQUENCE		PEM_read_NS_CERT_SEQ
+#undef PEM_write_NETSCAPE_CERT_SEQUENCE
+#define PEM_write_NETSCAPE_CERT_SEQUENCE	PEM_write_NS_CERT_SEQ
+#undef PEM_read_bio_NETSCAPE_CERT_SEQUENCE
+#define PEM_read_bio_NETSCAPE_CERT_SEQUENCE	PEM_read_bio_NS_CERT_SEQ
+#undef PEM_write_bio_NETSCAPE_CERT_SEQUENCE
+#define PEM_write_bio_NETSCAPE_CERT_SEQUENCE	PEM_write_bio_NS_CERT_SEQ
+#undef PEM_write_cb_bio_NETSCAPE_CERT_SEQUENCE
+#define PEM_write_cb_bio_NETSCAPE_CERT_SEQUENCE	PEM_write_cb_bio_NS_CERT_SEQ
+
+/* Hack the names created with DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO) */
+#undef PEM_read_PKCS8_PRIV_KEY_INFO
+#define PEM_read_PKCS8_PRIV_KEY_INFO		PEM_read_P8_PRIV_KEY_INFO
+#undef PEM_write_PKCS8_PRIV_KEY_INFO
+#define PEM_write_PKCS8_PRIV_KEY_INFO		PEM_write_P8_PRIV_KEY_INFO
+#undef PEM_read_bio_PKCS8_PRIV_KEY_INFO
+#define PEM_read_bio_PKCS8_PRIV_KEY_INFO	PEM_read_bio_P8_PRIV_KEY_INFO
+#undef PEM_write_bio_PKCS8_PRIV_KEY_INFO
+#define PEM_write_bio_PKCS8_PRIV_KEY_INFO	PEM_write_bio_P8_PRIV_KEY_INFO
+#undef PEM_write_cb_bio_PKCS8_PRIV_KEY_INFO
+#define PEM_write_cb_bio_PKCS8_PRIV_KEY_INFO	PEM_wrt_cb_bio_P8_PRIV_KEY_INFO
+
+/* Hack other PEM names */
+#undef PEM_write_bio_PKCS8PrivateKey_nid
+#define PEM_write_bio_PKCS8PrivateKey_nid	PEM_write_bio_PKCS8PrivKey_nid
+
+/* Hack some long X509 names */
+#undef X509_REVOKED_get_ext_by_critical
+#define X509_REVOKED_get_ext_by_critical	X509_REVOKED_get_ext_by_critic
+#undef X509_policy_tree_get0_user_policies
+#define X509_policy_tree_get0_user_policies	X509_pcy_tree_get0_usr_policies
+#undef X509_policy_node_get0_qualifiers
+#define X509_policy_node_get0_qualifiers	X509_pcy_node_get0_qualifiers
+#undef X509_STORE_CTX_get_explicit_policy
+#define X509_STORE_CTX_get_explicit_policy	X509_STORE_CTX_get_expl_policy
+#undef X509_STORE_CTX_get0_current_issuer
+#define X509_STORE_CTX_get0_current_issuer	X509_STORE_CTX_get0_cur_issuer
+
+/* Hack some long CRYPTO names */
+#undef CRYPTO_set_dynlock_destroy_callback
+#define CRYPTO_set_dynlock_destroy_callback     CRYPTO_set_dynlock_destroy_cb
+#undef CRYPTO_set_dynlock_create_callback
+#define CRYPTO_set_dynlock_create_callback      CRYPTO_set_dynlock_create_cb
+#undef CRYPTO_set_dynlock_lock_callback
+#define CRYPTO_set_dynlock_lock_callback	CRYPTO_set_dynlock_lock_cb
+#undef CRYPTO_get_dynlock_lock_callback
+#define CRYPTO_get_dynlock_lock_callback	CRYPTO_get_dynlock_lock_cb
+#undef CRYPTO_get_dynlock_destroy_callback
+#define CRYPTO_get_dynlock_destroy_callback     CRYPTO_get_dynlock_destroy_cb
+#undef CRYPTO_get_dynlock_create_callback
+#define CRYPTO_get_dynlock_create_callback      CRYPTO_get_dynlock_create_cb
+#undef CRYPTO_set_locked_mem_ex_functions
+#define CRYPTO_set_locked_mem_ex_functions      CRYPTO_set_locked_mem_ex_funcs
+#undef CRYPTO_get_locked_mem_ex_functions
+#define CRYPTO_get_locked_mem_ex_functions      CRYPTO_get_locked_mem_ex_funcs
+
+/* Hack some long SSL names */
+#undef SSL_CTX_set_default_verify_paths
+#define SSL_CTX_set_default_verify_paths	SSL_CTX_set_def_verify_paths
+#undef SSL_get_ex_data_X509_STORE_CTX_idx
+#define SSL_get_ex_data_X509_STORE_CTX_idx      SSL_get_ex_d_X509_STORE_CTX_idx
+#undef SSL_add_file_cert_subjects_to_stack
+#define SSL_add_file_cert_subjects_to_stack     SSL_add_file_cert_subjs_to_stk
+#undef SSL_add_dir_cert_subjects_to_stack
+#define SSL_add_dir_cert_subjects_to_stack      SSL_add_dir_cert_subjs_to_stk
+#undef SSL_CTX_use_certificate_chain_file
+#define SSL_CTX_use_certificate_chain_file      SSL_CTX_use_cert_chain_file
+#undef SSL_CTX_set_cert_verify_callback
+#define SSL_CTX_set_cert_verify_callback	SSL_CTX_set_cert_verify_cb
+#undef SSL_CTX_set_default_passwd_cb_userdata
+#define SSL_CTX_set_default_passwd_cb_userdata  SSL_CTX_set_def_passwd_cb_ud
+#undef SSL_COMP_get_compression_methods
+#define SSL_COMP_get_compression_methods	SSL_COMP_get_compress_methods
+#undef ssl_add_clienthello_renegotiate_ext
+#define ssl_add_clienthello_renegotiate_ext	ssl_add_clienthello_reneg_ext
+#undef ssl_add_serverhello_renegotiate_ext
+#define ssl_add_serverhello_renegotiate_ext	ssl_add_serverhello_reneg_ext
+#undef ssl_parse_clienthello_renegotiate_ext
+#define ssl_parse_clienthello_renegotiate_ext	ssl_parse_clienthello_reneg_ext
+#undef ssl_parse_serverhello_renegotiate_ext
+#define ssl_parse_serverhello_renegotiate_ext	ssl_parse_serverhello_reneg_ext
+#undef SSL_srp_server_param_with_username
+#define SSL_srp_server_param_with_username	SSL_srp_server_param_with_un
+#undef SSL_CTX_set_srp_client_pwd_callback
+#define SSL_CTX_set_srp_client_pwd_callback	SSL_CTX_set_srp_client_pwd_cb
+#undef SSL_CTX_set_srp_verify_param_callback
+#define SSL_CTX_set_srp_verify_param_callback	SSL_CTX_set_srp_vfy_param_cb
+#undef SSL_CTX_set_srp_username_callback
+#define SSL_CTX_set_srp_username_callback	SSL_CTX_set_srp_un_cb
+#undef ssl_add_clienthello_use_srtp_ext
+#define ssl_add_clienthello_use_srtp_ext ssl_add_clihello_use_srtp_ext
+#undef ssl_add_serverhello_use_srtp_ext
+#define ssl_add_serverhello_use_srtp_ext ssl_add_serhello_use_srtp_ext
+#undef ssl_parse_clienthello_use_srtp_ext
+#define ssl_parse_clienthello_use_srtp_ext ssl_parse_clihello_use_srtp_ext
+#undef ssl_parse_serverhello_use_srtp_ext
+#define ssl_parse_serverhello_use_srtp_ext ssl_parse_serhello_use_srtp_ext
+#undef SSL_CTX_set_next_protos_advertised_cb
+#define SSL_CTX_set_next_protos_advertised_cb SSL_CTX_set_next_protos_adv_cb
+#undef SSL_CTX_set_next_proto_select_cb
+#define SSL_CTX_set_next_proto_select_cb SSL_CTX_set_next_proto_sel_cb
+
+/* Hack some long ENGINE names */
+#undef ENGINE_get_default_BN_mod_exp_crt
+#define ENGINE_get_default_BN_mod_exp_crt	ENGINE_get_def_BN_mod_exp_crt
+#undef ENGINE_set_default_BN_mod_exp_crt
+#define ENGINE_set_default_BN_mod_exp_crt	ENGINE_set_def_BN_mod_exp_crt
+#undef ENGINE_set_load_privkey_function
+#define ENGINE_set_load_privkey_function	ENGINE_set_load_privkey_fn
+#undef ENGINE_get_load_privkey_function
+#define ENGINE_get_load_privkey_function	ENGINE_get_load_privkey_fn
+#undef ENGINE_unregister_pkey_asn1_meths
+#define ENGINE_unregister_pkey_asn1_meths	ENGINE_unreg_pkey_asn1_meths
+#undef ENGINE_register_all_pkey_asn1_meths
+#define ENGINE_register_all_pkey_asn1_meths	ENGINE_reg_all_pkey_asn1_meths
+#undef ENGINE_set_default_pkey_asn1_meths
+#define ENGINE_set_default_pkey_asn1_meths	ENGINE_set_def_pkey_asn1_meths
+#undef ENGINE_get_pkey_asn1_meth_engine
+#define ENGINE_get_pkey_asn1_meth_engine	ENGINE_get_pkey_asn1_meth_eng
+#undef ENGINE_set_load_ssl_client_cert_function
+#define ENGINE_set_load_ssl_client_cert_function \
+						ENGINE_set_ld_ssl_clnt_cert_fn
+#undef ENGINE_get_ssl_client_cert_function
+#define ENGINE_get_ssl_client_cert_function	ENGINE_get_ssl_client_cert_fn
+
+/* Hack some long OCSP names */
+#undef OCSP_REQUEST_get_ext_by_critical
+#define OCSP_REQUEST_get_ext_by_critical	OCSP_REQUEST_get_ext_by_crit
+#undef OCSP_BASICRESP_get_ext_by_critical
+#define OCSP_BASICRESP_get_ext_by_critical      OCSP_BASICRESP_get_ext_by_crit
+#undef OCSP_SINGLERESP_get_ext_by_critical
+#define OCSP_SINGLERESP_get_ext_by_critical     OCSP_SINGLERESP_get_ext_by_crit
+
+/* Hack some long DES names */
+#undef _ossl_old_des_ede3_cfb64_encrypt
+#define _ossl_old_des_ede3_cfb64_encrypt	_ossl_odes_ede3_cfb64_encrypt
+#undef _ossl_old_des_ede3_ofb64_encrypt
+#define _ossl_old_des_ede3_ofb64_encrypt	_ossl_odes_ede3_ofb64_encrypt
+
+/* Hack some long EVP names */
+#undef OPENSSL_add_all_algorithms_noconf
+#define OPENSSL_add_all_algorithms_noconf	OPENSSL_add_all_algo_noconf
+#undef OPENSSL_add_all_algorithms_conf
+#define OPENSSL_add_all_algorithms_conf		OPENSSL_add_all_algo_conf
+#undef EVP_PKEY_meth_set_verify_recover
+#define EVP_PKEY_meth_set_verify_recover	EVP_PKEY_meth_set_vrfy_recover
+
+/* Hack some long EC names */
+#undef EC_GROUP_set_point_conversion_form
+#define EC_GROUP_set_point_conversion_form	EC_GROUP_set_point_conv_form
+#undef EC_GROUP_get_point_conversion_form
+#define EC_GROUP_get_point_conversion_form	EC_GROUP_get_point_conv_form
+#undef EC_GROUP_clear_free_all_extra_data
+#define EC_GROUP_clear_free_all_extra_data	EC_GROUP_clr_free_all_xtra_data
+#undef EC_KEY_set_public_key_affine_coordinates
+#define EC_KEY_set_public_key_affine_coordinates \
+						EC_KEY_set_pub_key_aff_coords
+#undef EC_POINT_set_Jprojective_coordinates_GFp
+#define EC_POINT_set_Jprojective_coordinates_GFp \
+                                                EC_POINT_set_Jproj_coords_GFp
+#undef EC_POINT_get_Jprojective_coordinates_GFp
+#define EC_POINT_get_Jprojective_coordinates_GFp \
+                                                EC_POINT_get_Jproj_coords_GFp
+#undef EC_POINT_set_affine_coordinates_GFp
+#define EC_POINT_set_affine_coordinates_GFp     EC_POINT_set_affine_coords_GFp
+#undef EC_POINT_get_affine_coordinates_GFp
+#define EC_POINT_get_affine_coordinates_GFp     EC_POINT_get_affine_coords_GFp
+#undef EC_POINT_set_compressed_coordinates_GFp
+#define EC_POINT_set_compressed_coordinates_GFp EC_POINT_set_compr_coords_GFp
+#undef EC_POINT_set_affine_coordinates_GF2m
+#define EC_POINT_set_affine_coordinates_GF2m    EC_POINT_set_affine_coords_GF2m
+#undef EC_POINT_get_affine_coordinates_GF2m
+#define EC_POINT_get_affine_coordinates_GF2m    EC_POINT_get_affine_coords_GF2m
+#undef EC_POINT_set_compressed_coordinates_GF2m
+#define EC_POINT_set_compressed_coordinates_GF2m \
+                                                EC_POINT_set_compr_coords_GF2m
+#undef ec_GF2m_simple_group_clear_finish
+#define ec_GF2m_simple_group_clear_finish	ec_GF2m_simple_grp_clr_finish
+#undef ec_GF2m_simple_group_check_discriminant
+#define ec_GF2m_simple_group_check_discriminant	ec_GF2m_simple_grp_chk_discrim
+#undef ec_GF2m_simple_point_clear_finish
+#define ec_GF2m_simple_point_clear_finish	ec_GF2m_simple_pt_clr_finish
+#undef ec_GF2m_simple_point_set_to_infinity
+#define ec_GF2m_simple_point_set_to_infinity	ec_GF2m_simple_pt_set_to_inf
+#undef ec_GF2m_simple_points_make_affine
+#define ec_GF2m_simple_points_make_affine	ec_GF2m_simple_pts_make_affine
+#undef ec_GF2m_simple_point_set_affine_coordinates
+#define ec_GF2m_simple_point_set_affine_coordinates \
+                                                ec_GF2m_smp_pt_set_af_coords
+#undef ec_GF2m_simple_point_get_affine_coordinates
+#define ec_GF2m_simple_point_get_affine_coordinates \
+                                                ec_GF2m_smp_pt_get_af_coords
+#undef ec_GF2m_simple_set_compressed_coordinates
+#define ec_GF2m_simple_set_compressed_coordinates \
+                                                ec_GF2m_smp_set_compr_coords
+#undef ec_GFp_simple_group_set_curve_GFp
+#define ec_GFp_simple_group_set_curve_GFp       ec_GFp_simple_grp_set_curve_GFp
+#undef ec_GFp_simple_group_get_curve_GFp
+#define ec_GFp_simple_group_get_curve_GFp       ec_GFp_simple_grp_get_curve_GFp
+#undef ec_GFp_simple_group_clear_finish
+#define ec_GFp_simple_group_clear_finish	ec_GFp_simple_grp_clear_finish
+#undef ec_GFp_simple_group_set_generator
+#define ec_GFp_simple_group_set_generator       ec_GFp_simple_grp_set_generator
+#undef ec_GFp_simple_group_get0_generator
+#define ec_GFp_simple_group_get0_generator      ec_GFp_simple_grp_gt0_generator
+#undef ec_GFp_simple_group_get_cofactor
+#define ec_GFp_simple_group_get_cofactor	ec_GFp_simple_grp_get_cofactor
+#undef ec_GFp_simple_point_clear_finish
+#define ec_GFp_simple_point_clear_finish	ec_GFp_simple_pt_clear_finish
+#undef ec_GFp_simple_point_set_to_infinity
+#define ec_GFp_simple_point_set_to_infinity     ec_GFp_simple_pt_set_to_inf
+#undef ec_GFp_simple_points_make_affine
+#define ec_GFp_simple_points_make_affine	ec_GFp_simple_pts_make_affine
+#undef ec_GFp_simple_group_get_curve_GFp
+#define ec_GFp_simple_group_get_curve_GFp       ec_GFp_simple_grp_get_curve_GFp
+#undef ec_GFp_simple_set_Jprojective_coordinates_GFp
+#define ec_GFp_simple_set_Jprojective_coordinates_GFp \
+                                                ec_GFp_smp_set_Jproj_coords_GFp
+#undef ec_GFp_simple_get_Jprojective_coordinates_GFp
+#define ec_GFp_simple_get_Jprojective_coordinates_GFp \
+                                                ec_GFp_smp_get_Jproj_coords_GFp
+#undef ec_GFp_simple_point_set_affine_coordinates_GFp
+#define ec_GFp_simple_point_set_affine_coordinates_GFp \
+                                                ec_GFp_smp_pt_set_af_coords_GFp
+#undef ec_GFp_simple_point_get_affine_coordinates_GFp
+#define ec_GFp_simple_point_get_affine_coordinates_GFp \
+                                                ec_GFp_smp_pt_get_af_coords_GFp
+#undef ec_GFp_simple_set_compressed_coordinates_GFp
+#define ec_GFp_simple_set_compressed_coordinates_GFp \
+                                                ec_GFp_smp_set_compr_coords_GFp
+#undef ec_GFp_simple_point_set_affine_coordinates
+#define ec_GFp_simple_point_set_affine_coordinates \
+                                                ec_GFp_smp_pt_set_af_coords
+#undef ec_GFp_simple_point_get_affine_coordinates
+#define ec_GFp_simple_point_get_affine_coordinates \
+                                                ec_GFp_smp_pt_get_af_coords
+#undef ec_GFp_simple_set_compressed_coordinates
+#define ec_GFp_simple_set_compressed_coordinates \
+                                                ec_GFp_smp_set_compr_coords
+#undef ec_GFp_simple_group_check_discriminant
+#define ec_GFp_simple_group_check_discriminant	ec_GFp_simple_grp_chk_discrim
+
+/* Hack som long STORE names */
+#undef STORE_method_set_initialise_function
+#define STORE_method_set_initialise_function	STORE_meth_set_initialise_fn
+#undef STORE_method_set_cleanup_function
+#define STORE_method_set_cleanup_function	STORE_meth_set_cleanup_fn
+#undef STORE_method_set_generate_function
+#define STORE_method_set_generate_function	STORE_meth_set_generate_fn
+#undef STORE_method_set_modify_function
+#define STORE_method_set_modify_function	STORE_meth_set_modify_fn
+#undef STORE_method_set_revoke_function
+#define STORE_method_set_revoke_function	STORE_meth_set_revoke_fn
+#undef STORE_method_set_delete_function
+#define STORE_method_set_delete_function	STORE_meth_set_delete_fn
+#undef STORE_method_set_list_start_function
+#define STORE_method_set_list_start_function	STORE_meth_set_list_start_fn
+#undef STORE_method_set_list_next_function
+#define STORE_method_set_list_next_function	STORE_meth_set_list_next_fn
+#undef STORE_method_set_list_end_function
+#define STORE_method_set_list_end_function	STORE_meth_set_list_end_fn
+#undef STORE_method_set_update_store_function
+#define STORE_method_set_update_store_function	STORE_meth_set_update_store_fn
+#undef STORE_method_set_lock_store_function
+#define STORE_method_set_lock_store_function	STORE_meth_set_lock_store_fn
+#undef STORE_method_set_unlock_store_function
+#define STORE_method_set_unlock_store_function	STORE_meth_set_unlock_store_fn
+#undef STORE_method_get_initialise_function
+#define STORE_method_get_initialise_function	STORE_meth_get_initialise_fn
+#undef STORE_method_get_cleanup_function
+#define STORE_method_get_cleanup_function	STORE_meth_get_cleanup_fn
+#undef STORE_method_get_generate_function
+#define STORE_method_get_generate_function	STORE_meth_get_generate_fn
+#undef STORE_method_get_modify_function
+#define STORE_method_get_modify_function	STORE_meth_get_modify_fn
+#undef STORE_method_get_revoke_function
+#define STORE_method_get_revoke_function	STORE_meth_get_revoke_fn
+#undef STORE_method_get_delete_function
+#define STORE_method_get_delete_function	STORE_meth_get_delete_fn
+#undef STORE_method_get_list_start_function
+#define STORE_method_get_list_start_function	STORE_meth_get_list_start_fn
+#undef STORE_method_get_list_next_function
+#define STORE_method_get_list_next_function	STORE_meth_get_list_next_fn
+#undef STORE_method_get_list_end_function
+#define STORE_method_get_list_end_function	STORE_meth_get_list_end_fn
+#undef STORE_method_get_update_store_function
+#define STORE_method_get_update_store_function	STORE_meth_get_update_store_fn
+#undef STORE_method_get_lock_store_function
+#define STORE_method_get_lock_store_function	STORE_meth_get_lock_store_fn
+#undef STORE_method_get_unlock_store_function
+#define STORE_method_get_unlock_store_function	STORE_meth_get_unlock_store_fn
+
+/* Hack some long TS names */
+#undef TS_RESP_CTX_set_status_info_cond
+#define TS_RESP_CTX_set_status_info_cond	TS_RESP_CTX_set_stat_info_cond
+#undef TS_RESP_CTX_set_clock_precision_digits
+#define TS_RESP_CTX_set_clock_precision_digits	TS_RESP_CTX_set_clk_prec_digits
+#undef TS_CONF_set_clock_precision_digits
+#define TS_CONF_set_clock_precision_digits	TS_CONF_set_clk_prec_digits
+
+/* Hack some long CMS names */
+#undef CMS_RecipientInfo_ktri_get0_algs
+#define CMS_RecipientInfo_ktri_get0_algs	CMS_RecipInfo_ktri_get0_algs
+#undef CMS_RecipientInfo_ktri_get0_signer_id
+#define CMS_RecipientInfo_ktri_get0_signer_id	CMS_RecipInfo_ktri_get0_sigr_id
+#undef CMS_OtherRevocationInfoFormat_it
+#define CMS_OtherRevocationInfoFormat_it	CMS_OtherRevocInfoFormat_it
+#undef CMS_KeyAgreeRecipientIdentifier_it
+#define CMS_KeyAgreeRecipientIdentifier_it	CMS_KeyAgreeRecipIdentifier_it
+#undef CMS_OriginatorIdentifierOrKey_it
+#define CMS_OriginatorIdentifierOrKey_it	CMS_OriginatorIdOrKey_it
+#undef cms_SignerIdentifier_get0_signer_id
+#define cms_SignerIdentifier_get0_signer_id	cms_SignerId_get0_signer_id
+
+/* Hack some long DTLS1 names */
+#undef dtls1_retransmit_buffered_messages
+#define dtls1_retransmit_buffered_messages	dtls1_retransmit_buffered_msgs
+
+/* Hack some long SRP names */
+#undef SRP_generate_server_master_secret
+#define SRP_generate_server_master_secret	SRP_gen_server_master_secret
+#undef SRP_generate_client_master_secret
+#define SRP_generate_client_master_secret	SRP_gen_client_master_secret
+
+/* Hack some long UI names */
+#undef UI_method_get_prompt_constructor
+#define UI_method_get_prompt_constructor	UI_method_get_prompt_constructr
+#undef UI_method_set_prompt_constructor
+#define UI_method_set_prompt_constructor	UI_method_set_prompt_constructr
+
+#endif /* defined OPENSSL_SYS_VMS */
+
+
+/* Case insensitive linking causes problems.... */
+#if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2)
+#undef ERR_load_CRYPTO_strings
+#define ERR_load_CRYPTO_strings			ERR_load_CRYPTOlib_strings
+#undef OCSP_crlID_new
+#define OCSP_crlID_new				OCSP_crlID2_new
+
+#undef d2i_ECPARAMETERS
+#define d2i_ECPARAMETERS			d2i_UC_ECPARAMETERS
+#undef i2d_ECPARAMETERS
+#define i2d_ECPARAMETERS			i2d_UC_ECPARAMETERS
+#undef d2i_ECPKPARAMETERS
+#define d2i_ECPKPARAMETERS			d2i_UC_ECPKPARAMETERS
+#undef i2d_ECPKPARAMETERS
+#define i2d_ECPKPARAMETERS			i2d_UC_ECPKPARAMETERS
+
+/* These functions do not seem to exist!  However, I'm paranoid...
+   Original command in x509v3.h:
+   These functions are being redefined in another directory,
+   and clash when the linker is case-insensitive, so let's
+   hide them a little, by giving them an extra 'o' at the
+   beginning of the name... */
+#undef X509v3_cleanup_extensions
+#define X509v3_cleanup_extensions		oX509v3_cleanup_extensions
+#undef X509v3_add_extension
+#define X509v3_add_extension			oX509v3_add_extension
+#undef X509v3_add_netscape_extensions
+#define X509v3_add_netscape_extensions		oX509v3_add_netscape_extensions
+#undef X509v3_add_standard_extensions
+#define X509v3_add_standard_extensions		oX509v3_add_standard_extensions
+
+/* This one clashes with CMS_data_create */
+#undef cms_Data_create
+#define cms_Data_create				priv_cms_Data_create
+
+#endif
+
+
+#endif /* ! defined HEADER_VMS_IDHACKS_H */
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/tls1.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/tls1.h
new file mode 100755
index 0000000000000000000000000000000000000000..75f711543a30d260c87720fbff3a6e3b33b9b365
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/tls1.h
@@ -0,0 +1,735 @@
+/* ssl/tls1.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+/* ====================================================================
+ * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ *
+ * Portions of the attached software ("Contribution") are developed by 
+ * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
+ *
+ * The Contribution is licensed pursuant to the OpenSSL open source
+ * license provided above.
+ *
+ * ECC cipher suite support in OpenSSL originally written by
+ * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
+ *
+ */
+/* ====================================================================
+ * Copyright 2005 Nokia. All rights reserved.
+ *
+ * The portions of the attached software ("Contribution") is developed by
+ * Nokia Corporation and is licensed pursuant to the OpenSSL open source
+ * license.
+ *
+ * The Contribution, originally written by Mika Kousa and Pasi Eronen of
+ * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
+ * support (see RFC 4279) to OpenSSL.
+ *
+ * No patent licenses or other rights except those expressly stated in
+ * the OpenSSL open source license shall be deemed granted or received
+ * expressly, by implication, estoppel, or otherwise.
+ *
+ * No assurances are provided by Nokia that the Contribution does not
+ * infringe the patent or other intellectual property rights of any third
+ * party or that the license provides you with all the necessary rights
+ * to make use of the Contribution.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
+ * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
+ * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
+ * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
+ * OTHERWISE.
+ */
+
+#ifndef HEADER_TLS1_H 
+#define HEADER_TLS1_H 
+
+#include <APOpenSSL/buffer.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES	0
+
+#define TLS1_2_VERSION			0x0303
+#define TLS1_2_VERSION_MAJOR		0x03
+#define TLS1_2_VERSION_MINOR		0x03
+
+#define TLS1_1_VERSION			0x0302
+#define TLS1_1_VERSION_MAJOR		0x03
+#define TLS1_1_VERSION_MINOR		0x02
+
+#define TLS1_VERSION			0x0301
+#define TLS1_VERSION_MAJOR		0x03
+#define TLS1_VERSION_MINOR		0x01
+
+#define TLS1_get_version(s) \
+		((s->version >> 8) == TLS1_VERSION_MAJOR ? s->version : 0)
+
+#define TLS1_get_client_version(s) \
+		((s->client_version >> 8) == TLS1_VERSION_MAJOR ? s->client_version : 0)
+
+#define TLS1_AD_DECRYPTION_FAILED	21
+#define TLS1_AD_RECORD_OVERFLOW		22
+#define TLS1_AD_UNKNOWN_CA		48	/* fatal */
+#define TLS1_AD_ACCESS_DENIED		49	/* fatal */
+#define TLS1_AD_DECODE_ERROR		50	/* fatal */
+#define TLS1_AD_DECRYPT_ERROR		51
+#define TLS1_AD_EXPORT_RESTRICTION	60	/* fatal */
+#define TLS1_AD_PROTOCOL_VERSION	70	/* fatal */
+#define TLS1_AD_INSUFFICIENT_SECURITY	71	/* fatal */
+#define TLS1_AD_INTERNAL_ERROR		80	/* fatal */
+#define TLS1_AD_USER_CANCELLED		90
+#define TLS1_AD_NO_RENEGOTIATION	100
+/* codes 110-114 are from RFC3546 */
+#define TLS1_AD_UNSUPPORTED_EXTENSION	110
+#define TLS1_AD_CERTIFICATE_UNOBTAINABLE 111
+#define TLS1_AD_UNRECOGNIZED_NAME 	112
+#define TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE 113
+#define TLS1_AD_BAD_CERTIFICATE_HASH_VALUE 114
+#define TLS1_AD_UNKNOWN_PSK_IDENTITY	115	/* fatal */
+
+/* ExtensionType values from RFC3546 / RFC4366 / RFC6066 */
+#define TLSEXT_TYPE_server_name			0
+#define TLSEXT_TYPE_max_fragment_length		1
+#define TLSEXT_TYPE_client_certificate_url	2
+#define TLSEXT_TYPE_trusted_ca_keys		3
+#define TLSEXT_TYPE_truncated_hmac		4
+#define TLSEXT_TYPE_status_request		5
+/* ExtensionType values from RFC4681 */
+#define TLSEXT_TYPE_user_mapping		6
+
+/* ExtensionType values from RFC5878 */
+#define TLSEXT_TYPE_client_authz		7
+#define TLSEXT_TYPE_server_authz		8
+
+/* ExtensionType values from RFC6091 */
+#define TLSEXT_TYPE_cert_type		9
+
+/* ExtensionType values from RFC4492 */
+#define TLSEXT_TYPE_elliptic_curves		10
+#define TLSEXT_TYPE_ec_point_formats		11
+
+/* ExtensionType value from RFC5054 */
+#define TLSEXT_TYPE_srp				12
+
+/* ExtensionType values from RFC5246 */
+#define TLSEXT_TYPE_signature_algorithms	13
+
+/* ExtensionType value from RFC5764 */
+#define TLSEXT_TYPE_use_srtp	14
+
+/* ExtensionType value from RFC5620 */
+#define TLSEXT_TYPE_heartbeat	15
+
+/* ExtensionType value from RFC4507 */
+#define TLSEXT_TYPE_session_ticket		35
+
+/* ExtensionType value from draft-rescorla-tls-opaque-prf-input-00.txt */
+#if 0 /* will have to be provided externally for now ,
+       * i.e. build with -DTLSEXT_TYPE_opaque_prf_input=38183
+       * using whatever extension number you'd like to try */
+# define TLSEXT_TYPE_opaque_prf_input		?? */
+#endif
+
+/* Temporary extension type */
+#define TLSEXT_TYPE_renegotiate                 0xff01
+
+#ifndef OPENSSL_NO_NEXTPROTONEG
+/* This is not an IANA defined extension number */
+#define TLSEXT_TYPE_next_proto_neg		13172
+#endif
+
+/* NameType value from RFC 3546 */
+#define TLSEXT_NAMETYPE_host_name 0
+/* status request value from RFC 3546 */
+#define TLSEXT_STATUSTYPE_ocsp 1
+
+/* ECPointFormat values from draft-ietf-tls-ecc-12 */
+#define TLSEXT_ECPOINTFORMAT_first			0
+#define TLSEXT_ECPOINTFORMAT_uncompressed		0
+#define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime	1
+#define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2	2
+#define TLSEXT_ECPOINTFORMAT_last			2
+
+/* Signature and hash algorithms from RFC 5246 */
+
+#define TLSEXT_signature_anonymous			0
+#define TLSEXT_signature_rsa				1
+#define TLSEXT_signature_dsa				2
+#define TLSEXT_signature_ecdsa				3
+
+#define TLSEXT_hash_none				0
+#define TLSEXT_hash_md5					1
+#define TLSEXT_hash_sha1				2
+#define TLSEXT_hash_sha224				3
+#define TLSEXT_hash_sha256				4
+#define TLSEXT_hash_sha384				5
+#define TLSEXT_hash_sha512				6
+
+#ifndef OPENSSL_NO_TLSEXT
+
+#define TLSEXT_MAXLEN_host_name 255
+
+const char *SSL_get_servername(const SSL *s, const int type);
+int SSL_get_servername_type(const SSL *s);
+/* SSL_export_keying_material exports a value derived from the master secret,
+ * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
+ * optional context. (Since a zero length context is allowed, the |use_context|
+ * flag controls whether a context is included.)
+ *
+ * It returns 1 on success and zero otherwise.
+ */
+int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
+	const char *label, size_t llen, const unsigned char *p, size_t plen,
+	int use_context);
+
+#define SSL_set_tlsext_host_name(s,name) \
+SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name)
+
+#define SSL_set_tlsext_debug_callback(ssl, cb) \
+SSL_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_CB,(void (*)(void))cb)
+
+#define SSL_set_tlsext_debug_arg(ssl, arg) \
+SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg)
+
+#define SSL_set_tlsext_status_type(ssl, type) \
+SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type, NULL)
+
+#define SSL_get_tlsext_status_exts(ssl, arg) \
+SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
+
+#define SSL_set_tlsext_status_exts(ssl, arg) \
+SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
+
+#define SSL_get_tlsext_status_ids(ssl, arg) \
+SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
+
+#define SSL_set_tlsext_status_ids(ssl, arg) \
+SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
+
+#define SSL_get_tlsext_status_ocsp_resp(ssl, arg) \
+SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0, (void *)arg)
+
+#define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \
+SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen, (void *)arg)
+
+#define SSL_CTX_set_tlsext_servername_callback(ctx, cb) \
+SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_CB,(void (*)(void))cb)
+
+#define SSL_TLSEXT_ERR_OK 0
+#define SSL_TLSEXT_ERR_ALERT_WARNING 1
+#define SSL_TLSEXT_ERR_ALERT_FATAL 2
+#define SSL_TLSEXT_ERR_NOACK 3
+
+#define SSL_CTX_set_tlsext_servername_arg(ctx, arg) \
+SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG,0, (void *)arg)
+
+#define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \
+	SSL_CTX_ctrl((ctx),SSL_CTRL_GET_TLSEXT_TICKET_KEYS,(keylen),(keys))
+#define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \
+	SSL_CTX_ctrl((ctx),SSL_CTRL_SET_TLSEXT_TICKET_KEYS,(keylen),(keys))
+
+#define SSL_CTX_set_tlsext_status_cb(ssl, cb) \
+SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB,(void (*)(void))cb)
+
+#define SSL_CTX_set_tlsext_status_arg(ssl, arg) \
+SSL_CTX_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG,0, (void *)arg)
+
+#define SSL_set_tlsext_opaque_prf_input(s, src, len) \
+SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT, len, src)
+#define SSL_CTX_set_tlsext_opaque_prf_input_callback(ctx, cb) \
+SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB, (void (*)(void))cb)
+#define SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(ctx, arg) \
+SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG, 0, arg)
+
+#define SSL_CTX_set_tlsext_ticket_key_cb(ssl, cb) \
+SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb)
+
+#ifndef OPENSSL_NO_HEARTBEATS
+#define SSL_TLSEXT_HB_ENABLED				0x01
+#define SSL_TLSEXT_HB_DONT_SEND_REQUESTS	0x02
+#define SSL_TLSEXT_HB_DONT_RECV_REQUESTS	0x04
+
+#define SSL_get_tlsext_heartbeat_pending(ssl) \
+        SSL_ctrl((ssl),SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING,0,NULL)
+#define SSL_set_tlsext_heartbeat_no_requests(ssl, arg) \
+        SSL_ctrl((ssl),SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS,arg,NULL)
+#endif
+#endif
+
+/* PSK ciphersuites from 4279 */
+#define TLS1_CK_PSK_WITH_RC4_128_SHA                    0x0300008A
+#define TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA               0x0300008B
+#define TLS1_CK_PSK_WITH_AES_128_CBC_SHA                0x0300008C
+#define TLS1_CK_PSK_WITH_AES_256_CBC_SHA                0x0300008D
+
+/* Additional TLS ciphersuites from expired Internet Draft
+ * draft-ietf-tls-56-bit-ciphersuites-01.txt
+ * (available if TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES is defined, see
+ * s3_lib.c).  We actually treat them like SSL 3.0 ciphers, which we probably
+ * shouldn't.  Note that the first two are actually not in the IDs. */
+#define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_MD5		0x03000060 /* not in ID */
+#define TLS1_CK_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5	0x03000061 /* not in ID */
+#define TLS1_CK_RSA_EXPORT1024_WITH_DES_CBC_SHA		0x03000062
+#define TLS1_CK_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA	0x03000063
+#define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_SHA		0x03000064
+#define TLS1_CK_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA	0x03000065
+#define TLS1_CK_DHE_DSS_WITH_RC4_128_SHA		0x03000066
+
+/* AES ciphersuites from RFC3268 */
+
+#define TLS1_CK_RSA_WITH_AES_128_SHA			0x0300002F
+#define TLS1_CK_DH_DSS_WITH_AES_128_SHA			0x03000030
+#define TLS1_CK_DH_RSA_WITH_AES_128_SHA			0x03000031
+#define TLS1_CK_DHE_DSS_WITH_AES_128_SHA		0x03000032
+#define TLS1_CK_DHE_RSA_WITH_AES_128_SHA		0x03000033
+#define TLS1_CK_ADH_WITH_AES_128_SHA			0x03000034
+
+#define TLS1_CK_RSA_WITH_AES_256_SHA			0x03000035
+#define TLS1_CK_DH_DSS_WITH_AES_256_SHA			0x03000036
+#define TLS1_CK_DH_RSA_WITH_AES_256_SHA			0x03000037
+#define TLS1_CK_DHE_DSS_WITH_AES_256_SHA		0x03000038
+#define TLS1_CK_DHE_RSA_WITH_AES_256_SHA		0x03000039
+#define TLS1_CK_ADH_WITH_AES_256_SHA			0x0300003A
+
+/* TLS v1.2 ciphersuites */
+#define TLS1_CK_RSA_WITH_NULL_SHA256			0x0300003B
+#define TLS1_CK_RSA_WITH_AES_128_SHA256			0x0300003C
+#define TLS1_CK_RSA_WITH_AES_256_SHA256			0x0300003D
+#define TLS1_CK_DH_DSS_WITH_AES_128_SHA256		0x0300003E
+#define TLS1_CK_DH_RSA_WITH_AES_128_SHA256		0x0300003F
+#define TLS1_CK_DHE_DSS_WITH_AES_128_SHA256		0x03000040
+
+/* Camellia ciphersuites from RFC4132 */
+#define TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA		0x03000041
+#define TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA	0x03000042
+#define TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA	0x03000043
+#define TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA	0x03000044
+#define TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA	0x03000045
+#define TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA		0x03000046
+
+/* TLS v1.2 ciphersuites */
+#define TLS1_CK_DHE_RSA_WITH_AES_128_SHA256		0x03000067
+#define TLS1_CK_DH_DSS_WITH_AES_256_SHA256		0x03000068
+#define TLS1_CK_DH_RSA_WITH_AES_256_SHA256		0x03000069
+#define TLS1_CK_DHE_DSS_WITH_AES_256_SHA256		0x0300006A
+#define TLS1_CK_DHE_RSA_WITH_AES_256_SHA256		0x0300006B
+#define TLS1_CK_ADH_WITH_AES_128_SHA256			0x0300006C
+#define TLS1_CK_ADH_WITH_AES_256_SHA256			0x0300006D
+
+/* Camellia ciphersuites from RFC4132 */
+#define TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA		0x03000084
+#define TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA	0x03000085
+#define TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA	0x03000086
+#define TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA	0x03000087
+#define TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA	0x03000088
+#define TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA		0x03000089
+
+/* SEED ciphersuites from RFC4162 */
+#define TLS1_CK_RSA_WITH_SEED_SHA                       0x03000096
+#define TLS1_CK_DH_DSS_WITH_SEED_SHA                    0x03000097
+#define TLS1_CK_DH_RSA_WITH_SEED_SHA                    0x03000098
+#define TLS1_CK_DHE_DSS_WITH_SEED_SHA                   0x03000099
+#define TLS1_CK_DHE_RSA_WITH_SEED_SHA                   0x0300009A
+#define TLS1_CK_ADH_WITH_SEED_SHA                	0x0300009B
+
+/* TLS v1.2 GCM ciphersuites from RFC5288 */
+#define TLS1_CK_RSA_WITH_AES_128_GCM_SHA256		0x0300009C
+#define TLS1_CK_RSA_WITH_AES_256_GCM_SHA384		0x0300009D
+#define TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256		0x0300009E
+#define TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384		0x0300009F
+#define TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256		0x030000A0
+#define TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384		0x030000A1
+#define TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256		0x030000A2
+#define TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384		0x030000A3
+#define TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256		0x030000A4
+#define TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384		0x030000A5
+#define TLS1_CK_ADH_WITH_AES_128_GCM_SHA256		0x030000A6
+#define TLS1_CK_ADH_WITH_AES_256_GCM_SHA384		0x030000A7
+
+/* ECC ciphersuites from draft-ietf-tls-ecc-12.txt with changes soon to be in draft 13 */
+#define TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA                0x0300C001
+#define TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA             0x0300C002
+#define TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA        0x0300C003
+#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA         0x0300C004
+#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA         0x0300C005
+
+#define TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA               0x0300C006
+#define TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA            0x0300C007
+#define TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA       0x0300C008
+#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA        0x0300C009
+#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA        0x0300C00A
+
+#define TLS1_CK_ECDH_RSA_WITH_NULL_SHA                  0x0300C00B
+#define TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA               0x0300C00C
+#define TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA          0x0300C00D
+#define TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA           0x0300C00E
+#define TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA           0x0300C00F
+
+#define TLS1_CK_ECDHE_RSA_WITH_NULL_SHA                 0x0300C010
+#define TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA              0x0300C011
+#define TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA         0x0300C012
+#define TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA          0x0300C013
+#define TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA          0x0300C014
+
+#define TLS1_CK_ECDH_anon_WITH_NULL_SHA                 0x0300C015
+#define TLS1_CK_ECDH_anon_WITH_RC4_128_SHA              0x0300C016
+#define TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA         0x0300C017
+#define TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA          0x0300C018
+#define TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA          0x0300C019
+
+/* SRP ciphersuites from RFC 5054 */
+#define TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA		0x0300C01A
+#define TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA	0x0300C01B
+#define TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA	0x0300C01C
+#define TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA		0x0300C01D
+#define TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA	0x0300C01E
+#define TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA	0x0300C01F
+#define TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA		0x0300C020
+#define TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA	0x0300C021
+#define TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA	0x0300C022
+
+/* ECDH HMAC based ciphersuites from RFC5289 */
+
+#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256         0x0300C023
+#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384         0x0300C024
+#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256          0x0300C025
+#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384          0x0300C026
+#define TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256           0x0300C027
+#define TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384           0x0300C028
+#define TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256            0x0300C029
+#define TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384            0x0300C02A
+
+/* ECDH GCM based ciphersuites from RFC5289 */
+#define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256	0x0300C02B
+#define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384	0x0300C02C
+#define TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256      0x0300C02D
+#define TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384      0x0300C02E
+#define TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256       0x0300C02F
+#define TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384       0x0300C030
+#define TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256        0x0300C031
+#define TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384        0x0300C032
+
+/* XXX
+ * Inconsistency alert:
+ * The OpenSSL names of ciphers with ephemeral DH here include the string
+ * "DHE", while elsewhere it has always been "EDH".
+ * (The alias for the list of all such ciphers also is "EDH".)
+ * The specifications speak of "EDH"; maybe we should allow both forms
+ * for everything. */
+#define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5		"EXP1024-RC4-MD5"
+#define TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5	"EXP1024-RC2-CBC-MD5"
+#define TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA	"EXP1024-DES-CBC-SHA"
+#define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA	"EXP1024-DHE-DSS-DES-CBC-SHA"
+#define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA		"EXP1024-RC4-SHA"
+#define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA	"EXP1024-DHE-DSS-RC4-SHA"
+#define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA		"DHE-DSS-RC4-SHA"
+
+/* AES ciphersuites from RFC3268 */
+#define TLS1_TXT_RSA_WITH_AES_128_SHA			"AES128-SHA"
+#define TLS1_TXT_DH_DSS_WITH_AES_128_SHA		"DH-DSS-AES128-SHA"
+#define TLS1_TXT_DH_RSA_WITH_AES_128_SHA		"DH-RSA-AES128-SHA"
+#define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA		"DHE-DSS-AES128-SHA"
+#define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA		"DHE-RSA-AES128-SHA"
+#define TLS1_TXT_ADH_WITH_AES_128_SHA			"ADH-AES128-SHA"
+
+#define TLS1_TXT_RSA_WITH_AES_256_SHA			"AES256-SHA"
+#define TLS1_TXT_DH_DSS_WITH_AES_256_SHA		"DH-DSS-AES256-SHA"
+#define TLS1_TXT_DH_RSA_WITH_AES_256_SHA		"DH-RSA-AES256-SHA"
+#define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA		"DHE-DSS-AES256-SHA"
+#define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA		"DHE-RSA-AES256-SHA"
+#define TLS1_TXT_ADH_WITH_AES_256_SHA			"ADH-AES256-SHA"
+
+/* ECC ciphersuites from draft-ietf-tls-ecc-01.txt (Mar 15, 2001) */
+#define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA               "ECDH-ECDSA-NULL-SHA"
+#define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA            "ECDH-ECDSA-RC4-SHA"
+#define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA       "ECDH-ECDSA-DES-CBC3-SHA"
+#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA        "ECDH-ECDSA-AES128-SHA"
+#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA        "ECDH-ECDSA-AES256-SHA"
+
+#define TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA              "ECDHE-ECDSA-NULL-SHA"
+#define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA           "ECDHE-ECDSA-RC4-SHA"
+#define TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA      "ECDHE-ECDSA-DES-CBC3-SHA"
+#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA       "ECDHE-ECDSA-AES128-SHA"
+#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA       "ECDHE-ECDSA-AES256-SHA"
+
+#define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA                 "ECDH-RSA-NULL-SHA"
+#define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA              "ECDH-RSA-RC4-SHA"
+#define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA         "ECDH-RSA-DES-CBC3-SHA"
+#define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA          "ECDH-RSA-AES128-SHA"
+#define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA          "ECDH-RSA-AES256-SHA"
+
+#define TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA                "ECDHE-RSA-NULL-SHA"
+#define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA             "ECDHE-RSA-RC4-SHA"
+#define TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA        "ECDHE-RSA-DES-CBC3-SHA"
+#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA         "ECDHE-RSA-AES128-SHA"
+#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA         "ECDHE-RSA-AES256-SHA"
+
+#define TLS1_TXT_ECDH_anon_WITH_NULL_SHA                "AECDH-NULL-SHA"
+#define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA             "AECDH-RC4-SHA"
+#define TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA        "AECDH-DES-CBC3-SHA"
+#define TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA         "AECDH-AES128-SHA"
+#define TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA         "AECDH-AES256-SHA"
+
+/* PSK ciphersuites from RFC 4279 */
+#define TLS1_TXT_PSK_WITH_RC4_128_SHA			"PSK-RC4-SHA"
+#define TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA		"PSK-3DES-EDE-CBC-SHA"
+#define TLS1_TXT_PSK_WITH_AES_128_CBC_SHA		"PSK-AES128-CBC-SHA"
+#define TLS1_TXT_PSK_WITH_AES_256_CBC_SHA		"PSK-AES256-CBC-SHA"
+
+/* SRP ciphersuite from RFC 5054 */
+#define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA		"SRP-3DES-EDE-CBC-SHA"
+#define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA	"SRP-RSA-3DES-EDE-CBC-SHA"
+#define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA	"SRP-DSS-3DES-EDE-CBC-SHA"
+#define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA		"SRP-AES-128-CBC-SHA"
+#define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA	"SRP-RSA-AES-128-CBC-SHA"
+#define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA	"SRP-DSS-AES-128-CBC-SHA"
+#define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA		"SRP-AES-256-CBC-SHA"
+#define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA	"SRP-RSA-AES-256-CBC-SHA"
+#define TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA	"SRP-DSS-AES-256-CBC-SHA"
+
+/* Camellia ciphersuites from RFC4132 */
+#define TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA		"CAMELLIA128-SHA"
+#define TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA	"DH-DSS-CAMELLIA128-SHA"
+#define TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA	"DH-RSA-CAMELLIA128-SHA"
+#define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA	"DHE-DSS-CAMELLIA128-SHA"
+#define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA	"DHE-RSA-CAMELLIA128-SHA"
+#define TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA		"ADH-CAMELLIA128-SHA"
+
+#define TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA		"CAMELLIA256-SHA"
+#define TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA	"DH-DSS-CAMELLIA256-SHA"
+#define TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA	"DH-RSA-CAMELLIA256-SHA"
+#define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA	"DHE-DSS-CAMELLIA256-SHA"
+#define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA	"DHE-RSA-CAMELLIA256-SHA"
+#define TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA		"ADH-CAMELLIA256-SHA"
+
+/* SEED ciphersuites from RFC4162 */
+#define TLS1_TXT_RSA_WITH_SEED_SHA                      "SEED-SHA"
+#define TLS1_TXT_DH_DSS_WITH_SEED_SHA                   "DH-DSS-SEED-SHA"
+#define TLS1_TXT_DH_RSA_WITH_SEED_SHA                   "DH-RSA-SEED-SHA"
+#define TLS1_TXT_DHE_DSS_WITH_SEED_SHA                  "DHE-DSS-SEED-SHA"
+#define TLS1_TXT_DHE_RSA_WITH_SEED_SHA                  "DHE-RSA-SEED-SHA"
+#define TLS1_TXT_ADH_WITH_SEED_SHA                      "ADH-SEED-SHA"
+
+/* TLS v1.2 ciphersuites */
+#define TLS1_TXT_RSA_WITH_NULL_SHA256			"NULL-SHA256"
+#define TLS1_TXT_RSA_WITH_AES_128_SHA256		"AES128-SHA256"
+#define TLS1_TXT_RSA_WITH_AES_256_SHA256		"AES256-SHA256"
+#define TLS1_TXT_DH_DSS_WITH_AES_128_SHA256		"DH-DSS-AES128-SHA256"
+#define TLS1_TXT_DH_RSA_WITH_AES_128_SHA256		"DH-RSA-AES128-SHA256"
+#define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA256		"DHE-DSS-AES128-SHA256"
+#define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256		"DHE-RSA-AES128-SHA256"
+#define TLS1_TXT_DH_DSS_WITH_AES_256_SHA256		"DH-DSS-AES256-SHA256"
+#define TLS1_TXT_DH_RSA_WITH_AES_256_SHA256		"DH-RSA-AES256-SHA256"
+#define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA256		"DHE-DSS-AES256-SHA256"
+#define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256		"DHE-RSA-AES256-SHA256"
+#define TLS1_TXT_ADH_WITH_AES_128_SHA256		"ADH-AES128-SHA256"
+#define TLS1_TXT_ADH_WITH_AES_256_SHA256		"ADH-AES256-SHA256"
+
+/* TLS v1.2 GCM ciphersuites from RFC5288 */
+#define TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256		"AES128-GCM-SHA256"
+#define TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384		"AES256-GCM-SHA384"
+#define TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256	"DHE-RSA-AES128-GCM-SHA256"
+#define TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384	"DHE-RSA-AES256-GCM-SHA384"
+#define TLS1_TXT_DH_RSA_WITH_AES_128_GCM_SHA256		"DH-RSA-AES128-GCM-SHA256"
+#define TLS1_TXT_DH_RSA_WITH_AES_256_GCM_SHA384		"DH-RSA-AES256-GCM-SHA384"
+#define TLS1_TXT_DHE_DSS_WITH_AES_128_GCM_SHA256	"DHE-DSS-AES128-GCM-SHA256"
+#define TLS1_TXT_DHE_DSS_WITH_AES_256_GCM_SHA384	"DHE-DSS-AES256-GCM-SHA384"
+#define TLS1_TXT_DH_DSS_WITH_AES_128_GCM_SHA256		"DH-DSS-AES128-GCM-SHA256"
+#define TLS1_TXT_DH_DSS_WITH_AES_256_GCM_SHA384		"DH-DSS-AES256-GCM-SHA384"
+#define TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256		"ADH-AES128-GCM-SHA256"
+#define TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384		"ADH-AES256-GCM-SHA384"
+
+/* ECDH HMAC based ciphersuites from RFC5289 */
+
+#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256    "ECDHE-ECDSA-AES128-SHA256"
+#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384    "ECDHE-ECDSA-AES256-SHA384"
+#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_SHA256     "ECDH-ECDSA-AES128-SHA256"
+#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_SHA384     "ECDH-ECDSA-AES256-SHA384"
+#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256      "ECDHE-RSA-AES128-SHA256"
+#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384      "ECDHE-RSA-AES256-SHA384"
+#define TLS1_TXT_ECDH_RSA_WITH_AES_128_SHA256       "ECDH-RSA-AES128-SHA256"
+#define TLS1_TXT_ECDH_RSA_WITH_AES_256_SHA384       "ECDH-RSA-AES256-SHA384"
+
+/* ECDH GCM based ciphersuites from RFC5289 */
+#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256    "ECDHE-ECDSA-AES128-GCM-SHA256"
+#define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384    "ECDHE-ECDSA-AES256-GCM-SHA384"
+#define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_GCM_SHA256     "ECDH-ECDSA-AES128-GCM-SHA256"
+#define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_GCM_SHA384     "ECDH-ECDSA-AES256-GCM-SHA384"
+#define TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256      "ECDHE-RSA-AES128-GCM-SHA256"
+#define TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384      "ECDHE-RSA-AES256-GCM-SHA384"
+#define TLS1_TXT_ECDH_RSA_WITH_AES_128_GCM_SHA256       "ECDH-RSA-AES128-GCM-SHA256"
+#define TLS1_TXT_ECDH_RSA_WITH_AES_256_GCM_SHA384       "ECDH-RSA-AES256-GCM-SHA384"
+
+#define TLS_CT_RSA_SIGN			1
+#define TLS_CT_DSS_SIGN			2
+#define TLS_CT_RSA_FIXED_DH		3
+#define TLS_CT_DSS_FIXED_DH		4
+#define TLS_CT_ECDSA_SIGN		64
+#define TLS_CT_RSA_FIXED_ECDH		65
+#define TLS_CT_ECDSA_FIXED_ECDH 	66
+#define TLS_CT_GOST94_SIGN		21
+#define TLS_CT_GOST01_SIGN		22
+/* when correcting this number, correct also SSL3_CT_NUMBER in ssl3.h (see
+ * comment there) */
+#define TLS_CT_NUMBER			9
+
+#define TLS1_FINISH_MAC_LENGTH		12
+
+#define TLS_MD_MAX_CONST_SIZE			20
+#define TLS_MD_CLIENT_FINISH_CONST		"client finished"
+#define TLS_MD_CLIENT_FINISH_CONST_SIZE		15
+#define TLS_MD_SERVER_FINISH_CONST		"server finished"
+#define TLS_MD_SERVER_FINISH_CONST_SIZE		15
+#define TLS_MD_SERVER_WRITE_KEY_CONST		"server write key"
+#define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE	16
+#define TLS_MD_KEY_EXPANSION_CONST		"key expansion"
+#define TLS_MD_KEY_EXPANSION_CONST_SIZE		13
+#define TLS_MD_CLIENT_WRITE_KEY_CONST		"client write key"
+#define TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE	16
+#define TLS_MD_SERVER_WRITE_KEY_CONST		"server write key"
+#define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE	16
+#define TLS_MD_IV_BLOCK_CONST			"IV block"
+#define TLS_MD_IV_BLOCK_CONST_SIZE		8
+#define TLS_MD_MASTER_SECRET_CONST		"master secret"
+#define TLS_MD_MASTER_SECRET_CONST_SIZE		13
+
+#ifdef CHARSET_EBCDIC
+#undef TLS_MD_CLIENT_FINISH_CONST
+#define TLS_MD_CLIENT_FINISH_CONST    "\x63\x6c\x69\x65\x6e\x74\x20\x66\x69\x6e\x69\x73\x68\x65\x64"  /*client finished*/
+#undef TLS_MD_SERVER_FINISH_CONST
+#define TLS_MD_SERVER_FINISH_CONST    "\x73\x65\x72\x76\x65\x72\x20\x66\x69\x6e\x69\x73\x68\x65\x64"  /*server finished*/
+#undef TLS_MD_SERVER_WRITE_KEY_CONST
+#define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"  /*server write key*/
+#undef TLS_MD_KEY_EXPANSION_CONST
+#define TLS_MD_KEY_EXPANSION_CONST    "\x6b\x65\x79\x20\x65\x78\x70\x61\x6e\x73\x69\x6f\x6e"  /*key expansion*/
+#undef TLS_MD_CLIENT_WRITE_KEY_CONST
+#define TLS_MD_CLIENT_WRITE_KEY_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"  /*client write key*/
+#undef TLS_MD_SERVER_WRITE_KEY_CONST
+#define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79"  /*server write key*/
+#undef TLS_MD_IV_BLOCK_CONST
+#define TLS_MD_IV_BLOCK_CONST         "\x49\x56\x20\x62\x6c\x6f\x63\x6b"  /*IV block*/
+#undef TLS_MD_MASTER_SECRET_CONST
+#define TLS_MD_MASTER_SECRET_CONST    "\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74"  /*master secret*/
+#endif
+
+/* TLS Session Ticket extension struct */
+struct tls_session_ticket_ext_st
+	{
+	unsigned short length;
+	void *data;
+	};
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ts.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ts.h
new file mode 100755
index 0000000000000000000000000000000000000000..e2c82d209ebe380c154e09339cf32e280a000610
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ts.h
@@ -0,0 +1,858 @@
+/* crypto/ts/ts.h */
+/* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL
+ * project 2002, 2003, 2004.
+ */
+/* ====================================================================
+ * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_TS_H
+#define HEADER_TS_H
+
+#include <APOpenSSL/opensslconf.h>
+#include <APOpenSSL/symhacks.h>
+#ifndef OPENSSL_NO_BUFFER
+#include <APOpenSSL/buffer.h>
+#endif
+#ifndef OPENSSL_NO_EVP
+#include <APOpenSSL/evp.h>
+#endif
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#include <APOpenSSL/stack.h>
+#include <APOpenSSL/asn1.h>
+#include <APOpenSSL/safestack.h>
+
+#ifndef OPENSSL_NO_RSA
+#include <APOpenSSL/rsa.h>
+#endif
+
+#ifndef OPENSSL_NO_DSA
+#include <APOpenSSL/dsa.h>
+#endif
+
+#ifndef OPENSSL_NO_DH
+#include <APOpenSSL/dh.h>
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef WIN32
+/* Under Win32 this is defined in wincrypt.h */
+#undef X509_NAME
+#endif
+
+#include <APOpenSSL/x509.h>
+#include <APOpenSSL/x509v3.h>
+
+/*
+MessageImprint ::= SEQUENCE  {
+     hashAlgorithm                AlgorithmIdentifier,
+     hashedMessage                OCTET STRING  }
+*/
+
+typedef struct TS_msg_imprint_st
+	{
+	X509_ALGOR *hash_algo;
+	ASN1_OCTET_STRING *hashed_msg;
+	} TS_MSG_IMPRINT;
+
+/*
+TimeStampReq ::= SEQUENCE  {
+   version                  INTEGER  { v1(1) },
+   messageImprint           MessageImprint,
+     --a hash algorithm OID and the hash value of the data to be
+     --time-stamped
+   reqPolicy                TSAPolicyId                OPTIONAL,
+   nonce                    INTEGER                    OPTIONAL,
+   certReq                  BOOLEAN                    DEFAULT FALSE,
+   extensions               [0] IMPLICIT Extensions    OPTIONAL  }
+*/
+
+typedef struct TS_req_st
+	{
+	ASN1_INTEGER *version;
+	TS_MSG_IMPRINT *msg_imprint;
+	ASN1_OBJECT *policy_id;		/* OPTIONAL */
+	ASN1_INTEGER *nonce;		/* OPTIONAL */
+	ASN1_BOOLEAN cert_req;		/* DEFAULT FALSE */
+	STACK_OF(X509_EXTENSION) *extensions;	/* [0] OPTIONAL */
+	} TS_REQ;
+
+/*
+Accuracy ::= SEQUENCE {
+                seconds        INTEGER           OPTIONAL,
+                millis     [0] INTEGER  (1..999) OPTIONAL,
+                micros     [1] INTEGER  (1..999) OPTIONAL  }
+*/
+
+typedef struct TS_accuracy_st
+	{
+	ASN1_INTEGER *seconds;
+	ASN1_INTEGER *millis;
+	ASN1_INTEGER *micros;
+	} TS_ACCURACY;
+
+/*
+TSTInfo ::= SEQUENCE  {
+    version                      INTEGER  { v1(1) },
+    policy                       TSAPolicyId,
+    messageImprint               MessageImprint,
+      -- MUST have the same value as the similar field in
+      -- TimeStampReq
+    serialNumber                 INTEGER,
+     -- Time-Stamping users MUST be ready to accommodate integers
+     -- up to 160 bits.
+    genTime                      GeneralizedTime,
+    accuracy                     Accuracy                 OPTIONAL,
+    ordering                     BOOLEAN             DEFAULT FALSE,
+    nonce                        INTEGER                  OPTIONAL,
+      -- MUST be present if the similar field was present
+      -- in TimeStampReq.  In that case it MUST have the same value.
+    tsa                          [0] GeneralName          OPTIONAL,
+    extensions                   [1] IMPLICIT Extensions  OPTIONAL   }
+*/
+
+typedef struct TS_tst_info_st
+	{
+	ASN1_INTEGER *version;
+	ASN1_OBJECT *policy_id;
+	TS_MSG_IMPRINT *msg_imprint;
+	ASN1_INTEGER *serial;
+	ASN1_GENERALIZEDTIME *time;
+	TS_ACCURACY *accuracy;
+	ASN1_BOOLEAN ordering;
+	ASN1_INTEGER *nonce;
+	GENERAL_NAME *tsa;
+	STACK_OF(X509_EXTENSION) *extensions;
+	} TS_TST_INFO;	
+
+/*
+PKIStatusInfo ::= SEQUENCE {
+    status        PKIStatus,
+    statusString  PKIFreeText     OPTIONAL,
+    failInfo      PKIFailureInfo  OPTIONAL  }
+
+From RFC 1510 - section 3.1.1:
+PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
+	-- text encoded as UTF-8 String (note:  each UTF8String SHOULD
+	-- include an RFC 1766 language tag to indicate the language
+	-- of the contained text)
+*/
+
+/* Possible values for status. See ts_resp_print.c && ts_resp_verify.c. */
+
+#define	TS_STATUS_GRANTED			0
+#define	TS_STATUS_GRANTED_WITH_MODS		1
+#define	TS_STATUS_REJECTION			2
+#define	TS_STATUS_WAITING			3
+#define	TS_STATUS_REVOCATION_WARNING		4
+#define	TS_STATUS_REVOCATION_NOTIFICATION	5
+
+/* Possible values for failure_info. See ts_resp_print.c && ts_resp_verify.c */
+
+#define	TS_INFO_BAD_ALG			0
+#define	TS_INFO_BAD_REQUEST		2
+#define	TS_INFO_BAD_DATA_FORMAT		5
+#define	TS_INFO_TIME_NOT_AVAILABLE	14
+#define	TS_INFO_UNACCEPTED_POLICY	15
+#define	TS_INFO_UNACCEPTED_EXTENSION	16
+#define	TS_INFO_ADD_INFO_NOT_AVAILABLE	17
+#define	TS_INFO_SYSTEM_FAILURE		25
+
+typedef struct TS_status_info_st
+	{
+	ASN1_INTEGER *status;
+	STACK_OF(ASN1_UTF8STRING) *text;
+	ASN1_BIT_STRING *failure_info;
+	} TS_STATUS_INFO;
+
+DECLARE_STACK_OF(ASN1_UTF8STRING)
+DECLARE_ASN1_SET_OF(ASN1_UTF8STRING)
+
+/*
+TimeStampResp ::= SEQUENCE  {
+     status                  PKIStatusInfo,
+     timeStampToken          TimeStampToken     OPTIONAL }
+*/
+
+typedef struct TS_resp_st
+	{
+	TS_STATUS_INFO *status_info;
+	PKCS7 *token;
+	TS_TST_INFO *tst_info;
+	} TS_RESP;
+
+/* The structure below would belong to the ESS component. */
+
+/*
+IssuerSerial ::= SEQUENCE {
+	issuer                   GeneralNames,
+	serialNumber             CertificateSerialNumber
+	}
+*/
+
+typedef struct ESS_issuer_serial
+	{
+	STACK_OF(GENERAL_NAME)	*issuer;
+	ASN1_INTEGER		*serial;
+	} ESS_ISSUER_SERIAL;
+
+/*
+ESSCertID ::=  SEQUENCE {
+        certHash                 Hash,
+        issuerSerial             IssuerSerial OPTIONAL
+}
+*/
+
+typedef struct ESS_cert_id
+	{
+	ASN1_OCTET_STRING *hash;	/* Always SHA-1 digest. */
+	ESS_ISSUER_SERIAL *issuer_serial;
+	} ESS_CERT_ID;
+
+DECLARE_STACK_OF(ESS_CERT_ID)
+DECLARE_ASN1_SET_OF(ESS_CERT_ID)
+
+/*
+SigningCertificate ::=  SEQUENCE {
+       certs        SEQUENCE OF ESSCertID,
+       policies     SEQUENCE OF PolicyInformation OPTIONAL
+}
+*/
+
+typedef struct ESS_signing_cert
+	{
+	STACK_OF(ESS_CERT_ID) *cert_ids;
+	STACK_OF(POLICYINFO) *policy_info;
+	} ESS_SIGNING_CERT;
+
+
+TS_REQ	*TS_REQ_new(void);
+void	TS_REQ_free(TS_REQ *a);
+int	i2d_TS_REQ(const TS_REQ *a, unsigned char **pp);
+TS_REQ	*d2i_TS_REQ(TS_REQ **a, const unsigned char **pp, long length);
+
+TS_REQ	*TS_REQ_dup(TS_REQ *a);
+
+TS_REQ	*d2i_TS_REQ_fp(FILE *fp, TS_REQ **a);
+int	i2d_TS_REQ_fp(FILE *fp, TS_REQ *a);
+TS_REQ	*d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
+int	i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
+
+TS_MSG_IMPRINT	*TS_MSG_IMPRINT_new(void);
+void		TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
+int		i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
+TS_MSG_IMPRINT	*d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
+				    const unsigned char **pp, long length);
+
+TS_MSG_IMPRINT	*TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *a);
+
+TS_MSG_IMPRINT	*d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a);
+int		i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a);
+TS_MSG_IMPRINT	*d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
+int		i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
+
+TS_RESP	*TS_RESP_new(void);
+void	TS_RESP_free(TS_RESP *a);
+int	i2d_TS_RESP(const TS_RESP *a, unsigned char **pp);
+TS_RESP	*d2i_TS_RESP(TS_RESP **a, const unsigned char **pp, long length);
+TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token);
+TS_RESP	*TS_RESP_dup(TS_RESP *a);
+
+TS_RESP	*d2i_TS_RESP_fp(FILE *fp, TS_RESP **a);
+int	i2d_TS_RESP_fp(FILE *fp, TS_RESP *a);
+TS_RESP	*d2i_TS_RESP_bio(BIO *fp, TS_RESP **a);
+int	i2d_TS_RESP_bio(BIO *fp, TS_RESP *a);
+
+TS_STATUS_INFO	*TS_STATUS_INFO_new(void);
+void		TS_STATUS_INFO_free(TS_STATUS_INFO *a);
+int		i2d_TS_STATUS_INFO(const TS_STATUS_INFO *a, unsigned char **pp);
+TS_STATUS_INFO	*d2i_TS_STATUS_INFO(TS_STATUS_INFO **a, 
+				    const unsigned char **pp, long length);
+TS_STATUS_INFO	*TS_STATUS_INFO_dup(TS_STATUS_INFO *a);
+
+TS_TST_INFO	*TS_TST_INFO_new(void);
+void		TS_TST_INFO_free(TS_TST_INFO *a);
+int		i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **pp);
+TS_TST_INFO	*d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **pp,
+				    long length);
+TS_TST_INFO	*TS_TST_INFO_dup(TS_TST_INFO *a);
+
+TS_TST_INFO	*d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a);
+int		i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a);
+TS_TST_INFO	*d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a);
+int		i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a);
+
+TS_ACCURACY	*TS_ACCURACY_new(void);
+void		TS_ACCURACY_free(TS_ACCURACY *a);
+int		i2d_TS_ACCURACY(const TS_ACCURACY *a, unsigned char **pp);
+TS_ACCURACY	*d2i_TS_ACCURACY(TS_ACCURACY **a, const unsigned char **pp,
+				    long length);
+TS_ACCURACY	*TS_ACCURACY_dup(TS_ACCURACY *a);
+
+ESS_ISSUER_SERIAL *ESS_ISSUER_SERIAL_new(void);
+void		  ESS_ISSUER_SERIAL_free(ESS_ISSUER_SERIAL *a);
+int		  i2d_ESS_ISSUER_SERIAL(const ESS_ISSUER_SERIAL *a,
+					unsigned char **pp);
+ESS_ISSUER_SERIAL *d2i_ESS_ISSUER_SERIAL(ESS_ISSUER_SERIAL **a,
+					 const unsigned char **pp, long length);
+ESS_ISSUER_SERIAL *ESS_ISSUER_SERIAL_dup(ESS_ISSUER_SERIAL *a);
+
+ESS_CERT_ID	*ESS_CERT_ID_new(void);
+void		ESS_CERT_ID_free(ESS_CERT_ID *a);
+int		i2d_ESS_CERT_ID(const ESS_CERT_ID *a, unsigned char **pp);
+ESS_CERT_ID	*d2i_ESS_CERT_ID(ESS_CERT_ID **a, const unsigned char **pp,
+				 long length);
+ESS_CERT_ID	*ESS_CERT_ID_dup(ESS_CERT_ID *a);
+
+ESS_SIGNING_CERT *ESS_SIGNING_CERT_new(void);
+void		 ESS_SIGNING_CERT_free(ESS_SIGNING_CERT *a);
+int		 i2d_ESS_SIGNING_CERT(const ESS_SIGNING_CERT *a, 
+				      unsigned char **pp);
+ESS_SIGNING_CERT *d2i_ESS_SIGNING_CERT(ESS_SIGNING_CERT **a,
+				       const unsigned char **pp, long length);
+ESS_SIGNING_CERT *ESS_SIGNING_CERT_dup(ESS_SIGNING_CERT *a);
+
+void ERR_load_TS_strings(void);
+
+int TS_REQ_set_version(TS_REQ *a, long version);
+long TS_REQ_get_version(const TS_REQ *a);
+
+int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint);
+TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a);
+
+int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg);
+X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a);
+
+int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len);
+ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a);
+
+int TS_REQ_set_policy_id(TS_REQ *a, ASN1_OBJECT *policy);
+ASN1_OBJECT *TS_REQ_get_policy_id(TS_REQ *a);
+
+int TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce);
+const ASN1_INTEGER *TS_REQ_get_nonce(const TS_REQ *a);
+
+int TS_REQ_set_cert_req(TS_REQ *a, int cert_req);
+int TS_REQ_get_cert_req(const TS_REQ *a);
+
+STACK_OF(X509_EXTENSION) *TS_REQ_get_exts(TS_REQ *a);
+void TS_REQ_ext_free(TS_REQ *a);
+int TS_REQ_get_ext_count(TS_REQ *a);
+int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos);
+int TS_REQ_get_ext_by_OBJ(TS_REQ *a, ASN1_OBJECT *obj, int lastpos);
+int TS_REQ_get_ext_by_critical(TS_REQ *a, int crit, int lastpos);
+X509_EXTENSION *TS_REQ_get_ext(TS_REQ *a, int loc);
+X509_EXTENSION *TS_REQ_delete_ext(TS_REQ *a, int loc);
+int TS_REQ_add_ext(TS_REQ *a, X509_EXTENSION *ex, int loc);
+void *TS_REQ_get_ext_d2i(TS_REQ *a, int nid, int *crit, int *idx);
+
+/* Function declarations for TS_REQ defined in ts/ts_req_print.c */
+
+int TS_REQ_print_bio(BIO *bio, TS_REQ *a);
+
+/* Function declarations for TS_RESP defined in ts/ts_resp_utils.c */
+
+int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *info);
+TS_STATUS_INFO *TS_RESP_get_status_info(TS_RESP *a);
+
+/* Caller loses ownership of PKCS7 and TS_TST_INFO objects. */
+void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);
+PKCS7 *TS_RESP_get_token(TS_RESP *a);
+TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a);
+
+int TS_TST_INFO_set_version(TS_TST_INFO *a, long version);
+long TS_TST_INFO_get_version(const TS_TST_INFO *a);
+
+int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy_id);
+ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a);
+
+int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint);
+TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a);
+
+int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial);
+const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a);
+
+int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
+const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a);
+
+int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
+TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a);
+
+int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds);
+const ASN1_INTEGER *TS_ACCURACY_get_seconds(const TS_ACCURACY *a);
+
+int TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis);
+const ASN1_INTEGER *TS_ACCURACY_get_millis(const TS_ACCURACY *a);
+
+int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros);
+const ASN1_INTEGER *TS_ACCURACY_get_micros(const TS_ACCURACY *a);
+
+int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering);
+int TS_TST_INFO_get_ordering(const TS_TST_INFO *a);
+
+int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce);
+const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a);
+
+int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
+GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a);
+
+STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a);
+void TS_TST_INFO_ext_free(TS_TST_INFO *a);
+int TS_TST_INFO_get_ext_count(TS_TST_INFO *a);
+int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos);
+int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, ASN1_OBJECT *obj, int lastpos);
+int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos);
+X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc);
+X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc);
+int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc);
+void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx);
+
+/* Declarations related to response generation, defined in ts/ts_resp_sign.c. */
+
+/* Optional flags for response generation. */
+
+/* Don't include the TSA name in response. */
+#define	TS_TSA_NAME		0x01
+
+/* Set ordering to true in response. */
+#define	TS_ORDERING		0x02
+
+/*
+ * Include the signer certificate and the other specified certificates in
+ * the ESS signing certificate attribute beside the PKCS7 signed data.
+ * Only the signer certificates is included by default.
+ */
+#define	TS_ESS_CERT_ID_CHAIN	0x04
+
+/* Forward declaration. */
+struct TS_resp_ctx;
+
+/* This must return a unique number less than 160 bits long. */
+typedef ASN1_INTEGER *(*TS_serial_cb)(struct TS_resp_ctx *, void *);
+
+/* This must return the seconds and microseconds since Jan 1, 1970 in
+   the sec and usec variables allocated by the caller. 
+   Return non-zero for success and zero for failure. */
+typedef	int (*TS_time_cb)(struct TS_resp_ctx *, void *, long *sec, long *usec);
+
+/* This must process the given extension.
+ * It can modify the TS_TST_INFO object of the context.
+ * Return values: !0 (processed), 0 (error, it must set the 
+ * status info/failure info of the response).
+ */
+typedef	int (*TS_extension_cb)(struct TS_resp_ctx *, X509_EXTENSION *, void *);
+
+typedef struct TS_resp_ctx
+	{
+	X509		*signer_cert;
+	EVP_PKEY	*signer_key;
+	STACK_OF(X509)	*certs;	/* Certs to include in signed data. */
+	STACK_OF(ASN1_OBJECT)	*policies;	/* Acceptable policies. */
+	ASN1_OBJECT	*default_policy; /* It may appear in policies, too. */
+	STACK_OF(EVP_MD)	*mds;	/* Acceptable message digests. */
+	ASN1_INTEGER	*seconds;	/* accuracy, 0 means not specified. */
+	ASN1_INTEGER	*millis;	/* accuracy, 0 means not specified. */
+	ASN1_INTEGER	*micros;	/* accuracy, 0 means not specified. */
+	unsigned	clock_precision_digits; /* fraction of seconds in
+						   time stamp token. */
+	unsigned	flags;		/* Optional info, see values above. */
+
+	/* Callback functions. */
+	TS_serial_cb serial_cb;
+	void *serial_cb_data;	/* User data for serial_cb. */
+	
+	TS_time_cb time_cb;
+	void *time_cb_data;	/* User data for time_cb. */
+	
+	TS_extension_cb extension_cb;
+	void *extension_cb_data;	/* User data for extension_cb. */
+
+	/* These members are used only while creating the response. */
+	TS_REQ		*request;
+	TS_RESP		*response;
+	TS_TST_INFO	*tst_info;
+	} TS_RESP_CTX;
+
+DECLARE_STACK_OF(EVP_MD)
+DECLARE_ASN1_SET_OF(EVP_MD)
+
+/* Creates a response context that can be used for generating responses. */
+TS_RESP_CTX *TS_RESP_CTX_new(void);
+void TS_RESP_CTX_free(TS_RESP_CTX *ctx);
+
+/* This parameter must be set. */
+int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer);
+
+/* This parameter must be set. */
+int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key);
+
+/* This parameter must be set. */
+int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *def_policy);
+
+/* No additional certs are included in the response by default. */
+int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs);
+
+/* Adds a new acceptable policy, only the default policy 
+   is accepted by default. */
+int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy);
+
+/* Adds a new acceptable message digest. Note that no message digests 
+   are accepted by default. The md argument is shared with the caller. */
+int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md);
+
+/* Accuracy is not included by default. */
+int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx,
+			     int secs, int millis, int micros);
+
+/* Clock precision digits, i.e. the number of decimal digits: 
+   '0' means sec, '3' msec, '6' usec, and so on. Default is 0. */ 
+int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx,
+					   unsigned clock_precision_digits);
+/* At most we accept usec precision. */	
+#define TS_MAX_CLOCK_PRECISION_DIGITS	6
+
+/* No flags are set by default. */
+void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags);
+
+/* Default callback always returns a constant. */
+void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data);
+
+/* Default callback uses the gettimeofday() and gmtime() system calls. */
+void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data);
+
+/* Default callback rejects all extensions. The extension callback is called 
+ * when the TS_TST_INFO object is already set up and not signed yet. */
+/* FIXME: extension handling is not tested yet. */
+void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx, 
+				  TS_extension_cb cb, void *data);
+
+/* The following methods can be used in the callbacks. */
+int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx, 
+				int status, const char *text);
+
+/* Sets the status info only if it is still TS_STATUS_GRANTED. */
+int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx, 
+				     int status, const char *text);
+
+int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure);
+
+/* The get methods below can be used in the extension callback. */
+TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx);
+
+TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx);
+
+/* 
+ * Creates the signed TS_TST_INFO and puts it in TS_RESP.
+ * In case of errors it sets the status info properly.
+ * Returns NULL only in case of memory allocation/fatal error.
+ */
+TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);
+
+/*
+ * Declarations related to response verification,
+ * they are defined in ts/ts_resp_verify.c.
+ */
+
+int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs,
+			     X509_STORE *store, X509 **signer_out);
+
+/* Context structure for the generic verify method. */
+
+/* Verify the signer's certificate and the signature of the response. */
+#define	TS_VFY_SIGNATURE	(1u << 0)
+/* Verify the version number of the response. */
+#define	TS_VFY_VERSION		(1u << 1)
+/* Verify if the policy supplied by the user matches the policy of the TSA. */
+#define	TS_VFY_POLICY		(1u << 2)
+/* Verify the message imprint provided by the user. This flag should not be
+   specified with TS_VFY_DATA. */
+#define	TS_VFY_IMPRINT		(1u << 3)
+/* Verify the message imprint computed by the verify method from the user
+   provided data and the MD algorithm of the response. This flag should not be
+   specified with TS_VFY_IMPRINT. */
+#define	TS_VFY_DATA		(1u << 4)
+/* Verify the nonce value. */
+#define	TS_VFY_NONCE		(1u << 5)
+/* Verify if the TSA name field matches the signer certificate. */
+#define	TS_VFY_SIGNER		(1u << 6)
+/* Verify if the TSA name field equals to the user provided name. */
+#define	TS_VFY_TSA_NAME		(1u << 7)
+
+/* You can use the following convenience constants. */
+#define	TS_VFY_ALL_IMPRINT	(TS_VFY_SIGNATURE	\
+				 | TS_VFY_VERSION	\
+				 | TS_VFY_POLICY	\
+				 | TS_VFY_IMPRINT	\
+				 | TS_VFY_NONCE		\
+				 | TS_VFY_SIGNER	\
+				 | TS_VFY_TSA_NAME)
+#define	TS_VFY_ALL_DATA		(TS_VFY_SIGNATURE	\
+				 | TS_VFY_VERSION	\
+				 | TS_VFY_POLICY	\
+				 | TS_VFY_DATA		\
+				 | TS_VFY_NONCE		\
+				 | TS_VFY_SIGNER	\
+				 | TS_VFY_TSA_NAME)
+
+typedef struct TS_verify_ctx
+	{
+	/* Set this to the union of TS_VFY_... flags you want to carry out. */
+	unsigned	flags;
+
+	/* Must be set only with TS_VFY_SIGNATURE. certs is optional. */
+	X509_STORE	*store;
+	STACK_OF(X509)	*certs;
+
+	/* Must be set only with TS_VFY_POLICY. */
+	ASN1_OBJECT	*policy;
+
+	/* Must be set only with TS_VFY_IMPRINT. If md_alg is NULL, 
+	   the algorithm from the response is used. */
+	X509_ALGOR	*md_alg;
+	unsigned char	*imprint;
+	unsigned	imprint_len;
+
+	/* Must be set only with TS_VFY_DATA. */
+	BIO		*data;
+
+	/* Must be set only with TS_VFY_TSA_NAME. */
+	ASN1_INTEGER	*nonce;
+
+	/* Must be set only with TS_VFY_TSA_NAME. */
+	GENERAL_NAME	*tsa_name;
+	} TS_VERIFY_CTX;
+
+int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response);
+int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token);
+
+/*
+ * Declarations related to response verification context,
+ * they are defined in ts/ts_verify_ctx.c.
+ */
+
+/* Set all fields to zero. */
+TS_VERIFY_CTX *TS_VERIFY_CTX_new(void);
+void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx);
+void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx);
+void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx);
+
+/* 
+ * If ctx is NULL, it allocates and returns a new object, otherwise
+ * it returns ctx. It initialises all the members as follows:
+ * flags = TS_VFY_ALL_IMPRINT & ~(TS_VFY_TSA_NAME | TS_VFY_SIGNATURE)
+ * certs = NULL
+ * store = NULL
+ * policy = policy from the request or NULL if absent (in this case
+ *	TS_VFY_POLICY is cleared from flags as well)
+ * md_alg = MD algorithm from request
+ * imprint, imprint_len = imprint from request
+ * data = NULL
+ * nonce, nonce_len = nonce from the request or NULL if absent (in this case
+ * 	TS_VFY_NONCE is cleared from flags as well)
+ * tsa_name = NULL
+ * Important: after calling this method TS_VFY_SIGNATURE should be added!
+ */
+TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx);
+
+/* Function declarations for TS_RESP defined in ts/ts_resp_print.c */
+
+int TS_RESP_print_bio(BIO *bio, TS_RESP *a);
+int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a);
+int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a);
+
+/* Common utility functions defined in ts/ts_lib.c */
+
+int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num);
+int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj);
+int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions);
+int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg);
+int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *msg);
+
+/* Function declarations for handling configuration options,
+   defined in ts/ts_conf.c */
+
+X509 *TS_CONF_load_cert(const char *file);
+STACK_OF(X509) *TS_CONF_load_certs(const char *file);
+EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass);
+const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
+int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
+		       TS_RESP_CTX *ctx);
+int TS_CONF_set_crypto_device(CONF *conf, const char *section,
+			      const char *device);
+int TS_CONF_set_default_engine(const char *name);
+int TS_CONF_set_signer_cert(CONF *conf, const char *section,
+			    const char *cert, TS_RESP_CTX *ctx);
+int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
+		      TS_RESP_CTX *ctx);
+int TS_CONF_set_signer_key(CONF *conf, const char *section,
+			   const char *key, const char *pass, TS_RESP_CTX *ctx);
+int TS_CONF_set_def_policy(CONF *conf, const char *section,
+			   const char *policy, TS_RESP_CTX *ctx);
+int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
+int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
+int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
+int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section,
+				       TS_RESP_CTX *ctx);
+int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx);
+int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx);
+int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
+				  TS_RESP_CTX *ctx);
+
+/* -------------------------------------------------- */
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_TS_strings(void);
+
+/* Error codes for the TS functions. */
+
+/* Function codes. */
+#define TS_F_D2I_TS_RESP				 147
+#define TS_F_DEF_SERIAL_CB				 110
+#define TS_F_DEF_TIME_CB				 111
+#define TS_F_ESS_ADD_SIGNING_CERT			 112
+#define TS_F_ESS_CERT_ID_NEW_INIT			 113
+#define TS_F_ESS_SIGNING_CERT_NEW_INIT			 114
+#define TS_F_INT_TS_RESP_VERIFY_TOKEN			 149
+#define TS_F_PKCS7_TO_TS_TST_INFO			 148
+#define TS_F_TS_ACCURACY_SET_MICROS			 115
+#define TS_F_TS_ACCURACY_SET_MILLIS			 116
+#define TS_F_TS_ACCURACY_SET_SECONDS			 117
+#define TS_F_TS_CHECK_IMPRINTS				 100
+#define TS_F_TS_CHECK_NONCES				 101
+#define TS_F_TS_CHECK_POLICY				 102
+#define TS_F_TS_CHECK_SIGNING_CERTS			 103
+#define TS_F_TS_CHECK_STATUS_INFO			 104
+#define TS_F_TS_COMPUTE_IMPRINT				 145
+#define TS_F_TS_CONF_SET_DEFAULT_ENGINE			 146
+#define TS_F_TS_GET_STATUS_TEXT				 105
+#define TS_F_TS_MSG_IMPRINT_SET_ALGO			 118
+#define TS_F_TS_REQ_SET_MSG_IMPRINT			 119
+#define TS_F_TS_REQ_SET_NONCE				 120
+#define TS_F_TS_REQ_SET_POLICY_ID			 121
+#define TS_F_TS_RESP_CREATE_RESPONSE			 122
+#define TS_F_TS_RESP_CREATE_TST_INFO			 123
+#define TS_F_TS_RESP_CTX_ADD_FAILURE_INFO		 124
+#define TS_F_TS_RESP_CTX_ADD_MD				 125
+#define TS_F_TS_RESP_CTX_ADD_POLICY			 126
+#define TS_F_TS_RESP_CTX_NEW				 127
+#define TS_F_TS_RESP_CTX_SET_ACCURACY			 128
+#define TS_F_TS_RESP_CTX_SET_CERTS			 129
+#define TS_F_TS_RESP_CTX_SET_DEF_POLICY			 130
+#define TS_F_TS_RESP_CTX_SET_SIGNER_CERT		 131
+#define TS_F_TS_RESP_CTX_SET_STATUS_INFO		 132
+#define TS_F_TS_RESP_GET_POLICY				 133
+#define TS_F_TS_RESP_SET_GENTIME_WITH_PRECISION		 134
+#define TS_F_TS_RESP_SET_STATUS_INFO			 135
+#define TS_F_TS_RESP_SET_TST_INFO			 150
+#define TS_F_TS_RESP_SIGN				 136
+#define TS_F_TS_RESP_VERIFY_SIGNATURE			 106
+#define TS_F_TS_RESP_VERIFY_TOKEN			 107
+#define TS_F_TS_TST_INFO_SET_ACCURACY			 137
+#define TS_F_TS_TST_INFO_SET_MSG_IMPRINT		 138
+#define TS_F_TS_TST_INFO_SET_NONCE			 139
+#define TS_F_TS_TST_INFO_SET_POLICY_ID			 140
+#define TS_F_TS_TST_INFO_SET_SERIAL			 141
+#define TS_F_TS_TST_INFO_SET_TIME			 142
+#define TS_F_TS_TST_INFO_SET_TSA			 143
+#define TS_F_TS_VERIFY					 108
+#define TS_F_TS_VERIFY_CERT				 109
+#define TS_F_TS_VERIFY_CTX_NEW				 144
+
+/* Reason codes. */
+#define TS_R_BAD_PKCS7_TYPE				 132
+#define TS_R_BAD_TYPE					 133
+#define TS_R_CERTIFICATE_VERIFY_ERROR			 100
+#define TS_R_COULD_NOT_SET_ENGINE			 127
+#define TS_R_COULD_NOT_SET_TIME				 115
+#define TS_R_D2I_TS_RESP_INT_FAILED			 128
+#define TS_R_DETACHED_CONTENT				 134
+#define TS_R_ESS_ADD_SIGNING_CERT_ERROR			 116
+#define TS_R_ESS_SIGNING_CERTIFICATE_ERROR		 101
+#define TS_R_INVALID_NULL_POINTER			 102
+#define TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE		 117
+#define TS_R_MESSAGE_IMPRINT_MISMATCH			 103
+#define TS_R_NONCE_MISMATCH				 104
+#define TS_R_NONCE_NOT_RETURNED				 105
+#define TS_R_NO_CONTENT					 106
+#define TS_R_NO_TIME_STAMP_TOKEN			 107
+#define TS_R_PKCS7_ADD_SIGNATURE_ERROR			 118
+#define TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR		 119
+#define TS_R_PKCS7_TO_TS_TST_INFO_FAILED		 129
+#define TS_R_POLICY_MISMATCH				 108
+#define TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE	 120
+#define TS_R_RESPONSE_SETUP_ERROR			 121
+#define TS_R_SIGNATURE_FAILURE				 109
+#define TS_R_THERE_MUST_BE_ONE_SIGNER			 110
+#define TS_R_TIME_SYSCALL_ERROR				 122
+#define TS_R_TOKEN_NOT_PRESENT				 130
+#define TS_R_TOKEN_PRESENT				 131
+#define TS_R_TSA_NAME_MISMATCH				 111
+#define TS_R_TSA_UNTRUSTED				 112
+#define TS_R_TST_INFO_SETUP_ERROR			 123
+#define TS_R_TS_DATASIGN				 124
+#define TS_R_UNACCEPTABLE_POLICY			 125
+#define TS_R_UNSUPPORTED_MD_ALGORITHM			 126
+#define TS_R_UNSUPPORTED_VERSION			 113
+#define TS_R_WRONG_CONTENT_TYPE				 114
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/txt_db.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/txt_db.h
new file mode 100755
index 0000000000000000000000000000000000000000..e800d8d9a69c6aa97a8b6ddcbfb5d40c9b526a88
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/txt_db.h
@@ -0,0 +1,112 @@
+/* crypto/txt_db/txt_db.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_TXT_DB_H
+#define HEADER_TXT_DB_H
+
+#include <APOpenSSL/opensslconf.h>
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#include <APOpenSSL/stack.h>
+#include <APOpenSSL/lhash.h>
+
+#define DB_ERROR_OK			0
+#define DB_ERROR_MALLOC			1
+#define DB_ERROR_INDEX_CLASH    	2
+#define DB_ERROR_INDEX_OUT_OF_RANGE	3
+#define DB_ERROR_NO_INDEX		4
+#define DB_ERROR_INSERT_INDEX_CLASH    	5
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef OPENSSL_STRING *OPENSSL_PSTRING;
+DECLARE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING)
+
+typedef struct txt_db_st
+	{
+	int num_fields;
+	STACK_OF(OPENSSL_PSTRING) *data;
+	LHASH_OF(OPENSSL_STRING) **index;
+	int (**qual)(OPENSSL_STRING *);
+	long error;
+	long arg1;
+	long arg2;
+	OPENSSL_STRING *arg_row;
+	} TXT_DB;
+
+#ifndef OPENSSL_NO_BIO
+TXT_DB *TXT_DB_read(BIO *in, int num);
+long TXT_DB_write(BIO *out, TXT_DB *db);
+#else
+TXT_DB *TXT_DB_read(char *in, int num);
+long TXT_DB_write(char *out, TXT_DB *db);
+#endif
+int TXT_DB_create_index(TXT_DB *db,int field,int (*qual)(OPENSSL_STRING *),
+			LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
+void TXT_DB_free(TXT_DB *db);
+OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value);
+int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ui.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ui.h
new file mode 100755
index 0000000000000000000000000000000000000000..05feaa6a29aaf459da94d6897c6fe79ce82f1022
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ui.h
@@ -0,0 +1,383 @@
+/* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
+/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
+ * project 2001.
+ */
+/* ====================================================================
+ * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_UI_H
+#define HEADER_UI_H
+
+#ifndef OPENSSL_NO_DEPRECATED
+#include <APOpenSSL/crypto.h>
+#endif
+#include <APOpenSSL/safestack.h>
+#include <APOpenSSL/ossl_typ.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Declared already in ossl_typ.h */
+/* typedef struct ui_st UI; */
+/* typedef struct ui_method_st UI_METHOD; */
+
+
+/* All the following functions return -1 or NULL on error and in some cases
+   (UI_process()) -2 if interrupted or in some other way cancelled.
+   When everything is fine, they return 0, a positive value or a non-NULL
+   pointer, all depending on their purpose. */
+
+/* Creators and destructor.   */
+UI *UI_new(void);
+UI *UI_new_method(const UI_METHOD *method);
+void UI_free(UI *ui);
+
+/* The following functions are used to add strings to be printed and prompt
+   strings to prompt for data.  The names are UI_{add,dup}_<function>_string
+   and UI_{add,dup}_input_boolean.
+
+   UI_{add,dup}_<function>_string have the following meanings:
+	add	add a text or prompt string.  The pointers given to these
+		functions are used verbatim, no copying is done.
+	dup	make a copy of the text or prompt string, then add the copy
+		to the collection of strings in the user interface.
+	<function>
+		The function is a name for the functionality that the given
+		string shall be used for.  It can be one of:
+			input	use the string as data prompt.
+			verify	use the string as verification prompt.  This
+				is used to verify a previous input.
+			info	use the string for informational output.
+			error	use the string for error output.
+   Honestly, there's currently no difference between info and error for the
+   moment.
+
+   UI_{add,dup}_input_boolean have the same semantics for "add" and "dup",
+   and are typically used when one wants to prompt for a yes/no response.
+
+
+   All of the functions in this group take a UI and a prompt string.
+   The string input and verify addition functions also take a flag argument,
+   a buffer for the result to end up with, a minimum input size and a maximum
+   input size (the result buffer MUST be large enough to be able to contain
+   the maximum number of characters).  Additionally, the verify addition
+   functions takes another buffer to compare the result against.
+   The boolean input functions take an action description string (which should
+   be safe to ignore if the expected user action is obvious, for example with
+   a dialog box with an OK button and a Cancel button), a string of acceptable
+   characters to mean OK and to mean Cancel.  The two last strings are checked
+   to make sure they don't have common characters.  Additionally, the same
+   flag argument as for the string input is taken, as well as a result buffer.
+   The result buffer is required to be at least one byte long.  Depending on
+   the answer, the first character from the OK or the Cancel character strings
+   will be stored in the first byte of the result buffer.  No NUL will be
+   added, so the result is *not* a string.
+
+   On success, the all return an index of the added information.  That index
+   is usefull when retrieving results with UI_get0_result(). */
+int UI_add_input_string(UI *ui, const char *prompt, int flags,
+	char *result_buf, int minsize, int maxsize);
+int UI_dup_input_string(UI *ui, const char *prompt, int flags,
+	char *result_buf, int minsize, int maxsize);
+int UI_add_verify_string(UI *ui, const char *prompt, int flags,
+	char *result_buf, int minsize, int maxsize, const char *test_buf);
+int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
+	char *result_buf, int minsize, int maxsize, const char *test_buf);
+int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc,
+	const char *ok_chars, const char *cancel_chars,
+	int flags, char *result_buf);
+int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
+	const char *ok_chars, const char *cancel_chars,
+	int flags, char *result_buf);
+int UI_add_info_string(UI *ui, const char *text);
+int UI_dup_info_string(UI *ui, const char *text);
+int UI_add_error_string(UI *ui, const char *text);
+int UI_dup_error_string(UI *ui, const char *text);
+
+/* These are the possible flags.  They can be or'ed together. */
+/* Use to have echoing of input */
+#define UI_INPUT_FLAG_ECHO		0x01
+/* Use a default password.  Where that password is found is completely
+   up to the application, it might for example be in the user data set
+   with UI_add_user_data().  It is not recommended to have more than
+   one input in each UI being marked with this flag, or the application
+   might get confused. */
+#define UI_INPUT_FLAG_DEFAULT_PWD	0x02
+
+/* The user of these routines may want to define flags of their own.  The core
+   UI won't look at those, but will pass them on to the method routines.  They
+   must use higher bits so they don't get confused with the UI bits above.
+   UI_INPUT_FLAG_USER_BASE tells which is the lowest bit to use.  A good
+   example of use is this:
+
+	#define MY_UI_FLAG1	(0x01 << UI_INPUT_FLAG_USER_BASE)
+
+*/
+#define UI_INPUT_FLAG_USER_BASE	16
+
+
+/* The following function helps construct a prompt.  object_desc is a
+   textual short description of the object, for example "pass phrase",
+   and object_name is the name of the object (might be a card name or
+   a file name.
+   The returned string shall always be allocated on the heap with
+   OPENSSL_malloc(), and need to be free'd with OPENSSL_free().
+
+   If the ui_method doesn't contain a pointer to a user-defined prompt
+   constructor, a default string is built, looking like this:
+
+	"Enter {object_desc} for {object_name}:"
+
+   So, if object_desc has the value "pass phrase" and object_name has
+   the value "foo.key", the resulting string is:
+
+	"Enter pass phrase for foo.key:"
+*/
+char *UI_construct_prompt(UI *ui_method,
+	const char *object_desc, const char *object_name);
+
+
+/* The following function is used to store a pointer to user-specific data.
+   Any previous such pointer will be returned and replaced.
+
+   For callback purposes, this function makes a lot more sense than using
+   ex_data, since the latter requires that different parts of OpenSSL or
+   applications share the same ex_data index.
+
+   Note that the UI_OpenSSL() method completely ignores the user data.
+   Other methods may not, however.  */
+void *UI_add_user_data(UI *ui, void *user_data);
+/* We need a user data retrieving function as well.  */
+void *UI_get0_user_data(UI *ui);
+
+/* Return the result associated with a prompt given with the index i. */
+const char *UI_get0_result(UI *ui, int i);
+
+/* When all strings have been added, process the whole thing. */
+int UI_process(UI *ui);
+
+/* Give a user interface parametrised control commands.  This can be used to
+   send down an integer, a data pointer or a function pointer, as well as
+   be used to get information from a UI. */
+int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)(void));
+
+/* The commands */
+/* Use UI_CONTROL_PRINT_ERRORS with the value 1 to have UI_process print the
+   OpenSSL error stack before printing any info or added error messages and
+   before any prompting. */
+#define UI_CTRL_PRINT_ERRORS		1
+/* Check if a UI_process() is possible to do again with the same instance of
+   a user interface.  This makes UI_ctrl() return 1 if it is redoable, and 0
+   if not. */
+#define UI_CTRL_IS_REDOABLE		2
+
+
+/* Some methods may use extra data */
+#define UI_set_app_data(s,arg)         UI_set_ex_data(s,0,arg)
+#define UI_get_app_data(s)             UI_get_ex_data(s,0)
+int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int UI_set_ex_data(UI *r,int idx,void *arg);
+void *UI_get_ex_data(UI *r, int idx);
+
+/* Use specific methods instead of the built-in one */
+void UI_set_default_method(const UI_METHOD *meth);
+const UI_METHOD *UI_get_default_method(void);
+const UI_METHOD *UI_get_method(UI *ui);
+const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth);
+
+/* The method with all the built-in thingies */
+UI_METHOD *UI_OpenSSL(void);
+
+
+/* ---------- For method writers ---------- */
+/* A method contains a number of functions that implement the low level
+   of the User Interface.  The functions are:
+
+	an opener	This function starts a session, maybe by opening
+			a channel to a tty, or by opening a window.
+	a writer	This function is called to write a given string,
+			maybe to the tty, maybe as a field label in a
+			window.
+	a flusher	This function is called to flush everything that
+			has been output so far.  It can be used to actually
+			display a dialog box after it has been built.
+	a reader	This function is called to read a given prompt,
+			maybe from the tty, maybe from a field in a
+			window.  Note that it's called wth all string
+			structures, not only the prompt ones, so it must
+			check such things itself.
+	a closer	This function closes the session, maybe by closing
+			the channel to the tty, or closing the window.
+
+   All these functions are expected to return:
+
+	0	on error.
+	1	on success.
+	-1	on out-of-band events, for example if some prompting has
+		been canceled (by pressing Ctrl-C, for example).  This is
+		only checked when returned by the flusher or the reader.
+
+   The way this is used, the opener is first called, then the writer for all
+   strings, then the flusher, then the reader for all strings and finally the
+   closer.  Note that if you want to prompt from a terminal or other command
+   line interface, the best is to have the reader also write the prompts
+   instead of having the writer do it.  If you want to prompt from a dialog
+   box, the writer can be used to build up the contents of the box, and the
+   flusher to actually display the box and run the event loop until all data
+   has been given, after which the reader only grabs the given data and puts
+   them back into the UI strings.
+
+   All method functions take a UI as argument.  Additionally, the writer and
+   the reader take a UI_STRING.
+*/
+
+/* The UI_STRING type is the data structure that contains all the needed info
+   about a string or a prompt, including test data for a verification prompt.
+*/
+typedef struct ui_string_st UI_STRING;
+DECLARE_STACK_OF(UI_STRING)
+
+/* The different types of strings that are currently supported.
+   This is only needed by method authors. */
+enum UI_string_types
+	{
+	UIT_NONE=0,
+	UIT_PROMPT,		/* Prompt for a string */
+	UIT_VERIFY,		/* Prompt for a string and verify */
+	UIT_BOOLEAN,		/* Prompt for a yes/no response */
+	UIT_INFO,		/* Send info to the user */
+	UIT_ERROR		/* Send an error message to the user */
+	};
+
+/* Create and manipulate methods */
+UI_METHOD *UI_create_method(char *name);
+void UI_destroy_method(UI_METHOD *ui_method);
+int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui));
+int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
+int UI_method_set_flusher(UI_METHOD *method, int (*flusher)(UI *ui));
+int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
+int UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui));
+int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name));
+int (*UI_method_get_opener(UI_METHOD *method))(UI*);
+int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
+int (*UI_method_get_flusher(UI_METHOD *method))(UI*);
+int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);
+int (*UI_method_get_closer(UI_METHOD *method))(UI*);
+char * (*UI_method_get_prompt_constructor(UI_METHOD *method))(UI*, const char*, const char*);
+
+/* The following functions are helpers for method writers to access relevant
+   data from a UI_STRING. */
+
+/* Return type of the UI_STRING */
+enum UI_string_types UI_get_string_type(UI_STRING *uis);
+/* Return input flags of the UI_STRING */
+int UI_get_input_flags(UI_STRING *uis);
+/* Return the actual string to output (the prompt, info or error) */
+const char *UI_get0_output_string(UI_STRING *uis);
+/* Return the optional action string to output (the boolean promtp instruction) */
+const char *UI_get0_action_string(UI_STRING *uis);
+/* Return the result of a prompt */
+const char *UI_get0_result_string(UI_STRING *uis);
+/* Return the string to test the result against.  Only useful with verifies. */
+const char *UI_get0_test_string(UI_STRING *uis);
+/* Return the required minimum size of the result */
+int UI_get_result_minsize(UI_STRING *uis);
+/* Return the required maximum size of the result */
+int UI_get_result_maxsize(UI_STRING *uis);
+/* Set the result of a UI_STRING. */
+int UI_set_result(UI *ui, UI_STRING *uis, const char *result);
+
+
+/* A couple of popular utility functions */
+int UI_UTIL_read_pw_string(char *buf,int length,const char *prompt,int verify);
+int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
+
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_UI_strings(void);
+
+/* Error codes for the UI functions. */
+
+/* Function codes. */
+#define UI_F_GENERAL_ALLOCATE_BOOLEAN			 108
+#define UI_F_GENERAL_ALLOCATE_PROMPT			 109
+#define UI_F_GENERAL_ALLOCATE_STRING			 100
+#define UI_F_UI_CTRL					 111
+#define UI_F_UI_DUP_ERROR_STRING			 101
+#define UI_F_UI_DUP_INFO_STRING				 102
+#define UI_F_UI_DUP_INPUT_BOOLEAN			 110
+#define UI_F_UI_DUP_INPUT_STRING			 103
+#define UI_F_UI_DUP_VERIFY_STRING			 106
+#define UI_F_UI_GET0_RESULT				 107
+#define UI_F_UI_NEW_METHOD				 104
+#define UI_F_UI_SET_RESULT				 105
+
+/* Reason codes. */
+#define UI_R_COMMON_OK_AND_CANCEL_CHARACTERS		 104
+#define UI_R_INDEX_TOO_LARGE				 102
+#define UI_R_INDEX_TOO_SMALL				 103
+#define UI_R_NO_RESULT_BUFFER				 105
+#define UI_R_RESULT_TOO_LARGE				 100
+#define UI_R_RESULT_TOO_SMALL				 101
+#define UI_R_UNKNOWN_CONTROL_COMMAND			 106
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/ui_compat.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ui_compat.h
new file mode 100755
index 0000000000000000000000000000000000000000..92fe0248852e1483569668049a614edf69124e71
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/ui_compat.h
@@ -0,0 +1,83 @@
+/* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
+/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
+ * project 2001.
+ */
+/* ====================================================================
+ * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+#ifndef HEADER_UI_COMPAT_H
+#define HEADER_UI_COMPAT_H
+
+#include <APOpenSSL/opensslconf.h>
+#include <APOpenSSL/ui.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* The following functions were previously part of the DES section,
+   and are provided here for backward compatibility reasons. */
+
+#define des_read_pw_string(b,l,p,v) \
+	_ossl_old_des_read_pw_string((b),(l),(p),(v))
+#define des_read_pw(b,bf,s,p,v) \
+	_ossl_old_des_read_pw((b),(bf),(s),(p),(v))
+
+int _ossl_old_des_read_pw_string(char *buf,int length,const char *prompt,int verify);
+int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/whrlpool.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/whrlpool.h
new file mode 100755
index 0000000000000000000000000000000000000000..5459b2f927becd5c8c784a7485c8f2a0eb7e234e
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/whrlpool.h
@@ -0,0 +1,41 @@
+#ifndef HEADER_WHRLPOOL_H
+#define HEADER_WHRLPOOL_H
+
+#include <APOpenSSL/e_os2.h>
+#include <stddef.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define WHIRLPOOL_DIGEST_LENGTH	(512/8)
+#define WHIRLPOOL_BBLOCK	512
+#define WHIRLPOOL_COUNTER	(256/8)
+
+typedef struct	{
+	union	{
+		unsigned char	c[WHIRLPOOL_DIGEST_LENGTH];
+		/* double q is here to ensure 64-bit alignment */
+		double		q[WHIRLPOOL_DIGEST_LENGTH/sizeof(double)];
+		}	H;
+	unsigned char	data[WHIRLPOOL_BBLOCK/8];
+	unsigned int	bitoff;
+	size_t		bitlen[WHIRLPOOL_COUNTER/sizeof(size_t)];
+	} WHIRLPOOL_CTX;
+
+#ifndef OPENSSL_NO_WHIRLPOOL
+#ifdef OPENSSL_FIPS
+int private_WHIRLPOOL_Init(WHIRLPOOL_CTX *c);
+#endif
+int WHIRLPOOL_Init	(WHIRLPOOL_CTX *c);
+int WHIRLPOOL_Update	(WHIRLPOOL_CTX *c,const void *inp,size_t bytes);
+void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,const void *inp,size_t bits);
+int WHIRLPOOL_Final	(unsigned char *md,WHIRLPOOL_CTX *c);
+unsigned char *WHIRLPOOL(const void *inp,size_t bytes,unsigned char *md);
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509.h
new file mode 100755
index 0000000000000000000000000000000000000000..4221e8575c1fa8d1dfc3a7b1a0b41c9b3bc6db84
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509.h
@@ -0,0 +1,1297 @@
+/* crypto/x509/x509.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+/* ====================================================================
+ * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
+ * ECDH support in OpenSSL originally developed by 
+ * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
+ */
+
+#ifndef HEADER_X509_H
+#define HEADER_X509_H
+
+#include <APOpenSSL/e_os2.h>
+#include <APOpenSSL/symhacks.h>
+#ifndef OPENSSL_NO_BUFFER
+#include <APOpenSSL/buffer.h>
+#endif
+#ifndef OPENSSL_NO_EVP
+#include <APOpenSSL/evp.h>
+#endif
+#ifndef OPENSSL_NO_BIO
+#include <APOpenSSL/bio.h>
+#endif
+#include <APOpenSSL/stack.h>
+#include <APOpenSSL/asn1.h>
+#include <APOpenSSL/safestack.h>
+
+#ifndef OPENSSL_NO_EC
+#include <APOpenSSL/ec.h>
+#endif
+
+#ifndef OPENSSL_NO_ECDSA
+#include <APOpenSSL/ecdsa.h>
+#endif
+
+#ifndef OPENSSL_NO_ECDH
+#include <APOpenSSL/ecdh.h>
+#endif
+
+#ifndef OPENSSL_NO_DEPRECATED
+#ifndef OPENSSL_NO_RSA
+#include <APOpenSSL/rsa.h>
+#endif
+#ifndef OPENSSL_NO_DSA
+#include <APOpenSSL/dsa.h>
+#endif
+#ifndef OPENSSL_NO_DH
+#include <APOpenSSL/dh.h>
+#endif
+#endif
+
+#ifndef OPENSSL_NO_SHA
+#include <APOpenSSL/sha.h>
+#endif
+#include <APOpenSSL/ossl_typ.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_SYS_WIN32
+/* Under Win32 these are defined in wincrypt.h */
+#undef X509_NAME
+#undef X509_CERT_PAIR
+#undef X509_EXTENSIONS
+#endif
+
+#define X509_FILETYPE_PEM	1
+#define X509_FILETYPE_ASN1	2
+#define X509_FILETYPE_DEFAULT	3
+
+#define X509v3_KU_DIGITAL_SIGNATURE	0x0080
+#define X509v3_KU_NON_REPUDIATION	0x0040
+#define X509v3_KU_KEY_ENCIPHERMENT	0x0020
+#define X509v3_KU_DATA_ENCIPHERMENT	0x0010
+#define X509v3_KU_KEY_AGREEMENT		0x0008
+#define X509v3_KU_KEY_CERT_SIGN		0x0004
+#define X509v3_KU_CRL_SIGN		0x0002
+#define X509v3_KU_ENCIPHER_ONLY		0x0001
+#define X509v3_KU_DECIPHER_ONLY		0x8000
+#define X509v3_KU_UNDEF			0xffff
+
+typedef struct X509_objects_st
+	{
+	int nid;
+	int (*a2i)(void);
+	int (*i2a)(void);
+	} X509_OBJECTS;
+
+struct X509_algor_st
+	{
+	ASN1_OBJECT *algorithm;
+	ASN1_TYPE *parameter;
+	} /* X509_ALGOR */;
+
+DECLARE_ASN1_SET_OF(X509_ALGOR)
+
+typedef STACK_OF(X509_ALGOR) X509_ALGORS;
+
+typedef struct X509_val_st
+	{
+	ASN1_TIME *notBefore;
+	ASN1_TIME *notAfter;
+	} X509_VAL;
+
+struct X509_pubkey_st
+	{
+	X509_ALGOR *algor;
+	ASN1_BIT_STRING *public_key;
+	EVP_PKEY *pkey;
+	};
+
+typedef struct X509_sig_st
+	{
+	X509_ALGOR *algor;
+	ASN1_OCTET_STRING *digest;
+	} X509_SIG;
+
+typedef struct X509_name_entry_st
+	{
+	ASN1_OBJECT *object;
+	ASN1_STRING *value;
+	int set;
+	int size; 	/* temp variable */
+	} X509_NAME_ENTRY;
+
+DECLARE_STACK_OF(X509_NAME_ENTRY)
+DECLARE_ASN1_SET_OF(X509_NAME_ENTRY)
+
+/* we always keep X509_NAMEs in 2 forms. */
+struct X509_name_st
+	{
+	STACK_OF(X509_NAME_ENTRY) *entries;
+	int modified;	/* true if 'bytes' needs to be built */
+#ifndef OPENSSL_NO_BUFFER
+	BUF_MEM *bytes;
+#else
+	char *bytes;
+#endif
+/*	unsigned long hash; Keep the hash around for lookups */
+	unsigned char *canon_enc;
+	int canon_enclen;
+	} /* X509_NAME */;
+
+DECLARE_STACK_OF(X509_NAME)
+
+#define X509_EX_V_NETSCAPE_HACK		0x8000
+#define X509_EX_V_INIT			0x0001
+typedef struct X509_extension_st
+	{
+	ASN1_OBJECT *object;
+	ASN1_BOOLEAN critical;
+	ASN1_OCTET_STRING *value;
+	} X509_EXTENSION;
+
+typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS;
+
+DECLARE_STACK_OF(X509_EXTENSION)
+DECLARE_ASN1_SET_OF(X509_EXTENSION)
+
+/* a sequence of these are used */
+typedef struct x509_attributes_st
+	{
+	ASN1_OBJECT *object;
+	int single; /* 0 for a set, 1 for a single item (which is wrong) */
+	union	{
+		char		*ptr;
+/* 0 */		STACK_OF(ASN1_TYPE) *set;
+/* 1 */		ASN1_TYPE	*single;
+		} value;
+	} X509_ATTRIBUTE;
+
+DECLARE_STACK_OF(X509_ATTRIBUTE)
+DECLARE_ASN1_SET_OF(X509_ATTRIBUTE)
+
+
+typedef struct X509_req_info_st
+	{
+	ASN1_ENCODING enc;
+	ASN1_INTEGER *version;
+	X509_NAME *subject;
+	X509_PUBKEY *pubkey;
+	/*  d=2 hl=2 l=  0 cons: cont: 00 */
+	STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
+	} X509_REQ_INFO;
+
+typedef struct X509_req_st
+	{
+	X509_REQ_INFO *req_info;
+	X509_ALGOR *sig_alg;
+	ASN1_BIT_STRING *signature;
+	int references;
+	} X509_REQ;
+
+typedef struct x509_cinf_st
+	{
+	ASN1_INTEGER *version;		/* [ 0 ] default of v1 */
+	ASN1_INTEGER *serialNumber;
+	X509_ALGOR *signature;
+	X509_NAME *issuer;
+	X509_VAL *validity;
+	X509_NAME *subject;
+	X509_PUBKEY *key;
+	ASN1_BIT_STRING *issuerUID;		/* [ 1 ] optional in v2 */
+	ASN1_BIT_STRING *subjectUID;		/* [ 2 ] optional in v2 */
+	STACK_OF(X509_EXTENSION) *extensions;	/* [ 3 ] optional in v3 */
+	ASN1_ENCODING enc;
+	} X509_CINF;
+
+/* This stuff is certificate "auxiliary info"
+ * it contains details which are useful in certificate
+ * stores and databases. When used this is tagged onto
+ * the end of the certificate itself
+ */
+
+typedef struct x509_cert_aux_st
+	{
+	STACK_OF(ASN1_OBJECT) *trust;		/* trusted uses */
+	STACK_OF(ASN1_OBJECT) *reject;		/* rejected uses */
+	ASN1_UTF8STRING *alias;			/* "friendly name" */
+	ASN1_OCTET_STRING *keyid;		/* key id of private key */
+	STACK_OF(X509_ALGOR) *other;		/* other unspecified info */
+	} X509_CERT_AUX;
+
+struct x509_st
+	{
+	X509_CINF *cert_info;
+	X509_ALGOR *sig_alg;
+	ASN1_BIT_STRING *signature;
+	int valid;
+	int references;
+	char *name;
+	CRYPTO_EX_DATA ex_data;
+	/* These contain copies of various extension values */
+	long ex_pathlen;
+	long ex_pcpathlen;
+	unsigned long ex_flags;
+	unsigned long ex_kusage;
+	unsigned long ex_xkusage;
+	unsigned long ex_nscert;
+	ASN1_OCTET_STRING *skid;
+	AUTHORITY_KEYID *akid;
+	X509_POLICY_CACHE *policy_cache;
+	STACK_OF(DIST_POINT) *crldp;
+	STACK_OF(GENERAL_NAME) *altname;
+	NAME_CONSTRAINTS *nc;
+#ifndef OPENSSL_NO_RFC3779
+	STACK_OF(IPAddressFamily) *rfc3779_addr;
+	struct ASIdentifiers_st *rfc3779_asid;
+#endif
+#ifndef OPENSSL_NO_SHA
+	unsigned char sha1_hash[SHA_DIGEST_LENGTH];
+#endif
+	X509_CERT_AUX *aux;
+	} /* X509 */;
+
+DECLARE_STACK_OF(X509)
+DECLARE_ASN1_SET_OF(X509)
+
+/* This is used for a table of trust checking functions */
+
+typedef struct x509_trust_st {
+	int trust;
+	int flags;
+	int (*check_trust)(struct x509_trust_st *, X509 *, int);
+	char *name;
+	int arg1;
+	void *arg2;
+} X509_TRUST;
+
+DECLARE_STACK_OF(X509_TRUST)
+
+typedef struct x509_cert_pair_st {
+	X509 *forward;
+	X509 *reverse;
+} X509_CERT_PAIR;
+
+/* standard trust ids */
+
+#define X509_TRUST_DEFAULT	-1	/* Only valid in purpose settings */
+
+#define X509_TRUST_COMPAT	1
+#define X509_TRUST_SSL_CLIENT	2
+#define X509_TRUST_SSL_SERVER	3
+#define X509_TRUST_EMAIL	4
+#define X509_TRUST_OBJECT_SIGN	5
+#define X509_TRUST_OCSP_SIGN	6
+#define X509_TRUST_OCSP_REQUEST	7
+#define X509_TRUST_TSA		8
+
+/* Keep these up to date! */
+#define X509_TRUST_MIN		1
+#define X509_TRUST_MAX		8
+
+
+/* trust_flags values */
+#define	X509_TRUST_DYNAMIC 	1
+#define	X509_TRUST_DYNAMIC_NAME	2
+
+/* check_trust return codes */
+
+#define X509_TRUST_TRUSTED	1
+#define X509_TRUST_REJECTED	2
+#define X509_TRUST_UNTRUSTED	3
+
+/* Flags for X509_print_ex() */
+
+#define	X509_FLAG_COMPAT		0
+#define	X509_FLAG_NO_HEADER		1L
+#define	X509_FLAG_NO_VERSION		(1L << 1)
+#define	X509_FLAG_NO_SERIAL		(1L << 2)
+#define	X509_FLAG_NO_SIGNAME		(1L << 3)
+#define	X509_FLAG_NO_ISSUER		(1L << 4)
+#define	X509_FLAG_NO_VALIDITY		(1L << 5)
+#define	X509_FLAG_NO_SUBJECT		(1L << 6)
+#define	X509_FLAG_NO_PUBKEY		(1L << 7)
+#define	X509_FLAG_NO_EXTENSIONS		(1L << 8)
+#define	X509_FLAG_NO_SIGDUMP		(1L << 9)
+#define	X509_FLAG_NO_AUX		(1L << 10)
+#define	X509_FLAG_NO_ATTRIBUTES		(1L << 11)
+
+/* Flags specific to X509_NAME_print_ex() */	
+
+/* The field separator information */
+
+#define XN_FLAG_SEP_MASK	(0xf << 16)
+
+#define XN_FLAG_COMPAT		0		/* Traditional SSLeay: use old X509_NAME_print */
+#define XN_FLAG_SEP_COMMA_PLUS	(1 << 16)	/* RFC2253 ,+ */
+#define XN_FLAG_SEP_CPLUS_SPC	(2 << 16)	/* ,+ spaced: more readable */
+#define XN_FLAG_SEP_SPLUS_SPC	(3 << 16)	/* ;+ spaced */
+#define XN_FLAG_SEP_MULTILINE	(4 << 16)	/* One line per field */
+
+#define XN_FLAG_DN_REV		(1 << 20)	/* Reverse DN order */
+
+/* How the field name is shown */
+
+#define XN_FLAG_FN_MASK		(0x3 << 21)
+
+#define XN_FLAG_FN_SN		0		/* Object short name */
+#define XN_FLAG_FN_LN		(1 << 21)	/* Object long name */
+#define XN_FLAG_FN_OID		(2 << 21)	/* Always use OIDs */
+#define XN_FLAG_FN_NONE		(3 << 21)	/* No field names */
+
+#define XN_FLAG_SPC_EQ		(1 << 23)	/* Put spaces round '=' */
+
+/* This determines if we dump fields we don't recognise:
+ * RFC2253 requires this.
+ */
+
+#define XN_FLAG_DUMP_UNKNOWN_FIELDS (1 << 24)
+
+#define XN_FLAG_FN_ALIGN	(1 << 25)	/* Align field names to 20 characters */
+
+/* Complete set of RFC2253 flags */
+
+#define XN_FLAG_RFC2253 (ASN1_STRFLGS_RFC2253 | \
+			XN_FLAG_SEP_COMMA_PLUS | \
+			XN_FLAG_DN_REV | \
+			XN_FLAG_FN_SN | \
+			XN_FLAG_DUMP_UNKNOWN_FIELDS)
+
+/* readable oneline form */
+
+#define XN_FLAG_ONELINE (ASN1_STRFLGS_RFC2253 | \
+			ASN1_STRFLGS_ESC_QUOTE | \
+			XN_FLAG_SEP_CPLUS_SPC | \
+			XN_FLAG_SPC_EQ | \
+			XN_FLAG_FN_SN)
+
+/* readable multiline form */
+
+#define XN_FLAG_MULTILINE (ASN1_STRFLGS_ESC_CTRL | \
+			ASN1_STRFLGS_ESC_MSB | \
+			XN_FLAG_SEP_MULTILINE | \
+			XN_FLAG_SPC_EQ | \
+			XN_FLAG_FN_LN | \
+			XN_FLAG_FN_ALIGN)
+
+struct x509_revoked_st
+	{
+	ASN1_INTEGER *serialNumber;
+	ASN1_TIME *revocationDate;
+	STACK_OF(X509_EXTENSION) /* optional */ *extensions;
+	/* Set up if indirect CRL */
+	STACK_OF(GENERAL_NAME) *issuer;
+	/* Revocation reason */
+	int reason;
+	int sequence; /* load sequence */
+	};
+
+DECLARE_STACK_OF(X509_REVOKED)
+DECLARE_ASN1_SET_OF(X509_REVOKED)
+
+typedef struct X509_crl_info_st
+	{
+	ASN1_INTEGER *version;
+	X509_ALGOR *sig_alg;
+	X509_NAME *issuer;
+	ASN1_TIME *lastUpdate;
+	ASN1_TIME *nextUpdate;
+	STACK_OF(X509_REVOKED) *revoked;
+	STACK_OF(X509_EXTENSION) /* [0] */ *extensions;
+	ASN1_ENCODING enc;
+	} X509_CRL_INFO;
+
+struct X509_crl_st
+	{
+	/* actual signature */
+	X509_CRL_INFO *crl;
+	X509_ALGOR *sig_alg;
+	ASN1_BIT_STRING *signature;
+	int references;
+	int flags;
+	/* Copies of various extensions */
+	AUTHORITY_KEYID *akid;
+	ISSUING_DIST_POINT *idp;
+	/* Convenient breakdown of IDP */
+	int idp_flags;
+	int idp_reasons;
+	/* CRL and base CRL numbers for delta processing */
+	ASN1_INTEGER *crl_number;
+	ASN1_INTEGER *base_crl_number;
+#ifndef OPENSSL_NO_SHA
+	unsigned char sha1_hash[SHA_DIGEST_LENGTH];
+#endif
+	STACK_OF(GENERAL_NAMES) *issuers;
+	const X509_CRL_METHOD *meth;
+	void *meth_data;
+	} /* X509_CRL */;
+
+DECLARE_STACK_OF(X509_CRL)
+DECLARE_ASN1_SET_OF(X509_CRL)
+
+typedef struct private_key_st
+	{
+	int version;
+	/* The PKCS#8 data types */
+	X509_ALGOR *enc_algor;
+	ASN1_OCTET_STRING *enc_pkey;	/* encrypted pub key */
+
+	/* When decrypted, the following will not be NULL */
+	EVP_PKEY *dec_pkey;
+
+	/* used to encrypt and decrypt */
+	int key_length;
+	char *key_data;
+	int key_free;	/* true if we should auto free key_data */
+
+	/* expanded version of 'enc_algor' */
+	EVP_CIPHER_INFO cipher;
+
+	int references;
+	} X509_PKEY;
+
+#ifndef OPENSSL_NO_EVP
+typedef struct X509_info_st
+	{
+	X509 *x509;
+	X509_CRL *crl;
+	X509_PKEY *x_pkey;
+
+	EVP_CIPHER_INFO enc_cipher;
+	int enc_len;
+	char *enc_data;
+
+	int references;
+	} X509_INFO;
+
+DECLARE_STACK_OF(X509_INFO)
+#endif
+
+/* The next 2 structures and their 8 routines were sent to me by
+ * Pat Richard <patr@x509.com> and are used to manipulate
+ * Netscapes spki structures - useful if you are writing a CA web page
+ */
+typedef struct Netscape_spkac_st
+	{
+	X509_PUBKEY *pubkey;
+	ASN1_IA5STRING *challenge;	/* challenge sent in atlas >= PR2 */
+	} NETSCAPE_SPKAC;
+
+typedef struct Netscape_spki_st
+	{
+	NETSCAPE_SPKAC *spkac;	/* signed public key and challenge */
+	X509_ALGOR *sig_algor;
+	ASN1_BIT_STRING *signature;
+	} NETSCAPE_SPKI;
+
+/* Netscape certificate sequence structure */
+typedef struct Netscape_certificate_sequence
+	{
+	ASN1_OBJECT *type;
+	STACK_OF(X509) *certs;
+	} NETSCAPE_CERT_SEQUENCE;
+
+/* Unused (and iv length is wrong)
+typedef struct CBCParameter_st
+	{
+	unsigned char iv[8];
+	} CBC_PARAM;
+*/
+
+/* Password based encryption structure */
+
+typedef struct PBEPARAM_st {
+ASN1_OCTET_STRING *salt;
+ASN1_INTEGER *iter;
+} PBEPARAM;
+
+/* Password based encryption V2 structures */
+
+typedef struct PBE2PARAM_st {
+X509_ALGOR *keyfunc;
+X509_ALGOR *encryption;
+} PBE2PARAM;
+
+typedef struct PBKDF2PARAM_st {
+ASN1_TYPE *salt;	/* Usually OCTET STRING but could be anything */
+ASN1_INTEGER *iter;
+ASN1_INTEGER *keylength;
+X509_ALGOR *prf;
+} PBKDF2PARAM;
+
+
+/* PKCS#8 private key info structure */
+
+struct pkcs8_priv_key_info_st
+        {
+        int broken;     /* Flag for various broken formats */
+#define PKCS8_OK		0
+#define PKCS8_NO_OCTET		1
+#define PKCS8_EMBEDDED_PARAM	2
+#define PKCS8_NS_DB		3
+#define PKCS8_NEG_PRIVKEY	4
+        ASN1_INTEGER *version;
+        X509_ALGOR *pkeyalg;
+        ASN1_TYPE *pkey; /* Should be OCTET STRING but some are broken */
+        STACK_OF(X509_ATTRIBUTE) *attributes;
+        };
+
+#ifdef  __cplusplus
+}
+#endif
+
+#include <APOpenSSL/x509_vfy.h>
+#include <APOpenSSL/pkcs7.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#define X509_EXT_PACK_UNKNOWN	1
+#define X509_EXT_PACK_STRING	2
+
+#define		X509_get_version(x) ASN1_INTEGER_get((x)->cert_info->version)
+/* #define	X509_get_serialNumber(x) ((x)->cert_info->serialNumber) */
+#define		X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
+#define		X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
+#define		X509_extract_key(x)	X509_get_pubkey(x) /*****/
+#define		X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version)
+#define		X509_REQ_get_subject_name(x) ((x)->req_info->subject)
+#define		X509_REQ_extract_key(a)	X509_REQ_get_pubkey(a)
+#define		X509_name_cmp(a,b)	X509_NAME_cmp((a),(b))
+#define		X509_get_signature_type(x) EVP_PKEY_type(OBJ_obj2nid((x)->sig_alg->algorithm))
+
+#define		X509_CRL_get_version(x) ASN1_INTEGER_get((x)->crl->version)
+#define 	X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
+#define 	X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate)
+#define		X509_CRL_get_issuer(x) ((x)->crl->issuer)
+#define		X509_CRL_get_REVOKED(x) ((x)->crl->revoked)
+
+void X509_CRL_set_default_method(const X509_CRL_METHOD *meth);
+X509_CRL_METHOD *X509_CRL_METHOD_new(
+	int (*crl_init)(X509_CRL *crl),
+	int (*crl_free)(X509_CRL *crl),
+	int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
+				ASN1_INTEGER *ser, X509_NAME *issuer),
+	int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
+void X509_CRL_METHOD_free(X509_CRL_METHOD *m);
+
+void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
+void *X509_CRL_get_meth_data(X509_CRL *crl);
+
+/* This one is only used so that a binary form can output, as in
+ * i2d_X509_NAME(X509_get_X509_PUBKEY(x),&buf) */
+#define 	X509_get_X509_PUBKEY(x) ((x)->cert_info->key)
+
+
+const char *X509_verify_cert_error_string(long n);
+
+#ifndef OPENSSL_NO_EVP
+int X509_verify(X509 *a, EVP_PKEY *r);
+
+int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
+int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
+int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r);
+
+NETSCAPE_SPKI * NETSCAPE_SPKI_b64_decode(const char *str, int len);
+char * NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *x);
+EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x);
+int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey);
+
+int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
+
+int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent);
+int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig);
+
+int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
+int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
+int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
+int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
+int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md);
+int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx);
+int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md);
+
+int X509_pubkey_digest(const X509 *data,const EVP_MD *type,
+		unsigned char *md, unsigned int *len);
+int X509_digest(const X509 *data,const EVP_MD *type,
+		unsigned char *md, unsigned int *len);
+int X509_CRL_digest(const X509_CRL *data,const EVP_MD *type,
+		unsigned char *md, unsigned int *len);
+int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
+		unsigned char *md, unsigned int *len);
+int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
+		unsigned char *md, unsigned int *len);
+#endif
+
+#ifndef OPENSSL_NO_FP_API
+X509 *d2i_X509_fp(FILE *fp, X509 **x509);
+int i2d_X509_fp(FILE *fp,X509 *x509);
+X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
+int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
+X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
+int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
+#ifndef OPENSSL_NO_RSA
+RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);
+int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);
+RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);
+int i2d_RSAPublicKey_fp(FILE *fp,RSA *rsa);
+RSA *d2i_RSA_PUBKEY_fp(FILE *fp,RSA **rsa);
+int i2d_RSA_PUBKEY_fp(FILE *fp,RSA *rsa);
+#endif
+#ifndef OPENSSL_NO_DSA
+DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa);
+int i2d_DSA_PUBKEY_fp(FILE *fp, DSA *dsa);
+DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa);
+int i2d_DSAPrivateKey_fp(FILE *fp, DSA *dsa);
+#endif
+#ifndef OPENSSL_NO_EC
+EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey);
+int   i2d_EC_PUBKEY_fp(FILE *fp, EC_KEY *eckey);
+EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey);
+int   i2d_ECPrivateKey_fp(FILE *fp, EC_KEY *eckey);
+#endif
+X509_SIG *d2i_PKCS8_fp(FILE *fp,X509_SIG **p8);
+int i2d_PKCS8_fp(FILE *fp,X509_SIG *p8);
+PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_fp(FILE *fp,
+						PKCS8_PRIV_KEY_INFO **p8inf);
+int i2d_PKCS8_PRIV_KEY_INFO_fp(FILE *fp,PKCS8_PRIV_KEY_INFO *p8inf);
+int i2d_PKCS8PrivateKeyInfo_fp(FILE *fp, EVP_PKEY *key);
+int i2d_PrivateKey_fp(FILE *fp, EVP_PKEY *pkey);
+EVP_PKEY *d2i_PrivateKey_fp(FILE *fp, EVP_PKEY **a);
+int i2d_PUBKEY_fp(FILE *fp, EVP_PKEY *pkey);
+EVP_PKEY *d2i_PUBKEY_fp(FILE *fp, EVP_PKEY **a);
+#endif
+
+#ifndef OPENSSL_NO_BIO
+X509 *d2i_X509_bio(BIO *bp,X509 **x509);
+int i2d_X509_bio(BIO *bp,X509 *x509);
+X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
+int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
+X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
+int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
+#ifndef OPENSSL_NO_RSA
+RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
+int i2d_RSAPrivateKey_bio(BIO *bp,RSA *rsa);
+RSA *d2i_RSAPublicKey_bio(BIO *bp,RSA **rsa);
+int i2d_RSAPublicKey_bio(BIO *bp,RSA *rsa);
+RSA *d2i_RSA_PUBKEY_bio(BIO *bp,RSA **rsa);
+int i2d_RSA_PUBKEY_bio(BIO *bp,RSA *rsa);
+#endif
+#ifndef OPENSSL_NO_DSA
+DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa);
+int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa);
+DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa);
+int i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa);
+#endif
+#ifndef OPENSSL_NO_EC
+EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey);
+int   i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *eckey);
+EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey);
+int   i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey);
+#endif
+X509_SIG *d2i_PKCS8_bio(BIO *bp,X509_SIG **p8);
+int i2d_PKCS8_bio(BIO *bp,X509_SIG *p8);
+PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,
+						PKCS8_PRIV_KEY_INFO **p8inf);
+int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,PKCS8_PRIV_KEY_INFO *p8inf);
+int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key);
+int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey);
+EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
+int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey);
+EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a);
+#endif
+
+X509 *X509_dup(X509 *x509);
+X509_ATTRIBUTE *X509_ATTRIBUTE_dup(X509_ATTRIBUTE *xa);
+X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
+X509_CRL *X509_CRL_dup(X509_CRL *crl);
+X509_REQ *X509_REQ_dup(X509_REQ *req);
+X509_ALGOR *X509_ALGOR_dup(X509_ALGOR *xn);
+int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval);
+void X509_ALGOR_get0(ASN1_OBJECT **paobj, int *pptype, void **ppval,
+						X509_ALGOR *algor);
+void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md);
+
+X509_NAME *X509_NAME_dup(X509_NAME *xn);
+X509_NAME_ENTRY *X509_NAME_ENTRY_dup(X509_NAME_ENTRY *ne);
+
+int		X509_cmp_time(const ASN1_TIME *s, time_t *t);
+int		X509_cmp_current_time(const ASN1_TIME *s);
+ASN1_TIME *	X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
+ASN1_TIME *	X509_time_adj_ex(ASN1_TIME *s,
+				int offset_day, long offset_sec, time_t *t);
+ASN1_TIME *	X509_gmtime_adj(ASN1_TIME *s, long adj);
+
+const char *	X509_get_default_cert_area(void );
+const char *	X509_get_default_cert_dir(void );
+const char *	X509_get_default_cert_file(void );
+const char *	X509_get_default_cert_dir_env(void );
+const char *	X509_get_default_cert_file_env(void );
+const char *	X509_get_default_private_dir(void );
+
+X509_REQ *	X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
+X509 *		X509_REQ_to_X509(X509_REQ *r, int days,EVP_PKEY *pkey);
+
+DECLARE_ASN1_FUNCTIONS(X509_ALGOR)
+DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS)
+DECLARE_ASN1_FUNCTIONS(X509_VAL)
+
+DECLARE_ASN1_FUNCTIONS(X509_PUBKEY)
+
+int		X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey);
+EVP_PKEY *	X509_PUBKEY_get(X509_PUBKEY *key);
+int		X509_get_pubkey_parameters(EVP_PKEY *pkey,
+					   STACK_OF(X509) *chain);
+int		i2d_PUBKEY(EVP_PKEY *a,unsigned char **pp);
+EVP_PKEY *	d2i_PUBKEY(EVP_PKEY **a,const unsigned char **pp,
+			long length);
+#ifndef OPENSSL_NO_RSA
+int		i2d_RSA_PUBKEY(RSA *a,unsigned char **pp);
+RSA *		d2i_RSA_PUBKEY(RSA **a,const unsigned char **pp,
+			long length);
+#endif
+#ifndef OPENSSL_NO_DSA
+int		i2d_DSA_PUBKEY(DSA *a,unsigned char **pp);
+DSA *		d2i_DSA_PUBKEY(DSA **a,const unsigned char **pp,
+			long length);
+#endif
+#ifndef OPENSSL_NO_EC
+int		i2d_EC_PUBKEY(EC_KEY *a, unsigned char **pp);
+EC_KEY 		*d2i_EC_PUBKEY(EC_KEY **a, const unsigned char **pp,
+			long length);
+#endif
+
+DECLARE_ASN1_FUNCTIONS(X509_SIG)
+DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO)
+DECLARE_ASN1_FUNCTIONS(X509_REQ)
+
+DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE)
+X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value);
+
+DECLARE_ASN1_FUNCTIONS(X509_EXTENSION)
+DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
+
+DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY)
+
+DECLARE_ASN1_FUNCTIONS(X509_NAME)
+
+int		X509_NAME_set(X509_NAME **xn, X509_NAME *name);
+
+DECLARE_ASN1_FUNCTIONS(X509_CINF)
+
+DECLARE_ASN1_FUNCTIONS(X509)
+DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX)
+
+DECLARE_ASN1_FUNCTIONS(X509_CERT_PAIR)
+
+int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	     CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int X509_set_ex_data(X509 *r, int idx, void *arg);
+void *X509_get_ex_data(X509 *r, int idx);
+int		i2d_X509_AUX(X509 *a,unsigned char **pp);
+X509 *		d2i_X509_AUX(X509 **a,const unsigned char **pp,long length);
+
+int X509_alias_set1(X509 *x, unsigned char *name, int len);
+int X509_keyid_set1(X509 *x, unsigned char *id, int len);
+unsigned char * X509_alias_get0(X509 *x, int *len);
+unsigned char * X509_keyid_get0(X509 *x, int *len);
+int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
+int X509_TRUST_set(int *t, int trust);
+int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj);
+int X509_add1_reject_object(X509 *x, ASN1_OBJECT *obj);
+void X509_trust_clear(X509 *x);
+void X509_reject_clear(X509 *x);
+
+DECLARE_ASN1_FUNCTIONS(X509_REVOKED)
+DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO)
+DECLARE_ASN1_FUNCTIONS(X509_CRL)
+
+int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
+int X509_CRL_get0_by_serial(X509_CRL *crl,
+		X509_REVOKED **ret, ASN1_INTEGER *serial);
+int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
+
+X509_PKEY *	X509_PKEY_new(void );
+void		X509_PKEY_free(X509_PKEY *a);
+int		i2d_X509_PKEY(X509_PKEY *a,unsigned char **pp);
+X509_PKEY *	d2i_X509_PKEY(X509_PKEY **a,const unsigned char **pp,long length);
+
+DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI)
+DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC)
+DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE)
+
+#ifndef OPENSSL_NO_EVP
+X509_INFO *	X509_INFO_new(void);
+void		X509_INFO_free(X509_INFO *a);
+char *		X509_NAME_oneline(X509_NAME *a,char *buf,int size);
+
+int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1,
+		ASN1_BIT_STRING *signature,char *data,EVP_PKEY *pkey);
+
+int ASN1_digest(i2d_of_void *i2d,const EVP_MD *type,char *data,
+		unsigned char *md,unsigned int *len);
+
+int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1,
+	      X509_ALGOR *algor2, ASN1_BIT_STRING *signature,
+	      char *data,EVP_PKEY *pkey, const EVP_MD *type);
+
+int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data,
+	unsigned char *md,unsigned int *len);
+
+int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1,
+	ASN1_BIT_STRING *signature,void *data,EVP_PKEY *pkey);
+
+int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
+	ASN1_BIT_STRING *signature,
+	void *data, EVP_PKEY *pkey, const EVP_MD *type);
+int ASN1_item_sign_ctx(const ASN1_ITEM *it,
+		X509_ALGOR *algor1, X509_ALGOR *algor2,
+	     	ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx);
+#endif
+
+int 		X509_set_version(X509 *x,long version);
+int 		X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
+ASN1_INTEGER *	X509_get_serialNumber(X509 *x);
+int 		X509_set_issuer_name(X509 *x, X509_NAME *name);
+X509_NAME *	X509_get_issuer_name(X509 *a);
+int 		X509_set_subject_name(X509 *x, X509_NAME *name);
+X509_NAME *	X509_get_subject_name(X509 *a);
+int 		X509_set_notBefore(X509 *x, const ASN1_TIME *tm);
+int 		X509_set_notAfter(X509 *x, const ASN1_TIME *tm);
+int 		X509_set_pubkey(X509 *x, EVP_PKEY *pkey);
+EVP_PKEY *	X509_get_pubkey(X509 *x);
+ASN1_BIT_STRING * X509_get0_pubkey_bitstr(const X509 *x);
+int		X509_certificate_type(X509 *x,EVP_PKEY *pubkey /* optional */);
+
+int		X509_REQ_set_version(X509_REQ *x,long version);
+int		X509_REQ_set_subject_name(X509_REQ *req,X509_NAME *name);
+int		X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey);
+EVP_PKEY *	X509_REQ_get_pubkey(X509_REQ *req);
+int		X509_REQ_extension_nid(int nid);
+int *		X509_REQ_get_extension_nids(void);
+void		X509_REQ_set_extension_nids(int *nids);
+STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req);
+int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
+				int nid);
+int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts);
+int X509_REQ_get_attr_count(const X509_REQ *req);
+int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid,
+			  int lastpos);
+int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj,
+			  int lastpos);
+X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc);
+X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc);
+int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr);
+int X509_REQ_add1_attr_by_OBJ(X509_REQ *req,
+			const ASN1_OBJECT *obj, int type,
+			const unsigned char *bytes, int len);
+int X509_REQ_add1_attr_by_NID(X509_REQ *req,
+			int nid, int type,
+			const unsigned char *bytes, int len);
+int X509_REQ_add1_attr_by_txt(X509_REQ *req,
+			const char *attrname, int type,
+			const unsigned char *bytes, int len);
+
+int X509_CRL_set_version(X509_CRL *x, long version);
+int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
+int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
+int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
+int X509_CRL_sort(X509_CRL *crl);
+
+int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
+int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm);
+
+int		X509_REQ_check_private_key(X509_REQ *x509,EVP_PKEY *pkey);
+
+int		X509_check_private_key(X509 *x509,EVP_PKEY *pkey);
+
+int		X509_issuer_and_serial_cmp(const X509 *a, const X509 *b);
+unsigned long	X509_issuer_and_serial_hash(X509 *a);
+
+int		X509_issuer_name_cmp(const X509 *a, const X509 *b);
+unsigned long	X509_issuer_name_hash(X509 *a);
+
+int		X509_subject_name_cmp(const X509 *a, const X509 *b);
+unsigned long	X509_subject_name_hash(X509 *x);
+
+#ifndef OPENSSL_NO_MD5
+unsigned long	X509_issuer_name_hash_old(X509 *a);
+unsigned long	X509_subject_name_hash_old(X509 *x);
+#endif
+
+int		X509_cmp(const X509 *a, const X509 *b);
+int		X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b);
+unsigned long	X509_NAME_hash(X509_NAME *x);
+unsigned long	X509_NAME_hash_old(X509_NAME *x);
+
+int		X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
+int		X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
+#ifndef OPENSSL_NO_FP_API
+int		X509_print_ex_fp(FILE *bp,X509 *x, unsigned long nmflag, unsigned long cflag);
+int		X509_print_fp(FILE *bp,X509 *x);
+int		X509_CRL_print_fp(FILE *bp,X509_CRL *x);
+int		X509_REQ_print_fp(FILE *bp,X509_REQ *req);
+int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags);
+#endif
+
+#ifndef OPENSSL_NO_BIO
+int		X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
+int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags);
+int		X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag);
+int		X509_print(BIO *bp,X509 *x);
+int		X509_ocspid_print(BIO *bp,X509 *x);
+int		X509_CERT_AUX_print(BIO *bp,X509_CERT_AUX *x, int indent);
+int		X509_CRL_print(BIO *bp,X509_CRL *x);
+int		X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag);
+int		X509_REQ_print(BIO *bp,X509_REQ *req);
+#endif
+
+int 		X509_NAME_entry_count(X509_NAME *name);
+int 		X509_NAME_get_text_by_NID(X509_NAME *name, int nid,
+			char *buf,int len);
+int		X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj,
+			char *buf,int len);
+
+/* NOTE: you should be passsing -1, not 0 as lastpos.  The functions that use
+ * lastpos, search after that position on. */
+int 		X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
+int 		X509_NAME_get_index_by_OBJ(X509_NAME *name,ASN1_OBJECT *obj,
+			int lastpos);
+X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc);
+X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc);
+int 		X509_NAME_add_entry(X509_NAME *name,X509_NAME_ENTRY *ne,
+			int loc, int set);
+int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
+			unsigned char *bytes, int len, int loc, int set);
+int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
+			unsigned char *bytes, int len, int loc, int set);
+X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne,
+		const char *field, int type, const unsigned char *bytes, int len);
+X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid,
+			int type,unsigned char *bytes, int len);
+int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
+			const unsigned char *bytes, int len, int loc, int set);
+X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne,
+			ASN1_OBJECT *obj, int type,const unsigned char *bytes,
+			int len);
+int 		X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne,
+			ASN1_OBJECT *obj);
+int 		X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type,
+			const unsigned char *bytes, int len);
+ASN1_OBJECT *	X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne);
+ASN1_STRING *	X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne);
+
+int		X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x);
+int		X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x,
+				      int nid, int lastpos);
+int		X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *x,
+				      ASN1_OBJECT *obj,int lastpos);
+int		X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *x,
+					   int crit, int lastpos);
+X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc);
+X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc);
+STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x,
+					 X509_EXTENSION *ex, int loc);
+
+int		X509_get_ext_count(X509 *x);
+int		X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
+int		X509_get_ext_by_OBJ(X509 *x,ASN1_OBJECT *obj,int lastpos);
+int		X509_get_ext_by_critical(X509 *x, int crit, int lastpos);
+X509_EXTENSION *X509_get_ext(X509 *x, int loc);
+X509_EXTENSION *X509_delete_ext(X509 *x, int loc);
+int		X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
+void	*	X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx);
+int		X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit,
+							unsigned long flags);
+
+int		X509_CRL_get_ext_count(X509_CRL *x);
+int		X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos);
+int		X509_CRL_get_ext_by_OBJ(X509_CRL *x,ASN1_OBJECT *obj,int lastpos);
+int		X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos);
+X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc);
+X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
+int		X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
+void	*	X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx);
+int		X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
+							unsigned long flags);
+
+int		X509_REVOKED_get_ext_count(X509_REVOKED *x);
+int		X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos);
+int		X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x,ASN1_OBJECT *obj,int lastpos);
+int		X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos);
+X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *x, int loc);
+X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc);
+int		X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc);
+void	*	X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx);
+int		X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
+							unsigned long flags);
+
+X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex,
+			int nid, int crit, ASN1_OCTET_STRING *data);
+X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
+			ASN1_OBJECT *obj,int crit,ASN1_OCTET_STRING *data);
+int		X509_EXTENSION_set_object(X509_EXTENSION *ex,ASN1_OBJECT *obj);
+int		X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit);
+int		X509_EXTENSION_set_data(X509_EXTENSION *ex,
+			ASN1_OCTET_STRING *data);
+ASN1_OBJECT *	X509_EXTENSION_get_object(X509_EXTENSION *ex);
+ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ne);
+int		X509_EXTENSION_get_critical(X509_EXTENSION *ex);
+
+int X509at_get_attr_count(const STACK_OF(X509_ATTRIBUTE) *x);
+int X509at_get_attr_by_NID(const STACK_OF(X509_ATTRIBUTE) *x, int nid,
+			  int lastpos);
+int X509at_get_attr_by_OBJ(const STACK_OF(X509_ATTRIBUTE) *sk, ASN1_OBJECT *obj,
+			  int lastpos);
+X509_ATTRIBUTE *X509at_get_attr(const STACK_OF(X509_ATTRIBUTE) *x, int loc);
+X509_ATTRIBUTE *X509at_delete_attr(STACK_OF(X509_ATTRIBUTE) *x, int loc);
+STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x,
+					 X509_ATTRIBUTE *attr);
+STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) **x,
+			const ASN1_OBJECT *obj, int type,
+			const unsigned char *bytes, int len);
+STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) **x,
+			int nid, int type,
+			const unsigned char *bytes, int len);
+STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) **x,
+			const char *attrname, int type,
+			const unsigned char *bytes, int len);
+void *X509at_get0_data_by_OBJ(STACK_OF(X509_ATTRIBUTE) *x,
+				ASN1_OBJECT *obj, int lastpos, int type);
+X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid,
+	     int atrtype, const void *data, int len);
+X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr,
+	     const ASN1_OBJECT *obj, int atrtype, const void *data, int len);
+X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr,
+		const char *atrname, int type, const unsigned char *bytes, int len);
+int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj);
+int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
+void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx,
+					int atrtype, void *data);
+int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr);
+ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr);
+ASN1_TYPE *X509_ATTRIBUTE_get0_type(X509_ATTRIBUTE *attr, int idx);
+
+int EVP_PKEY_get_attr_count(const EVP_PKEY *key);
+int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid,
+			  int lastpos);
+int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj,
+			  int lastpos);
+X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc);
+X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc);
+int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr);
+int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key,
+			const ASN1_OBJECT *obj, int type,
+			const unsigned char *bytes, int len);
+int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key,
+			int nid, int type,
+			const unsigned char *bytes, int len);
+int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key,
+			const char *attrname, int type,
+			const unsigned char *bytes, int len);
+
+int		X509_verify_cert(X509_STORE_CTX *ctx);
+
+/* lookup a cert from a X509 STACK */
+X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk,X509_NAME *name,
+				     ASN1_INTEGER *serial);
+X509 *X509_find_by_subject(STACK_OF(X509) *sk,X509_NAME *name);
+
+DECLARE_ASN1_FUNCTIONS(PBEPARAM)
+DECLARE_ASN1_FUNCTIONS(PBE2PARAM)
+DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM)
+
+int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter,
+				const unsigned char *salt, int saltlen);
+
+X509_ALGOR *PKCS5_pbe_set(int alg, int iter,
+				const unsigned char *salt, int saltlen);
+X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
+					 unsigned char *salt, int saltlen);
+X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
+				 unsigned char *salt, int saltlen,
+				 unsigned char *aiv, int prf_nid);
+
+X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen,
+				int prf_nid, int keylen);
+
+/* PKCS#8 utilities */
+
+DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO)
+
+EVP_PKEY *EVP_PKCS82PKEY(PKCS8_PRIV_KEY_INFO *p8);
+PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(EVP_PKEY *pkey);
+PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken);
+PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken);
+
+int PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj,
+			int version, int ptype, void *pval,
+				unsigned char *penc, int penclen);
+int PKCS8_pkey_get0(ASN1_OBJECT **ppkalg,
+		const unsigned char **pk, int *ppklen,
+		X509_ALGOR **pa,
+		PKCS8_PRIV_KEY_INFO *p8);
+
+int X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj,
+					int ptype, void *pval,
+					unsigned char *penc, int penclen);
+int X509_PUBKEY_get0_param(ASN1_OBJECT **ppkalg,
+		const unsigned char **pk, int *ppklen,
+		X509_ALGOR **pa,
+		X509_PUBKEY *pub);
+
+int X509_check_trust(X509 *x, int id, int flags);
+int X509_TRUST_get_count(void);
+X509_TRUST * X509_TRUST_get0(int idx);
+int X509_TRUST_get_by_id(int id);
+int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int),
+					char *name, int arg1, void *arg2);
+void X509_TRUST_cleanup(void);
+int X509_TRUST_get_flags(X509_TRUST *xp);
+char *X509_TRUST_get0_name(X509_TRUST *xp);
+int X509_TRUST_get_trust(X509_TRUST *xp);
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_X509_strings(void);
+
+/* Error codes for the X509 functions. */
+
+/* Function codes. */
+#define X509_F_ADD_CERT_DIR				 100
+#define X509_F_BY_FILE_CTRL				 101
+#define X509_F_CHECK_POLICY				 145
+#define X509_F_DIR_CTRL					 102
+#define X509_F_GET_CERT_BY_SUBJECT			 103
+#define X509_F_NETSCAPE_SPKI_B64_DECODE			 129
+#define X509_F_NETSCAPE_SPKI_B64_ENCODE			 130
+#define X509_F_X509AT_ADD1_ATTR				 135
+#define X509_F_X509V3_ADD_EXT				 104
+#define X509_F_X509_ATTRIBUTE_CREATE_BY_NID		 136
+#define X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ		 137
+#define X509_F_X509_ATTRIBUTE_CREATE_BY_TXT		 140
+#define X509_F_X509_ATTRIBUTE_GET0_DATA			 139
+#define X509_F_X509_ATTRIBUTE_SET1_DATA			 138
+#define X509_F_X509_CHECK_PRIVATE_KEY			 128
+#define X509_F_X509_CRL_PRINT_FP			 147
+#define X509_F_X509_EXTENSION_CREATE_BY_NID		 108
+#define X509_F_X509_EXTENSION_CREATE_BY_OBJ		 109
+#define X509_F_X509_GET_PUBKEY_PARAMETERS		 110
+#define X509_F_X509_LOAD_CERT_CRL_FILE			 132
+#define X509_F_X509_LOAD_CERT_FILE			 111
+#define X509_F_X509_LOAD_CRL_FILE			 112
+#define X509_F_X509_NAME_ADD_ENTRY			 113
+#define X509_F_X509_NAME_ENTRY_CREATE_BY_NID		 114
+#define X509_F_X509_NAME_ENTRY_CREATE_BY_TXT		 131
+#define X509_F_X509_NAME_ENTRY_SET_OBJECT		 115
+#define X509_F_X509_NAME_ONELINE			 116
+#define X509_F_X509_NAME_PRINT				 117
+#define X509_F_X509_PRINT_EX_FP				 118
+#define X509_F_X509_PUBKEY_GET				 119
+#define X509_F_X509_PUBKEY_SET				 120
+#define X509_F_X509_REQ_CHECK_PRIVATE_KEY		 144
+#define X509_F_X509_REQ_PRINT_EX			 121
+#define X509_F_X509_REQ_PRINT_FP			 122
+#define X509_F_X509_REQ_TO_X509				 123
+#define X509_F_X509_STORE_ADD_CERT			 124
+#define X509_F_X509_STORE_ADD_CRL			 125
+#define X509_F_X509_STORE_CTX_GET1_ISSUER		 146
+#define X509_F_X509_STORE_CTX_INIT			 143
+#define X509_F_X509_STORE_CTX_NEW			 142
+#define X509_F_X509_STORE_CTX_PURPOSE_INHERIT		 134
+#define X509_F_X509_TO_X509_REQ				 126
+#define X509_F_X509_TRUST_ADD				 133
+#define X509_F_X509_TRUST_SET				 141
+#define X509_F_X509_VERIFY_CERT				 127
+
+/* Reason codes. */
+#define X509_R_BAD_X509_FILETYPE			 100
+#define X509_R_BASE64_DECODE_ERROR			 118
+#define X509_R_CANT_CHECK_DH_KEY			 114
+#define X509_R_CERT_ALREADY_IN_HASH_TABLE		 101
+#define X509_R_ERR_ASN1_LIB				 102
+#define X509_R_INVALID_DIRECTORY			 113
+#define X509_R_INVALID_FIELD_NAME			 119
+#define X509_R_INVALID_TRUST				 123
+#define X509_R_KEY_TYPE_MISMATCH			 115
+#define X509_R_KEY_VALUES_MISMATCH			 116
+#define X509_R_LOADING_CERT_DIR				 103
+#define X509_R_LOADING_DEFAULTS				 104
+#define X509_R_METHOD_NOT_SUPPORTED			 124
+#define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY		 105
+#define X509_R_PUBLIC_KEY_DECODE_ERROR			 125
+#define X509_R_PUBLIC_KEY_ENCODE_ERROR			 126
+#define X509_R_SHOULD_RETRY				 106
+#define X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN	 107
+#define X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY		 108
+#define X509_R_UNKNOWN_KEY_TYPE				 117
+#define X509_R_UNKNOWN_NID				 109
+#define X509_R_UNKNOWN_PURPOSE_ID			 121
+#define X509_R_UNKNOWN_TRUST_ID				 120
+#define X509_R_UNSUPPORTED_ALGORITHM			 111
+#define X509_R_WRONG_LOOKUP_TYPE			 112
+#define X509_R_WRONG_TYPE				 122
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509_vfy.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509_vfy.h
new file mode 100755
index 0000000000000000000000000000000000000000..c3eda42d5c5840678f3921ba6425852c1eaa89b9
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509_vfy.h
@@ -0,0 +1,567 @@
+/* crypto/x509/x509_vfy.h */
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ * 
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to.  The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ * 
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ * 
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *    "This product includes cryptographic software written by
+ *     Eric Young (eay@cryptsoft.com)"
+ *    The word 'cryptographic' can be left out if the rouines from the library
+ *    being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from 
+ *    the apps directory (application code) you must include an acknowledgement:
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ * 
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+#ifndef HEADER_X509_H
+#include <APOpenSSL/x509.h>
+/* openssl/x509.h ends up #include-ing this file at about the only
+ * appropriate moment. */
+#endif
+
+#ifndef HEADER_X509_VFY_H
+#define HEADER_X509_VFY_H
+
+#include <APOpenSSL/opensslconf.h>
+#ifndef OPENSSL_NO_LHASH
+#include <APOpenSSL/lhash.h>
+#endif
+#include <APOpenSSL/bio.h>
+#include <APOpenSSL/crypto.h>
+#include <APOpenSSL/symhacks.h>
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+#if 0
+/* Outer object */
+typedef struct x509_hash_dir_st
+	{
+	int num_dirs;
+	char **dirs;
+	int *dirs_type;
+	int num_dirs_alloced;
+	} X509_HASH_DIR_CTX;
+#endif
+
+typedef struct x509_file_st
+	{
+	int num_paths;	/* number of paths to files or directories */
+	int num_alloced;
+	char **paths;	/* the list of paths or directories */
+	int *path_type;
+	} X509_CERT_FILE_CTX;
+
+/*******************************/
+/*
+SSL_CTX -> X509_STORE    
+		-> X509_LOOKUP
+			->X509_LOOKUP_METHOD
+		-> X509_LOOKUP
+			->X509_LOOKUP_METHOD
+ 
+SSL	-> X509_STORE_CTX
+		->X509_STORE    
+
+The X509_STORE holds the tables etc for verification stuff.
+A X509_STORE_CTX is used while validating a single certificate.
+The X509_STORE has X509_LOOKUPs for looking up certs.
+The X509_STORE then calls a function to actually verify the
+certificate chain.
+*/
+
+#define X509_LU_RETRY		-1
+#define X509_LU_FAIL		0
+#define X509_LU_X509		1
+#define X509_LU_CRL		2
+#define X509_LU_PKEY		3
+
+typedef struct x509_object_st
+	{
+	/* one of the above types */
+	int type;
+	union	{
+		char *ptr;
+		X509 *x509;
+		X509_CRL *crl;
+		EVP_PKEY *pkey;
+		} data;
+	} X509_OBJECT;
+
+typedef struct x509_lookup_st X509_LOOKUP;
+
+DECLARE_STACK_OF(X509_LOOKUP)
+DECLARE_STACK_OF(X509_OBJECT)
+
+/* This is a static that defines the function interface */
+typedef struct x509_lookup_method_st
+	{
+	const char *name;
+	int (*new_item)(X509_LOOKUP *ctx);
+	void (*free)(X509_LOOKUP *ctx);
+	int (*init)(X509_LOOKUP *ctx);
+	int (*shutdown)(X509_LOOKUP *ctx);
+	int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
+			char **ret);
+	int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
+			      X509_OBJECT *ret);
+	int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
+				    ASN1_INTEGER *serial,X509_OBJECT *ret);
+	int (*get_by_fingerprint)(X509_LOOKUP *ctx,int type,
+				  unsigned char *bytes,int len,
+				  X509_OBJECT *ret);
+	int (*get_by_alias)(X509_LOOKUP *ctx,int type,char *str,int len,
+			    X509_OBJECT *ret);
+	} X509_LOOKUP_METHOD;
+
+/* This structure hold all parameters associated with a verify operation
+ * by including an X509_VERIFY_PARAM structure in related structures the
+ * parameters used can be customized
+ */
+
+typedef struct X509_VERIFY_PARAM_st
+	{
+	char *name;
+	time_t check_time;	/* Time to use */
+	unsigned long inh_flags; /* Inheritance flags */
+	unsigned long flags;	/* Various verify flags */
+	int purpose;		/* purpose to check untrusted certificates */
+	int trust;		/* trust setting to check */
+	int depth;		/* Verify depth */
+	STACK_OF(ASN1_OBJECT) *policies;	/* Permissible policies */
+	} X509_VERIFY_PARAM;
+
+DECLARE_STACK_OF(X509_VERIFY_PARAM)
+
+/* This is used to hold everything.  It is used for all certificate
+ * validation.  Once we have a certificate chain, the 'verify'
+ * function is then called to actually check the cert chain. */
+struct x509_store_st
+	{
+	/* The following is a cache of trusted certs */
+	int cache; 	/* if true, stash any hits */
+	STACK_OF(X509_OBJECT) *objs;	/* Cache of all objects */
+
+	/* These are external lookup methods */
+	STACK_OF(X509_LOOKUP) *get_cert_methods;
+
+	X509_VERIFY_PARAM *param;
+
+	/* Callbacks for various operations */
+	int (*verify)(X509_STORE_CTX *ctx);	/* called to verify a certificate */
+	int (*verify_cb)(int ok,X509_STORE_CTX *ctx);	/* error callback */
+	int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);	/* get issuers cert from ctx */
+	int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
+	int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
+	int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
+	int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
+	int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
+	STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
+	STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
+	int (*cleanup)(X509_STORE_CTX *ctx);
+
+	CRYPTO_EX_DATA ex_data;
+	int references;
+	} /* X509_STORE */;
+
+int X509_STORE_set_depth(X509_STORE *store, int depth);
+
+#define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
+#define X509_STORE_set_verify_func(ctx,func)	((ctx)->verify=(func))
+
+/* This is the functions plus an instance of the local variables. */
+struct x509_lookup_st
+	{
+	int init;			/* have we been started */
+	int skip;			/* don't use us. */
+	X509_LOOKUP_METHOD *method;	/* the functions */
+	char *method_data;		/* method data */
+
+	X509_STORE *store_ctx;	/* who owns us */
+	} /* X509_LOOKUP */;
+
+/* This is a used when verifying cert chains.  Since the
+ * gathering of the cert chain can take some time (and have to be
+ * 'retried', this needs to be kept and passed around. */
+struct x509_store_ctx_st      /* X509_STORE_CTX */
+	{
+	X509_STORE *ctx;
+	int current_method;	/* used when looking up certs */
+
+	/* The following are set by the caller */
+	X509 *cert;		/* The cert to check */
+	STACK_OF(X509) *untrusted;	/* chain of X509s - untrusted - passed in */
+	STACK_OF(X509_CRL) *crls;	/* set of CRLs passed in */
+
+	X509_VERIFY_PARAM *param;
+	void *other_ctx;	/* Other info for use with get_issuer() */
+
+	/* Callbacks for various operations */
+	int (*verify)(X509_STORE_CTX *ctx);	/* called to verify a certificate */
+	int (*verify_cb)(int ok,X509_STORE_CTX *ctx);		/* error callback */
+	int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);	/* get issuers cert from ctx */
+	int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
+	int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
+	int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
+	int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
+	int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
+	int (*check_policy)(X509_STORE_CTX *ctx);
+	STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
+	STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
+	int (*cleanup)(X509_STORE_CTX *ctx);
+
+	/* The following is built up */
+	int valid;		/* if 0, rebuild chain */
+	int last_untrusted;	/* index of last untrusted cert */
+	STACK_OF(X509) *chain; 		/* chain of X509s - built up and trusted */
+	X509_POLICY_TREE *tree;	/* Valid policy tree */
+
+	int explicit_policy;	/* Require explicit policy value */
+
+	/* When something goes wrong, this is why */
+	int error_depth;
+	int error;
+	X509 *current_cert;
+	X509 *current_issuer;	/* cert currently being tested as valid issuer */
+	X509_CRL *current_crl;	/* current CRL */
+
+	int current_crl_score;  /* score of current CRL */
+	unsigned int current_reasons;  /* Reason mask */
+
+	X509_STORE_CTX *parent; /* For CRL path validation: parent context */
+
+	CRYPTO_EX_DATA ex_data;
+	} /* X509_STORE_CTX */;
+
+void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
+
+#define X509_STORE_CTX_set_app_data(ctx,data) \
+	X509_STORE_CTX_set_ex_data(ctx,0,data)
+#define X509_STORE_CTX_get_app_data(ctx) \
+	X509_STORE_CTX_get_ex_data(ctx,0)
+
+#define X509_L_FILE_LOAD	1
+#define X509_L_ADD_DIR		2
+
+#define X509_LOOKUP_load_file(x,name,type) \
+		X509_LOOKUP_ctrl((x),X509_L_FILE_LOAD,(name),(long)(type),NULL)
+
+#define X509_LOOKUP_add_dir(x,name,type) \
+		X509_LOOKUP_ctrl((x),X509_L_ADD_DIR,(name),(long)(type),NULL)
+
+#define		X509_V_OK					0
+/* illegal error (for uninitialized values, to avoid X509_V_OK): 1 */
+
+#define		X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT		2
+#define		X509_V_ERR_UNABLE_TO_GET_CRL			3
+#define		X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE	4
+#define		X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE	5
+#define		X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY	6
+#define		X509_V_ERR_CERT_SIGNATURE_FAILURE		7
+#define		X509_V_ERR_CRL_SIGNATURE_FAILURE		8
+#define		X509_V_ERR_CERT_NOT_YET_VALID			9
+#define		X509_V_ERR_CERT_HAS_EXPIRED			10
+#define		X509_V_ERR_CRL_NOT_YET_VALID			11
+#define		X509_V_ERR_CRL_HAS_EXPIRED			12
+#define		X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD	13
+#define		X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD	14
+#define		X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD	15
+#define		X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD	16
+#define		X509_V_ERR_OUT_OF_MEM				17
+#define		X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT		18
+#define		X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN		19
+#define		X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY	20
+#define		X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE	21
+#define		X509_V_ERR_CERT_CHAIN_TOO_LONG			22
+#define		X509_V_ERR_CERT_REVOKED				23
+#define		X509_V_ERR_INVALID_CA				24
+#define		X509_V_ERR_PATH_LENGTH_EXCEEDED			25
+#define		X509_V_ERR_INVALID_PURPOSE			26
+#define		X509_V_ERR_CERT_UNTRUSTED			27
+#define		X509_V_ERR_CERT_REJECTED			28
+/* These are 'informational' when looking for issuer cert */
+#define		X509_V_ERR_SUBJECT_ISSUER_MISMATCH		29
+#define		X509_V_ERR_AKID_SKID_MISMATCH			30
+#define		X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH		31
+#define		X509_V_ERR_KEYUSAGE_NO_CERTSIGN			32
+
+#define		X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER		33
+#define		X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION		34
+#define		X509_V_ERR_KEYUSAGE_NO_CRL_SIGN			35
+#define		X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION	36
+#define		X509_V_ERR_INVALID_NON_CA			37
+#define		X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED		38
+#define		X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE	39
+#define		X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED	40
+
+#define		X509_V_ERR_INVALID_EXTENSION			41
+#define		X509_V_ERR_INVALID_POLICY_EXTENSION		42
+#define		X509_V_ERR_NO_EXPLICIT_POLICY			43
+#define		X509_V_ERR_DIFFERENT_CRL_SCOPE			44
+#define		X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE	45
+
+#define		X509_V_ERR_UNNESTED_RESOURCE			46
+
+#define		X509_V_ERR_PERMITTED_VIOLATION			47
+#define		X509_V_ERR_EXCLUDED_VIOLATION			48
+#define		X509_V_ERR_SUBTREE_MINMAX			49
+#define		X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE		51
+#define		X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX	52
+#define		X509_V_ERR_UNSUPPORTED_NAME_SYNTAX		53
+#define		X509_V_ERR_CRL_PATH_VALIDATION_ERROR		54
+
+/* The application is not happy */
+#define		X509_V_ERR_APPLICATION_VERIFICATION		50
+
+/* Certificate verify flags */
+
+/* Send issuer+subject checks to verify_cb */
+#define	X509_V_FLAG_CB_ISSUER_CHECK		0x1
+/* Use check time instead of current time */
+#define	X509_V_FLAG_USE_CHECK_TIME		0x2
+/* Lookup CRLs */
+#define	X509_V_FLAG_CRL_CHECK			0x4
+/* Lookup CRLs for whole chain */
+#define	X509_V_FLAG_CRL_CHECK_ALL		0x8
+/* Ignore unhandled critical extensions */
+#define	X509_V_FLAG_IGNORE_CRITICAL		0x10
+/* Disable workarounds for broken certificates */
+#define	X509_V_FLAG_X509_STRICT			0x20
+/* Enable proxy certificate validation */
+#define	X509_V_FLAG_ALLOW_PROXY_CERTS		0x40
+/* Enable policy checking */
+#define X509_V_FLAG_POLICY_CHECK		0x80
+/* Policy variable require-explicit-policy */
+#define X509_V_FLAG_EXPLICIT_POLICY		0x100
+/* Policy variable inhibit-any-policy */
+#define	X509_V_FLAG_INHIBIT_ANY			0x200
+/* Policy variable inhibit-policy-mapping */
+#define X509_V_FLAG_INHIBIT_MAP			0x400
+/* Notify callback that policy is OK */
+#define X509_V_FLAG_NOTIFY_POLICY		0x800
+/* Extended CRL features such as indirect CRLs, alternate CRL signing keys */
+#define X509_V_FLAG_EXTENDED_CRL_SUPPORT	0x1000
+/* Delta CRL support */
+#define X509_V_FLAG_USE_DELTAS			0x2000
+/* Check selfsigned CA signature */
+#define X509_V_FLAG_CHECK_SS_SIGNATURE		0x4000
+
+
+#define X509_VP_FLAG_DEFAULT			0x1
+#define X509_VP_FLAG_OVERWRITE			0x2
+#define X509_VP_FLAG_RESET_FLAGS		0x4
+#define X509_VP_FLAG_LOCKED			0x8
+#define X509_VP_FLAG_ONCE			0x10
+
+/* Internal use: mask of policy related options */
+#define X509_V_FLAG_POLICY_MASK (X509_V_FLAG_POLICY_CHECK \
+				| X509_V_FLAG_EXPLICIT_POLICY \
+				| X509_V_FLAG_INHIBIT_ANY \
+				| X509_V_FLAG_INHIBIT_MAP)
+
+int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type,
+	     X509_NAME *name);
+X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name);
+X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJECT) *h, X509_OBJECT *x);
+void X509_OBJECT_up_ref_count(X509_OBJECT *a);
+void X509_OBJECT_free_contents(X509_OBJECT *a);
+X509_STORE *X509_STORE_new(void );
+void X509_STORE_free(X509_STORE *v);
+
+STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
+STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm);
+int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags);
+int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
+int X509_STORE_set_trust(X509_STORE *ctx, int trust);
+int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm);
+
+void X509_STORE_set_verify_cb(X509_STORE *ctx,
+				  int (*verify_cb)(int, X509_STORE_CTX *));
+
+X509_STORE_CTX *X509_STORE_CTX_new(void);
+
+int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
+
+void X509_STORE_CTX_free(X509_STORE_CTX *ctx);
+int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
+			 X509 *x509, STACK_OF(X509) *chain);
+void X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk);
+void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx);
+
+X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m);
+
+X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void);
+X509_LOOKUP_METHOD *X509_LOOKUP_file(void);
+
+int X509_STORE_add_cert(X509_STORE *ctx, X509 *x);
+int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x);
+
+int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
+	X509_OBJECT *ret);
+
+int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
+	long argl, char **ret);
+
+#ifndef OPENSSL_NO_STDIO
+int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
+int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type);
+int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);
+#endif
+
+
+X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method);
+void X509_LOOKUP_free(X509_LOOKUP *ctx);
+int X509_LOOKUP_init(X509_LOOKUP *ctx);
+int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
+	X509_OBJECT *ret);
+int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name,
+	ASN1_INTEGER *serial, X509_OBJECT *ret);
+int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type,
+	unsigned char *bytes, int len, X509_OBJECT *ret);
+int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, char *str,
+	int len, X509_OBJECT *ret);
+int X509_LOOKUP_shutdown(X509_LOOKUP *ctx);
+
+#ifndef OPENSSL_NO_STDIO
+int	X509_STORE_load_locations (X509_STORE *ctx,
+		const char *file, const char *dir);
+int	X509_STORE_set_default_paths(X509_STORE *ctx);
+#endif
+
+int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
+	CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
+int	X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx,int idx,void *data);
+void *	X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx,int idx);
+int	X509_STORE_CTX_get_error(X509_STORE_CTX *ctx);
+void	X509_STORE_CTX_set_error(X509_STORE_CTX *ctx,int s);
+int	X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx);
+X509 *	X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx);
+X509 *X509_STORE_CTX_get0_current_issuer(X509_STORE_CTX *ctx);
+X509_CRL *X509_STORE_CTX_get0_current_crl(X509_STORE_CTX *ctx);
+X509_STORE_CTX *X509_STORE_CTX_get0_parent_ctx(X509_STORE_CTX *ctx);
+STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx);
+STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx);
+void	X509_STORE_CTX_set_cert(X509_STORE_CTX *c,X509 *x);
+void	X509_STORE_CTX_set_chain(X509_STORE_CTX *c,STACK_OF(X509) *sk);
+void	X509_STORE_CTX_set0_crls(X509_STORE_CTX *c,STACK_OF(X509_CRL) *sk);
+int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
+int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
+int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose,
+				int purpose, int trust);
+void X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags);
+void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags,
+								time_t t);
+void X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx,
+				  int (*verify_cb)(int, X509_STORE_CTX *));
+  
+X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
+int X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx);
+
+X509_VERIFY_PARAM *X509_STORE_CTX_get0_param(X509_STORE_CTX *ctx);
+void X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param);
+int X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name);
+
+/* X509_VERIFY_PARAM functions */
+
+X509_VERIFY_PARAM *X509_VERIFY_PARAM_new(void);
+void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param);
+int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *to,
+						const X509_VERIFY_PARAM *from);
+int X509_VERIFY_PARAM_set1(X509_VERIFY_PARAM *to, 
+						const X509_VERIFY_PARAM *from);
+int X509_VERIFY_PARAM_set1_name(X509_VERIFY_PARAM *param, const char *name);
+int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags);
+int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param,
+							unsigned long flags);
+unsigned long X509_VERIFY_PARAM_get_flags(X509_VERIFY_PARAM *param);
+int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
+int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
+void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
+void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t);
+int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param,
+						ASN1_OBJECT *policy);
+int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param, 
+					STACK_OF(ASN1_OBJECT) *policies);
+int X509_VERIFY_PARAM_get_depth(const X509_VERIFY_PARAM *param);
+
+int X509_VERIFY_PARAM_add0_table(X509_VERIFY_PARAM *param);
+const X509_VERIFY_PARAM *X509_VERIFY_PARAM_lookup(const char *name);
+void X509_VERIFY_PARAM_table_cleanup(void);
+
+int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
+			STACK_OF(X509) *certs,
+			STACK_OF(ASN1_OBJECT) *policy_oids,
+			unsigned int flags);
+
+void X509_policy_tree_free(X509_POLICY_TREE *tree);
+
+int X509_policy_tree_level_count(const X509_POLICY_TREE *tree);
+X509_POLICY_LEVEL *
+	X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, int i);
+
+STACK_OF(X509_POLICY_NODE) *
+	X509_policy_tree_get0_policies(const X509_POLICY_TREE *tree);
+
+STACK_OF(X509_POLICY_NODE) *
+	X509_policy_tree_get0_user_policies(const X509_POLICY_TREE *tree);
+
+int X509_policy_level_node_count(X509_POLICY_LEVEL *level);
+
+X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);
+
+const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node);
+
+STACK_OF(POLICYQUALINFO) *
+	X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node);
+const X509_POLICY_NODE *
+	X509_policy_node_get0_parent(const X509_POLICY_NODE *node);
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
+
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509v3.h b/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509v3.h
new file mode 100755
index 0000000000000000000000000000000000000000..326088a82616eed477d1b529b727135b63e5c3dc
--- /dev/null
+++ b/MPaaS/Frameworks/APOpenSSL.framework/Headers/x509v3.h
@@ -0,0 +1,1007 @@
+/* x509v3.h */
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
+ * project 1999.
+ */
+/* ====================================================================
+ * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    licensing@OpenSSL.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ *    nor may "OpenSSL" appear in their names without prior written
+ *    permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the OpenSSL Project
+ *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com).  This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+#ifndef HEADER_X509V3_H
+#define HEADER_X509V3_H
+
+#include <APOpenSSL/bio.h>
+#include <APOpenSSL/x509.h>
+#include <APOpenSSL/conf.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Forward reference */
+struct v3_ext_method;
+struct v3_ext_ctx;
+
+/* Useful typedefs */
+
+typedef void * (*X509V3_EXT_NEW)(void);
+typedef void (*X509V3_EXT_FREE)(void *);
+typedef void * (*X509V3_EXT_D2I)(void *, const unsigned char ** , long);
+typedef int (*X509V3_EXT_I2D)(void *, unsigned char **);
+typedef STACK_OF(CONF_VALUE) *
+  (*X509V3_EXT_I2V)(const struct v3_ext_method *method, void *ext,
+		    STACK_OF(CONF_VALUE) *extlist);
+typedef void * (*X509V3_EXT_V2I)(const struct v3_ext_method *method,
+				 struct v3_ext_ctx *ctx,
+				 STACK_OF(CONF_VALUE) *values);
+typedef char * (*X509V3_EXT_I2S)(const struct v3_ext_method *method, void *ext);
+typedef void * (*X509V3_EXT_S2I)(const struct v3_ext_method *method,
+				 struct v3_ext_ctx *ctx, const char *str);
+typedef int (*X509V3_EXT_I2R)(const struct v3_ext_method *method, void *ext,
+			      BIO *out, int indent);
+typedef void * (*X509V3_EXT_R2I)(const struct v3_ext_method *method,
+				 struct v3_ext_ctx *ctx, const char *str);
+
+/* V3 extension structure */
+
+struct v3_ext_method {
+int ext_nid;
+int ext_flags;
+/* If this is set the following four fields are ignored */
+ASN1_ITEM_EXP *it;
+/* Old style ASN1 calls */
+X509V3_EXT_NEW ext_new;
+X509V3_EXT_FREE ext_free;
+X509V3_EXT_D2I d2i;
+X509V3_EXT_I2D i2d;
+
+/* The following pair is used for string extensions */
+X509V3_EXT_I2S i2s;
+X509V3_EXT_S2I s2i;
+
+/* The following pair is used for multi-valued extensions */
+X509V3_EXT_I2V i2v;
+X509V3_EXT_V2I v2i;
+
+/* The following are used for raw extensions */
+X509V3_EXT_I2R i2r;
+X509V3_EXT_R2I r2i;
+
+void *usr_data;	/* Any extension specific data */
+};
+
+typedef struct X509V3_CONF_METHOD_st {
+char * (*get_string)(void *db, char *section, char *value);
+STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
+void (*free_string)(void *db, char * string);
+void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
+} X509V3_CONF_METHOD;
+
+/* Context specific info */
+struct v3_ext_ctx {
+#define CTX_TEST 0x1
+int flags;
+X509 *issuer_cert;
+X509 *subject_cert;
+X509_REQ *subject_req;
+X509_CRL *crl;
+X509V3_CONF_METHOD *db_meth;
+void *db;
+/* Maybe more here */
+};
+
+typedef struct v3_ext_method X509V3_EXT_METHOD;
+
+DECLARE_STACK_OF(X509V3_EXT_METHOD)
+
+/* ext_flags values */
+#define X509V3_EXT_DYNAMIC	0x1
+#define X509V3_EXT_CTX_DEP	0x2
+#define X509V3_EXT_MULTILINE	0x4
+
+typedef BIT_STRING_BITNAME ENUMERATED_NAMES;
+
+typedef struct BASIC_CONSTRAINTS_st {
+int ca;
+ASN1_INTEGER *pathlen;
+} BASIC_CONSTRAINTS;
+
+
+typedef struct PKEY_USAGE_PERIOD_st {
+ASN1_GENERALIZEDTIME *notBefore;
+ASN1_GENERALIZEDTIME *notAfter;
+} PKEY_USAGE_PERIOD;
+
+typedef struct otherName_st {
+ASN1_OBJECT *type_id;
+ASN1_TYPE *value;
+} OTHERNAME;
+
+typedef struct EDIPartyName_st {
+	ASN1_STRING *nameAssigner;
+	ASN1_STRING *partyName;
+} EDIPARTYNAME;
+
+typedef struct GENERAL_NAME_st {
+
+#define GEN_OTHERNAME	0
+#define GEN_EMAIL	1
+#define GEN_DNS		2
+#define GEN_X400	3
+#define GEN_DIRNAME	4
+#define GEN_EDIPARTY	5
+#define GEN_URI		6
+#define GEN_IPADD	7
+#define GEN_RID		8
+
+int type;
+union {
+	char *ptr;
+	OTHERNAME *otherName; /* otherName */
+	ASN1_IA5STRING *rfc822Name;
+	ASN1_IA5STRING *dNSName;
+	ASN1_TYPE *x400Address;
+	X509_NAME *directoryName;
+	EDIPARTYNAME *ediPartyName;
+	ASN1_IA5STRING *uniformResourceIdentifier;
+	ASN1_OCTET_STRING *iPAddress;
+	ASN1_OBJECT *registeredID;
+
+	/* Old names */
+	ASN1_OCTET_STRING *ip; /* iPAddress */
+	X509_NAME *dirn;		/* dirn */
+	ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
+	ASN1_OBJECT *rid; /* registeredID */
+	ASN1_TYPE *other; /* x400Address */
+} d;
+} GENERAL_NAME;
+
+typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
+
+typedef struct ACCESS_DESCRIPTION_st {
+	ASN1_OBJECT *method;
+	GENERAL_NAME *location;
+} ACCESS_DESCRIPTION;
+
+typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
+
+typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE;
+
+DECLARE_STACK_OF(GENERAL_NAME)
+DECLARE_ASN1_SET_OF(GENERAL_NAME)
+
+DECLARE_STACK_OF(ACCESS_DESCRIPTION)
+DECLARE_ASN1_SET_OF(ACCESS_DESCRIPTION)
+
+typedef struct DIST_POINT_NAME_st {
+int type;
+union {
+	GENERAL_NAMES *fullname;
+	STACK_OF(X509_NAME_ENTRY) *relativename;
+} name;
+/* If relativename then this contains the full distribution point name */
+X509_NAME *dpname;
+} DIST_POINT_NAME;
+/* All existing reasons */
+#define CRLDP_ALL_REASONS	0x807f
+
+#define CRL_REASON_NONE				-1
+#define CRL_REASON_UNSPECIFIED			0
+#define CRL_REASON_KEY_COMPROMISE		1
+#define CRL_REASON_CA_COMPROMISE		2
+#define CRL_REASON_AFFILIATION_CHANGED		3
+#define CRL_REASON_SUPERSEDED			4
+#define CRL_REASON_CESSATION_OF_OPERATION	5
+#define CRL_REASON_CERTIFICATE_HOLD		6
+#define CRL_REASON_REMOVE_FROM_CRL		8
+#define CRL_REASON_PRIVILEGE_WITHDRAWN		9
+#define CRL_REASON_AA_COMPROMISE		10
+
+struct DIST_POINT_st {
+DIST_POINT_NAME	*distpoint;
+ASN1_BIT_STRING *reasons;
+GENERAL_NAMES *CRLissuer;
+int dp_reasons;
+};
+
+typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
+
+DECLARE_STACK_OF(DIST_POINT)
+DECLARE_ASN1_SET_OF(DIST_POINT)
+
+struct AUTHORITY_KEYID_st {
+ASN1_OCTET_STRING *keyid;
+GENERAL_NAMES *issuer;
+ASN1_INTEGER *serial;
+};
+
+/* Strong extranet structures */
+
+typedef struct SXNET_ID_st {
+	ASN1_INTEGER *zone;
+	ASN1_OCTET_STRING *user;
+} SXNETID;
+
+DECLARE_STACK_OF(SXNETID)
+DECLARE_ASN1_SET_OF(SXNETID)
+
+typedef struct SXNET_st {
+	ASN1_INTEGER *version;
+	STACK_OF(SXNETID) *ids;
+} SXNET;
+
+typedef struct NOTICEREF_st {
+	ASN1_STRING *organization;
+	STACK_OF(ASN1_INTEGER) *noticenos;
+} NOTICEREF;
+
+typedef struct USERNOTICE_st {
+	NOTICEREF *noticeref;
+	ASN1_STRING *exptext;
+} USERNOTICE;
+
+typedef struct POLICYQUALINFO_st {
+	ASN1_OBJECT *pqualid;
+	union {
+		ASN1_IA5STRING *cpsuri;
+		USERNOTICE *usernotice;
+		ASN1_TYPE *other;
+	} d;
+} POLICYQUALINFO;
+
+DECLARE_STACK_OF(POLICYQUALINFO)
+DECLARE_ASN1_SET_OF(POLICYQUALINFO)
+
+typedef struct POLICYINFO_st {
+	ASN1_OBJECT *policyid;
+	STACK_OF(POLICYQUALINFO) *qualifiers;
+} POLICYINFO;
+
+typedef STACK_OF(POLICYINFO) CERTIFICATEPOLICIES;
+
+DECLARE_STACK_OF(POLICYINFO)
+DECLARE_ASN1_SET_OF(POLICYINFO)
+
+typedef struct POLICY_MAPPING_st {
+	ASN1_OBJECT *issuerDomainPolicy;
+	ASN1_OBJECT *subjectDomainPolicy;
+} POLICY_MAPPING;
+
+DECLARE_STACK_OF(POLICY_MAPPING)
+
+typedef STACK_OF(POLICY_MAPPING) POLICY_MAPPINGS;
+
+typedef struct GENERAL_SUBTREE_st {
+	GENERAL_NAME *base;
+	ASN1_INTEGER *minimum;
+	ASN1_INTEGER *maximum;
+} GENERAL_SUBTREE;
+
+DECLARE_STACK_OF(GENERAL_SUBTREE)
+
+struct NAME_CONSTRAINTS_st {
+	STACK_OF(GENERAL_SUBTREE) *permittedSubtrees;
+	STACK_OF(GENERAL_SUBTREE) *excludedSubtrees;
+};
+
+typedef struct POLICY_CONSTRAINTS_st {
+	ASN1_INTEGER *requireExplicitPolicy;
+	ASN1_INTEGER *inhibitPolicyMapping;
+} POLICY_CONSTRAINTS;
+
+/* Proxy certificate structures, see RFC 3820 */
+typedef struct PROXY_POLICY_st
+	{
+	ASN1_OBJECT *policyLanguage;
+	ASN1_OCTET_STRING *policy;
+	} PROXY_POLICY;
+
+typedef struct PROXY_CERT_INFO_EXTENSION_st
+	{
+	ASN1_INTEGER *pcPathLengthConstraint;
+	PROXY_POLICY *proxyPolicy;
+	} PROXY_CERT_INFO_EXTENSION;
+
+DECLARE_ASN1_FUNCTIONS(PROXY_POLICY)
+DECLARE_ASN1_FUNCTIONS(PROXY_CERT_INFO_EXTENSION)
+
+struct ISSUING_DIST_POINT_st
+	{
+	DIST_POINT_NAME *distpoint;
+	int onlyuser;
+	int onlyCA;
+	ASN1_BIT_STRING *onlysomereasons;
+	int indirectCRL;
+	int onlyattr;
+	};
+
+/* Values in idp_flags field */
+/* IDP present */
+#define	IDP_PRESENT	0x1
+/* IDP values inconsistent */
+#define IDP_INVALID	0x2
+/* onlyuser true */
+#define	IDP_ONLYUSER	0x4
+/* onlyCA true */
+#define	IDP_ONLYCA	0x8
+/* onlyattr true */
+#define IDP_ONLYATTR	0x10
+/* indirectCRL true */
+#define IDP_INDIRECT	0x20
+/* onlysomereasons present */
+#define IDP_REASONS	0x40
+
+#define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
+",name:", val->name, ",value:", val->value);
+
+#define X509V3_set_ctx_test(ctx) \
+			X509V3_set_ctx(ctx, NULL, NULL, NULL, NULL, CTX_TEST)
+#define X509V3_set_ctx_nodb(ctx) (ctx)->db = NULL;
+
+#define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \
+			0,0,0,0, \
+			0,0, \
+			(X509V3_EXT_I2V)i2v_ASN1_BIT_STRING, \
+			(X509V3_EXT_V2I)v2i_ASN1_BIT_STRING, \
+			NULL, NULL, \
+			table}
+
+#define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \
+			0,0,0,0, \
+			(X509V3_EXT_I2S)i2s_ASN1_IA5STRING, \
+			(X509V3_EXT_S2I)s2i_ASN1_IA5STRING, \
+			0,0,0,0, \
+			NULL}
+
+#define EXT_END { -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
+
+
+/* X509_PURPOSE stuff */
+
+#define EXFLAG_BCONS		0x1
+#define EXFLAG_KUSAGE		0x2
+#define EXFLAG_XKUSAGE		0x4
+#define EXFLAG_NSCERT		0x8
+
+#define EXFLAG_CA		0x10
+/* Really self issued not necessarily self signed */
+#define EXFLAG_SI		0x20
+#define EXFLAG_SS		0x20
+#define EXFLAG_V1		0x40
+#define EXFLAG_INVALID		0x80
+#define EXFLAG_SET		0x100
+#define EXFLAG_CRITICAL		0x200
+#define EXFLAG_PROXY		0x400
+
+#define EXFLAG_INVALID_POLICY	0x800
+#define EXFLAG_FRESHEST		0x1000
+
+#define KU_DIGITAL_SIGNATURE	0x0080
+#define KU_NON_REPUDIATION	0x0040
+#define KU_KEY_ENCIPHERMENT	0x0020
+#define KU_DATA_ENCIPHERMENT	0x0010
+#define KU_KEY_AGREEMENT	0x0008
+#define KU_KEY_CERT_SIGN	0x0004
+#define KU_CRL_SIGN		0x0002
+#define KU_ENCIPHER_ONLY	0x0001
+#define KU_DECIPHER_ONLY	0x8000
+
+#define NS_SSL_CLIENT		0x80
+#define NS_SSL_SERVER		0x40
+#define NS_SMIME		0x20
+#define NS_OBJSIGN		0x10
+#define NS_SSL_CA		0x04
+#define NS_SMIME_CA		0x02
+#define NS_OBJSIGN_CA		0x01
+#define NS_ANY_CA		(NS_SSL_CA|NS_SMIME_CA|NS_OBJSIGN_CA)
+
+#define XKU_SSL_SERVER		0x1	
+#define XKU_SSL_CLIENT		0x2
+#define XKU_SMIME		0x4
+#define XKU_CODE_SIGN		0x8
+#define XKU_SGC			0x10
+#define XKU_OCSP_SIGN		0x20
+#define XKU_TIMESTAMP		0x40
+#define XKU_DVCS		0x80
+
+#define X509_PURPOSE_DYNAMIC	0x1
+#define X509_PURPOSE_DYNAMIC_NAME	0x2
+
+typedef struct x509_purpose_st {
+	int purpose;
+	int trust;		/* Default trust ID */
+	int flags;
+	int (*check_purpose)(const struct x509_purpose_st *,
+				const X509 *, int);
+	char *name;
+	char *sname;
+	void *usr_data;
+} X509_PURPOSE;
+
+#define X509_PURPOSE_SSL_CLIENT		1
+#define X509_PURPOSE_SSL_SERVER		2
+#define X509_PURPOSE_NS_SSL_SERVER	3
+#define X509_PURPOSE_SMIME_SIGN		4
+#define X509_PURPOSE_SMIME_ENCRYPT	5
+#define X509_PURPOSE_CRL_SIGN		6
+#define X509_PURPOSE_ANY		7
+#define X509_PURPOSE_OCSP_HELPER	8
+#define X509_PURPOSE_TIMESTAMP_SIGN	9
+
+#define X509_PURPOSE_MIN		1
+#define X509_PURPOSE_MAX		9
+
+/* Flags for X509V3_EXT_print() */
+
+#define X509V3_EXT_UNKNOWN_MASK		(0xfL << 16)
+/* Return error for unknown extensions */
+#define X509V3_EXT_DEFAULT		0
+/* Print error for unknown extensions */
+#define X509V3_EXT_ERROR_UNKNOWN	(1L << 16)
+/* ASN1 parse unknown extensions */
+#define X509V3_EXT_PARSE_UNKNOWN	(2L << 16)
+/* BIO_dump unknown extensions */
+#define X509V3_EXT_DUMP_UNKNOWN		(3L << 16)
+
+/* Flags for X509V3_add1_i2d */
+
+#define X509V3_ADD_OP_MASK		0xfL
+#define X509V3_ADD_DEFAULT		0L
+#define X509V3_ADD_APPEND		1L
+#define X509V3_ADD_REPLACE		2L
+#define X509V3_ADD_REPLACE_EXISTING	3L
+#define X509V3_ADD_KEEP_EXISTING	4L
+#define X509V3_ADD_DELETE		5L
+#define X509V3_ADD_SILENT		0x10
+
+DECLARE_STACK_OF(X509_PURPOSE)
+
+DECLARE_ASN1_FUNCTIONS(BASIC_CONSTRAINTS)
+
+DECLARE_ASN1_FUNCTIONS(SXNET)
+DECLARE_ASN1_FUNCTIONS(SXNETID)
+
+int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen); 
+int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen); 
+int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen); 
+
+ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone);
+ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone);
+ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);
+
+DECLARE_ASN1_FUNCTIONS(AUTHORITY_KEYID)
+
+DECLARE_ASN1_FUNCTIONS(PKEY_USAGE_PERIOD)
+
+DECLARE_ASN1_FUNCTIONS(GENERAL_NAME)
+GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a);
+int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
+
+
+
+ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
+				X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
+STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
+				ASN1_BIT_STRING *bits,
+				STACK_OF(CONF_VALUE) *extlist);
+
+STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret);
+int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
+
+DECLARE_ASN1_FUNCTIONS(GENERAL_NAMES)
+
+STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
+		GENERAL_NAMES *gen, STACK_OF(CONF_VALUE) *extlist);
+GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
+				 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
+
+DECLARE_ASN1_FUNCTIONS(OTHERNAME)
+DECLARE_ASN1_FUNCTIONS(EDIPARTYNAME)
+int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
+void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
+void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype);
+int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
+				ASN1_OBJECT *oid, ASN1_TYPE *value);
+int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, 
+				ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
+
+char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *ia5);
+ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
+
+DECLARE_ASN1_FUNCTIONS(EXTENDED_KEY_USAGE)
+int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION* a);
+
+DECLARE_ASN1_FUNCTIONS(CERTIFICATEPOLICIES)
+DECLARE_ASN1_FUNCTIONS(POLICYINFO)
+DECLARE_ASN1_FUNCTIONS(POLICYQUALINFO)
+DECLARE_ASN1_FUNCTIONS(USERNOTICE)
+DECLARE_ASN1_FUNCTIONS(NOTICEREF)
+
+DECLARE_ASN1_FUNCTIONS(CRL_DIST_POINTS)
+DECLARE_ASN1_FUNCTIONS(DIST_POINT)
+DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME)
+DECLARE_ASN1_FUNCTIONS(ISSUING_DIST_POINT)
+
+int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
+
+int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
+
+DECLARE_ASN1_FUNCTIONS(ACCESS_DESCRIPTION)
+DECLARE_ASN1_FUNCTIONS(AUTHORITY_INFO_ACCESS)
+
+DECLARE_ASN1_ITEM(POLICY_MAPPING)
+DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_MAPPING)
+DECLARE_ASN1_ITEM(POLICY_MAPPINGS)
+
+DECLARE_ASN1_ITEM(GENERAL_SUBTREE)
+DECLARE_ASN1_ALLOC_FUNCTIONS(GENERAL_SUBTREE)
+
+DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
+DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
+
+DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
+DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS)
+
+GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
+			       const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
+			       int gen_type, char *value, int is_nc);
+
+#ifdef HEADER_CONF_H
+GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
+			       CONF_VALUE *cnf);
+GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,
+				  const X509V3_EXT_METHOD *method,
+				  X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
+void X509V3_conf_free(CONF_VALUE *val);
+
+X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
+X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
+int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
+int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
+int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
+int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
+
+X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
+				    int ext_nid, char *value);
+X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
+				char *name, char *value);
+int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
+			char *section, X509 *cert);
+int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
+			    char *section, X509_REQ *req);
+int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
+			    char *section, X509_CRL *crl);
+
+int X509V3_add_value_bool_nf(char *name, int asn1_bool,
+			     STACK_OF(CONF_VALUE) **extlist);
+int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool);
+int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint);
+void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
+void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash);
+#endif
+
+char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section);
+STACK_OF(CONF_VALUE) * X509V3_get_section(X509V3_CTX *ctx, char *section);
+void X509V3_string_free(X509V3_CTX *ctx, char *str);
+void X509V3_section_free( X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section);
+void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
+				 X509_REQ *req, X509_CRL *crl, int flags);
+
+int X509V3_add_value(const char *name, const char *value,
+						STACK_OF(CONF_VALUE) **extlist);
+int X509V3_add_value_uchar(const char *name, const unsigned char *value,
+						STACK_OF(CONF_VALUE) **extlist);
+int X509V3_add_value_bool(const char *name, int asn1_bool,
+						STACK_OF(CONF_VALUE) **extlist);
+int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint,
+						STACK_OF(CONF_VALUE) **extlist);
+char * i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint);
+ASN1_INTEGER * s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, char *value);
+char * i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
+char * i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint);
+int X509V3_EXT_add(X509V3_EXT_METHOD *ext);
+int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist);
+int X509V3_EXT_add_alias(int nid_to, int nid_from);
+void X509V3_EXT_cleanup(void);
+
+const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext);
+const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid);
+int X509V3_add_standard_extensions(void);
+STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line);
+void *X509V3_EXT_d2i(X509_EXTENSION *ext);
+void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx);
+
+
+X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
+int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags);
+
+char *hex_to_string(const unsigned char *buffer, long len);
+unsigned char *string_to_hex(const char *str, long *len);
+int name_cmp(const char *name, const char *cmp);
+
+void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
+								 int ml);
+int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent);
+int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);
+
+int X509V3_extensions_print(BIO *out, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent);
+
+int X509_check_ca(X509 *x);
+int X509_check_purpose(X509 *x, int id, int ca);
+int X509_supported_extension(X509_EXTENSION *ex);
+int X509_PURPOSE_set(int *p, int purpose);
+int X509_check_issued(X509 *issuer, X509 *subject);
+int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid);
+int X509_PURPOSE_get_count(void);
+X509_PURPOSE * X509_PURPOSE_get0(int idx);
+int X509_PURPOSE_get_by_sname(char *sname);
+int X509_PURPOSE_get_by_id(int id);
+int X509_PURPOSE_add(int id, int trust, int flags,
+			int (*ck)(const X509_PURPOSE *, const X509 *, int),
+				char *name, char *sname, void *arg);
+char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
+char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
+int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
+void X509_PURPOSE_cleanup(void);
+int X509_PURPOSE_get_id(X509_PURPOSE *);
+
+STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
+STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
+void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
+STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
+
+ASN1_OCTET_STRING *a2i_IPADDRESS(const char *ipasc);
+ASN1_OCTET_STRING *a2i_IPADDRESS_NC(const char *ipasc);
+int a2i_ipadd(unsigned char *ipout, const char *ipasc);
+int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
+						unsigned long chtype);
+
+void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
+DECLARE_STACK_OF(X509_POLICY_NODE)
+
+#ifndef OPENSSL_NO_RFC3779
+
+typedef struct ASRange_st {
+  ASN1_INTEGER *min, *max;
+} ASRange;
+
+#define	ASIdOrRange_id		0
+#define	ASIdOrRange_range	1
+
+typedef struct ASIdOrRange_st {
+  int type;
+  union {
+    ASN1_INTEGER *id;
+    ASRange      *range;
+  } u;
+} ASIdOrRange;
+
+typedef STACK_OF(ASIdOrRange) ASIdOrRanges;
+DECLARE_STACK_OF(ASIdOrRange)
+
+#define	ASIdentifierChoice_inherit		0
+#define	ASIdentifierChoice_asIdsOrRanges	1
+
+typedef struct ASIdentifierChoice_st {
+  int type;
+  union {
+    ASN1_NULL    *inherit;
+    ASIdOrRanges *asIdsOrRanges;
+  } u;
+} ASIdentifierChoice;
+
+typedef struct ASIdentifiers_st {
+  ASIdentifierChoice *asnum, *rdi;
+} ASIdentifiers;
+
+DECLARE_ASN1_FUNCTIONS(ASRange)
+DECLARE_ASN1_FUNCTIONS(ASIdOrRange)
+DECLARE_ASN1_FUNCTIONS(ASIdentifierChoice)
+DECLARE_ASN1_FUNCTIONS(ASIdentifiers)
+
+
+typedef struct IPAddressRange_st {
+  ASN1_BIT_STRING	*min, *max;
+} IPAddressRange;
+
+#define	IPAddressOrRange_addressPrefix	0
+#define	IPAddressOrRange_addressRange	1
+
+typedef struct IPAddressOrRange_st {
+  int type;
+  union {
+    ASN1_BIT_STRING	*addressPrefix;
+    IPAddressRange	*addressRange;
+  } u;
+} IPAddressOrRange;
+
+typedef STACK_OF(IPAddressOrRange) IPAddressOrRanges;
+DECLARE_STACK_OF(IPAddressOrRange)
+
+#define	IPAddressChoice_inherit			0
+#define	IPAddressChoice_addressesOrRanges	1
+
+typedef struct IPAddressChoice_st {
+  int type;
+  union {
+    ASN1_NULL		*inherit;
+    IPAddressOrRanges	*addressesOrRanges;
+  } u;
+} IPAddressChoice;
+
+typedef struct IPAddressFamily_st {
+  ASN1_OCTET_STRING	*addressFamily;
+  IPAddressChoice	*ipAddressChoice;
+} IPAddressFamily;
+
+typedef STACK_OF(IPAddressFamily) IPAddrBlocks;
+DECLARE_STACK_OF(IPAddressFamily)
+
+DECLARE_ASN1_FUNCTIONS(IPAddressRange)
+DECLARE_ASN1_FUNCTIONS(IPAddressOrRange)
+DECLARE_ASN1_FUNCTIONS(IPAddressChoice)
+DECLARE_ASN1_FUNCTIONS(IPAddressFamily)
+
+/*
+ * API tag for elements of the ASIdentifer SEQUENCE.
+ */
+#define	V3_ASID_ASNUM	0
+#define	V3_ASID_RDI	1
+
+/*
+ * AFI values, assigned by IANA.  It'd be nice to make the AFI
+ * handling code totally generic, but there are too many little things
+ * that would need to be defined for other address families for it to
+ * be worth the trouble.
+ */
+#define	IANA_AFI_IPV4	1
+#define	IANA_AFI_IPV6	2
+
+/*
+ * Utilities to construct and extract values from RFC3779 extensions,
+ * since some of the encodings (particularly for IP address prefixes
+ * and ranges) are a bit tedious to work with directly.
+ */
+int v3_asid_add_inherit(ASIdentifiers *asid, int which);
+int v3_asid_add_id_or_range(ASIdentifiers *asid, int which,
+			    ASN1_INTEGER *min, ASN1_INTEGER *max);
+int v3_addr_add_inherit(IPAddrBlocks *addr,
+			const unsigned afi, const unsigned *safi);
+int v3_addr_add_prefix(IPAddrBlocks *addr,
+		       const unsigned afi, const unsigned *safi,
+		       unsigned char *a, const int prefixlen);
+int v3_addr_add_range(IPAddrBlocks *addr,
+		      const unsigned afi, const unsigned *safi,
+		      unsigned char *min, unsigned char *max);
+unsigned v3_addr_get_afi(const IPAddressFamily *f);
+int v3_addr_get_range(IPAddressOrRange *aor, const unsigned afi,
+		      unsigned char *min, unsigned char *max,
+		      const int length);
+
+/*
+ * Canonical forms.
+ */
+int v3_asid_is_canonical(ASIdentifiers *asid);
+int v3_addr_is_canonical(IPAddrBlocks *addr);
+int v3_asid_canonize(ASIdentifiers *asid);
+int v3_addr_canonize(IPAddrBlocks *addr);
+
+/*
+ * Tests for inheritance and containment.
+ */
+int v3_asid_inherits(ASIdentifiers *asid);
+int v3_addr_inherits(IPAddrBlocks *addr);
+int v3_asid_subset(ASIdentifiers *a, ASIdentifiers *b);
+int v3_addr_subset(IPAddrBlocks *a, IPAddrBlocks *b);
+
+/*
+ * Check whether RFC 3779 extensions nest properly in chains.
+ */
+int v3_asid_validate_path(X509_STORE_CTX *);
+int v3_addr_validate_path(X509_STORE_CTX *);
+int v3_asid_validate_resource_set(STACK_OF(X509) *chain,
+				  ASIdentifiers *ext,
+				  int allow_inheritance);
+int v3_addr_validate_resource_set(STACK_OF(X509) *chain,
+				  IPAddrBlocks *ext,
+				  int allow_inheritance);
+
+#endif /* OPENSSL_NO_RFC3779 */
+
+/* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+void ERR_load_X509V3_strings(void);
+
+/* Error codes for the X509V3 functions. */
+
+/* Function codes. */
+#define X509V3_F_A2I_GENERAL_NAME			 164
+#define X509V3_F_ASIDENTIFIERCHOICE_CANONIZE		 161
+#define X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL	 162
+#define X509V3_F_COPY_EMAIL				 122
+#define X509V3_F_COPY_ISSUER				 123
+#define X509V3_F_DO_DIRNAME				 144
+#define X509V3_F_DO_EXT_CONF				 124
+#define X509V3_F_DO_EXT_I2D				 135
+#define X509V3_F_DO_EXT_NCONF				 151
+#define X509V3_F_DO_I2V_NAME_CONSTRAINTS		 148
+#define X509V3_F_GNAMES_FROM_SECTNAME			 156
+#define X509V3_F_HEX_TO_STRING				 111
+#define X509V3_F_I2S_ASN1_ENUMERATED			 121
+#define X509V3_F_I2S_ASN1_IA5STRING			 149
+#define X509V3_F_I2S_ASN1_INTEGER			 120
+#define X509V3_F_I2V_AUTHORITY_INFO_ACCESS		 138
+#define X509V3_F_NOTICE_SECTION				 132
+#define X509V3_F_NREF_NOS				 133
+#define X509V3_F_POLICY_SECTION				 131
+#define X509V3_F_PROCESS_PCI_VALUE			 150
+#define X509V3_F_R2I_CERTPOL				 130
+#define X509V3_F_R2I_PCI				 155
+#define X509V3_F_S2I_ASN1_IA5STRING			 100
+#define X509V3_F_S2I_ASN1_INTEGER			 108
+#define X509V3_F_S2I_ASN1_OCTET_STRING			 112
+#define X509V3_F_S2I_ASN1_SKEY_ID			 114
+#define X509V3_F_S2I_SKEY_ID				 115
+#define X509V3_F_SET_DIST_POINT_NAME			 158
+#define X509V3_F_STRING_TO_HEX				 113
+#define X509V3_F_SXNET_ADD_ID_ASC			 125
+#define X509V3_F_SXNET_ADD_ID_INTEGER			 126
+#define X509V3_F_SXNET_ADD_ID_ULONG			 127
+#define X509V3_F_SXNET_GET_ID_ASC			 128
+#define X509V3_F_SXNET_GET_ID_ULONG			 129
+#define X509V3_F_V2I_ASIDENTIFIERS			 163
+#define X509V3_F_V2I_ASN1_BIT_STRING			 101
+#define X509V3_F_V2I_AUTHORITY_INFO_ACCESS		 139
+#define X509V3_F_V2I_AUTHORITY_KEYID			 119
+#define X509V3_F_V2I_BASIC_CONSTRAINTS			 102
+#define X509V3_F_V2I_CRLD				 134
+#define X509V3_F_V2I_EXTENDED_KEY_USAGE			 103
+#define X509V3_F_V2I_GENERAL_NAMES			 118
+#define X509V3_F_V2I_GENERAL_NAME_EX			 117
+#define X509V3_F_V2I_IDP				 157
+#define X509V3_F_V2I_IPADDRBLOCKS			 159
+#define X509V3_F_V2I_ISSUER_ALT				 153
+#define X509V3_F_V2I_NAME_CONSTRAINTS			 147
+#define X509V3_F_V2I_POLICY_CONSTRAINTS			 146
+#define X509V3_F_V2I_POLICY_MAPPINGS			 145
+#define X509V3_F_V2I_SUBJECT_ALT			 154
+#define X509V3_F_V3_ADDR_VALIDATE_PATH_INTERNAL		 160
+#define X509V3_F_V3_GENERIC_EXTENSION			 116
+#define X509V3_F_X509V3_ADD1_I2D			 140
+#define X509V3_F_X509V3_ADD_VALUE			 105
+#define X509V3_F_X509V3_EXT_ADD				 104
+#define X509V3_F_X509V3_EXT_ADD_ALIAS			 106
+#define X509V3_F_X509V3_EXT_CONF			 107
+#define X509V3_F_X509V3_EXT_I2D				 136
+#define X509V3_F_X509V3_EXT_NCONF			 152
+#define X509V3_F_X509V3_GET_SECTION			 142
+#define X509V3_F_X509V3_GET_STRING			 143
+#define X509V3_F_X509V3_GET_VALUE_BOOL			 110
+#define X509V3_F_X509V3_PARSE_LIST			 109
+#define X509V3_F_X509_PURPOSE_ADD			 137
+#define X509V3_F_X509_PURPOSE_SET			 141
+
+/* Reason codes. */
+#define X509V3_R_BAD_IP_ADDRESS				 118
+#define X509V3_R_BAD_OBJECT				 119
+#define X509V3_R_BN_DEC2BN_ERROR			 100
+#define X509V3_R_BN_TO_ASN1_INTEGER_ERROR		 101
+#define X509V3_R_DIRNAME_ERROR				 149
+#define X509V3_R_DISTPOINT_ALREADY_SET			 160
+#define X509V3_R_DUPLICATE_ZONE_ID			 133
+#define X509V3_R_ERROR_CONVERTING_ZONE			 131
+#define X509V3_R_ERROR_CREATING_EXTENSION		 144
+#define X509V3_R_ERROR_IN_EXTENSION			 128
+#define X509V3_R_EXPECTED_A_SECTION_NAME		 137
+#define X509V3_R_EXTENSION_EXISTS			 145
+#define X509V3_R_EXTENSION_NAME_ERROR			 115
+#define X509V3_R_EXTENSION_NOT_FOUND			 102
+#define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED	 103
+#define X509V3_R_EXTENSION_VALUE_ERROR			 116
+#define X509V3_R_ILLEGAL_EMPTY_EXTENSION		 151
+#define X509V3_R_ILLEGAL_HEX_DIGIT			 113
+#define X509V3_R_INCORRECT_POLICY_SYNTAX_TAG		 152
+#define X509V3_R_INVALID_MULTIPLE_RDNS			 161
+#define X509V3_R_INVALID_ASNUMBER			 162
+#define X509V3_R_INVALID_ASRANGE			 163
+#define X509V3_R_INVALID_BOOLEAN_STRING			 104
+#define X509V3_R_INVALID_EXTENSION_STRING		 105
+#define X509V3_R_INVALID_INHERITANCE			 165
+#define X509V3_R_INVALID_IPADDRESS			 166
+#define X509V3_R_INVALID_NAME				 106
+#define X509V3_R_INVALID_NULL_ARGUMENT			 107
+#define X509V3_R_INVALID_NULL_NAME			 108
+#define X509V3_R_INVALID_NULL_VALUE			 109
+#define X509V3_R_INVALID_NUMBER				 140
+#define X509V3_R_INVALID_NUMBERS			 141
+#define X509V3_R_INVALID_OBJECT_IDENTIFIER		 110
+#define X509V3_R_INVALID_OPTION				 138
+#define X509V3_R_INVALID_POLICY_IDENTIFIER		 134
+#define X509V3_R_INVALID_PROXY_POLICY_SETTING		 153
+#define X509V3_R_INVALID_PURPOSE			 146
+#define X509V3_R_INVALID_SAFI				 164
+#define X509V3_R_INVALID_SECTION			 135
+#define X509V3_R_INVALID_SYNTAX				 143
+#define X509V3_R_ISSUER_DECODE_ERROR			 126
+#define X509V3_R_MISSING_VALUE				 124
+#define X509V3_R_NEED_ORGANIZATION_AND_NUMBERS		 142
+#define X509V3_R_NO_CONFIG_DATABASE			 136
+#define X509V3_R_NO_ISSUER_CERTIFICATE			 121
+#define X509V3_R_NO_ISSUER_DETAILS			 127
+#define X509V3_R_NO_POLICY_IDENTIFIER			 139
+#define X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED	 154
+#define X509V3_R_NO_PUBLIC_KEY				 114
+#define X509V3_R_NO_SUBJECT_DETAILS			 125
+#define X509V3_R_ODD_NUMBER_OF_DIGITS			 112
+#define X509V3_R_OPERATION_NOT_DEFINED			 148
+#define X509V3_R_OTHERNAME_ERROR			 147
+#define X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED	 155
+#define X509V3_R_POLICY_PATH_LENGTH			 156
+#define X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED	 157
+#define X509V3_R_POLICY_SYNTAX_NOT_CURRENTLY_SUPPORTED	 158
+#define X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY 159
+#define X509V3_R_SECTION_NOT_FOUND			 150
+#define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS		 122
+#define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID		 123
+#define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT		 111
+#define X509V3_R_UNKNOWN_EXTENSION			 129
+#define X509V3_R_UNKNOWN_EXTENSION_NAME			 130
+#define X509V3_R_UNKNOWN_OPTION				 120
+#define X509V3_R_UNSUPPORTED_OPTION			 117
+#define X509V3_R_UNSUPPORTED_TYPE			 167
+#define X509V3_R_USER_TOO_LONG				 132
+
+#ifdef  __cplusplus
+}
+#endif
+#endif
diff --git a/MPaaS/Frameworks/APOpenSSL.framework/Info.plist b/MPaaS/Frameworks/APOpenSSL.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..4286e7a23259e0f4391bff596e54b7972d86ce91
Binary files /dev/null and b/MPaaS/Frameworks/APOpenSSL.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/APProtocolBuffers b/MPaaS/Frameworks/APProtocolBuffers.framework/APProtocolBuffers
new file mode 100755
index 0000000000000000000000000000000000000000..4158b1b1009c33aeb674f1a8b9e662e37999e75c
Binary files /dev/null and b/MPaaS/Frameworks/APProtocolBuffers.framework/APProtocolBuffers differ
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/APProtocolBuffers-Info.plist b/MPaaS/Frameworks/APProtocolBuffers.framework/APProtocolBuffers-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..16ea89ca85043f7e82f6c164989a553acda2d64d
Binary files /dev/null and b/MPaaS/Frameworks/APProtocolBuffers.framework/APProtocolBuffers-Info.plist differ
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/APDPBGeneratedMessage.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/APDPBGeneratedMessage.h
new file mode 100755
index 0000000000000000000000000000000000000000..91f1a718d820b6449cd8bb20a2139ae89db803f9
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/APDPBGeneratedMessage.h
@@ -0,0 +1,69 @@
+//
+//  APDPBGeneratedMessage.h
+//  DynamicPB
+//
+//  Created by cuinacai on 15/12/19.
+//  Copyright © 2015年 cuinacai. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APPBGeneratedMessage.h"
+
+typedef enum {
+    PBFieldOptional = 0,
+    PBFieldRequired = 1 ,
+    PBFieldRepeated = 2
+} PBFieldLabel;
+
+typedef enum {
+    //Type=2
+    PBFieldTypeString = 0,
+    PBFieldTypeBytes,
+    PBFieldTypeMessage,
+    //Type=0
+    PBFieldTypeBOOL,
+    PBFieldTypeEnum,
+    PBFieldTypeInt32,
+    PBFieldTypeInt64,
+    PBFieldTypeUInt32,
+    PBFieldTypeUInt64,
+    //Type=5
+    PBFieldTypeFloat32,
+    PBFieldTypeFixed32,
+    PBFieldTypeSFixed32,
+    //Type=1
+    PBFieldTypeFloat64,
+    PBFieldTypeFixed64,
+    PBFieldTypeSFixed64,
+} PBFieldType;
+
+typedef struct {
+    Byte fieldNumber;
+    Byte fieldLabel;//PBFieldLabel
+    Byte fieldType;//PBFieldType
+    BOOL packed;//
+    __unsafe_unretained NSString *fieldName;
+    __unsafe_unretained NSString *fieldClassName;
+    union {
+        SInt32 _enump;
+        SInt32 _int32p;
+        SInt64 _int64p;
+        UInt32 _uint32p;
+        UInt64 _uint64p;
+        BOOL _boolp;
+        Float32 _float32p;
+        Float64 _float64p;
+    }baseTypeInitValue;
+    __unsafe_unretained NSString *stringInitValue;
+} PBMsgFieldInfo;
+
+typedef struct {
+    PBMsgFieldInfo *fieldInfo;
+    int count;
+} PBMsgFieldInfos;
+
+@interface APDPBGeneratedMessage : APPBGeneratedMessage<GeneratedMessageProtocol>
+
+@end
+
+
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/APPBGeneratedMessage.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/APPBGeneratedMessage.h
new file mode 100755
index 0000000000000000000000000000000000000000..2d6513314ca1051c77c73eae4d969a0050994ac8
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/APPBGeneratedMessage.h
@@ -0,0 +1,50 @@
+//
+//  APPBGeneratedMessage.h
+//  APProtocolBuffers
+//
+//  Created by JinWenXiang on 15/6/17.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "GeneratedMessage.h"
+
+@interface APPBGeneratedMessage : PBGeneratedMessage {
+}
+
+/* @protected */
+- (BOOL) parseUnknownField:(PBCodedInputStream*) input
+             unknownFields:(PBUnknownFieldSetBuilder*) unknownFields
+         extensionRegistry:(PBExtensionRegistry*) extensionRegistry
+                       tag:(SInt32) tag;
+
+/**
+ * Parse {@code data} as a message of this type and merge it with the
+ * message being built.  This is just a small wrapper around
+ * {@link #mergeFrom(CodedInputStream)}.
+ */
+- (void) mergeFromData:(NSData*) data;
+//merge from CodedInputStream
+- (void) mergeFromCodedInputStream:(PBCodedInputStream*) input;
+
+/**
+ * Like {@link Builder#mergeFrom(CodedInputStream)}, but also
+ * parses extensions.  The extensions that you want to be able to parse
+ * must be registered in {@code extensionRegistry}.  Extensions not in
+ * the registry will be treated as unknown fields.
+ */
+- (void) mergeFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+
+//unknown fields
+- (PBUnknownFieldSet*) unknownFields;
+//set unknown fields
+- (void) setUnknownFields:(PBUnknownFieldSet*) unknownFields;
+/**
+ * Http原始的如果response
+ */
+@property(nonatomic, strong) NSURLResponse *response;
+/**
+ * 如果response是NSHTTPURLResponse返回response的allHeaderFields
+ */
+-(NSDictionary *)allResponseHeaderFields;
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/AbstractMessage.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/AbstractMessage.h
new file mode 100755
index 0000000000000000000000000000000000000000..41ed240ef3bbfa7225b35c57bec614d38f5c04de
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/AbstractMessage.h
@@ -0,0 +1,39 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "Message.h"
+
+/**
+ * A partial implementation of the {@link Message} interface which implements
+ * as many methods of that interface as possible in terms of other methods.
+ *
+ * @author Cyrus Najmabadi
+ */
+@interface PBAbstractMessage : NSObject<PBMessage> {
+@private
+}
+
+/**
+ * Writes a string description of the message into the given mutable string
+ * respecting a given indent.
+ */
+- (void)writeDescriptionTo:(NSMutableString*) output
+                withIndent:(NSString*) indent;
+//store in dictionary
+- (void) storeInDictionary: (NSMutableDictionary *) dic;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/AbstractMessageBuilder.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/AbstractMessageBuilder.h
new file mode 100755
index 0000000000000000000000000000000000000000..9c454d4e4a8fa521730feb1a7d34af7c21e264bf
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/AbstractMessageBuilder.h
@@ -0,0 +1,29 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "MessageBuilder.h"
+
+/**
+ * A partial implementation of the {@link Message.Builder} interface which
+ * implements as many methods of that interface as possible in terms of
+ * other methods.
+ */
+@interface PBAbstractMessageBuilder : NSObject<PBMessageBuilder> {
+}
+
+@end
+
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Bootstrap.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Bootstrap.h
new file mode 100755
index 0000000000000000000000000000000000000000..1f12275d8d55c13c77a424f0a23dc409c4cf8d2e
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Bootstrap.h
@@ -0,0 +1,30 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "ForwardDeclarations.h"
+
+#import "CodedInputStream.h"
+#import "CodedOutputStream.h"
+//#import "ExtendableMessage.h"
+//#import "ExtendableMessageBuilder.h"
+#import "ExtensionRegistry.h"
+#import "GeneratedMessage.h"
+//#import "GeneratedMessageBuilder.h"
+#import "MessageBuilder.h"
+#import "UnknownFieldSet.h"
+#import "UnknownFieldSetBuilder.h"
+#import "Utilities.h"
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/CodedInputStream.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/CodedInputStream.h
new file mode 100755
index 0000000000000000000000000000000000000000..a76bb1d6b71dbb095f6410cb7c7df2d284bfade7
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/CodedInputStream.h
@@ -0,0 +1,194 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+@class PBExtensionRegistry;
+@class PBUnknownFieldSetBuilder;
+@protocol PBMessageBuilder;
+@class APPBGeneratedMessage;
+
+/**
+ * Reads and decodes protocol message fields.
+ *
+ * This class contains two kinds of methods:  methods that read specific
+ * protocol message constructs and field types (e.g. {@link #readTag()} and
+ * {@link #readInt32()}) and methods that read low-level values (e.g.
+ * {@link #readRawVarint32()} and {@link #readRawBytes}).  If you are reading
+ * encoded protocol messages, you should use the former methods, but if you are
+ * reading some other format of your own design, use the latter.
+ *
+ * @author Cyrus Najmabadi
+ */
+@interface PBCodedInputStream : NSObject {
+@private
+  NSMutableData* buffer;
+  SInt32 bufferSize;
+  SInt32 bufferSizeAfterLimit;
+  SInt32 bufferPos;
+  NSInputStream* input;
+  SInt32 lastTag;
+
+  /**
+   * The total number of bytes read before the current buffer.  The total
+   * bytes read up to the current position can be computed as
+   * {@code totalBytesRetired + bufferPos}.
+   */
+  SInt32 totalBytesRetired;
+
+  /** The absolute position of the end of the current message. */
+  SInt32 currentLimit;
+
+  /** See setRecursionLimit() */
+  SInt32 recursionDepth;
+  SInt32 recursionLimit;
+
+  /** See setSizeLimit() */
+  SInt32 sizeLimit;
+}
+//用data初始化stream
++ (PBCodedInputStream*) streamWithData:(NSData*) data;
+//用NSInputStream初始化stream
++ (PBCodedInputStream*) streamWithInputStream:(NSInputStream*) input;
+
+/**
+ * Attempt to read a field tag, returning zero if we have reached EOF.
+ * Protocol message parsers use this to read tags, since a protocol message
+ * may legally end wherever a tag occurs, and zero is not a valid tag number.
+ */
+- (SInt32) readTag;
+//bf
+- (BOOL) refillBuffer:(BOOL) mustSucceed;
+//读取Float64类型
+- (Float64) readDouble;
+//读取Float32类型
+- (Float32) readFloat;
+//读取UInt64类型
+- (SInt64) readUInt64;
+//读取UInt32类型
+- (SInt32) readUInt32;
+//读取Int64类型
+- (SInt64) readInt64;
+//读取SInt32类型
+- (SInt32) readInt32;
+//读取SInt64类型
+- (SInt64) readFixed64;
+//读取SInt32类型
+- (SInt32) readFixed32;
+//读取SInt32类型
+- (SInt32) readEnum;
+//读取SInt32类型
+- (SInt32) readSFixed32;
+//读取SInt64类型
+- (SInt64) readSFixed64;
+//读取SInt32类型
+- (SInt32) readSInt32;
+//读取SInt64类型
+- (SInt64) readSInt64;
+
+/**
+ * Read one byte from the input.
+ *
+ * @throws InvalidProtocolBuffer The end of the stream or the current
+ *                                        limit was reached.
+ */
+- (int8_t) readRawByte;
+
+/**
+ * Read a raw Varint from the stream.  If larger than 32 bits, discard the
+ * upper bits.
+ */
+- (SInt32) readRawVarint32;
+//读取Varint64
+- (SInt64) readRawVarint64;
+//读取LittleEndian32
+- (SInt32) readRawLittleEndian32;
+//读取LittleEndian64
+- (SInt64) readRawLittleEndian64;
+
+/**
+ * Read a fixed size of bytes from the input.
+ *
+ * @throws InvalidProtocolBuffer The end of the stream or the current
+ *                                        limit was reached.
+ */
+- (NSData*) readRawData:(SInt32) size;
+
+/**
+ * Reads and discards a single field, given its tag value.
+ *
+ * @return {@code false} if the tag is an endgroup tag, in which case
+ *         nothing is skipped.  Otherwise, returns {@code true}.
+ */
+- (BOOL) skipField:(SInt32) tag;
+
+
+/**
+ * Reads and discards {@code size} bytes.
+ *
+ * @throws InvalidProtocolBuffer The end of the stream or the current
+ *                                        limit was reached.
+ */
+- (void) skipRawData:(SInt32) size;
+
+/**
+ * Reads and discards an entire message.  This will read either until EOF
+ * or until an endgroup tag, whichever comes first.
+ */
+- (void) skipMessage;
+
+//是否结束
+- (BOOL) isAtEnd;
+//push限制
+- (SInt32) pushLimit:(SInt32) byteLimit;
+//recompute限制
+- (void) recomputeBufferSizeAfterLimit;
+//pop限制
+- (void) popLimit:(SInt32) oldLimit;
+//bytesUntilLimit
+- (SInt32) bytesUntilLimit;
+
+
+/** Read an embedded message field value from the stream. */
+- (void) readMessage:(id<PBMessageBuilder>) builder extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+/** Read an embedded message field value from the stream. */
+- (void) readAPMessage:(APPBGeneratedMessage*) message extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+
+//读取BOOL
+- (BOOL) readBool;
+//读取string
+- (NSString*) readString;
+//读取data
+- (NSData*) readData;
+
+//- (void) readGroup:(SInt32) fieldNumber builder:(id<PBMessageBuilder>) builder extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+
+/**
+ * Reads a {@code group} field value from the stream and merges it into the
+ * given {@link UnknownFieldSet}.
+ */
+- (void) readUnknownGroup:(SInt32) fieldNumber builder:(PBUnknownFieldSetBuilder*) builder;
+
+/**
+ * Verifies that the last call to readTag() returned the given tag value.
+ * This is used to verify that a nested group ended with the correct
+ * end tag.
+ *
+ * @throws InvalidProtocolBuffer {@code value} does not match the
+ *                                        last tag.
+ */
+- (void) checkLastTagWas:(SInt32) value;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/CodedOutputStream.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/CodedOutputStream.h
new file mode 100755
index 0000000000000000000000000000000000000000..e6065c87e1660ae68576f8f8152feb93805f3abe
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/CodedOutputStream.h
@@ -0,0 +1,177 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+/**
+ * Encodes and writes protocol message fields.
+ *
+ * <p>This class contains two kinds of methods:  methods that write specific
+ * protocol message constructs and field types (e.g. {@link #writeTag} and
+ * {@link #writeInt32}) and methods that write low-level values (e.g.
+ * {@link #writeRawVarint32} and {@link #writeRawBytes}).  If you are
+ * writing encoded protocol messages, you should use the former methods, but if
+ * you are writing some other format of your own design, use the latter.
+ *
+ * <p>This class is totally unsynchronized.
+ *
+ * @author Cyrus Najmabadi
+ */
+
+@class PBUnknownFieldSet;
+@class RingBuffer;
+@protocol PBMessage;
+
+@interface PBCodedOutputStream : NSObject {
+    NSOutputStream *output;
+    RingBuffer *buffer;
+}
+
+/** init stream with data. */
++ (PBCodedOutputStream*) streamWithData:(NSMutableData*) data;
+/** init stream with NSOutputStream. */
++ (PBCodedOutputStream*) streamWithOutputStream:(NSOutputStream*) output;
+/** init stream with NSOutputStream. */
++ (PBCodedOutputStream*) streamWithOutputStream:(NSOutputStream*) output bufferSize:(SInt32) bufferSize;
+
+/**
+ * Flushes the stream and forces any buffered bytes to be written.  This
+ * does not flush the underlying NSOutputStream. Returns free space in buffer.
+ */
+- (void) flush;
+
+/** Write a single byte. */
+- (void) writeRawByte:(uint8_t) value;
+
+/** Encode and write a tag. */
+- (void) writeTag:(SInt32) fieldNumber format:(SInt32) format;
+
+/** Write a little-endian 32-bit integer. */
+- (void) writeRawLittleEndian32:(SInt32) value;
+/** Write a little-endian 64-bit integer. */
+- (void) writeRawLittleEndian64:(SInt64) value;
+
+/**
+ * Encode and write a varint.  {@code value} is treated as
+ * unsigned, so it won't be sign-extended if negative.
+ */
+- (void) writeRawVarint32:(SInt32) value;
+/** Encode and write a varint. */
+- (void) writeRawVarint64:(SInt64) value;
+
+//- (void) writeRawLittleEndian32:(SInt32) value;
+//- (void) writeRawLittleEndian64:(SInt64) value;
+
+/** Write an array of bytes. */
+- (void) writeRawData:(const NSData*) data;
+/** Write an array of bytes. */
+- (void) writeRawData:(const NSData*) data offset:(SInt32) offset length:(SInt32) length;
+/** Write an array of bytes. */
+- (void) writeData:(SInt32) fieldNumber value:(const NSData*) value;
+
+/** write Float64 value. */
+- (void) writeDouble:(SInt32) fieldNumber value:(Float64) value;
+/** write Float32 value. */
+- (void) writeFloat:(SInt32) fieldNumber value:(Float32) value;
+/** write SInt64 value. */
+- (void) writeUInt64:(SInt32) fieldNumber value:(SInt64) value;
+/** write SInt64 value. */
+- (void) writeInt64:(SInt32) fieldNumber value:(SInt64) value;
+/** write SInt32 value. */
+- (void) writeInt32:(SInt32) fieldNumber value:(SInt32) value;
+/** write SInt64 value. */
+- (void) writeFixed64:(SInt32) fieldNumber value:(SInt64) value;
+/** write SInt32 value. */
+- (void) writeFixed32:(SInt32) fieldNumber value:(SInt32) value;
+/** write BOOL value. */
+- (void) writeBool:(SInt32) fieldNumber value:(BOOL) value;
+/** write NSString value. */
+- (void) writeString:(SInt32) fieldNumber value:(const NSString*) value;
+/** write PBMessage value. */
+- (void) writeGroup:(SInt32) fieldNumber value:(const id<PBMessage>) value;
+/** write PBUnknownFieldSet value. */
+- (void) writeUnknownGroup:(SInt32) fieldNumber value:(const PBUnknownFieldSet*) value;
+/** write PBMessage value. */
+- (void) writeMessage:(SInt32) fieldNumber value:(const id<PBMessage>) value;
+/** write SInt32 value. */
+- (void) writeUInt32:(SInt32) fieldNumber value:(SInt32) value;
+/** write SInt32 value. */
+- (void) writeSFixed32:(SInt32) fieldNumber value:(SInt32) value;
+/** write SInt64 value. */
+- (void) writeSFixed64:(SInt32) fieldNumber value:(SInt64) value;
+/** write SInt32 value. */
+- (void) writeSInt32:(SInt32) fieldNumber value:(SInt32) value;
+/** write SInt64 value. */
+- (void) writeSInt64:(SInt32) fieldNumber value:(SInt64) value;
+
+/** write Float64 value with no tag. */
+- (void) writeDoubleNoTag:(Float64) value;
+/** write Float32 value with no tag. */
+- (void) writeFloatNoTag:(Float32) value;
+/** write SInt64 value with no tag. */
+- (void) writeUInt64NoTag:(SInt64) value;
+/** write SInt64 value with no tag. */
+- (void) writeInt64NoTag:(SInt64) value;
+/** write SInt32 value with no tag. */
+- (void) writeInt32NoTag:(SInt32) value;
+/** write SInt64 value with no tag. */
+- (void) writeFixed64NoTag:(SInt64) value;
+/** write SInt32 value with no tag. */
+- (void) writeFixed32NoTag:(SInt32) value;
+/** write BOOL value with no tag. */
+- (void) writeBoolNoTag:(BOOL) value;
+/** write NSString value with no tag. */
+- (void) writeStringNoTag:(const NSString*) value;
+/** write PBMessage value with no tag. */
+- (void) writeGroupNoTag:(SInt32) fieldNumber value:(const id<PBMessage>) value;
+/** write PBUnknownFieldSet value with no tag. */
+- (void) writeUnknownGroupNoTag:(SInt32) fieldNumber value:(const PBUnknownFieldSet*) value;
+/** write PBMessage value with no tag. */
+- (void) writeMessageNoTag:(const id<PBMessage>) value;
+/** write NSData value with no tag. */
+- (void) writeDataNoTag:(const NSData*) value;
+/** write SInt32 value with no tag. */
+- (void) writeUInt32NoTag:(SInt32) value;
+/** write SInt32 value with no tag. */
+- (void) writeEnumNoTag:(SInt32) value;
+/** write SInt32 value with no tag. */
+- (void) writeSFixed32NoTag:(SInt32) value;
+/** write SInt64 value with no tag. */
+- (void) writeSFixed64NoTag:(SInt64) value;
+/** write SInt32 value with no tag. */
+- (void) writeSInt32NoTag:(SInt32) value;
+/** write SInt64 value with no tag. */
+- (void) writeSInt64NoTag:(SInt64) value;
+
+
+/**
+ * Write a MessageSet extension field to the stream.  For historical reasons,
+ * the wire format differs from normal fields.
+ */
+- (void) writeMessageSetExtension:(SInt32) fieldNumber value:(const id<PBMessage>) value;
+
+/**
+ * Write an unparsed MessageSet extension field to the stream.  For
+ * historical reasons, the wire format differs from normal fields.
+ */
+- (void) writeRawMessageSetExtension:(SInt32) fieldNumber value:(const NSData*) value;
+
+/**
+ * Write an enum field, including tag, to the stream.  Caller is responsible
+ * for converting the enum value to its numeric value.
+ */
+- (void) writeEnum:(SInt32) fieldNumber value:(SInt32) value;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExtensionField.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExtensionField.h
new file mode 100755
index 0000000000000000000000000000000000000000..3616d4f3b088d60c46bb79cc02258edeb5bce600
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExtensionField.h
@@ -0,0 +1,85 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "WireFormat.h"
+
+@class PBCodedInputStream;
+@class PBCodedOutputStream;
+//@class PBExtendableMessageBuilder;
+@class PBExtensionRegistry;
+@class PBUnknownFieldSetBuilder;
+
+@protocol PBExtensionField
+/**
+ *	@brief	fieldNumber
+ *
+ *	@return int32
+ */
+- (SInt32) fieldNumber;
+/**
+ *	@brief	wireType
+ *
+ *	@return PBWireFormat
+ */
+- (PBWireFormat) wireType;
+/**
+ *	@brief	isRepeated
+ *
+ *	@return YES/NO
+ */
+- (BOOL) isRepeated;
+/**
+ *	@brief	extendedClass
+ *
+ *	@return CLass
+ */
+- (Class) extendedClass;
+/**
+ *	@brief	默认值
+ *
+ *	@return instance
+ */
+- (instancetype) defaultValue;
+
+//- (void) mergeFromCodedInputStream:(PBCodedInputStream*) input
+//                     unknownFields:(PBUnknownFieldSetBuilder*) unknownFields
+//                 extensionRegistry:(PBExtensionRegistry*) extensionRegistry
+//                           builder:(PBExtendableMessageBuilder*) builder
+//                               tag:(SInt32) tag;
+- (void) writeValue:(id) value includingTagToCodedOutputStream:(PBCodedOutputStream*) output;
+/**
+ *	@brief	计算长度
+ *
+ *	@return size
+ */
+- (SInt32) computeSerializedSizeIncludingTag:(id) value;
+/**
+ *	@brief 打印描述
+ *
+ *	@return
+ */
+- (void) writeDescriptionOf:(id) value
+                         to:(NSMutableString*) output
+                 withIndent:(NSString*) indent;
+/**
+ *	@brief	添加到dic
+ *
+ *	@return 
+ */
+- (void) addDictionaryEntriesOf:(id) value
+                             to:(NSMutableDictionary*) dictionary;
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExtensionRegistry.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExtensionRegistry.h
new file mode 100755
index 0000000000000000000000000000000000000000..b8d5fd4d73f88d47fabc919e3ac32054ca8fa12e
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExtensionRegistry.h
@@ -0,0 +1,88 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+/**
+ * A table of known extensions, searchable by name or field number.  When
+ * parsing a protocol message that might have extensions, you must provide
+ * an {@code ExtensionRegistry} in which you have registered any extensions
+ * that you want to be able to parse.  Otherwise, those extensions will just
+ * be treated like unknown fields.
+ *
+ * <p>For example, if you had the {@code .proto} file:
+ *
+ * <pre>
+ * option java_class = "MyProto";
+ *
+ * message Foo {
+ *   extensions 1000 to max;
+ * }
+ *
+ * extend Foo {
+ *   optional int32 bar;
+ * }
+ * </pre>
+ *
+ * Then you might write code like:
+ *
+ * <pre>
+ * ExtensionRegistry registry = ExtensionRegistry.newInstance();
+ * registry.add(MyProto.bar);
+ * MyProto.Foo message = MyProto.Foo.parseFrom(input, registry);
+ * </pre>
+ *
+ * <p>Background:
+ *
+ * <p>You might wonder why this is necessary.  Two alternatives might come to
+ * mind.  First, you might imagine a system where generated extensions are
+ * automatically registered when their containing classes are loaded.  This
+ * is a popular technique, but is bad design; among other things, it creates a
+ * situation where behavior can change depending on what classes happen to be
+ * loaded.  It also introduces a security vulnerability, because an
+ * unprivileged class could cause its code to be called unexpectedly from a
+ * privileged class by registering itself as an extension of the right type.
+ *
+ * <p>Another option you might consider is lazy parsing: do not parse an
+ * extension until it is first requested, at which point the caller must
+ * provide a type to use.  This introduces a different set of problems.  First,
+ * it would require a mutex lock any time an extension was accessed, which
+ * would be slow.  Second, corrupt data would not be detected until first
+ * access, at which point it would be much harder to deal with it.  Third, it
+ * could violate the expectation that message objects are immutable, since the
+ * type provided could be any arbitrary message class.  An unpriviledged user
+ * could take advantage of this to inject a mutable object into a message
+ * belonging to priviledged code and create mischief.
+ *
+ * @author Cyrus Najmabadi
+ */
+
+#import "ExtensionField.h"
+
+@interface PBExtensionRegistry : NSObject {
+@protected
+  NSDictionary* classMap;
+}
+//空的Registry,默认值
++ (PBExtensionRegistry*) emptyRegistry;
+//通过fieldNumber获取Field
+- (id<PBExtensionField>) getExtension:(Class) clazz fieldNumber:(SInt32) fieldNumber;
+
+/* @protected */
+- (instancetype) initWithClassMap:(NSDictionary*) classMap;
+//字符串转为类
+- (id) keyForClass:(Class) clazz;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExternKVParam.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExternKVParam.h
new file mode 100755
index 0000000000000000000000000000000000000000..7f230116b66b1a9313ac0b6a72fc91185bb5890e
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ExternKVParam.h
@@ -0,0 +1,16 @@
+//
+//  ExternKVParam.h
+//  APProtocolBuffers
+//
+//  Created by cuinacai on 15/11/27.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import "APPBGeneratedMessage.h"
+
+@interface ExternKVParam : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasKey;
+@property (readonly) BOOL hasValue;
+@property (nonatomic,strong) NSString* key;
+@property (nonatomic,strong) NSString* value;
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Field.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Field.h
new file mode 100755
index 0000000000000000000000000000000000000000..52575dfdd9fb5277bb7d48c181a8e0bf6ce60faf
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Field.h
@@ -0,0 +1,55 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import <Foundation/Foundation.h>
+
+@class PBArray;
+@class PBAppendableArray;
+@class PBCodedOutputStream;
+
+@interface PBField : NSObject
+{
+@protected
+	PBAppendableArray *	_varintArray;
+	PBAppendableArray *	_fixed32Array;
+	PBAppendableArray *	_fixed64Array;
+	NSMutableArray *	_lengthDelimitedArray;
+	NSMutableArray *	_groupArray;
+}
+
+@property (nonatomic,strong,readonly) PBArray *	varintArray;
+@property (nonatomic,strong,readonly) PBArray *	fixed32Array;
+@property (nonatomic,strong,readonly) PBArray *	fixed64Array;
+@property (nonatomic,strong,readonly) NSArray *	lengthDelimitedArray;
+@property (nonatomic,strong,readonly) NSArray *	groupArray;
+//单例
++ (PBField *)defaultInstance;
+
+//SerializedSize
+- (SInt32)getSerializedSize:(SInt32)fieldNumber;
+//SerializedSize
+- (SInt32)getSerializedSizeAsMessageSetExtension:(SInt32)fieldNumber;
+
+//write to output stream
+- (void)writeTo:(SInt32) fieldNumber output:(PBCodedOutputStream *)output;
+//write Message
+- (void)writeAsMessageSetExtensionTo:(SInt32)fieldNumber output:(PBCodedOutputStream *)output;
+//write Description
+- (void)writeDescriptionFor:(SInt32) fieldNumber
+                         to:(NSMutableString*) output
+                 withIndent:(NSString*) indent;
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ForwardDeclarations.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ForwardDeclarations.h
new file mode 100755
index 0000000000000000000000000000000000000000..4cec455a5508f5a9dbde1dbfdf7d4f1b9bd5f1d7
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ForwardDeclarations.h
@@ -0,0 +1,35 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+@protocol PBMessage;
+@protocol PBMessageBuilder;
+@protocol PBExtensionField;
+
+@class PBAbstractMessage;
+@class PBCodedInputStream;
+@class PBCodedOutputStream;
+//@class PBConcreteExtensionField;
+//@class PBExtendableMessageBuilder;
+//@class PBExtendableMessage;
+@class PBExtensionRegistry;
+@class PBField;
+@class PBGeneratedMessage;
+@class PBGeneratedMessageBuilder;
+//@class PBMutableExtensionRegistry;
+@class PBMutableField;
+@class PBUnknownFieldSet;
+@class PBUnknownFieldSetBuilder;
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/GeneratedMessage.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/GeneratedMessage.h
new file mode 100755
index 0000000000000000000000000000000000000000..bee5428b91838c31ba7c13ff7c7a3f3e3e56ad7a
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/GeneratedMessage.h
@@ -0,0 +1,90 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "AbstractMessage.h"
+
+/**
+ * All generated protocol message classes extend this class.  This class
+ * implements most of the Message and Builder interfaces using Java reflection.
+ * Users can ignore this class and pretend that generated messages implement
+ * the Message interface directly.
+ *
+ * @author Cyrus Najmabadi
+ */
+@class PBExtensionRegistry;
+@class PBCodedInputStream;
+@protocol GeneratedMessageProtocol <PBMessage>
+/**
+ *	@brief	二进制pb数据转化为类
+ *
+ *	@param 	data
+ *
+ *	@return pbç±»
+ */
++ (id<GeneratedMessageProtocol>) parseFromData:(NSData*) data;
+@optional
+/**
+ *	@brief	二进制pb数据转化为PB类
+ *
+ *	@param 	input
+ *
+ *	@return pbç±»
+ */
++ (id<GeneratedMessageProtocol>) parseFromData:(NSData*) data extensionRegistry:(PBExtensionRegistry*)extensionRegistry;
+/**
+ *	@brief	NSInputStream里面的数据转化为PB类
+ *
+ *	@param 	input
+ *
+ *	@return pbç±»
+ */
++ (id<GeneratedMessageProtocol>) parseFromInputStream:(NSInputStream*) input;
+/**
+ *	@brief	NSInputStream数据转化为类
+ *
+ *	@param 	input
+ *
+ *	@return pbç±»
+ */
++ (id<GeneratedMessageProtocol>) parseFromInputStream:(NSInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+/**
+ *	@brief	PBCodedInputStream里面的数据转化为PB类
+ *
+ *	@param 	input
+ *
+ *	@return pbç±»
+ */
++ (id<GeneratedMessageProtocol>) parseFromCodedInputStream:(PBCodedInputStream*) input;
+/**
+ *	@brief	PBCodedInputStream数据转化为类
+ *
+ *	@param 	input
+ *
+ *	@return pbç±»
+ */
++ (id<GeneratedMessageProtocol>) parseFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+@end
+
+@interface PBGeneratedMessage : PBAbstractMessage {
+//@private
+  PBUnknownFieldSet* unknownFields;
+
+@protected
+  SInt32 memoizedSerializedSize;
+}
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Message.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Message.h
new file mode 100755
index 0000000000000000000000000000000000000000..46c6b6c2ec99ad517236c9af73e28b1d1f62e057
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Message.h
@@ -0,0 +1,88 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+@class PBCodedOutputStream;
+@class PBUnknownFieldSet;
+@protocol PBMessageBuilder;
+
+/**
+ * Abstract interface implemented by Protocol Message objects.
+ *
+ * @author Cyrus Najmabadi
+ */
+@protocol PBMessage<NSObject>
+/**
+ * Get an instance of the type with all fields set to their default values.
+ * This may or may not be a singleton.  This differs from the
+ * {@code getDefaultInstance()} method of generated message classes in that
+ * this method is an abstract method of the {@code Message} interface
+ * whereas {@code getDefaultInstance()} is a static method of a specific
+ * class.  They return the same thing.
+ */
+- (id<PBMessage>) defaultInstance;
+
+/**
+ * Get the {@code UnknownFieldSet}
+ */
+- (PBUnknownFieldSet*) unknownFields;
+
+/**
+ * Get the number of bytes required to encode this message.  The result
+ * is only computed on the first call and memoized after that.
+ */
+- (SInt32) serializedSize;
+
+/**
+ * Returns true if all required fields in the message and all embedded
+ * messages are set, false otherwise.
+ */
+- (BOOL) isInitialized;
+
+/**
+ * Serializes the message and writes it to {@code output}.  This does not
+ * flush or close the stream.
+ */
+- (void) writeToCodedOutputStream:(PBCodedOutputStream*) output;
+/**
+ * Serializes the message and writes it to {@code output}. 
+ */
+- (void) writeToOutputStream:(NSOutputStream*) output;
+
+/**
+ * Serializes the message to a {@code ByteString} and returns it. This is
+ * just a trivial wrapper around
+ * {@link #writeTo(CodedOutputStream)}.
+ */
+- (NSData*) data;
+
+/**
+ * Constructs a new builder for a message of the same type as this message.
+ */
+- (id<PBMessageBuilder>) builder;
+
+/**
+ * Constructs a builder initialized with the current message.  Use this to
+ * derive a new message from the current one.
+ */
+- (id<PBMessageBuilder>) toBuilder;
+
+/**
+ * Returns a string description of the message.
+ */
+- (NSString*) description;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/MessageBuilder.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/MessageBuilder.h
new file mode 100755
index 0000000000000000000000000000000000000000..4fd015c7958295a9ded7d6129f682687d0a8c6c9
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/MessageBuilder.h
@@ -0,0 +1,145 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "Message.h"
+
+@class PBCodedInputStream;
+@class PBExtensionRegistry;
+
+/**
+ * Abstract interface implemented by Protocol Message builders.
+ */
+@protocol PBMessageBuilder<NSObject>
+/** Resets all fields to their default values. */
+- (id<PBMessageBuilder>) clear;
+
+/**
+ * Construct the final message.  Once this is called, the Builder is no
+ * longer valid, and calling any other method may throw a
+ * NullPointerException.  If you need to continue working with the builder
+ * after calling {@code build()}, {@code clone()} it first.
+ * @throws UninitializedMessageException The message is missing one or more
+ *         required fields (i.e. {@link #isInitialized()} returns false).
+ *         Use {@link #buildPartial()} to bypass this check.
+ */
+- (id<PBMessage>) build;
+
+/**
+ * Like {@link #build()}, but does not throw an exception if the message
+ * is missing required fields.  Instead, a partial message is returned.
+ */
+- (id<PBMessage>) buildPartial;
+/**
+ * 子类实现该方法
+ */
+- (id<PBMessageBuilder>) clone;
+
+/**
+ * Returns true if all required fields in the message and all embedded
+ * messages are set, false otherwise.
+ */
+- (BOOL) isInitialized;
+
+/**
+ * Get the message's type's default instance.
+ * See {@link Message#getDefaultInstanceForType()}.
+ */
+- (id<PBMessage>) defaultInstance;
+
+/**
+ * 未知字段(新加字段)
+ */
+- (PBUnknownFieldSet*) unknownFields;
+/**
+ * 设置未知字段(新加字段)
+ */
+- (id<PBMessageBuilder>) setUnknownFields:(PBUnknownFieldSet*) unknownFields;
+
+/**
+ * Merge some unknown fields into the {@link UnknownFieldSet} for this
+ * message.
+ */
+- (id<PBMessageBuilder>) mergeUnknownFields:(PBUnknownFieldSet*) unknownFields;
+
+/**
+ * Parses a message of this type from the input and merges it with this
+ * message, as if using {@link Builder#mergeFrom(Message)}.
+ *
+ * <p>Warning:  This does not verify that all required fields are present in
+ * the input message.  If you call {@link #build()} without setting all
+ * required fields, it will throw an {@link UninitializedMessageException},
+ * which is a {@code RuntimeException} and thus might not be caught.  There
+ * are a few good ways to deal with this:
+ * <ul>
+ *   <li>Call {@link #isInitialized()} to verify that all required fields
+ *       are set before building.
+ *   <li>Parse the message separately using one of the static
+ *       {@code parseFrom} methods, then use {@link #mergeFrom(Message)}
+ *       to merge it with this one.  {@code parseFrom} will throw an
+ *       {@link InvalidProtocolBufferException} (an {@code IOException})
+ *       if some required fields are missing.
+ *   <li>Use {@code buildPartial()} to build, which ignores missing
+ *       required fields.
+ * </ul>
+ *
+ * <p>Note:  The caller should call
+ * {@link CodedInputStream#checkLastTagWas(int)} after calling this to
+ * verify that the last tag seen was the appropriate end-group tag,
+ * or zero for EOF.
+ */
+- (id<PBMessageBuilder>) mergeFromCodedInputStream:(PBCodedInputStream*) input;
+
+/**
+ * Like {@link Builder#mergeFrom(CodedInputStream)}, but also
+ * parses extensions.  The extensions that you want to be able to parse
+ * must be registered in {@code extensionRegistry}.  Extensions not in
+ * the registry will be treated as unknown fields.
+ */
+- (id<PBMessageBuilder>) mergeFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+
+/**
+ * Parse {@code data} as a message of this type and merge it with the
+ * message being built.  This is just a small wrapper around
+ * {@link #mergeFrom(CodedInputStream)}.
+ */
+- (id<PBMessageBuilder>) mergeFromData:(NSData*) data;
+
+/**
+ * Parse {@code data} as a message of this type and merge it with the
+ * message being built.  This is just a small wrapper around
+ * {@link #mergeFrom(CodedInputStream,ExtensionRegistry)}.
+ */
+- (id<PBMessageBuilder>) mergeFromData:(NSData*) data extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+
+/**
+ * Parse a message of this type from {@code input} and merge it with the
+ * message being built.  This is just a small wrapper around
+ * {@link #mergeFrom(CodedInputStream)}.  Note that this method always
+ * reads the <i>entire</i> input (unless it throws an exception).  If you
+ * want it to stop earlier, you will need to wrap your input in some
+ * wrapper stream that limits reading.  Despite usually reading the entire
+ * input, this does not close the stream.
+ */
+- (id<PBMessageBuilder>) mergeFromInputStream:(NSInputStream*) input;
+
+/**
+ * Parse a message of this type from {@code input} and merge it with the
+ * message being built.  This is just a small wrapper around
+ * {@link #mergeFrom(CodedInputStream,ExtensionRegistry)}.
+ */
+- (id<PBMessageBuilder>) mergeFromInputStream:(NSInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry;
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/MutableField.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/MutableField.h
new file mode 100755
index 0000000000000000000000000000000000000000..35b86bc45e2187a5a2eb119efdb23e96b5dd103d
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/MutableField.h
@@ -0,0 +1,88 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "Field.h"
+
+@class PBUnknownFieldSet;
+
+@interface PBMutableField : PBField
+/**
+ *	@brief	空参数实例化
+ *
+ *	@param
+ *
+ *	@return 实例
+ */
++ (PBMutableField *)field;
+/**
+ *	@brief	PBField实例化
+ *
+ *	@param 	other
+ *
+ *	@return 实例
+ */
+- (PBMutableField *)mergeFromField:(PBField *)other;
+/**
+ *	@brief	释放成员变量
+ *
+ *	@param
+ *
+ *	@return 实例
+ */
+- (PBMutableField *)clear;
+/**
+ *	@brief	添加可变64位整数
+ *
+ *	@param 	value
+ *
+ *	@return 实例
+ */
+- (PBMutableField *)addVarint:(SInt64)value;
+/**
+ *	@brief	添加可变32位整数
+ *
+ *	@param 	value
+ *
+ *	@return 实例
+ */
+- (PBMutableField *)addFixed32:(SInt32)value;
+/**
+ *	@brief	添加不可变64位整数
+ *
+ *	@param 	value
+ *
+ *	@return 实例
+ */
+- (PBMutableField *)addFixed64:(SInt64)value;
+/**
+ *	@brief	add NSData
+ *
+ *	@param 	value
+ *
+ *	@return 实例
+ */
+- (PBMutableField *)addLengthDelimited:(NSData *)value;
+/**
+ *	@brief	添加未知set
+ *
+ *	@param 	value
+ *
+ *	@return 实例
+ */
+- (PBMutableField *)addGroup:(PBUnknownFieldSet *)value;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBArray.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBArray.h
new file mode 100755
index 0000000000000000000000000000000000000000..4121f061b9c57a41ef980025db70dd0055806a0f
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBArray.h
@@ -0,0 +1,131 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Author: Jon Parise <jon@booyah.com>
+
+#import <Foundation/Foundation.h>
+
+extern NSString * const PBArrayTypeMismatchException;
+extern NSString * const PBArrayNumberExpectedException;
+extern NSString * const PBArrayAllocationFailureException;
+
+typedef enum _PBArrayValueType
+{
+	PBArrayValueTypeBool,
+	PBArrayValueTypeInt32,
+	PBArrayValueTypeUInt32,
+	PBArrayValueTypeInt64,
+	PBArrayValueTypeUInt64,
+	PBArrayValueTypeFloat,
+	PBArrayValueTypeDouble,
+} PBArrayValueType;
+
+// PBArray is an immutable array class that's optimized for storing primitive
+// values.  All values stored in an PBArray instance must have the same type
+// (PBArrayValueType).  Object values (PBArrayValueTypeObject) are retained.
+@interface PBArray : NSObject <NSCopying>
+{
+@protected
+	PBArrayValueType	_valueType;
+	NSUInteger			_capacity;
+	NSUInteger			_count;
+	void *				_data;
+
+}
+//Count
+- (NSUInteger)count;
+//bool At Index
+- (BOOL)boolAtIndex:(NSUInteger)index;
+//int32 At Index
+- (SInt32)int32AtIndex:(NSUInteger)index;
+//enum At Index
+- (SInt32)enumAtIndex:(NSUInteger)index;
+//uint32 At Index
+- (UInt32)uint32AtIndex:(NSUInteger)index;
+//int64 At Index
+- (SInt64)int64AtIndex:(NSUInteger)index;
+//uint64 At Index
+- (UInt64)uint64AtIndex:(NSUInteger)index;
+//float At Index
+- (Float32)floatAtIndex:(NSUInteger)index;
+//double At Index
+- (Float64)doubleAtIndex:(NSUInteger)index;
+//Equal To Array
+- (BOOL)isEqualToArray:(PBArray *)array;
+//enumerate
+- (void)enumerateObjectsUsingBlock:(void (^)(id obj, NSUInteger idx, BOOL *stop))block;
+//index Of Object
+- (NSUInteger)indexOfObjectPassingTest:(BOOL (^)(id obj, NSUInteger idx, BOOL *stop))predicate;
+
+//This Methods automaticaly pack/unpack in NSNumber primitive values
+- (id)firstObject;
+//last Object
+- (id)lastObject;
+//object At Indexed
+- (id)objectAtIndexedSubscript:(NSUInteger)idx;
+
+@property (nonatomic,assign,readonly) PBArrayValueType valueType;
+@property (nonatomic,assign,readonly) const void * data;
+@property (nonatomic,assign,readonly,getter=count) NSUInteger count;
+
+@end
+
+@interface PBArray (PBArrayExtended)
+
+//- (instancetype)arrayByAppendingArray:(PBArray *)array;
+- (PBArray *)filteredArrayUsingPredicate:(NSPredicate *)predicate;
+@end
+
+@interface PBArray (PBArrayCreation)
+//init With PBArrayValueType
++ (instancetype)arrayWithValueType:(PBArrayValueType)valueType;
+//+ (instancetype)arrayWithValues:(const void *)values count:(NSUInteger)count valueType:(PBArrayValueType)valueType;
++ (instancetype)arrayWithArray:(NSArray *)array valueType:(PBArrayValueType)valueType;
+//init With PBArrayValueType
+- (instancetype)initWithValueType:(PBArrayValueType)valueType;
+//init With (values,count,valueType)
+- (instancetype)initWithValues:(const void *)values count:(NSUInteger)count valueType:(PBArrayValueType)valueType;
+//init With Array
+- (instancetype)initWithArray:(NSArray *)array valueType:(PBArrayValueType)valueType;
+
+@end
+
+// PBAppendableArray extends PBArray with the ability to append new values to
+// the end of the array.
+@interface PBAppendableArray : PBArray
+//add BOOL
+- (void)addBool:(BOOL)value;
+//add Int32
+- (void)addInt32:(SInt32)value;
+//add Uint32
+- (void)addUint32:(UInt32)value;
+//add Int64
+- (void)addInt64:(SInt64)value;
+//add Uint64
+- (void)addUint64:(UInt64)value;
+//add Float
+- (void)addFloat:(Float32)value;
+//add Double
+- (void)addDouble:(Float64)value;
+//add Enum
+- (void)addEnum:(SInt32)value;
+
+//append Array
+- (void)appendArray:(PBArray *)array;
+//append Values
+- (void)appendValues:(const void *)values count:(UInt32)count;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBEntryStringString.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBEntryStringString.h
new file mode 100755
index 0000000000000000000000000000000000000000..ba34f276918b411a678d1b67e53c1bf665a2edac
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBEntryStringString.h
@@ -0,0 +1,24 @@
+//
+//  PBEntryStringString.h
+//  APProtocolBuffers
+//
+//  Created by cuinacai on 16/6/2.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "APDPBGeneratedMessage.h"
+
+
+
+@class PBEntryStringString;
+
+@interface PBEntryStringString : APDPBGeneratedMessage
+//hasKey
+@property (readonly) BOOL hasKey;
+//hasValue
+@property (readonly) BOOL hasValue;
+//key
+@property (nonatomic,strong) NSString* key ;
+//value
+@property (nonatomic,strong) NSString* value ;
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBMapStringString.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBMapStringString.h
new file mode 100755
index 0000000000000000000000000000000000000000..7f1384377d061aeb90a2605275235c52dbebefd9
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/PBMapStringString.h
@@ -0,0 +1,27 @@
+//
+//  PBMapStringString.h
+//  APProtocolBuffers
+//
+//  Created by cuinacai on 16/6/2.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "APDPBGeneratedMessage.h"
+
+
+
+@class PBEntryStringString;
+@class PBMapStringString;
+
+@interface PBMapStringString : APDPBGeneratedMessage
+//hasEntries
+@property (readonly) BOOL hasEntries;
+//PBEntryStringString
+@property (nonatomic,strong) NSArray<PBEntryStringString*>* entries ;
+//用dic构建PBMapStringString
++(PBMapStringString*)mapWithDictionary:(NSDictionary<NSString*,NSString*>*)dic;
+//PBMapStringString转为Dictionary
+-(NSDictionary<NSString*,NSString*>*)toDictionary;
+@end
+
+
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ProtocolBuffers.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ProtocolBuffers.h
new file mode 100755
index 0000000000000000000000000000000000000000..722c4ae471de9cd27056316e98c4db0dd1f055c6
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/ProtocolBuffers.h
@@ -0,0 +1,47 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import <Foundation/Foundation.h>
+#import "Bootstrap.h"
+#import "AbstractMessage.h"
+#import "AbstractMessageBuilder.h"
+#import "CodedInputStream.h"
+#import "CodedOutputStream.h"
+//#import "ConcreteExtensionField.h"
+//#import "ExtendableMessage.h"
+//#import "ExtendableMessageBuilder.h"
+#import "ExtensionField.h"
+#import "ExtensionRegistry.h"
+#import "Field.h"
+#import "GeneratedMessage.h"
+//#import "GeneratedMessageBuilder.h"
+#import "Message.h"
+#import "MessageBuilder.h"
+//#import "MutableExtensionRegistry.h"
+#import "MutableField.h"
+#import "PBArray.h"
+#import "UnknownFieldSet.h"
+#import "UnknownFieldSetBuilder.h"
+#import "Utilities.h"
+#import "WireFormat.h"
+//#import "Descriptor.pb.h"
+//#import "ObjectivecDescriptor.pb.h"
+#import "APPBGeneratedMessage.h"
+#import "ExternKVParam.h"
+#import "APDPBGeneratedMessage.h"
+#import "PBMapStringString.h"
+#import "PBEntryStringString.h"
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/RingBuffer.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/RingBuffer.h
new file mode 100755
index 0000000000000000000000000000000000000000..aba7f83d8dca6d1deb512a687016832143fa65b3
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/RingBuffer.h
@@ -0,0 +1,21 @@
+#import <Foundation/Foundation.h>
+
+@interface RingBuffer : NSObject {
+	NSMutableData *buffer;
+	SInt32 position;
+	SInt32 tail;
+}
+@property (nonatomic, readonly) UInt32 freeSpace;
+//用MutableData初始化
+- (instancetype)initWithData:(NSMutableData*)data;
+
+// Returns false if there is not enough free space in buffer
+- (BOOL)appendByte:(uint8_t)byte;
+
+// Returns number of bytes written
+- (SInt32)appendData:(const NSData*)value offset:(SInt32)offset length:(SInt32)length;
+
+// Returns number of bytes written
+- (SInt32)flushToOutputStream:(NSOutputStream*)stream;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/UnknownFieldSet.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/UnknownFieldSet.h
new file mode 100755
index 0000000000000000000000000000000000000000..fe8efaa77454812d888cc7e5259856b1e8962866
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/UnknownFieldSet.h
@@ -0,0 +1,56 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+@class PBCodedOutputStream;
+@class PBField;
+@class PBUnknownFieldSetBuilder;
+
+@interface PBUnknownFieldSet : NSObject {
+@private
+  NSDictionary* fields;
+}
+
+@property (readonly, strong) NSDictionary* fields;
+//defaultInstance
++ (PBUnknownFieldSet*) defaultInstance;
+//设置field
++ (PBUnknownFieldSet*) setWithFields:(NSMutableDictionary*) fields;
+//设置data
++ (PBUnknownFieldSet*) parseFromData:(NSData*) data;
+//builder
++ (PBUnknownFieldSetBuilder*) builder;
+//设置UnknownFields with other
++ (PBUnknownFieldSetBuilder*) builderWithUnknownFields:(PBUnknownFieldSet*) other;
+
+//- (void) writeAsMessageSetTo:(PBCodedOutputStream*) output;
+- (void) writeToCodedOutputStream:(PBCodedOutputStream*) output;
+//该field的data
+- (NSData*) data;
+//该field的size
+- (SInt32) serializedSize;
+//- (SInt32) serializedSizeAsMessageSet;
+
+- (BOOL) hasField:(SInt32) number;
+//get Field with number
+- (PBField*) getField:(SInt32) number;
+//添加到des字符串
+- (void) writeDescriptionTo:(NSMutableString*) output
+                 withIndent:(NSString*) indent;
+//字典存储
+- (void) storeInDictionary: (NSMutableDictionary *) dic;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/UnknownFieldSetBuilder.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/UnknownFieldSetBuilder.h
new file mode 100755
index 0000000000000000000000000000000000000000..0578171b5ff6185d2406315bc7debedfb48bfc38
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/UnknownFieldSetBuilder.h
@@ -0,0 +1,113 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "MessageBuilder.h"
+
+@class PBField;
+@class PBMutableField;
+
+@interface PBUnknownFieldSetBuilder : NSObject <PBMessageBuilder> {
+@private
+  NSMutableDictionary* fields;
+
+  // Optimization:  We keep around a builder for the last field that was
+  //   modified so that we can efficiently add to it multiple times in a
+  //   row (important when parsing an unknown repeated field).
+  SInt32 lastFieldNumber;
+
+  PBMutableField* lastField;
+}
+
+//+ (PBUnknownFieldSetBuilder*) createBuilder:(PBUnknownFieldSet*) unknownFields;
+
+- (PBUnknownFieldSet*) build;
+/**
+ *	@brief	合并Unknown类型
+ *
+ *	@param 	PBUnknownFieldSet
+ *
+ *	@return instance
+ */
+- (PBUnknownFieldSetBuilder*) mergeUnknownFields:(PBUnknownFieldSet*) other;
+/**
+ *	@brief	合并Unknown类型
+ *
+ *	@param 	PBCodedInputStream
+ *
+ *	@return instance
+ */
+- (PBUnknownFieldSetBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input;
+/**
+ *	@brief	合并Unknown类型
+ *
+ *	@param 	NSData
+ *
+ *	@return instance
+ */
+- (PBUnknownFieldSetBuilder*) mergeFromData:(NSData*) data;
+/**
+ *	@brief	合并Unknown类型
+ *
+ *	@param 	NSInputStream
+ *
+ *	@return instance
+ */
+- (PBUnknownFieldSetBuilder*) mergeFromInputStream:(NSInputStream*) input;
+/**
+ *	@brief	合并可变整数
+ *
+ *	@param 	number
+ *	@param 	value
+ *
+ *	@return instance
+ */
+- (PBUnknownFieldSetBuilder*) mergeVarintField:(SInt32) number value:(SInt32) value;
+/**
+ *	@brief	同构PB的tag合并input类型
+ *
+ *	@param 	tag
+ *	@param 	input
+ *
+ *	@return instance
+ */
+- (BOOL) mergeFieldFrom:(SInt32) tag input:(PBCodedInputStream*) input;
+/**
+ *	@brief	添加field
+ *
+ *	@param 	field
+ *	@param 	number
+ *
+ *	@return instance
+ */
+- (PBUnknownFieldSetBuilder*) addField:(PBField*) field forNumber:(SInt32) number;
+/**
+ *	@brief	clear
+ *
+ *	@return instance
+ */
+- (PBUnknownFieldSetBuilder*) clear;
+/**
+ *	@brief	合并field
+ *
+ *	@param 	field
+ *	@param 	number
+ *
+ *	@return instance
+ */
+- (PBUnknownFieldSetBuilder*) mergeField:(PBField*) field forNumber:(SInt32) number;
+
+@end
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Utilities.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Utilities.h
new file mode 100755
index 0000000000000000000000000000000000000000..ec397c868f6195d7ea9f96cbdca78338bbbc9c54
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/Utilities.h
@@ -0,0 +1,340 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+#import "Message.h"
+#ifdef __cplusplus
+extern "C"{
+#endif
+SInt64 convertFloat64ToInt64(Float64 f);
+SInt32 convertFloat32ToInt32(Float32 f);
+Float64 convertInt64ToFloat64(SInt64 f);
+Float32 convertInt32ToFloat32(SInt32 f);
+
+UInt64 convertInt64ToUInt64(SInt64 i);
+SInt64  convertUInt64ToInt64(UInt64 u);
+UInt32 convertInt32ToUInt32(SInt32 i);
+SInt32  convertUInt32ToInt32(UInt32 u);
+
+SInt32 logicalRightShift32(SInt32 value, SInt32 spaces);
+SInt64 logicalRightShift64(SInt64 value, SInt32 spaces);
+
+
+/**
+ * Decode a ZigZag-encoded 32-bit value.  ZigZag encodes signed integers
+ * into values that can be efficiently encoded with varint.  (Otherwise,
+ * negative values must be sign-extended to 64 bits to be varint encoded,
+ * thus always taking 10 bytes on the wire.)
+ *
+ * @param n An unsigned 32-bit integer, stored in a signed int.
+ * @return A signed 32-bit integer.
+ */
+SInt32 decodeZigZag32(SInt32 n);
+
+/**
+ * Decode a ZigZag-encoded 64-bit value.  ZigZag encodes signed integers
+ * into values that can be efficiently encoded with varint.  (Otherwise,
+ * negative values must be sign-extended to 64 bits to be varint encoded,
+ * thus always taking 10 bytes on the wire.)
+ *
+ * @param n An unsigned 64-bit integer, stored in a signed int.
+ * @return A signed 64-bit integer.
+ */
+SInt64 decodeZigZag64(SInt64 n);
+
+
+/**
+ * Encode a ZigZag-encoded 32-bit value.  ZigZag encodes signed integers
+ * into values that can be efficiently encoded with varint.  (Otherwise,
+ * negative values must be sign-extended to 64 bits to be varint encoded,
+ * thus always taking 10 bytes on the wire.)
+ *
+ * @param n A signed 32-bit integer.
+ * @return An unsigned 32-bit integer, stored in a signed int.
+ */
+SInt32 encodeZigZag32(SInt32 n);
+
+/**
+ * Encode a ZigZag-encoded 64-bit value.  ZigZag encodes signed integers
+ * into values that can be efficiently encoded with varint.  (Otherwise,
+ * negative values must be sign-extended to 64 bits to be varint encoded,
+ * thus always taking 10 bytes on the wire.)
+ *
+ * @param n A signed 64-bit integer.
+ * @return An unsigned 64-bit integer, stored in a signed int.
+ */
+SInt64 encodeZigZag64(SInt64 n);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code double} field, including tag.
+ */
+SInt32 computeDoubleSize(SInt32 fieldNumber, Float64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code float} field, including tag.
+ */
+SInt32 computeFloatSize(SInt32 fieldNumber, Float32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code uint64} field, including tag.
+ */
+SInt32 computeUInt64Size(SInt32 fieldNumber, SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code int64} field, including tag.
+ */
+SInt32 computeInt64Size(SInt32 fieldNumber, SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code int32} field, including tag.
+ */
+SInt32 computeInt32Size(SInt32 fieldNumber, SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code fixed64} field, including tag.
+ */
+SInt32 computeFixed64Size(SInt32 fieldNumber, SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code fixed32} field, including tag.
+ */
+SInt32 computeFixed32Size(SInt32 fieldNumber, SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code bool} field, including tag.
+ */
+SInt32 computeBoolSize(SInt32 fieldNumber, BOOL value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code string} field, including tag.
+ */
+SInt32 computeStringSize(SInt32 fieldNumber, const NSString* value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code group} field, including tag.
+ */
+SInt32 computeGroupSize(SInt32 fieldNumber, const id<PBMessage> value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code group} field represented by an {@code PBUnknownFieldSet}, including
+ * tag.
+ */
+SInt32 computeUnknownGroupSize(SInt32 fieldNumber, const PBUnknownFieldSet* value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * embedded message field, including tag.
+ */
+SInt32 computeMessageSize(SInt32 fieldNumber, const id<PBMessage> value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code bytes} field, including tag.
+ */
+SInt32 computeDataSize(SInt32 fieldNumber, const NSData* value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code uint32} field, including tag.
+ */
+SInt32 computeUInt32Size(SInt32 fieldNumber, SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code sfixed32} field, including tag.
+ */
+SInt32 computeSFixed32Size(SInt32 fieldNumber, SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code sfixed64} field, including tag.
+ */
+SInt32 computeSFixed64Size(SInt32 fieldNumber, SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code sint32} field, including tag.
+ */
+SInt32 computeSInt32Size(SInt32 fieldNumber, SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code sint64} field, including tag.
+ */
+SInt32 computeSInt64Size(SInt32 fieldNumber, SInt64 value);
+
+/** Compute the number of bytes that would be needed to encode a tag. */
+SInt32 computeTagSize(SInt32 fieldNumber);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code double} field, including tag.
+ */
+SInt32 computeDoubleSizeNoTag(Float64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code float} field, including tag.
+ */
+SInt32 computeFloatSizeNoTag(Float32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code uint64} field, including tag.
+ */
+SInt32 computeUInt64SizeNoTag(SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code int64} field, including tag.
+ */
+SInt32 computeInt64SizeNoTag(SInt64 value);
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code int32} field, including tag.
+ */
+SInt32 computeInt32SizeNoTag(SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code fixed64} field, including tag.
+ */
+SInt32 computeFixed64SizeNoTag(SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code fixed32} field, including tag.
+ */
+SInt32 computeFixed32SizeNoTag(SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code bool} field, including tag.
+ */
+SInt32 computeBoolSizeNoTag(BOOL value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code string} field, including tag.
+ */
+SInt32 computeStringSizeNoTag(const NSString* value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code group} field, including tag.
+ */
+SInt32 computeGroupSizeNoTag(const id<PBMessage> value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code group} field represented by an {@code PBUnknownFieldSet}, including
+ * tag.
+ */
+SInt32 computeUnknownGroupSizeNoTag(const PBUnknownFieldSet* value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * embedded message field, including tag.
+ */
+SInt32 computeMessageSizeNoTag(const id<PBMessage> value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code bytes} field, including tag.
+ */
+SInt32 computeDataSizeNoTag(const NSData* value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * {@code uint32} field, including tag.
+ */
+SInt32 computeUInt32SizeNoTag(SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * enum field, including tag.  Caller is responsible for converting the
+ * enum value to its numeric value.
+ */
+SInt32 computeEnumSizeNoTag(SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code sfixed32} field, including tag.
+ */
+SInt32 computeSFixed32SizeNoTag(SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code sfixed64} field, including tag.
+ */
+SInt32 computeSFixed64SizeNoTag(SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code sint32} field, including tag.
+ */
+SInt32 computeSInt32SizeNoTag(SInt32 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * {@code sint64} field, including tag.
+ */
+SInt32 computeSInt64SizeNoTag(SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a varint.
+ * {@code value} is treated as unsigned, so it won't be sign-extended if
+ * negative.
+ */
+SInt32 computeRawVarint32Size(SInt32 value);
+
+/** Compute the number of bytes that would be needed to encode a varint. */
+SInt32 computeRawVarint64Size(SInt64 value);
+
+/**
+ * Compute the number of bytes that would be needed to encode a
+ * MessageSet extension to the stream.  For historical reasons,
+ * the wire format differs from normal fields.
+ */
+SInt32 computeMessageSetExtensionSize(SInt32 fieldNumber, const id<PBMessage> value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * unparsed MessageSet extension field to the stream.  For
+ * historical reasons, the wire format differs from normal fields.
+ */
+SInt32 computeRawMessageSetExtensionSize(SInt32 fieldNumber, const NSData* value);
+
+/**
+ * Compute the number of bytes that would be needed to encode an
+ * enum field, including tag.  Caller is responsible for converting the
+ * enum value to its numeric value.
+ */
+SInt32 computeEnumSize(SInt32 fieldNumber, SInt32 value);
+#ifdef __cplusplus
+}
+#endif
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/WireFormat.h b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/WireFormat.h
new file mode 100755
index 0000000000000000000000000000000000000000..66cca845414b73af20c2b5049df81bed85538eee
--- /dev/null
+++ b/MPaaS/Frameworks/APProtocolBuffers.framework/Headers/WireFormat.h
@@ -0,0 +1,47 @@
+// Protocol Buffers for Objective C
+//
+// Copyright 2010 Booyah Inc.
+// Copyright 2008 Cyrus Najmabadi
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+typedef enum {
+  PBWireFormatVarint = 0,
+  PBWireFormatFixed64 = 1,
+  PBWireFormatLengthDelimited = 2,
+  PBWireFormatStartGroup = 3,
+  PBWireFormatEndGroup = 4,
+  PBWireFormatFixed32 = 5,
+
+  PBWireFormatTagTypeBits = 3,
+  PBWireFormatTagTypeMask = 7 /* = (1 << PBWireFormatTagTypeBits) - 1*/,
+
+  PBWireFormatMessageSetItem = 1,
+  PBWireFormatMessageSetTypeId = 2,
+  PBWireFormatMessageSetMessage = 3
+} PBWireFormat;
+#ifdef __cplusplus
+extern "C"{
+#endif
+SInt32 PBWireFormatMakeTag(SInt32 fieldNumber, SInt32 wireType);
+SInt32 PBWireFormatGetTagWireType(SInt32 tag);
+SInt32 PBWireFormatGetTagFieldNumber(SInt32 tag);
+
+#define PBWireFormatMessageSetItemTag (PBWireFormatMakeTag(PBWireFormatMessageSetItem, PBWireFormatStartGroup))
+#define PBWireFormatMessageSetItemEndTag (PBWireFormatMakeTag(PBWireFormatMessageSetItem, PBWireFormatEndGroup))
+#define PBWireFormatMessageSetTypeIdTag (PBWireFormatMakeTag(PBWireFormatMessageSetTypeId, PBWireFormatVarint))
+#define PBWireFormatMessageSetMessageTag (PBWireFormatMakeTag(PBWireFormatMessageSetMessage, PBWireFormatLengthDelimited))
+    
+#ifdef __cplusplus
+}
+#endif
\ No newline at end of file
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/Info.plist b/MPaaS/Frameworks/APProtocolBuffers.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..de427d376948465112adb0d75d2c8e5a67a17127
Binary files /dev/null and b/MPaaS/Frameworks/APProtocolBuffers.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APProtocolBuffers.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/APProtocolBuffers.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/APProtocolBuffers.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/APRemoteLogging b/MPaaS/Frameworks/APRemoteLogging.framework/APRemoteLogging
new file mode 100755
index 0000000000000000000000000000000000000000..708e2434ea5be533e7cc158d56a8dadc1e457f32
Binary files /dev/null and b/MPaaS/Frameworks/APRemoteLogging.framework/APRemoteLogging differ
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APCrashLogParamHelper.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APCrashLogParamHelper.h
new file mode 100755
index 0000000000000000000000000000000000000000..abc1d5ab0c29ecaab64945c1f66c2ea12a03adc0
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APCrashLogParamHelper.h
@@ -0,0 +1,130 @@
+//
+//  APCrashLogParamHelper.h
+//  APRemoteLogging
+//
+//  Created by NianXi on 16/6/16.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <mach/mach.h>
+#import <pthread.h>
+
+typedef NS_ENUM(NSInteger, APBackgroundFetchState) {
+    APBackgroundFetchStateNone,
+    APBackgroundFetchStateBegin,
+    APBackgroundFetchStateEnd
+};
+
+typedef NS_ENUM(NSInteger, APHotspotHelperState) {
+    APHotspotHelperStateNone,
+    APHotspotHelperStateBegin,
+    APHotspotHelperStateEnd
+};
+
+@interface APCrashLogParamHelper : NSObject
+
+/**
+ *  闪退发生时最近浏览的一个H5页面
+ *
+ *  @return NSString型 URL , 可能为空
+ */
++ (NSString *_Nullable)lastWebURL;
+
+/**
+ *  已生效的hotpatch脚本信息
+ *
+ *  @return NSString型 多个脚本以"|"分隔,如 ,可能为空
+ */
++ (NSString *_Nullable)executedPatchsInfo;
+
+/**
+ *  iam扩展信息
+ *
+ *  @return NSString型 可能为空
+ */
++ (NSString *_Nullable)ebcContextInfo;
+
+/**
+ *  已经加载的bundle信息
+ *
+ *  @return NSString型 可能为空
+ */
++ (NSString *_Nullable)bundleInfo;
+
+/**
+ *  进程存活时间,单位秒
+ *
+ *  @return time_t 存活秒数
+ */
++ (time_t)survivalTime;
+
+/**
+    发生闪退的线程的Queue名称
+
+ @return NSString * 队列名,可能为空
+ */
++ (NSString *_Nullable)crashThreadQueueName:(thread_t)thread;
+
+/**
+    发生闪退的线程的线程名
+
+ @return NSString * 线程名,可能为空
+ */
++ (NSString *_Nullable)crashThreadName:(thread_t)thread;
+
+/**
+ *  字典格式化 转成 key=value^key=value^key=value 格式字符串
+ *
+ *  @param dic å­—å…¸
+ *
+ *  @return 格式化后的字符串
+ */
++ (NSString *_Nullable)convertToLogFromDic:(NSDictionary *_Nonnull)dic;
+
+/**
+ *  数组格式化 转成 a|b|c|d 格式字符串
+ *
+ *  @param array 数组
+ *
+ *  @return 格式化后的字符串
+ */
++ (NSString *_Nullable)convertToLogFromArray:(NSArray *_Nonnull)array;
+
+/**
+ *  用于日志的可读fetch状态字符
+ *
+ *  @return NSString *型 用于日志的可读fetch状态字符
+ */
++ (NSString *_Nonnull)backgroundFetchStateReadableString;
+
+/**
+ *  用于日志的可读hotspot状态字符
+ *
+ *  @return NSString *型 用于日志的可读hotspot状态字符
+ */
++ (NSString *_Nullable)hotspotHelperStateReadableString;
+/**
+ *  获取非空的前后台状态值(通过UIApplicationState辅助二次校准)
+ *
+ *  @param stateString 可为空的初次判断值
+ *
+ *  @return 非空的前后台状态字符串
+ */
++ (nonnull NSString *)applicationStateReadableString:(nullable NSString *)stateString;
+
+/**
+ *  当前appid
+ *
+ *  @return NSString *åž‹
+ */
++ (NSString *_Nullable)currentAppId;
+
+/**
+ *  当前H5应用的唯一标识(格式为:appid_version_releasetype)
+ *
+ *  @return NSString *åž‹
+ */
++ (NSString *_Nullable)currentH5AppUniqueId;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogAddions.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogAddions.h
new file mode 100755
index 0000000000000000000000000000000000000000..e26d057dfebb894f612119f1153f444d36ecad4d
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogAddions.h
@@ -0,0 +1,82 @@
+//
+//  APLogAddions.h
+//  APRemoteLogging
+//
+//  Created by tashigaofei on 15/10/13.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APLogAdditions : NSObject
+
+/**
+ *  UUID、UTDID、clientID、deviceModel,language,接入方无须重写,由mPaaS自动获取。
+ */
+@property (nonatomic, strong, readonly) NSString *UUID __deprecated_msg("业务方需要自定义UUID时,请覆盖实现getBrandNewUUID方法."); // 默认实现为调用系统方法获取UUID
+@property (nonatomic, strong, readonly) NSString *UTDID;    // 默认实现为从APMobileIdentifier获取,如果没有APMobileIdentifier,会反射式调用UTDID库的[UTDevice utdid]方法
+@property (nonatomic, strong, readonly) NSString *clientID; // 默认实现为从APMobileIdentifier获取,如果没有APMobileIdentifier,会返回@""
+@property (nonatomic, strong) NSString *deviceModel;        // 默认实现为从APMobileIdentifier获取,如果没有APMobileIdentifier,会调用系统方法获取设备型号
+@property (nonatomic, strong) NSString *language;           // 默认实现为读取NSUserDefaults中kAPLanguageSettingKey。如果使用钱包或mPaaS多语言模块,该方法不需要重写
+
+/**
+ *  userID为可选参数,当前登录的用户,接入方在Category中覆盖实现。
+ */
+@property (nonatomic, strong) NSString *userID;
+
+/**
+ *  log日志服务器地址,默认返回@"",需要接入方在Category中覆盖。格式为http://mdap.alipaylog.com/loggw/log.do
+ */
+@property (nonatomic, strong) NSString *logServerURL;
+
+/**
+ *  log日志服务器配置地址,默认返回@"",需要接入方在Category中覆盖。格式为http://mdap.alipaylog.com/loggw/config.do
+ *  一般只需要重写logServerURL即可,configServerURL系统会自动根据logServerURL进行修改。
+ */
+@property (nonatomic, strong) NSString *configServerURL;
+
+/**
+ *  客户端日志产品ID,默认返回[[NSBundle mainBundle] objectForInfoDictionaryKey:@"Product ID"],如果不同需要接入方在Category中覆盖。
+ */
+@property (nonatomic, strong) NSString *platformID;
+
+/**
+ *  客户端版本号,默认返回[[NSBundle mainBundle] objectForInfoDictionaryKey:@"Product Version"],如果不同需要接入方在Category中覆盖。
+ */
+@property (nonatomic, strong) NSString *clientVersion;
+
+/**
+ *  本地日志文件大小上限,达到上限时删除历史文件的四分之一. 默认返回 1024*1024*35L (35MB), 如果不同需要接入方在Category中覆盖。
+ */
+@property (nonatomic, assign) NSInteger maximumSizeOfLog;
+
+/**
+ *  本地日志文件个数上限,达到上限时删除历史文件的四分之一. 默认返回256, 如果不同需要接入方在Category中覆盖。
+ */
+@property (nonatomic, assign) NSInteger maximumNumberOfLogFiles;
+
+
++ (instancetype)sharedInstance;
+
+/**
+ *  默认实现为返回 @[]
+ *  @return @[@(APLogTypeXXX), @(APLogTypeYYY)]数组。数组元素为NSNumber类型
+ */
+- (NSArray*)defaultUploadLogTypes __deprecated_msg("All logs will write & upload without server config now. The return value of this method is ignored.");
+
+/**
+ *  输出诊断日志到本地日志文件,方便定位问题。
+ *  该方法默认实现为空,由外部覆盖实现为指定日志方法。
+ */
+- (void)logToFile:(NSString*)logStr;
+
+/**
+ 生成一个新的UUID. 
+ 每次后台回前台会检查当前UUID的时间戳是否超过了30分钟,若超过了,该方法会被调用.
+ 默认的实现为调用系统方法生成一个新的UUID: [NSUUID UUID].UUIDString
+
+ @return 新的UUID字符串.
+ */
+- (NSString *)getBrandNewUUID;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogSpmContext.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogSpmContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..4d6ba2145307e112098c32947ba0c67ff77a3884
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogSpmContext.h
@@ -0,0 +1,89 @@
+//
+//  APLogSpmContext.h
+//  APRemoteLogging
+//
+//  Created by majie on 16/8/3.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APLogSpmPageStatus.h"
+
+@interface APLogSpmContext : NSObject
+
++ (instancetype)sharedInstance;
+
+@property (nonatomic, strong) APLogSpmPageStatus *pageStatus;
+@property (nonatomic, strong) APLogSpmPageList *pageList;
+
+- (NSString *)pageIdForHashCode:(NSString *)hashCode;
+- (void)reset;
+- (void)setPageId:(NSString *)pageId hashCode:(NSString *)hashCode index:(NSObject *)index;
+
+@end
+
+//重构手动spm埋点,解决ios8以下,生命周期的问题
+@interface APLogManualPageInfo : NSObject<NSCopying>
+
+@property (atomic, weak) NSObject *weakIndex;
+
+//当前页面流水号
+@property (atomic, strong) NSString *pageId;
+
+//当前页面spmid
+@property (atomic, strong) NSString *pageSpmId;
+
+//打开时间
+@property (atomic, strong) NSNumber *t1;
+
+//页面打开时间
+@property (atomic, strong) NSString *startTime;
+
+//应用appid
+@property (atomic, strong) NSString *appId;
+
+//是否已经调用过pageEnd
+@property (atomic, assign) BOOL didEnd;
+
+@property (atomic, copy) NSString *referSpm;
+
+// 来源的SPM
+@property(atomic, strong) NSString *srcSPM;
+// 当前页面最后点击的SPM
+@property(atomic, strong) NSString *lastSPM;
+// refer的PageInfo
+@property(atomic, strong) APLogManualPageInfo *referPageInfo;
+
++ (void)filterPageInfo:(APLogManualPageInfo *)pageInfo;
++ (APLogManualPageInfo *)createPageInfoWithSpmId:(NSString *)spmid index:(NSObject *)index;
++ (void)updatePageId:(APLogManualPageInfo *)pageInfo WithSpmid:(NSString *)spmid;
+
+@end
+
+@interface APLogManualContext : NSObject
+
++ (instancetype)sharedInstance;
+
+//上一个页面的spmid
+@property (atomic, strong) NSString *lastPageSpmId;
+
+//上一个页面流水号
+@property (atomic, strong) NSString *lastPageId;
+
+//上一个页面
+@property (atomic, strong) NSString *lastViewId;
+
+//上一个页面的pageInfo,包含srcSPM、lastSPM、pageId等
+@property (atomic, strong) APLogManualPageInfo *lastPageInfo;
+
+
+- (APLogManualPageInfo *)pageInfoForKey:(NSString *)key;
+- (void)updatePageInfo:(APLogManualPageInfo *)pageInfo withSpmId:(NSString *)spmId;
+- (void)updatePageInfo:(NSObject *)index withSrcSpm:(NSString *)srcSpm;
+- (void)updatePageInfo:(APLogManualPageInfo *)pageInfo withLastSpm:(NSString *)lastSpm;
+- (void)insertPageInfo:(APLogManualPageInfo *)pageInfo forKey:(NSString *)key;
+- (void)checkWeakPageInfo;
+- (NSString *)getSrcSpmFromDict:(NSObject *)index;
+
+@end
+
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogSpmPageStatus.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogSpmPageStatus.h
new file mode 100755
index 0000000000000000000000000000000000000000..cf80e512bcac6e2865907d153bdd3d27481a5860
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogSpmPageStatus.h
@@ -0,0 +1,52 @@
+//
+//  APLogSpmPageStatus.h
+//  APRemoteLogging
+//
+//  Created by majie on 16/8/3.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APLogSpmPageStatus : NSObject
+
+//判断是否在等pageend操作
+@property (atomic, assign) BOOL writeingPageEnd;
+
+//当前页面流水号
+@property (atomic, strong) NSString *pageId;
+
+//上一个页面流水号
+@property (atomic, strong) NSString *lastPageId;
+
+//当前页面spmid
+@property (atomic, strong) NSString *pageSpmId;
+
+//上一个页面的spmid
+@property (atomic, strong) NSString *lastPageSpmId;
+
+//打开时间
+@property (atomic, assign) CFTimeInterval t1;
+
+//页面打开时间
+@property (atomic, strong) NSString *startTime;
+
+//页面流水号index
+@property (atomic, strong) NSString *hashCode;
+
+
+@property (atomic, strong) NSString *currentPageId;
+@property (atomic, strong) NSString *oldPageId;
+@property (atomic, strong) NSString *spmStatus;
+@property (atomic, strong) NSString *appId;
+
+- (void)reset;
+
+@end
+
+@interface APLogSpmPageList : NSObject
+
+- (void)addContent:(NSString *)content;
+- (BOOL)containContent:(NSString *)content;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogTrackAgent.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogTrackAgent.h
new file mode 100755
index 0000000000000000000000000000000000000000..4c2cdb1ad6d4547e1269d5b9cfe14a7c7e281716
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogTrackAgent.h
@@ -0,0 +1,70 @@
+//
+//  APLogTrackAgent.h
+//  APRemoteLogging
+//
+//  Created by majie on 16/10/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+typedef NS_ENUM(int, APLogTrackUpdateType){
+    APLogTrackUpdateTypeAll = 0,
+    APLogTrackUpdateTypeNeed
+};
+
+@interface APLogTrackContext : NSObject
+
+//abtest标示
+@property (atomic, copy) NSString *abTestInfo;
+
+//数据回流
+@property (atomic, copy) NSString *entityId;
+
+//spmId
+@property (atomic, copy) NSString *spmId;
+
+//日志级别
+@property (atomic, copy) NSString *level;
+
+//业务类型
+@property (atomic, copy) NSString *bizType;
+
+//xpath
+@property (atomic, copy) NSString *xPath;
+
+//扩展参数4(数据回流,兼容手动spm支持设置)
+@property (atomic, strong) NSDictionary *param;
+
+//是否上传pageId
+@property (atomic, assign) BOOL needRpc;
+
+//扩展参数数组
+@property (atomic, copy) NSArray *params;
+
++ (void)filterContext:(APLogTrackContext *)context;
+
+@end
+
+@interface APLogTrackAgent : NSObject
+
++ (void)viewController:(UIViewController *)viewController
+               context:(APLogTrackContext *)context
+            updateType:(APLogTrackUpdateType)updateType;
+
++ (void)willAppearViewController:(UIViewController *)viewController context:(APLogTrackContext *)context;
+
++ (void)willDisappearViewController:(UIViewController *)viewController;
+
++ (void)didAppearViewController:(UIViewController *)viewController context:(APLogTrackContext *)context;
+
++ (void)didDisappearViewController:(UIViewController *)viewController;
+
++ (void)control:(UIControl *)control events:(UIControlEvents)events context:(APLogTrackContext *)context;
+
++ (void)view:(UIView *)view gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer context:(APLogTrackContext *)context;
+
++ (void)selectTableCell:(UITableViewCell *)cell context:(APLogTrackContext *)context;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogTrackManager.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogTrackManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..e002df0e516903507fe7039934cc315148775249
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APLogTrackManager.h
@@ -0,0 +1,53 @@
+//
+//  APLogTrackManager.h
+//  APRemoteLogging
+//
+//  Created by majie on 16/10/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <APRemoteLogging/APLogTrackAgent.h>
+
+@interface APLogTrackPageInfo : NSObject
+
+@property (atomic, readonly, copy) NSString *pageId;
+@property (atomic, readonly, copy) NSString *timestamp;
+@property (atomic, readonly, copy) NSString *spmId;
+@property (atomic, readonly, copy) NSString *information;
+@property (atomic, readonly, assign) BOOL needRpc;
+
+@end
+
+
+@interface APLogTrackManager : NSObject
+
+/**
+ 通知自动化埋点页面打开
+
+ @param index 页面唯一标识,通常传入UIViewController的实例
+ @param context 参数信息 \@ see APLogTrackContext
+ */
++ (void)logPageStartWithIndex:(NSObject *)index context:(APLogTrackContext *)context;
+
+/**
+ 通知自动化埋点页面关闭
+ 
+ @param index 页面唯一标识,需要保证此处传入的对象与调用[logPageStartWithIndex:context]时传入的index为同一个对象
+ @param context 参数信息 \@ see APLogTrackContext
+ */
++ (void)logPageEndWithIndex:(NSObject *)index;
+
+
++ (void)logPageUpdateWithIndex:(NSObject *)index context:(APLogTrackContext *)context;
+
+
++ (void)logPageUpdateWithIndex:(NSObject *)index context:(APLogTrackContext *)context updateType:(APLogTrackUpdateType)updateType;
+
+
++ (void)logAutoClickWithContext:(APLogTrackContext *)context;
+
+
++ (APLogTrackPageInfo *)pageInfoWithIndex:(NSObject *)index;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APMonitorPointDataDefines.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APMonitorPointDataDefines.h
new file mode 100755
index 0000000000000000000000000000000000000000..02b425b12ac41e1a8f0c14833bd1dc5dd1b3ce07
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APMonitorPointDataDefines.h
@@ -0,0 +1,355 @@
+//
+//  APMonitorPointDataDefines.h
+//  AlipayPortal
+//
+//  Created by  tudou on 12-1-5.
+//  Copyright (c) 2012å¹´ aliPay. All rights reserved.
+//
+
+#ifndef AP_REMOTE_LOGGING_DEFINE
+#define AP_REMOTE_LOGGING_DEFINE
+/*
+AP_REMOTE_LOGGING_DEFINE 包含的代码在下列两个文件是一致的。
+- APMonitorPointDataDefines.h
+- APRemoteLogging+MPaaS.h
+*/
+
+/**
+ *  埋点预定义的可用actionID,只可以用预设的,否则服务器不识别
+ */
+static NSString * const kValue_CrashLogFlag = @"MonitorPoint_Crash";
+
+
+static NSString * const kActionID_Manual_perf = @"monitorPerf"; //性能监控标志
+static NSString * const kActionID_Clicked = @"clicked";
+static NSString * const kActionID_LongClicked = @"longClicked";
+static NSString * const kActionID_Submtted = @"submited";
+static NSString * const kActionID_BizLaunched = @"bizLaunched";
+static NSString * const kActionID_SetGesture = @"setGesture";
+static NSString * const kActionID_CheckGesture = @"checkGesture";
+static NSString * const kActionID_NetBroken = @"netBroken";
+static NSString * const kActionID_Monitor = @"monitor";
+static NSString * const KActionID_Slided = @"slided";
+static NSString * const KActionID_None = @"none";
+static NSString * const kActionID_OPENPAGE = @"openPage";
+static NSString * const KActionID_AutoClicked = @"auto_clicked";
+static NSString * const KActionID_AutoClick = @"auto_click";
+static NSString * const KActionID_AutoOpenPage = @"auto_openPage";
+static NSString * const KActionID_AutoEvent = @"auto_event";
+static NSString * const KActionID_Event = @"event";
+static NSString * const KActionID_FingerIdenty = @"fingerIdenty";
+static NSString * const KActionID_MonitorReport = @"MonitorReport";
+static NSString * const KActionID_Exposure = @"exposure";
+static NSString * const KActionID_MergeExposure = @"mergeExpose";
+static NSString * const KActionID_Page_monitor = @"page_monitor";//deprecated
+extern NSString * const kActionID_PageMonitor;
+extern NSString * const kActionID_Count;
+
+static NSString * const kActionID_Exception = @"exception";
+static NSString * const KActionID_Error = @"error";
+static NSString * const kActionID_FlashBroken = @"flashBroken";
+
+
+
+//性能埋点的actionID
+static NSString * const KActionID_PerformanceNetwork = @"network";
+static NSString * const KActionID_PerformanceMobSDK = @"mobsdk";
+static NSString * const KActionID_PerformanceWebApp = @"webapp";
+static NSString * const KActionID_PerformancePackage = @"package";
+static NSString * const KActionID_PerformancePage = @"page";
+static NSString * const KActionID_PerformanceInterface = @"interface";
+static NSString * const KActionID_PerformanceMemory = @"memory";
+static NSString * const KActionID_PerformanceSdkMonitor = @"sdkmonitor";
+
+#pragma mark -
+#pragma mark 埋点id
+#pragma mark -
+
+static NSString * const kRecordTime = @"timestamp";
+static NSString * const kPlatformID = @"platformID"; //客户端ID
+static NSString * const kClientVersion = @"clientVersion";//客户端版本
+static NSString * const kInternalVersion = @"InternalVersion";//内部版本
+static NSString * const kLogModleVersion = @"logModelVersion";//日志版本
+static NSString * const kClientId = @"clientId"; //设备ID
+static NSString * const kUUID = @"UUID";     //会话ID
+static NSString * const kUserID = @"userID";
+static NSString * const kActionID = @"actionID";//行为id (clicked,submited,bizLaunched)
+static NSString * const kActionStatus = @"actionStatus";
+static NSString * const kStatusMsg = @"statusMsg";
+static NSString * const kBizID = @"bizID";
+static NSString * const kBizVersion = @"bizVersion";
+static NSString * const kCurrentViewID = @"currentViewID";
+static NSString * const kLastViewID = @"lastViewID";
+static NSString * const kActionSeed = @"logID"; //埋点ID
+static NSString * const kWapURL = @"wapURL";
+static NSString * const kActionOwnerType = @"actionType";
+static NSString * const kLogOwnerType = @"logType";
+static NSString * const kExArg1 = @"stayDuration";
+static NSString * const kExArg2 = @"arg2";
+static NSString * const kExArg3 = @"renderConsume";
+static NSString * const kExArg4 = @"arg4";
+static NSString * const kExArg5 = @"sourceID";
+static NSString * const kRequestid = @"unitID"; //流水号
+static NSString * const UTDID = @"utdID"; //cookie
+static NSString * const ucID = @"ucID";
+static NSString * const kIndex = @"index";
+static NSString * const kLogLastViewID = @"logLastViewID";
+static NSString * const kLogCurrentViewID = @"logCurrentViewID";
+static NSString * const kExceptionType = @"ExceptionType";
+static NSString * const kAppStack = @"AppStack";
+static NSString * const kVcStack = @"VcStack";
+static NSString * const kAppPackageType = @"AppPackageType";
+static NSString * const kAttachment = @"Attachment"; //附加信息
+static NSString * const kHeader = @"header";
+static NSString * const kExtension = @"extension";
+static NSString * const kResolution = @"resolution";
+static NSString * const kSessionid = @"session_id";
+extern NSString * const kLogEntityIdKey;/**<formatter中EntityId对应key值*/
+extern NSString * const kLogPageIdKey;  /**<formatter中pageId对应的key值*/
+extern NSString * const kABTestInfoKey; /**<formatter中ABTestInfo对应的key值*/
+extern NSString * const kLogSequenceIdKey; /**<formatter中埋点序列号对应的key值*/
+
+static const char kHotpatchPart1[] = "Hotpa";
+static const char kHotpatchPart2[] = "tchVersion";
+#define kHotpatchVersion ([NSString stringWithFormat:@"%s%s", kHotpatchPart1, kHotpatchPart2])
+
+#pragma mark -
+#pragma mark Performance Log Key
+
+static NSString * const kActionControlID = @"ActionControlID";
+static NSString * const kActionToken = @"ActionToken";
+static NSString * const kActionDescription = @"ActionDescription";
+static NSString * const kMonitorType = @"MonitorType";
+static NSString * const kMonitorSubType = @"MonitorSubType";
+static NSString * const kSystemType = @"SystemType";
+static NSString * const kSystemVersion = @"SystemVersion";
+static NSString * const kNetworkType = @"NetworkType";
+static NSString * const kDeviceModel = @"kDeviceModel";
+static NSString * const kInnerVersion = @"InnerVersion";
+static NSString * const kDistributionChannel = @"DistributionChannel";
+static NSString * const kLanguage = @"Language";
+
+#pragma mark -
+#pragma mark other keys
+// android only 仅仅是为了和安卓保持日志模型一致,此字段留空
+static NSString * const kCPUCoreNum = @"CPUCoreNum";
+static NSString * const kCPUMaxFreq = @"CPUMaxFreq";
+static NSString * const kTotalMem = @"TotalMem";
+static NSString * const kAPK = @"apk";
+static NSString * const kExtendedArg = @"extendedArgument";// for server @尚清
+static NSString * const kThreadName = @"ThreadName";
+static NSString * const kJavaOrNative = @"JavaOrNative";
+static NSString * const kBootReason = @"bootReason";
+extern NSString * const kProcessNameKey; //进程名, Android特有, 仅为保持对齐.
+//9.6.6之后行为埋点的基础扩展字段,字典类型,后续其它日志模型也可以用这个key
+static NSString * const kFoundationExtended = @"FoundationExtended";
+static NSString * const kFoundationExtendedVoiceOver = @"VoiceOver";
+static NSString * const kFoundationExtendedTimeZone = @"TimeZone";
+static NSString * const kBundleUpdates = @"bundleUpdates";
+
+
+#pragma mark -
+#pragma mark Diagnose Log Key
+static NSString * const kChannelID = @"ChannelID";
+static NSString * const kDiagnoseType = @"DiagnoseType";
+static NSString * const kDiagnoseMessage = @"DiagnoseMessage";
+
+
+
+
+static NSString * const kMonitorPoint_bizLaunched = @"MonitorPoint_bizLaunched";
+static NSString * const kMonitorPoint_viewJump = @"MonitorPoint_viewJump";
+static NSString * const kMonitorPoint_viewReturn = @"MonitorPoint_viewReturn";
+static NSString * const kMonitorPoint_ConnectErr = @"MonitorPoint_ConnectErr";
+static NSString * const kMonitorPoint_ClientsErr = @"MonitorPoint_ClientsErr";
+static NSString * const kMonitorPoint_BizResult = @"MonitorPoint_BizResult";
+static NSString * const kMonitorPoint_ButtonClicked = @"MonitorPoint_ButtonClicked";
+static NSString * const kMonitorPoint_CheckUpdate = @"MonitorPoint_CheckUpdate";
+static NSString * const kMonitorPoint_ShareInfo = @"MonitorPoint_ShareInfo";
+static NSString * const kMonitorPoint_Exception = @"MonitorPoint_Exception";
+static NSString * const kMonitorPoint_Event = @"MonitorPoint_Event";
+
+#define logsFile @"LOGS.plist"
+
+#pragma  mark -
+#pragma  mark viewID
+#pragma  mark -
+static NSString * const kHomeView = @"homeView";
+static NSString * const kAccountManagerHomeView = @"accountManagerHomeView";
+static NSString * const kLoginView = @"loginView";
+static NSString * const kRegisterView = @"registerView";
+static NSString * const kGetRegisterSmsView = @"getRegisterSmsView";
+static NSString * const kWaterInputView = @"waterInputView";
+static NSString * const kWaterHistoryView = @"waterHistoryView";
+static NSString * const kWaterSelectListView = @"waterSelectListView";
+static NSString * const kWaterSubmitView = @"waterSubmitView";
+static NSString * const kElectricityInputView = @"electricityInputView";
+static NSString * const kElectricitySelectListView = @"electricitySelectListView";
+static NSString * const kElectricityHistoryView = @"electricityHistoryView";
+static NSString * const kElectricitySubmitView = @"electricitySubmitView";
+static NSString * const kGasInputView = @"gasInputView";
+static NSString * const kGasSelectListView = @"gasSelectListView";
+static NSString * const kGasHistoryView = @"gasHistoryView";
+static NSString * const kGasSubmitView = @"gasSubmitView";
+static NSString * const kTelephoneInputView = @"widelineInputView";
+static NSString * const kTelephoneSelectListView = @"widelineSelectListView";
+static NSString * const kTelephoneHistoryView = @"widelineHistoryView";
+static NSString * const kTelephoneSubmitView = @"widelineSubmitView";
+static NSString * const kTradeRecordsView = @"tradeRecordsView";
+static NSString * const KTradeRecordsAllView = @"tradeRecordsAllView";
+static NSString * const kTradeRecordsWaitPayView = @"tradeRecordsWaitPayView";
+static NSString * const KTradeRecordsWaitReceiveView = @"tradeRecordsWaitReceiveView";
+static NSString * const kTradeDetailsView = @"tradeDetailsView";
+static NSString * const kTradeTransportView = @"tradeTransportView";
+static NSString * const kWithdrawView = @"withdrawView";
+static NSString * const kHelpView = @"helpView";
+static NSString * const kProtocolView = @"protocolView";
+static NSString * const kSubstitutePayHomeView = @"substitutePayHomeView";
+static NSString * const kOnePersonsubstitutePayView = @"onePersonsubstitutePayView";
+static NSString * const kAnyBodysubstitutePayCreateUrlView = @"anyBodysubstitutePayCreateUrlView";
+static NSString * const kAnyBodysubstitutePaySelectTypeView = @"anyBodysubstitutePaySelectTypeView";
+static NSString * const kSubstitutePayShare_SMSView = @"substitutePayShare_SMSView";
+static NSString * const kSubstitutePayShare_EmailView = @"substitutePayShare_emailView";
+static NSString * const kBarcodeView =  @"barcodeView";
+static NSString * const kCashRegisterView = @"cashRegisterView";
+static NSString * const kScanBarCodeView = @"scanBarCodeView";
+static NSString * const kSettingPasswordView = @"settingPassWordView";
+static NSString * const kFeedbackView = @"feedbackView";
+static NSString * const kNoPassWordView = @"noPassWordView";
+static NSString * const kKaBaoTicketDetailView = @"kaBaoTicketDetailView";
+static NSString * const kKaBaoMyTicketListView = @"kaBaoMyTicketListView";
+static NSString * const kKaBaoTicketStoreView = @"kaBaoTicketStoreView";
+#pragma  mark -
+#pragma  mark 各种记录点需要的key
+#pragma  mark -
+
+static NSString * const kValue_pointType = @"pointType";
+static NSString * const kValue_currentViewId = @"currentViewId";
+static NSString * const kValue_gotoViewId = @"gotoViewId";
+static NSString * const kValue_bizId = @"bizId";
+static NSString * const kValue_isLogin = @"isLogin";
+static NSString * const kValue_CurrentTime = @"time";
+static NSString * const kValue_Errmemo = @"errMemo";
+static NSString * const kValue_OperationType = @"operationType";
+static NSString * const kValue_BizVersion = @"bizBundleVersion";
+static NSString * const kvalue_BizResult = @"bizResult";
+static NSString * const kvalue_ShareType = @"shareType";
+static NSString * const kvalue_ButtonId = @"buttonId";
+static NSString * const kvalue_Exception = @"exception";
+static NSString * const kvalue_Index = @"index";
+static NSString * const kvalue_UserId = @"userId";
+static NSString * const kvalue_EventType = @"eventType";
+static NSString * const kvalue_eventResult = @"eventResult";
+static NSString * const kvalue_isHaveCoupon = @"isHaveCoupon";
+
+
+static NSString * const kSharedType_Email = @"sharedType_Email";
+static NSString * const KSharedType_SMS = @"sharedType_SMS";
+static NSString * const kSharedType_Weibo = @"sharedType_Weibo";
+static NSString * const kSharedType_URL = @"sharedType_URL";
+
+static NSString * const kEventType_PaipaiScanResoult = @"eventType_PaipaiScanResoult";
+static NSString * const kEventType_gotoNewTransferPage = @"eventType_gotoNewTransferPage";
+static NSString * const kEventType_confirmTransferAccontButtonClick = @"eventType_confirmTransferAccontButtonClick";
+static NSString * const kEventType_confirmTransferInfo_MobileNo = @"eventType_confirmTransferInfo_mobileNo";
+static NSString * const kEventType_confirmTransferInfo_AlipayAccount = @"eventType_confirmTransferInfo_alipayAccount";
+static NSString * const kEventType_transferCall = @"eventType_transferCall";
+static NSString * const kEventType_historyContactButtonClick =@"eventType_historyContactButtonClick";
+static NSString * const kEventType_localContactButtonClick = @"eventType_localContactButtonClick";
+static NSString * const kEventType_superTransferReadyShake = @"eventType_superTransferReadyShake";
+static NSString * const kEventType_ShakeSuccessUsedTime = @"eventType_ShakeSuccessUsedTime";
+static NSString * const kEventType_KB_TicketZoneClicked = @"eventType_KB_TicketZoneClicked";
+static NSString * const kEventType_KB_BillZoneClicked = @"eventType_KB_BillZoneClicked";
+static NSString * const kEventType_KB_MyTicketClicked = @"eventType_KB_MyTicketClicked";
+static NSString * const kEventType_KB_GestureSetting_success = @"eventType_KB_ GestureSetting_success";
+static NSString * const kEventType_KB_TicketDetailSoundButtonClicked = @"eventType_KB_TicketDetailSoundButtonClicked";
+static NSString * const kEventType_KB_TicketDetailReadDetailButtonClicked = @"eventType_KB_TicketDetailReadDetailButtonClicked";
+static NSString * const kEventType_SendSmsButtonClickInCreditCardView = @"eventType_SendSmsButtonClickInCreditCardView";
+static NSString * const kEventType_CallButtonClickInCreditCardView = @"eventType_CallButtonClickInCreditCardView";
+
+#pragma mark - AntLog
+static const char kIAMPart1[] = "ia";
+#define kIAM ([NSString stringWithFormat:@"%sm", kIAMPart1])
+extern NSString * const kReferSpmKey;   /**<扩展4中referSpm对应的key值*/
+extern NSString * const kLogTraceIdKey; /**<扩展4中traceId对应的key值, 10.1.0新增*/
+
+extern NSString * const kBizTypePerformance; /**<性能埋点默认bizType*/
+extern NSString * const kBizTypeBehavior;    /**<行为埋点默认bizType*/
+extern NSString * const kBizTypeAutoTrack;   /**<自动化埋点默认bizType*/
+
+extern NSString * const kH5PageURLKey;  /**<自动化埋点context.param中H5页面的URL对应的key值*/
+
+#pragma mark - Upload Events
+extern NSString * const kLogUploadEventDefault;//缺省值
+extern NSString * const kLogUploadEventEnterBg;//压后台
+extern NSString * const kLogUploadEventBgLaunch;//后台唤起, iOS特有
+extern NSString * const kLogUploadEventCrash;//crash
+extern NSString * const kLogUploadEventMaxLogCount;//达到日志上报阈值条数
+extern NSString * const kLogUploadEventHistoryCheck;//检查历史文件,iOS特有
+extern NSString * const kLogUploadEventBoot;//启动上报
+
+#pragma mark -
+#pragma mark other keys
+//日志级别
+static NSString * const kLoggerLevel = @"loggerLevel";
+//关键业务日志级别
+static NSString * const LoggerLevelHigh  = @"loggerLevelHigh";
+//普通业务日志级别
+static NSString * const LoggerLevelMedium  = @"loggerLevelMedium";
+//诊断业务日志级别
+static NSString * const LoggerLevelLow  = @"loggerLevelLow";
+
+static NSString * const RemoteLoggingDisableAutoTrack = @"remoteLoggingDisableAutoTrack";
+
+typedef NS_ENUM(int, PerformanceLogType){
+    PerformanceLogTypeNone = 0,
+    PerformanceLogTypeNetwork,
+    PerformanceLogTypeMobSdk,
+    PerformanceLogTypeWebApp,
+    PerformanceLogTypePackage,
+    PerformanceLogTypePage,
+    PerformanceLogTypeInterface,
+    PerformanceLogTypeMemory,
+    PerformanceLogTypeSdkMonitor,
+    PerformanceLogTypeDiagnose,
+    PerformanceLogTypeSYNC_LINK,
+    PerformanceLogTypeSYNC_PROTO,
+    PerformanceLogCommon,
+    PerformanceLogHomePage,
+    PerformanceLogH5Diagnose,
+    PerformanceLogH5Exception,
+    PerformanceLogTypeCount
+};
+
+typedef NS_ENUM(int, APLogType){
+    APLogTypeNone = 0,
+    APLogTypeNetwork,
+    APLogTypeMobSdk,
+    APLogTypeWebApp,
+    APLogTypePackage,
+    APLogTypePage,
+    APLogTypeInterface,
+    APLogTypeMemory,
+    APLogTypeSdkMonitor,
+    APLogTypeDiagnose,
+    APLogTypeSYNC_LINK,
+    APLogTypeSYNC_PROTO,
+    APLogTypePerformance,
+    APLogTypeHomePage,
+    APLogTypeH5Diagnose,
+    APLogTypeH5Exception,
+    APLogTypeBehavior,
+    APLogTypeCrash,
+    APLogTypeAuto,
+    APLogTypeFootprint,
+    APLogTypeMonitor,
+    APLogTypeKeyBizTrace,
+    APLogTypeNetMonitor,
+    APLogTypeCount
+};
+
+typedef NS_ENUM(NSInteger, APRemoteLoggerPageInfomationType) {
+    APRemoteLoggerPageInfomationMiniType
+};
+
+#endif // AP_REMOTE_LOGGING_DEFINE
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APMonitorPointManager.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APMonitorPointManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..88957d7c3d5bcb63ef9842b6ff8168e2f7a34b93
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APMonitorPointManager.h
@@ -0,0 +1,66 @@
+//
+//  APMonitorPointMrg.h
+//  AlipayPortal
+//
+//  Created by  tudou on 11-12-19.
+//  Copyright (c) 2011å¹´ aliPay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class APMonitorPointDataCenter;
+
+//FIXME:埋点的老接口,不要在这个类里面再添加方法
+@interface APMonitorPointManager : NSObject
+
+@property (atomic, strong) NSString *userID;
+@property (atomic, strong) NSString *logServerURL;
+@property (nonatomic, assign) BOOL hasAuthenticated;
+
++ (APMonitorPointManager*)sharedInstance;
+
+/**
+ *   注意:新的打点不要调用此接口,为保持兼容以前的代码保留
+ *              8.3之前的老的页面继续使用此接口,8.3新开的页面使用writeLogWithActionId:..这个接口
+ *
+ *              新的接口文件是APRemoteLogger.h
+ *
+ *  @param firstLog 字典初始化参数
+ **/
+-(void)addLogsAndKeys:(NSString *)firstLog, ... /*__deprecated*/;
+
+
+/**
+ *  为保持兼容性而保留,新的打点不要使用这个函数
+ */
+- (void)uploadLogData;
+
+
+/**
+ *   注意:新的打点不要调用此接口,为保持兼容以前的代码保留
+ *              8.3之前的老的页面继续使用此接口,8.3新开的页面使用writeLogWithActionId:..这个接口
+ *              
+ *              新的接口文件是APRemoteLogger.h
+ *
+ **/
+- (void)addLogDataWithType:(NSString *)type logData:(NSMutableArray *)logs /*__deprecated*/;
+
+/**
+ * 设置用户的id跟认证信息
+ * @param userId,登录用户的用户id
+ */
+- (void)setUserId:(NSString *)userId;
+
+/**
+ * 设置用户的id跟认证信息
+ * @@param authenticated,标志用户是否已经认证
+ */
+- (void)setAuthenticated:(BOOL)authenticated;
+
+/**
+ * 设置埋点的网关地址
+ * @@param urlString,标志网关url
+ */
+- (void)setURL:(NSString*)urlString __deprecated;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger+AntLog.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger+AntLog.h
new file mode 100755
index 0000000000000000000000000000000000000000..4f01012a329bce242a7cc5933e5b2ec04ed09b10
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger+AntLog.h
@@ -0,0 +1,27 @@
+//
+//  APRemoteLogger+AntLog.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/9/29.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <APRemoteLogging/APRemoteLogging.h>
+#import "AntBehavior.h"
+#import "AntPerformance.h"
+
+@interface APRemoteLogger (AntLog)
+/**
+ 行为埋点接口
+ 
+ @param behavior 行为埋点信息. @see \c AntBehavior.
+ */
++ (void)logBehavior:(AntBehavior *)behavior;
+
+/**
+ 性能埋点接口
+ 
+ @param performance 性能埋点信息. @see \c AntPerformance.
+ */
++ (void)logPerformance:(AntPerformance *)performance;
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger+Internal.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger+Internal.h
new file mode 100755
index 0000000000000000000000000000000000000000..5cbfdf4bd3be00b63913bad6e7a27aeed3e871d4
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger+Internal.h
@@ -0,0 +1,231 @@
+//
+//  APRemoteLogger+Internal.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/4/12.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "APRemoteLogging.h"
+#import "APLogSpmContext.h"
+
+//把APRemoteLogging.h中那堆不需要普通业务关注的接口移到了这里. by 卡迩
+NS_ASSUME_NONNULL_BEGIN
+@interface APRemoteLogger (Internal)
+
+#pragma mark -
+#pragma mark 兼容需要保留
+/**
+ *   注意:新的埋点不要调用此接口,为保持兼容以前的代码所以保留
+ *              8.3之前的老的页面继续使用此接口,8.3新开的页面使用writeLogWithActionId:..这个接口
+ *
+ *  @param dict log å­—å…¸
+ */
++(void)writeLogWithLogDictionary:(NSDictionary *) dict /*__deprecated*/;
+
+#pragma mark -
+#pragma mark Global State
+/**
+ 获取最近一次手动PV埋点(pageMonitor)生成的pageInfo对象.
+ 
+ @return 最近一次手动PV埋点生成的pageInfo对象.
+ */
++ (nullable APLogManualPageInfo *)currentPageInfo;
+
+/**
+ 获取最后点击的控件的spm值.
+
+ @return 最后点击的控件的spm值(若有).
+ */
++(nullable NSString *)lastClickSpm;
+
+/**
+ 更新最后点击的spm值.
+ @note 该方法供自动化埋点SDK调用,业务方不要使用.
+ @param spm 最后点击的spm值.可以为空.
+ */
++(void)setLastClickSpm:(nullable NSString *)spm;
+
+/**
+ *  界面点击的ActionToken(TraceID)
+ *
+ *  @return 最近界面点击的ActionToken(TraceID)
+ */
++(nullable NSString *) currentActionToken;
+
+/**
+ *  界面点击的ActionToken的生成时间戳,为精简RPC包大小而提供
+ *
+ *  @return 最近界面点击的ActionToken的生成时间戳
+ */
++(unsigned long long) tokenTimestamp;
+
+/**
+ *  界面点击的最近一个控件标识
+ *
+ *  @return 最近界面点击的最近一个控件标识
+ */
++(nullable NSString *) currentActionControlID;
+
+/**
+ *  当前页面的ID
+ *
+ *  @return 当前页面的ID
+ */
++(nullable NSString *) currentPageID;
+
++(nullable NSString *) lastPageID;
+
++(nullable NSString *) currentSubAppID;
+
++(void) resetCurrentPageId:(nonnull NSString *)pageId;
+
+/**
+ *  页面数据准备好到达可用状态,由业务主动调用
+ *
+ *  @return void
+ */
++ (void)pageDidFinishInitializing;
+
+/**
+ *  字符串数组格式化转成str1|str2|str3格式字符串
+ *
+ *  @param array 字符串数组
+ *
+ *  @return 格式化后字符串
+ */
++ (nonnull NSString *)convertToStringFromArray:(nonnull NSArray *)array;
+
+/**
+ *  设置扩展参数,支持扩展参数的日志模型(行为,性能)
+ *  字典转成 key=value^key=value^key=value 格式字符串
+ *
+ *  @return void
+ */
++ (void)setFoundationExtended:(nullable NSDictionary *)dict;
+
+/**
+ *  字典格式化 转成 key:value&key:value&key:value 格式字符串
+ *
+ *  @param dictionary å­—å…¸
+ *  @param kvSeparator 可以为空,默认使用:连接,字典key和value的连接字符(比如key:value)
+ *  @param componentsSeparator 可以为空,默认使用&连接,每队key,value组合后的连接字符(比如key:value&key:value)
+ *  @return 格式化后的字符串
+ *
+ */
++ (nonnull NSString *)convertToStringFromDictionary:(nonnull NSDictionary *)dictionary
+                                        kvSeparator:(nullable NSString *)separator1
+                                componentsSeparator:(nullable NSString *)separator2;
+
+/**
+ *  取索引的pageid
+ *  @param index  pageid索引
+ *  @return 页面流水号
+ */
++ (nullable NSString *)pageIdForIndex:(nonnull NSObject *)index;
+
+/**
+ *  取索引的pageid的时间戳
+ *  @param index  pageid索引
+ *  @return 页面流水号的时间戳
+ */
++ (nullable NSString *)pageIdTimestampForIndex:(nonnull NSObject *)index;
+
+/**
+ *  取索引的spmid
+ *  @param index  pageid索引
+ *  @return 页面spmid
+ */
++ (nullable NSString *)spmIdForIndex:(nonnull NSObject *)index;
+
+/**
+ *  取索引的信息
+ *  @param index  pageid索引
+ *  @param type  pageInfo类型
+ *  @return 页面信息
+ */
++ (nullable NSString *)pageInfomationForIndex:(nonnull NSObject *)index forType:(APRemoteLoggerPageInfomationType)type;
+
+/**
+ *  清除所有无效的历史流水号
+ */
++ (void)resetPageMonitorContext;
+
+/**
+ *  向spmpage列表中添加page页
+ */
++ (void)addSpmPage:(nonnull NSString *)spmPage;
+
+/**
+ *  得到日志等级
+ */
++ (NSInteger)levelNumberForString:(nonnull NSString *)strLevel;
+
+/**
+ *  设置外部开关值
+ */
++ (void)setSwitchValue:(nullable NSString *)value forKey:(nonnull NSString *)key;
+
+/**
+ 是否已经完成历史日志文件检查
+ @note 在该方法返回YES后,触发某个bizType的日志的上报会附加上历史日志,否则只会上报本次启动产生的日志
+ @return 在启动完成一定时间后会捞取历史日志到内存中,当该动作已完成时,返回 YES, 否则返回 NO.
+ */
++ (BOOL)isHistoryLogFileChecked;
+
+#pragma mark -
+#pragma mark 以下函数业务不要调用
+
++(void)writeCrashLog:(NSString *) report vcStack:(NSString *) vcStack;
++(NSDictionary*)stateWhenCrashed:(NSString*)vcStack thread:(thread_t)thread;
++(void)writeCrashLog:(NSString *) report state:(NSDictionary*)state;
+
++ (void)writePerformanceLogWithType:(APLogType)type
+                            subType:(NSString *) subType
+                        extraParams:(NSArray *) extraParams
+                    actionControlID:(NSString *) controlID
+                         actionToke:(NSString *) actionToken;
++(void)upload;
++ (void)protectExtentionParams:(NSMutableArray *)params;
++(void) logAutoEventWithBizType:(NSString*)bizType params:(NSArray*)params;
++(void) logPageBeginRenderWithPageName:(NSString *) name;
++(void) logPageStartWithPageId:(NSString *) pageId appId:(NSString *) appId
+                   sourceAppId:(NSString *) sourceAppId pageName:(NSString *) pageName;
+
++ (void)logPageMonitorWithMonitorType:(NSString *)monitorType;
++ (NSString *)logPageMonitorType;
+
+NSString *pageDidAppearName(NSString *pageName);
++ (void)logPageEndRenderWithPageName:(NSString *)name;
+
++(BOOL) statusForWriteLogSwitch:(NSString*) logType;
++(BOOL) statusForSendLogSwitch:(NSString*) logType;
+
+void logApplicationSendEvent(UIEvent * event);
+void logSendAction(SEL action, id target, id sender, UIEvent* event);
+
++(void) checkCrashLogWithCompletionBlock:(void (^)(void)) block;
+void updateSwitchProfile(NSString *actionType);
+
+// 添加OC版本的接口,为了利用OC的动态特性实现模块间解耦合
++ (void)SLWriteMonitorLog:(NSDictionary*)attachDict appID:(NSString*)appID monitorType:(NSString*)monitorType subMonitorType:(NSString*)subMonitorType;
++ (void)APWriteNetLog:(NSString*)identifier size:(NSString*)size type:(NSString*)type owner:(NSString*)owner extDict:(NSDictionary*)extDict;
+void  SLWriteMonitorLog(NSDictionary * attachDict, NSString* appID, NSString *monitorType, NSString *subMonitorType);
+void APWriteNetLog(NSString *identifier, NSString *size, NSString* type, NSString *owner, NSDictionary * extDict);
+
+/**
+ *   暂停日志上传,最大暂停时间为60s,时间过后自动打开日志上传
+ *   设置这个机制的原因是防止调用方异常,没有调用resumeLogUploading等情况下,导致日志无法上传。
+ *
+ *  @param secondes 自定义的日志暂停上传时间,最大值为60s,最小值为1s,其余值将导致默认暂停10s
+ */
++(void) suspendLogUploadingForSeconds:(int) seconds;
+
+/**
+ *   立即恢复日志上传功能
+ */
++(void) resumeLogUploading;
+
+
+@end
+NS_ASSUME_NONNULL_END
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger.h
new file mode 100755
index 0000000000000000000000000000000000000000..e86cb88a671f311eb372911a00c42e43e8946a0d
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogger.h
@@ -0,0 +1,167 @@
+//
+//  APRemoteLogger.h
+//  APRemoteLogging
+//
+//  Created by tashigaofei on 14-6-23.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+#import <mach/mach.h>
+#import "APMonitorPointDataDefines.h"
+#import "APLogAddions.h"
+
+NS_ASSUME_NONNULL_BEGIN
+static  NSString * const kCurrentControlActionIDDidChanged = @"CurrentControlActionIDDidChanged";
+
+/**
+ 手动埋点Logger. 包含行为埋点和性能埋点.
+ 文档: https://lark.alipay.com/wfc/doc/manual-log-ios
+ */
+@interface APRemoteLogger : NSObject
+
+#pragma mark - 
+#pragma mark Behavior 行为埋点接口
+
+/**
+ *  行为埋点接口。客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *  对于不需要自定义bizType的业务,推荐使用该接口。
+ *
+ *  @param actionId  action ID 必填,标识一个埋点的类别,可用actionID定义在APMonitorPointDataDefines.h
+ 文件中
+ *  @param extParams 可选,扩展参数,业务自己根据需要填充。数组元素最多4个,第四个元素可以是字典,
+ 字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param appId     可选,子应用ID
+ *  @param seed      可选,埋点ID,现已更名为spm,若有则务必填写。
+ *  @param ucId      可选,用例编号
+ */
++(void)writeLogWithActionId:(NSString *)actionId
+                  extParams:(nullable NSArray *)extParams
+                      appId:(nullable NSString *)appId
+                       seed:(NSString *)seed
+                       ucId:(nullable NSString *)ucId;
+
+/**
+ *  行为埋点接口。客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param actionId  action ID 必填,标识一个埋点的类别,可用actionID定义在APMonitorPointDataDefines.h
+ 文件中
+ *  @param extParams 可选,扩展参数,业务自己根据需要填充。数组元素最多4个,第四个元素可以是字典,
+ 字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param appId     可选,子应用ID
+ *  @param seed      可选,埋点ID,现已更名为spm,若有则务必填写。
+ *  @param ucId      可选,用例编号
+ *  @param bizType   可选,业务类型. 默认值为behavior,若传入非空的自定义的bizType,请务必保证已经跟mdap服务端申请了该bizType,否则服务端会丢弃该日志
+ *  对于不需要自定义formatter的业务,推荐使用该接口。
+ */
++(void)writeLogWithActionId:(NSString *)actionId
+                  extParams:(nullable NSArray *)extParams
+                      appId:(nullable NSString *)appId
+                       seed:(NSString *)seed
+                       ucId:(nullable NSString *)ucId
+                    bizType:(nullable NSString *)bizType;
+
+/**
+ *  行为埋点接口。客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param actionId  action ID 必填,标识一个埋点的类别,可用actionID定义在APMonitorPointDataDefines.h
+ 文件中
+ *  @param extParams 可选,扩展参数,业务自己根据需要填充。数组元素最多4个,第四个元素可以是字典,
+ 字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param appId     可选,子应用ID
+ *  @param seed      可选,埋点ID,现已更名为spm,若有则务必填写。
+ *  @param ucId      可选,用例编号
+ *  @param bizType   可选,业务类型. 默认值为behavior,若传入非空的自定义的bizType,请务必保证已经跟mdap服务端申请了该bizType,否则服务端会丢弃该日志
+ *  @param formatterDictionary  可选,业务可以根据需求自定义formatter字典值,内容ID(entityId/SCM)、日志头(header)、页面Id(pageId)、日志级别(logLevel)、ABTest实验信息(abTestInfo)可通过该字段自定义。
+ */
++ (void)writeLogWithActionId:(NSString *)actionId
+                  extParams:(nullable NSArray *)extParams
+                      appId:(nullable NSString *)appId
+                       seed:(NSString *)seed
+                       ucId:(nullable NSString *)ucId
+                    bizType:(nullable NSString *)bizType
+        formatterDictionary:(nullable NSDictionary *)formatterDictionary;
+
+#pragma mark -
+#pragma mark PageMonitor
+/**
+ *  PageMonitor 页面打开
+ *  @param spmId 代表当前页面的spm
+ *  @param index  pageid索引,通常传入当前VC对象即可,同一个页面的pageStart和pageEnd需要传入同一个对象.
+ *  @return void
+ *
+ */
++ (void)logPageStartWithSpmId:(NSString *)spmId
+                        index:(NSObject *)index;
+
+/**
+ *  PageMonitor 页面结束,会生成pageMonitor埋点
+ *  @param spmId 代表当前页面的spm
+ *  @param index  pageid索引,通常传入当前VC对象即可,同一个页面的pageStart和pageEnd需要传入同一个对象.
+ *  @param param 手动埋点扩展参数4
+ *  @return void
+ */
++ (void)logPageEndWithSpmId:(NSString *)spmId
+                      index:(NSObject *)index
+                    bizType:(nullable NSString *)bizType
+                      param:(nullable NSDictionary *)param;
+
+#pragma mark -
+#pragma mark Performance 性能埋点接口
+/**
+ *  性能埋点接口,客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param tpye 类型
+ *  @param subType 子类型,业务可以自己定义
+ *  @param extraParams 扩展字段,共四个item,第四个item是字典,字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ */
++ (void)writePerformanceLogWithType:(APLogType)type
+                            subType:(nullable NSString *)subType
+                        extraParams:(nullable NSArray *)extraParams;
+
+/**
+ *  埋点接口,客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param tpye 类型,每种类型对应一个日志文件
+ *  @param subType 子类型,业务可以自己定义,用于过滤筛选用
+ * @param extraParams 扩展字段,共四个item,第四个item是字典,字典内容可自定义, 字典会被转换成key-value的字符串计入日志
+ *  @param perUploadNum 达到num条日志时,触发一次日志上传,当num==1时,实时上传日志。0表示忽略此参数.
+ */
++ (void)writeWithType:(APLogType)type
+              subType:(nullable NSString *) subType
+           paramArray:(nullable NSArray *) extraParams
+         perUploadNum:(NSUInteger) num;
+
+/**
+ *  性能埋点接口,客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param tpye 类型
+ *  @param subType 子类型,业务可以自己定义
+ *  @param extraParams 扩展字段,共四个item,第四个item是字典,字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param formatterDictionary 业务可以根据需求自定义formatter字典值,格式头可以通过此字典参数设置
+ *  @param perUploadNum达到number条日志时,触发一次日志上传,当number==1时,实时上传日志。0表示忽略此参数.
+ */
++ (void)writePerformanceLogWithType:(APLogType)type
+                            subType:(nullable NSString *)subType
+                        extraParams:(nullable NSArray *)extraParams
+                formatterDictionary:(nullable NSDictionary *)formatterDictionary
+                       perUploadNum:(NSUInteger)number;
+
+/**
+ *  性能埋点接口(支持自定义bizType,10.0.12新增)
+ *  客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *  @param bizType   埋点的业务类型,用于日志文件拆分、限流;
+ *  @param subType   埋点子类型,业务可以自己定义
+ *  @param extraParams 扩展字段,共四个item,第四个item是字典,字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param formatterDictionary 业务可以根据需求自定义formatter字典值,日志头、日志级别可以通过此字典参数设置
+ *  @param perUploadNum达到number条日志时,触发一次日志上传,当number==1时,实时上传日志。0表示忽略此参数.
+ */
++ (void)writePerformanceLogWithBizType:(nullable NSString *)bizType
+                               subType:(nullable NSString *)subType
+                           extraParams:(nullable NSArray *)extraParams
+                   formatterDictionary:(nullable NSDictionary *)dictionary
+                          perUploadNum:(NSUInteger)number;
+
+@end
+NS_ASSUME_NONNULL_END
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogging.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogging.h
new file mode 100755
index 0000000000000000000000000000000000000000..54899f5ff0d9ee00a0f7c46612b48606050589f5
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/APRemoteLogging.h
@@ -0,0 +1,23 @@
+//
+//  Created by wenbi on 13-4-27.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <APRemoteLogging/APMonitorPointDataDefines.h>
+#import <APRemoteLogging/APMonitorPointManager.h>
+#import <APRemoteLogging/APRemoteLogger.h>
+#import <APRemoteLogging/APRemoteLogger+Internal.h>
+#import <APRemoteLogging/SPMTrackerLog.h>
+#import <APRemoteLogging/SPMTrackerInfo.h>
+#import <APRemoteLogging/AntRealtimeLogUploader.h>
+#import <APRemoteLogging/AntRealtimeLogItem.h>
+#import <APRemoteLogging/AntLogSampleCenter.h>
+#import <APRemoteLogging/AntLogSerialQueue.h>
+#import <APRemoteLogging/AntLogInterface.h>
+#import <APRemoteLogging/APRemoteLogger+AntLog.h>
+#import <APRemoteLogging/AntBehavior.h>
+#import <APRemoteLogging/AntPerformance.h>
+#import <APRemoteLogging/AntLogCrypt.h>
+
+
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntBehavior.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntBehavior.h
new file mode 100755
index 0000000000000000000000000000000000000000..5c4ebe34a18ca085ebd0d6975b4216b2e068b198
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntBehavior.h
@@ -0,0 +1,61 @@
+//
+//  AntBehavior.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/9/27.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AntLogLevel.h"
+
+/**
+ 行为日志模型
+ */
+@interface AntBehavior : NSObject
+@property (nonatomic, strong) NSString *actionId;     /**< 字段9,行为ID*/
+@property (nonatomic, strong) NSString *appId;        /**< 字段12,子应用ID*/
+@property (nonatomic, strong) NSString *spm/*seed*/;  /**< 字段16,spm,原seed字段*/
+@property (nonatomic, assign) AntLogLevel logLevel;   /**< 字段17,日志等级,可用于控制日志上报*/
+@property (nonatomic, strong) NSString *bizType;      /**< 字段18,业务类型,可用于控制日志分文件存储以及上报*/
+@property (nonatomic, strong) NSString *extParam1;    /**< 字段20,扩展字段1*/
+@property (nonatomic, strong) NSString *extParam2;    /**< 字段21,扩展字段2*/
+@property (nonatomic, strong) NSString *extParam3;    /**< 字段22,扩展字段3*/
+@property (nonatomic, strong) NSDictionary *extParam4;/**< 字段23,扩展字段4,将key-value对转换成‘key=value^key1=value1’的形式落入日志.*/
+@property (nonatomic, strong) NSString *ucId;         /**< 字段27,用例编号*/
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+@interface AntBehavior ()
+@property (nonatomic, strong) NSString *header;       /**< 字段1,日志头*/
+@property (nonatomic, strong) NSString *ABTestInfo;   /**< 字段10,ABTest信息*/
+@property (nonatomic, strong) NSString *refer;        /**< 字段11,refer信息(上一个页面的spm+pageId)*/
+@property (nonatomic, strong) NSString *pageStartTime;/**< 字段13,页面打开时间戳,单位ms,64进制*/
+@property (nonatomic, strong) NSString *xpath;        /**< 字段14,控件或页面XPath*/
+@property (nonatomic, strong) NSString *entityId;     /**< 字段15,数据回流ID(scm)*/
+@property (nonatomic, strong) NSString *pageStayTime; /**< 字段25,页面停留时长*/
+@property (nonatomic, strong) NSString *pageId;       /**< 字段28,页面Id,格式为"spmId__utdid__timestampIn64_"*/
+@property (nonatomic, strong) NSString *lastViewId;   /**< 字段29,上一个ViewId*/
+@property (nonatomic, strong) NSString *viewId;       /**< 字段30,当前ViewId*/
+@property (nonatomic, strong) NSString *trackId;      /**< 字段31,当前ACTIONID*/
+@property (nonatomic, strong) NSString *trackToken;   /**< 字段32,当前ACTION_TOKEN*/
+@property (nonatomic, strong) NSString *trackDesc;    /**< 字段33,当前ACTION_DESC*/
+@property (nonatomic, strong) NSString *spmStatus;    /**< 字段45,spm状态,标识pageStart,pageEnd是否有效*/
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+@interface AntBehavior (Compatibility)
+/**
+ 生成一个AntBehavior对象,兼容老的埋点接口参数
+ */
++ (AntBehavior *)behaviorWithActionId:(NSString *)actionId
+                            extParams:(NSArray *)extParams
+                                appId:(NSString *)appId
+                                 seed:(NSString *)seed
+                                 ucId:(NSString *)ucId
+                              bizType:(NSString *)bizType
+                              extInfo:(NSDictionary *)extInfo;
+@end
+
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogCrypt.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogCrypt.h
new file mode 100755
index 0000000000000000000000000000000000000000..dba686119f8c4faad1bc840a05ee4bfe39125962
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogCrypt.h
@@ -0,0 +1,21 @@
+//
+//  AntLogCrypt.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/10/10.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#define AntLogCrypt AntLogDancer
+#define antlog_encrypt antlog_dance
+#define antlog_decrypt antlog_de_dance
+
+@interface AntLogCrypt : NSObject
+
++ (NSString *)antlog_encrypt:(NSString *)string;
++ (NSString *)antlog_decrypt:(NSString *)encrypted;
+
+@end
+
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogInterceptor.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogInterceptor.h
new file mode 100755
index 0000000000000000000000000000000000000000..612824c9920ba458f340cbab116d3672334c44ce
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogInterceptor.h
@@ -0,0 +1,60 @@
+//
+//  AntLogInterceptor.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/11/2.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class AntLogWriteOperation;
+@class AntLogUploadOperation;
+
+/**
+ 日志拦截器。所有日志 写入前 或 上报前 都会经过拦截器,拦截器可做相应处理。
+ */
+@protocol AntLogInterceptor <NSObject>
+
+/**
+ 写入一条日志时的前置拦截器。一条日志写入前,会调用该方法。
+
+ @param operation 当前日志写入操作 @see AntLogWriteOperation
+ */
+- (void)beforeWrite:(AntLogWriteOperation *)operation;
+
+/**
+ 上报一批日志时的前置拦截器。一批日志上报前,会调用该方法。
+
+ @param operation 当前日志上报操作 @see AntLogUploadOperation
+ */
+- (void)beforeUpload:(AntLogUploadOperation *)operation;
+
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+@interface AntLogWriteOperation : NSObject
+
+@property (nonatomic, readwrite, assign) BOOL shouldWrite;/**< 是否应该写入,默认YES,可写*/
+
+@property (nonatomic, readonly) NSString *bizType;        /**< 日志业务类型, 只读*/
+
+@property (nonatomic, readonly) NSString *log;            /**< 格式化后的日志内容, 只读*/
+
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+@interface AntLogUploadOperation : NSObject
+
+@property (nonatomic, assign) BOOL shouldUpload;       /**< 是否应该上报,默认YES,可写*/
+
+@property (nonatomic, readwrite, strong) NSString *url;/**< 即将上报的服务器地址,可写*/
+
+@property (nonatomic, readonly) NSString *bizType;     /**< 日志业务类型, 只读*/
+
+@property (nonatomic, readonly) NSData *logData;       /**< 即将上报的未经压缩的日志内容二进制, 只读*/
+
+@end
+
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogInterface.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogInterface.h
new file mode 100755
index 0000000000000000000000000000000000000000..f15579230547c67c9897c5920d88926c5e94c386
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogInterface.h
@@ -0,0 +1,180 @@
+//
+//  AntLogInterface.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/2/10.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifndef AntLogInterface_h
+#define AntLogInterface_h
+#import "AntLogInterceptor.h"
+
+@protocol AutoTrackInfo;
+@protocol AutoTrackerObserver;
+@protocol ABTestInfoProvider;
+
+////////////////////////////////////////////////////////////////////////////////
+
+#pragma mark -
+#pragma mark 埋点外部接口
+
+@protocol AntLogInterface <NSObject>
+
+@required
+/**
+ 触发特定业务类型的日志立即上报
+
+ @param bizType 待上报日志的业务类型
+ */
+- (void)triggerUploadForBizType:(NSString *)bizType;
+
+/**
+ 触发特定业务类型的日志立即上报到指定的服务器地址.
+ 
+ @param bizType 待上报日志的业务类型
+ @param url 服务器地址的字符串形式. 传\c nil 时默认上报到mdap.
+ @note url指定的服务端必须实现与mdap(Owner @望乡 @尚清)同样的日志上报接口.
+ */
+- (void)triggerUploadForBizType:(NSString *)bizType
+                            url:(NSString *)url;
+
+/**
+ 触发特定业务类型的日志立即上报到指定的服务器地址.
+ 
+ @param bizType 待上报日志的业务类型
+ @param event 触发上报的事件
+ @param url 服务器地址的字符串形式. 传\c nil 时默认上报到mdap.
+ @note url指定的服务端必须实现与mdap(Owner @望乡 @尚清)同样的日志上报接口.
+ */
+- (void)triggerUploadForBizType:(NSString *)bizType
+                          event:(NSString *)event
+                            url:(NSString *)url;
+
+/**
+ 触发所有日志立即上报到指定服务器地址
+
+ @param event 触发上报的事件,用于埋点上报监控
+ @param url 服务器地址,传\c nil 时默认上报到mdap.
+ */
+- (void)triggerUploadAllForEvent:(NSString *)event
+                             url:(NSString *)url;
+
+/**
+ 注入自动化埋点的监听者
+ @see \c AutoTrackerObserver
+ 
+ @param observer 自动化埋点监听者对象. 埋点SDK内部只会弱引用该对象.
+ */
+- (void)setAutoTrackerObserver:(id<AutoTrackerObserver>)observer;
+
+/**
+ 获取自动化埋点监听者对象(若有)
+ */
+- (id<AutoTrackerObserver>)getAutoTrackerObserver;
+
+/**
+ 注入ABTest信息提供者
+ @see \c ABTestInfoProvider
+ 
+ @param provider ABTest信息提供者对象. 埋点SDK内部只会弱引用该对象.
+ */
+- (void)setABTestInfoProvider:(id<ABTestInfoProvider>)provider;
+
+/**
+ 获取ABTest信息提供者对象(若有)
+ */
+- (id<ABTestInfoProvider>)getABTestInfoProvider;
+
+/**
+ 注入埋点拦截器,用于拦截埋点写入和上报行为.
+
+ @param interceptor 埋点拦截器. 埋点SDK内部会强引用该对象. @see AntLogInterceptor
+ */
+- (void)setInterceptor:(id<AntLogInterceptor>)interceptor;
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    
+    /**
+     获取埋点外部接口实例对象
+     
+     @return 埋点外部接口实例
+     */
+    id<AntLogInterface> AntLogInterfaceGet();
+    
+#ifdef __cplusplus
+}
+#endif
+
+////////////////////////////////////////////////////////////////////////////////
+
+#pragma mark - 
+#pragma mark 自动化埋点回调
+
+/**
+ 自动化埋点回调中附加的事件信息.
+ */
+@protocol AutoTrackInfo <NSObject>
+
+/**
+ 获取自动化埋点事件产生的控件XPath.
+ */
+- (NSString *)xpath;
+
+/**
+ 获取自动化埋点事件产生时的时间.
+ */
+- (NSDate *)timestamp;
+
+@end
+
+
+/**
+ 自动化埋点回调接口
+ */
+@protocol AutoTrackerObserver <NSObject>
+
+@optional
+/**
+ 自动化点击事件的回调接口
+
+ @param info 点击事件的信息. @see \c AutoTrackInfo
+ */
+- (void)onAutoClick:(id<AutoTrackInfo>)info;
+
+/**
+ 自动化页面打开事件的回调接口
+ @note 页面事件是在页面关闭时落埋点,该回调是在页面关闭时回调.
+
+ @param info 页面打开事件的信息. @see \c AutoTrackInfo
+ */
+- (void)onAutoOpenPage:(id<AutoTrackInfo>)info;
+
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+#pragma mark -
+#pragma mark ABTest
+
+/**
+ ABTest实验信息提供者接口
+ */
+@protocol ABTestInfoProvider <NSObject>
+
+@required
+/**
+ 通过Spm Id 查询ABTest信息.
+
+ @param spmId 待查询的SpmId
+ @return 该 \c spmId 命中的实验列表组成的字符串. 若 \c spmId 未命中任何实验,则返回 \c nil.
+ */
+- (NSString *)abTestInfoForSpmId:(NSString *)spmId;
+
+@end
+
+#endif /* AntLogInterface_h */
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogLevel.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogLevel.h
new file mode 100755
index 0000000000000000000000000000000000000000..35b2662f9109285819880b21d5ec0b241ef4b072
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogLevel.h
@@ -0,0 +1,32 @@
+//
+//  AntLogLevel.h
+//  AntLog
+//
+//  Created by 卡迩 on 2017/1/28.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifndef AntLogLevel_h
+#define AntLogLevel_h
+
+typedef NS_ENUM(NSInteger,AntLogLevel) {
+    AntLogLevelHigh   = 1,  //级别最高
+    AntLogLevelNormal = 2,  //默认级别
+    AntLogLevelLow    = 3   //级别最低
+};
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    
+    AntLogLevel AntLogLevelFromString(NSString *str);
+    
+    NSString *AntLogLevelToString(AntLogLevel level);
+    
+    AntLogLevel AntLogLevelFromFormatterDict(NSDictionary *dict);
+#ifdef __cplusplus
+}
+#endif
+    
+
+#endif /* AntLogLevel_h */
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogSampleCenter.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogSampleCenter.h
new file mode 100755
index 0000000000000000000000000000000000000000..3171999a7a040505446175e593c64a8fec4d3729
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogSampleCenter.h
@@ -0,0 +1,58 @@
+//
+//  APLogSampleControl.h
+//  APBusinessCommon
+//
+//  Created by 卡迩 on 2017/5/19.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AntLogLevel.h"
+
+NS_ASSUME_NONNULL_BEGIN
+extern NSString *const kAntLogSampleRateKey;
+extern NSString *const kAntLogLevelRate1Key;
+extern NSString *const kAntLogLevelRate2Key;
+extern NSString *const kAntLogLevelRate3Key;
+@class ISampleControl;
+/**
+ 日志抽样策略控制中心.
+ */
+@interface AntLogSampleCenter : NSObject
+
+/**
+ 获取日志抽样策略控制单例.
+ 
+ @return 日志抽样策略控制单例
+ */
++ (AntLogSampleCenter *)defaultCenter;
+
+/**
+ 输入抽样比例,当前设备、当天、某个抽样比例下是否命中抽样群体.
+ 
+ @param rate 抽样比例,正整数,范围为0~1000,即抽样精度为千分之一.
+ @return 命中抽样群体时返回 \c YES, 否则返回 \c NO.
+ */
+- (BOOL)shouldSampleForRate:(unsigned long long)rate;
+
+/**
+ 输入抽样比例,查询该比例下当前的抽样控制信息.
+ 
+ @param rate 抽样比例,正整数,范围为0~1000,即抽样精度为千分之一.
+ @return 指定抽样比例下的抽样控制信息对象.
+ */
+- (nullable ISampleControl *)controlForSampleRate:(unsigned long long)rate;
+
+/**
+ 输入抽样控制参数,查询该参数下的抽样控制信息
+
+ @param params 抽样控制参数,至少包含整体抽样率、level1抽样率、level2抽样率、level3抽样率中一个
+ @return 指定抽样控制参数下的抽样控制信息对象. 当控制参数不符合要求时返回 \c nil.
+ */
+- (nullable ISampleControl *)controlForParams:(NSDictionary *)params;
+
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+NS_ASSUME_NONNULL_END
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogSerialQueue.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogSerialQueue.h
new file mode 100755
index 0000000000000000000000000000000000000000..157e2a95b2e3f2211a4914d191a8fc134811435c
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntLogSerialQueue.h
@@ -0,0 +1,57 @@
+//
+//  AntLogSerialQueue.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/1/15.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef void(^AntLogTask)(void);
+
+/**
+ 日志串行队列.
+ GCD队列中执行Block时存在偶现的系统Crash,该类用于代替GCD的串行队列.
+ 内部封装了一个日志专用线程,线程名为"com.aliapy.antlog"
+ */
+@interface AntLogSerialQueue : NSObject
+
+/**
+ 获取日志专用线程对象单例.
+
+ @return 日志专用线程对象.
+ */
++ (NSThread *)internalThread;
+
+/**
+ 同步入队一个日志任务.
+ @note 该方法会阻塞当前线程直至\c block 执行完成.
+
+ @param block 待入队的日志任务.  @see \c AntLogTask
+ */
++ (void)enqueueTaskSync:(AntLogTask)block;
+
+/**
+ 异步入队一个日志任务.
+ @note 该方法会立即返回.
+ 
+ @param block 待入队的日志任务.  @see \c AntLogTask
+ */
++ (void)enqueueTaskAsync:(AntLogTask)block;
+
+@end
+
+#pragma mark - 
+#pragma mark NSTread Addon
+
+@interface NSThread (AntLog)
+
+/**
+ 查询该线程是否为日志专用线程
+
+ @return 该线程为日志专用线程时返回 \c YES , 否则返回 \c NO .
+ */
+- (BOOL)isAntLogThread;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntPerformance.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntPerformance.h
new file mode 100755
index 0000000000000000000000000000000000000000..c2f76c7d4cea623b7dec9bb4f0ece4ce60ac9449
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntPerformance.h
@@ -0,0 +1,27 @@
+//
+//  AntPerformance.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/9/29.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AntLogLevel.h"
+
+@interface AntPerformance : NSObject
+@property (nonatomic, assign) AntLogLevel logLevel;   /**< 日志等级,可用于控制日志上报,不落日志*/
+@property (nonatomic, strong) NSString *header;       /**< 字段1,日志头*/
+@property (nonatomic, strong) NSString *bizType;      /**< 字段12,业务类型,可用于控制日志分文件存储以及上报*/
+@property (nonatomic, strong) NSString *subType;      /**< 字段13,子类别*/
+@property (nonatomic, strong) NSString *extParam1;    /**< 字段20,扩展字段1*/
+@property (nonatomic, strong) NSString *extParam2;    /**< 字段21,扩展字段2*/
+@property (nonatomic, strong) NSString *extParam3;    /**< 字段22,扩展字段3*/
+@property (nonatomic, strong) NSDictionary *extParam4;/**字段23,扩展字段4,将key-value对转换成‘key=value^key1=value1’的形式落入日志.*/
+@end
+
+@interface AntPerformance (/*Private*/)
+@property (nonatomic, strong) NSString *actionId;     /*字段09,actionid*/
+@property (nonatomic, strong) NSString *actionToken;  /*字段10,actionToken*/
+@property (nonatomic, strong) NSString *sampleRate;   /*字段11,采样率*/
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntRealtimeLogItem.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntRealtimeLogItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..3db4e9659e412d97b485ae6e2e21c6744028ea2f
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntRealtimeLogItem.h
@@ -0,0 +1,16 @@
+//
+//  AntRealtimeLogItem.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/7/3.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface AntRealtimeLogItem : NSObject
+
+@property (nonatomic, strong) NSString *bizType;
+@property (nonatomic, strong) NSArray<NSString *> *logs;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntRealtimeLogUploader.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntRealtimeLogUploader.h
new file mode 100755
index 0000000000000000000000000000000000000000..34cc7cf93253b4fdf27c28b0ca91474ae6bc9a59
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/AntRealtimeLogUploader.h
@@ -0,0 +1,51 @@
+//
+//  AntRealtimeLogUploader.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/6/30.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AntRealtimeLogItem.h"
+
+@protocol AntRealtimeLogUploaderDelegate;
+
+////////////////////////////////////////////////////////////////////////////////
+
+@protocol AntRealtimeLogUploader <NSObject>
+
++ (id<AntRealtimeLogUploader>)sharedInstance;
+
+- (void)setDelegate:(id<AntRealtimeLogUploaderDelegate>)delegate;
+
+- (void)startTimerWithInterval:(NSUInteger)interval;
+
+- (void)stopTimer;
+
+- (void)enqueueLogs:(NSArray<AntRealtimeLogItem *> *)logs;
+
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+@protocol AntRealtimeLogUploaderDelegate <NSObject>
+
+- (void)onRealtimeLogUploaderTimerFired;
+
+- (void)onRealtimeLogUploadFinish:(BOOL)success
+                            items:(NSArray<AntRealtimeLogItem *> *)items
+                        extraInfo:(NSDictionary *)info;
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    id<AntRealtimeLogUploader> AntRealtimeLogUploaderGet();
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/SPMTrackerInfo.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/SPMTrackerInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..26942b25451a20456156e502a160611e20079f42
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/SPMTrackerInfo.h
@@ -0,0 +1,63 @@
+//
+//  SPMTrackerInfo.h
+//  APRemoteLogging
+//
+//  Created by BoTao on 2017/7/5.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#define TRACKER_HEADER_PAGETS @"pagets"
+#define TRACKER_HEADER_SSPM @"srcSpm"
+#define TRACKER_HEADER_LSPM @"lastClickSpm"
+
+@interface SPMTrackerInfo : NSObject
+/**
+ * 获取钱包全局最后一次点击的spmid
+ *
+ */
++ (NSString *)lastClickedSpmId;
+
+/**
+ * 更新全局lastClickSpm,H5容器专用,其他业务禁止调用
+ *
+ *  @param spmId:新的spmId
+ */
++ (void)setLastClickSpm:(NSString *)spmId;
+
+/**
+ * æ›´æ–°srcSpm
+ *
+ *  @param spmId:新的spmId
+ *  @param index:page索引
+ **/
++ (void)updateSrcSpm:(NSString *)spmId index:(NSObject *)index;
+
+/**
+ * æ›´æ–°lastSpm
+ *
+ *  @param spmId:新的spmId
+ *  @param index:page索引
+ **/
++ (void)updateLastSpm:(NSString *)spmId index:(NSObject *)index;
+
+/**
+ *  获取TracerInfo
+ *
+ *  @param index:pageid索引,通常传入当前VC对象即可
+ *
+ *  @return 包含miniPageId,srcSpm,lastClickSpm的dict
+ **/
++ (NSDictionary *)getTracerInfo:(NSObject *)index;
+
+/**
+ *  判断index对象是否已调用过pageStart,且未调用过pageEnd
+ *
+ *  @param index:pageid索引,通常传入当前VC对象即可
+ *
+ *  @return YES=已调用
+ **/
++ (BOOL)isPageStarted:(NSObject *)index;
+
+@end
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Headers/SPMTrackerLog.h b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/SPMTrackerLog.h
new file mode 100755
index 0000000000000000000000000000000000000000..e99eb9c1fafbf63dda10207faa26a2a07c73897e
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/Headers/SPMTrackerLog.h
@@ -0,0 +1,208 @@
+//
+//  SPMTrackerLog.h
+//  SPMTracker
+//
+//  Created by BoTao on 2017/2/3.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+#import <Foundation/Foundation.h>
+
+#define kSPMActionOpenPage @"openPage"
+#define kSPMActionClicked @"clicked"
+#define kSPMActionSlided @"slided"
+#define kSPMActionExposure @"exposure"
+
+#define kSPMMonitorChInfoKey @"chInfo"
+#define kSPMPageIDKey @"pagets"
+#define kSPMPageBackKey @"pageBack"
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface SPMTrackerLog : NSObject
+
+///////////////////////////////////////////////////////////////////////////////////////////////////////////
+// 行为埋点
+/**
+ *  点击-行为埋点使用
+ *
+ *  @param spmId SPM埋点ID
+ *  @param entityId 对应scmId、rpcId
+ *  @param bizCode 业务bizType,埋点平台申请
+ *  @param param4 扩展参数,业务自己根据需要填充。字典会被转换成key-value的字符串计入日志
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *  @param loggerLevel 日志等级(LoggerLevelLow/LoggerLevelMedium/LoggerLevelHigh),默认为LoggerLevelMedium
+ */
++ (void)clickedLogWithSpmId:(NSString *)spmId entityId:(NSString *)entityId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view logLevel:(NSString *)logLevel ;
+
++ (void)clickedLogWithSpmId:(NSString *)spmId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view logLevel:(NSString *)logLevel ;
+
++ (void)clickedLogWithSpmId:(NSString *)spmId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view ;
+
+/**
+ *  翻页-行为埋点使用
+ *
+ *  @param spmId SPM埋点ID
+ *  @param entityId 对应scmId、rpcId
+ *  @param bizCode 业务bizType,埋点平台申请
+ *  @param param4 扩展参数,业务自己根据需要填充。字典会被转换成key-value的字符串计入日志
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *  @param loggerLevel 日志等级(LoggerLevelLow/LoggerLevelMedium/LoggerLevelHigh),默认为LoggerLevelMedium
+ */
++ (void)slideLogWithSpmId:(NSString *)spmId entityId:(NSString *)entityId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view logLevel:(NSString *)logLevel ;
+
++ (void)slideLogWithSpmId:(NSString *)spmId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view logLevel:(NSString *)logLevel ;
+
++ (void)slideLogWithSpmId:(NSString *)spmId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view ;
+
+/**
+ *  曝光-行为埋点使用
+ *
+ *  @param spmId SPM埋点ID
+ *  @param entityId 对应scmId、rpcId
+ *  @param bizCode 业务bizType,埋点平台申请
+ *  @param param4 扩展参数,业务自己根据需要填充。字典会被转换成key-value的字符串计入日志
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *  @param loggerLevel 日志等级(LoggerLevelLow/LoggerLevelMedium/LoggerLevelHigh),默认为LoggerLevelMedium
+ */
++ (void)exposureLogWithSpmId:(NSString *)spmId entityId:(NSString *)entityId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view logLevel:(NSString *)logLevel ;
+
++ (void)exposureLogWithSpmId:(NSString *)spmId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view logLevel:(NSString *)logLevel ;
+
++ (void)exposureLogWithSpmId:(NSString *)spmId bizCode:(NSString *)bizCode extParams4:(nullable NSDictionary *)param4 view:(NSObject *)view ;
+
+/*
+ *  合并曝光
+ *  推荐使用,解决列表元素曝光需求,每个元素不会重复曝光,储存曝光日志,达到上报条件时,多条曝光日志合并后上报埋点
+ *  合并曝光文档:https://lark.alipay.com/data/help/willav
+ *
+ *  @param spmId: 埋点SPMID,不可为空
+ *  @param entityId 对应scmId、rpcId
+ *  @param bizCode 业务bizType,埋点平台申请
+ *  @param rid: RPC唯一标示,可以时tracerid、recommondid等
+ *  @param pos: cell索引号,类似SPMID的N
+ *  @param extParams: 扩展参数,业务自己根据需要填充。字典会被转换成key-value的字符串计入日志
+ *  @param view: 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *  @param loggerLevel 日志等级(LoggerLevelLow/LoggerLevelMedium/LoggerLevelHigh),默认为LoggerLevelMedium
+ */
++ (void)mergerExposureLogWithSpmId:(NSString *)spmId entityId:(NSString *)entityId rid:(NSString *)rid position:(NSString *)pos bizCode:(NSString *)bizCode extParams:(NSDictionary *)extParams view:(NSObject *)view logLevel:(NSString *)logLevel;
+
++ (void)mergerExposureLogWithSpmId:(NSString *)spmId rid:(NSString *)rid position:(NSString *)pos bizCode:(NSString *)bizCode extParams:(NSDictionary *)extParams view:(NSObject *)view logLevel:(NSString *)logLevel;
+
++ (void)mergerExposureLogWithSpmId:(NSString *)spmId rid:(NSString *)rid position:(NSString *)pos bizCode:(NSString *)bizCode extParams:(NSDictionary *)extParams view:(NSObject *)view;
+
+/*
+ *  上报合并曝光日志,上报成功后会清除已上报日志
+ *  pageMonitor的onViewWillDisappear中会调用,如果业务需要手工触发上报合并曝光日志,调用此方法
+ *
+ *  @param spmId: 埋点SPMID,所有向后匹配的spmid都上报,例如a13.b42,则a13.b42.c11、a13.b42.c51.d222等合并曝光日志都上报并清除记录
+ *  @param view: 埋点对应view,传vc对象最好,其次view对象,不能为空
+ */
++ (void)commiteMergerExposureLogWithSpmId:(NSString *)spmId view:(NSObject *)view;
+
+/**
+ *  @param actionId  action ID 必填,标识一个埋点的类别,可用actionID定义在APMonitorPointDataDefines.h
+ 文件中
+ *  @param extParams 扩展参数,业务自己根据需要填充。数组元素最多4个,第四个元素可以是字典,字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param spmId      埋点ID(后端定义的,找@望乡生成)
+ *  @param entityId 对应scmId、rpcId
+ *  @param bizCode 业务bizType,埋点平台申请
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *  @param loggerLevel 日志等级(LoggerLevelLow/LoggerLevelMedium/LoggerLevelHigh),默认为LoggerLevelMedium
+ */
++ (void)writeLogWithActionId:(NSString *)actionId extParams:(NSArray *)extParams spmId:(NSString *)spmId entityId:(NSString *)entityId bizCode:(NSString *)bizCode view:(NSObject *)view logLevel:(NSString *)logLevel;
+
++ (void)writeLogWithActionId:(NSString *)actionId extParams:(NSArray *)extParams spmId:(NSString *)spmId bizCode:(NSString *)bizCode view:(nonnull NSObject *)view logLevel:(NSString *)logLevel;
+
+
+
+
+
+///////////////////////////////////////////////////////////////////////////////////////////////////////////
+// pageMonitor
+/**
+ *  pageMonitor,记录chinfo信息,一般在scheme跳转的方法中最后调用该方法,logPageEndWithSpmId时使用chinfo信息,用完删除对应记录
+ *
+ *  @param options scheme参数
+ *  @param viewController当前vc,作为记录信息的key
+ *
+ *  @return 参数包含chinfo时,返回YES,否则NO
+ */
++ (BOOL)spliteSchemaOptions:(NSDictionary *)options viewController:(NSObject *)viewController;
+
+/**
+ *  pageMonitor,根据vc获取chInfo
+ */
++ (NSString *)chInfoForViewController:(NSObject *)vc;
+
+/**
+ *  pageMonitor,页面打开
+ *
+ *  @param spmId 代表当前页面的spm
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *
+ */
++ (void)onViewDidAppear:(NSString *)spmId view:(nonnull NSObject *)view;
+
+/**
+ *  pageMonitor,页面结束
+ *  @param spmId 代表当前页面的spm
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *  @param bizCode 业务bizCode
+ *  @param param 手动埋点扩展参数4,底层保留key不要使用:chInfo
+ */
++ (void)onViewWillDisappear:(NSString *)spmId view:(nonnull NSObject *)view bizCode:(NSString *)bizCode param:(NSDictionary *)param;
+
+/**
+ *  清空pageid对应的所有埋点缓存数据,非必需调用
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ */
+
++ (void)onDealloc:(nonnull NSObject *)view;
+
+/**
+ * 对应onViewDidAppear:view:,H5专用
+ */
++ (void)logPageStartWithSpmId:(NSString *)spmId index:(NSObject *)index;
+
+/**
+ * 对应onViewWillDisappear:view:bizCode:param:,H5专用
+ */
++ (void)logPageEndWithSpmId:(NSString *)spmId
+                      index:(NSObject *)index
+                    bizType:(nullable NSString *)bizType
+                      param:(nullable NSDictionary *)param;
+
+
+
+///////////////////////////////////////////////////////////////////////////////////////////////////////////
+// pagets
+/**
+ *  RPC透传pageId,根据view获得pageId
+ *
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *
+ *  @return 以pageId为value的字典
+ **/
++ (NSDictionary* )headerParamsForPagets:(NSObject *)view;
+
+/**
+ *  根据view获得miniPageId
+ *
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *
+ *  @return miniPageId值
+ **/
++ (NSString *)getMiniPageId:(NSObject *)view;
+
+/**
+ *  根据view获得pageId
+ *
+ *  @param view 埋点对应view,传vc对象最好,其次view对象,不能为空
+ *
+ *  @return pageId值
+ **/
++ (NSString *)getPageId:(NSObject *)view;
+
+@end
+
+NS_ASSUME_NONNULL_END
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/Info.plist b/MPaaS/Frameworks/APRemoteLogging.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..91d6d40745d1b72a6a531aaa581004538103d948
Binary files /dev/null and b/MPaaS/Frameworks/APRemoteLogging.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/PrivateHeaders/ISampleControl.h b/MPaaS/Frameworks/APRemoteLogging.framework/PrivateHeaders/ISampleControl.h
new file mode 100755
index 0000000000000000000000000000000000000000..b74084718fb35cf3400395c750830ed0eec6928d
--- /dev/null
+++ b/MPaaS/Frameworks/APRemoteLogging.framework/PrivateHeaders/ISampleControl.h
@@ -0,0 +1,65 @@
+//
+//  ISampleControl.h
+//  APRemoteLogging
+//
+//  Created by 卡迩 on 2017/9/28.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AntLogLevel.h"
+
+/**
+ 抽样控制信息类.
+ */
+@interface ISampleControl : NSObject
+
+/**
+ 是否应该采样,即当前设备、当前时刻在指定抽样比例下是否命中采样群体.
+ */
+@property (nonatomic, assign) BOOL shouldSample;
+
+/**
+ 整体抽样比例,正整数,范围为0~1000,即抽样精度为千分之一.
+ */
+@property (nonatomic, assign) unsigned long long rate;
+
+@end
+
+@interface ISampleControl (/*分级别抽样*/)
+/**
+ level1抽样比例,正整数,范围为0~1000,即抽样精度为千分之一.
+ */
+@property (nonatomic, assign) unsigned long long level1Rate;
+
+/**
+ level2抽样比例,正整数,范围为0~1000,即抽样精度为千分之一.
+ */
+@property (nonatomic, assign) unsigned long long level2Rate;
+
+/**
+ level3抽样比例,正整数,范围为0~1000,即抽样精度为千分之一.
+ */
+@property (nonatomic, assign) unsigned long long level3Rate;
+
+/**
+ level1的日志是否应该采样,即当前设备、当前时刻在指定抽样比例下是否命中采样群体.
+ */
+@property (nonatomic, assign) BOOL shouldSampleLevel1;
+
+/**
+ level2的日志是否应该采样,即当前设备、当前时刻在指定抽样比例下是否命中采样群体.
+ */
+@property (nonatomic, assign) BOOL shouldSampleLevel2;
+
+/**
+ level3的日志是否应该采样,即当前设备、当前时刻在指定抽样比例下是否命中采样群体.
+ */
+@property (nonatomic, assign) BOOL shouldSampleLevel3;
+
+- (BOOL)shouldSampleForLevel:(AntLogLevel)level;
+
+- (unsigned long long)rateForLevel:(AntLogLevel)level;
+
+@end
+
diff --git a/MPaaS/Frameworks/APRemoteLogging.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/APRemoteLogging.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/APRemoteLogging.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/APSecurityUtility.framework/APSecurityUtility b/MPaaS/Frameworks/APSecurityUtility.framework/APSecurityUtility
new file mode 100755
index 0000000000000000000000000000000000000000..a72dcad4f97fc31d2ea02e2e55adf9ab894c8b21
Binary files /dev/null and b/MPaaS/Frameworks/APSecurityUtility.framework/APSecurityUtility differ
diff --git a/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APGuardSwizzle.h b/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APGuardSwizzle.h
new file mode 100755
index 0000000000000000000000000000000000000000..46798d00fa5e2f8c1903656af19bde6f2b695ca1
--- /dev/null
+++ b/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APGuardSwizzle.h
@@ -0,0 +1,28 @@
+//
+//  APGuardSwizzle.h
+//  APSecurityUtility
+//
+//  Created by NianXi on 14-9-26.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <objc/runtime.h>
+
+#define APSetNSErrorFor(FUNC, ERROR_VAR, FORMAT,...)	\
+if (ERROR_VAR) {	\
+NSString *errStr = [NSString stringWithFormat:@"%s: " FORMAT,FUNC,##__VA_ARGS__]; \
+*ERROR_VAR = [NSError errorWithDomain:@"NSCocoaErrorDomain" \
+code:-1	\
+userInfo:[NSDictionary dictionaryWithObject:errStr forKey:NSLocalizedDescriptionKey]]; \
+}
+#define APSetNSError(ERROR_VAR, FORMAT,...) APSetNSErrorFor(__func__, ERROR_VAR, FORMAT, ##__VA_ARGS__)
+
+BOOL APSwizzleClassMethod(Class cls,
+                          SEL originalSelector,
+                          SEL overrideSelector,
+                          NSError **error);
+
+BOOL APSwizzleInstanceMethod(Class cls,
+                             SEL originalSelector,
+                             SEL overrideSelector,
+                             NSError **error);
diff --git a/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APSecurityUtilImpl.h b/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APSecurityUtilImpl.h
new file mode 100755
index 0000000000000000000000000000000000000000..9993b915181724e60681ef88b02bdbb4816b3bf9
--- /dev/null
+++ b/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APSecurityUtilImpl.h
@@ -0,0 +1,37 @@
+//
+//  APSecurityUtilImpl.h
+//  APSecurityUtility
+//
+//  Created by NianXi on 14-9-24.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <dlfcn.h>
+#import <mach-o/dyld.h>
+
+typedef struct {
+    BOOL (*isDebugging)(const char **args);
+    BOOL (*isExternalCall)(void *ret_addr);
+    BOOL (*isSwizzlingClassMethod)(NSString *className, SEL sel);
+    BOOL (*isSwizzlingInstanceMethod)(NSString *className, SEL sel);
+    BOOL (*isJailbroken)(const char **args);
+    BOOL (*hasPIE)(const char **args);
+    BOOL (*isEncrypted)(const char **args);
+    BOOL (*isRiskyEnv)(const char **args); //包含越狱和非越狱环境的PIE和二进制加密标志检测逻辑
+    BOOL (*isSwizzlingUIKitInstanceMethod)(NSString *className, SEL sel);
+    NSString * (*getTextSectionDigest)();
+    BOOL (*isLinkerFlagExisted)(const char **args);
+    BOOL (*isInternalNotification)(NSString *name);
+    BOOL (*isSwizzlingLocalAuthInstanceMethod)(NSString *className, SEL sel);
+    NSDictionary * (*getInjectInfo)();
+    NSDictionary * (*baseInfo)();
+}security_struct;
+
+#define APSecurityUtilImpl [_APSecurityUtilImpl shared]
+
+@interface _APSecurityUtilImpl : NSProxy
+
++ (security_struct *)shared;
+
+@end
diff --git a/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APSecurityUtility.h b/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APSecurityUtility.h
new file mode 100755
index 0000000000000000000000000000000000000000..e4541c75afd075982bf452a3917b707710e93c6b
--- /dev/null
+++ b/MPaaS/Frameworks/APSecurityUtility.framework/Headers/APSecurityUtility.h
@@ -0,0 +1,160 @@
+//
+//  APSecurityUtility.h
+//  APSecurityUtility
+//
+//  Created by NianXi on 14-9-24.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#ifndef APSecurityUtility_APSecurityUtility_h
+#define APSecurityUtility_APSecurityUtility_h
+#import "APSecurityUtilImpl.h"
+#import "APGuardSwizzle.h"
+
+/**
+ *  在调用一个(+)selector前,检查该selector是否被外部注入的库hook
+ *  仅适用于本应用程序内(包含静态库)实现的selector,不能使用此方法检测iOS系统Framework API及其他dylib中定义的API
+ * 
+ *  (BOOL)APDetectClassSelectorSwizzling(NSString *className, SEL sel)
+ *
+ *  ------------------------------------------------------
+ *  @param className selector所属类名
+ *  @param sel       selector
+ *
+ *  @return 返回值类型BOOL,返回YES时表示该selector已被hook
+ *  ------------------------------------------------------
+ *
+ *  示例如下:
+ *  BOOL isHooked = APDetectClassSelectorSwizzling(@"SomeClass", @selector(test));
+ *
+ */
+#define APDetectClassSelectorSwizzling(className, sel) (APSecurityUtilImpl->isSwizzlingClassMethod(className, sel))
+
+/**
+ *  在调用一个(-)selector前,检查该selector是否被外部注入的库hook
+ *  仅适用于本应用程序内(包含静态库)实现的selector,不能使用此方法检测iOS系统Framework API其他dylib中定义的API
+ *
+ *  (BOOL)APDetectInstanceSelectorSwizzling(NSString *className, SEL sel)
+ *
+ *  ------------------------------------------------------
+ *  @param className selector所属类名
+ *  @param sel       selector
+ *
+ *  @return 返回值类型BOOL,返回YES时表示该selector已被hook
+ *  ------------------------------------------------------
+ *
+ *  示例如下:
+ *  BOOL isHooked = APDetectInstanceSelectorSwizzling(@"SomeClass", @selector(test));
+ *
+ */
+#define APDetectInstanceSelectorSwizzling(className, sel) (APSecurityUtilImpl->isSwizzlingInstanceMethod(className, sel))
+
+/**
+ *  在C函数内部实现中加入此检测方法,检查该函数是否被外部注入的程序调用,如gdb、外部注入的dylib等
+ *
+ *  示例如下:
+ *  bool isRisky = APDetectCFuncCalledByOthers;
+ *
+ */
+#define APDetectCFuncCalledByOthers (APSecurityUtilImpl->isExternalCall(__builtin_return_address(0)))
+#define APDetectNonFrameworkSelectorCalledByOthers (APSecurityUtilImpl->isExternalCall(__builtin_return_address(0)))
+
+/**
+ *  在调用一个UIKit里(-)selector前,检查该selector是否被外部注入的库hook,即系统API是否被非己hook
+ *  仅适用于iOS系统UIKit Framework中定义的API
+ *
+ *  (BOOL)APDetectUIKitInstanceSelectorSwizzling(NSString *className, SEL sel)
+ *
+ *  ------------------------------------------------------
+ *  @param className selector所属类名
+ *  @param sel       selector
+ *
+ *  @return 返回值类型BOOL,返回YES时表示该selector已被hook
+ *  ------------------------------------------------------
+ *
+ *  示例如下:
+ *  BOOL isHooked = APDetectUIKitInstanceSelectorSwizzling(@"UITextfield", @selector(text));
+ *
+ */
+#define APDetectUIKitInstanceSelectorSwizzling(className, sel) (APSecurityUtilImpl->isSwizzlingUIKitInstanceMethod(className, sel))
+
+/**
+ *  在调用一个LocalAuthentication.framework里(-)selector前,检查该selector是否被外部注入的库hook,即系统API是否被非己hook
+ *  仅适用于iOS系统LocalAuthentication.framework中定义的API
+ *  不适用于模拟器
+ *
+ *  注意:调用方需自行保证link LocalAuthentication.framework (可设置optional)
+ *       当运行在iOS8以下的系统link不到LocalAuthentication.framework时,默认返回 NO
+ *
+ *  (BOOL)APDetectLocalAuthInstanceSelectorSwizzling(NSString *className, SEL sel)
+ *
+ *  ------------------------------------------------------
+ *  @param className selector所属类名
+ *  @param sel       selector
+ *
+ *  @return 返回值类型BOOL,返回YES时表示该selector已被hook
+ *  ------------------------------------------------------
+ *
+ *  示例如下:
+ *  BOOL isHooked = APDetectLocalAuthInstanceSelectorSwizzling(@"LAContext", @selector(canEvaluatePolicy:error:));
+ *
+ */
+#define APDetectLocalAuthInstanceSelectorSwizzling(className, sel) (APSecurityUtilImpl->isSwizzlingLocalAuthInstanceMethod(className, sel))
+
+/**
+ *  越狱检测
+ *  
+ *  (BOOL)APDetectJailbroken;
+ */
+#define APDetectJailbroken (APSecurityUtilImpl->isJailbroken(NULL))
+
+/**
+ *  检查当前是否处于调试状态
+ *  (BOOL)APDetectDebugger;
+ *
+ *  @return 返回值类型BOOL,返回YES时表示当前为调试状态
+ */
+#define APDetectDebugger (APSecurityUtilImpl->isDebugging(NULL))
+
+/**
+ *  获取可执行程序二进制的代码段摘要
+ *
+ *  (NSString *)APGetTextSectionDigest;
+ */
+#define APGetTextSectionDigest (APSecurityUtilImpl->getTextSectionDigest())
+
+
+/**
+ *  检查二进制可执行程序的linker flag的restrict标志
+ *
+ *  (BOOL)APDetectLinkerFlag;
+ *  @return 返回值类型BOOL,返回YES时表示当前为存在
+ */
+#define APDetectLinkerFlag (APSecurityUtilImpl->isLinkerFlagExisted(NULL))
+
+/**
+ *  接收到通知后,检查通知发送者是否出自应用内部。当第三方插件发送通知名为 name 的通知时,返回NO,表示存在风险.
+ *  特别注意:需保证通知名字符串为静态字符串,若通知发送者以format拼接通知名,此方法返回NO,不符合预期。
+ *
+ *  Sample:
+ *
+ *  NSString *name = [notification name];
+ *  if (!APCheckNotificationSecurity(name)) {
+ *      //不响应钱包外部发送的通知
+ *      return;
+ *  }
+ *
+ *  @return 返回值类型BOOL,返回YES时表示安全
+ */
+#define APCheckNotificationSecurity(name) (APSecurityUtilImpl->isInternalNotification(name))
+
+/**
+ *  获取注入进程空间内注入的动态库信息
+ *
+ *  (NSDictionary *)APGetInjectInfo
+ *  @return 返回值类型NSDictionary,以库名为key,filter为value的字典
+ */
+#define APGetInjectInfo (APSecurityUtilImpl->getInjectInfo())
+
+#define APGetBaseInfo (APSecurityUtilImpl->baseInfo())
+#endif
diff --git a/MPaaS/Frameworks/APSecurityUtility.framework/Info.plist b/MPaaS/Frameworks/APSecurityUtility.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..0700486353c1cf1bc8c3b8560d1b1e0ccf6a9993
Binary files /dev/null and b/MPaaS/Frameworks/APSecurityUtility.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/APSecurityUtility.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/APSecurityUtility.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/APSecurityUtility.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..273094d881d479031cef146181cb065446aeac90
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal_Normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal_Normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8258c42b0e99b1732efcd850af0e7c8ec23f8043
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal_Normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal_Selected@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal_Selected@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e65a3178e72064cc7c301e7be55eee3539bfc936
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Normal_Selected@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Selected@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Selected@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e97ebb4d8a4f4dad362d9d252bc126e3dff1f7a9
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Selected@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Selected_Normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Selected_Normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d5aee443c0fe4c98697a3a3a6888693b87ce2de7
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/APSegmentControl_Selected_Normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/AP_Search@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/AP_Search@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f093942c601eb6285dc0bc48b78738c189a371ca
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/AP_Search@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_BG@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_BG@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..a83e20ee7a3f78dc20181f6e714ffcc916ed78f3
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_BG@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e835484390ce39f34fbc6144c141d05ce7793382
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Chat@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Chat@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c95d326b0dfe1735116b1a609eeb071a4ebffd03
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Chat@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Click@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Click@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c0407263ac06492a4be969fe8606314178520470
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Click@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8136bcfbfe58d0bcac941defc63f90b2952e11d8
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Backspace_Normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Clear_Click@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Clear_Click@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..816c6cc3fe4301940befcfe77d86cafcf9b1744d
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Clear_Click@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Clear_Normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Clear_Normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8eadbb89675aa2a59cca9e245705060937627bbc
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Clear_Normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Hide@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Hide@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..bcb04e24fb9a3048537dccfb2465420ce31b77ca
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Hide@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Num_Click@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Num_Click@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..45137498d4a8286b39e937148eb773d1207d8bb6
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Num_Click@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Num_Normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Num_Normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..a2b0801d58f6568284d3f289e1042ffad6279ce6
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_Num_Normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_OK_Click@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_OK_Click@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..7f61dbf5ad91570db377e72a461a8a30429dd9fb
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_OK_Click@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_OK_Normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_OK_Normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..0e077fea3675cd7844ed1934712f55332d15cf36
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Keyboard_OK_Normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Bottom_BG7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Bottom_BG7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..9b89e230ca782f9a61667ad97b80ee92877d91bf
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Bottom_BG7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Bottom_BG_Click7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Bottom_BG_Click7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..4ee2f0b4fcbd822a583f12769fbdc6dd25a494ba
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Bottom_BG_Click7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Expand_Click7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Expand_Click7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..ec70b5bbe216e15ba9d3796ded9f44ab0bd23cac
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Expand_Click7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Expand_Normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Expand_Normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..3074dec7e35b79084b0d4464b850c15de7355dbb
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Expand_Normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_History_Mask7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_History_Mask7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c92ad731dbdac560367956839125b0c38d5eaffb
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_History_Mask7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Shadow@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Shadow@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..178313e3618b0be58e2a616c630c5426ded15315
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Shadow@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Top_BG7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Top_BG7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d17be53d1a056d9cf419db908fd95453c1e3fcb9
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Top_BG7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Top_BG_Click7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Top_BG_Click7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..20fcafd2807428664ba2ef41439bcb9d9a48aadd
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/LoginBox_Top_BG_Click7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/NetErrorTip@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/NetErrorTip@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..48047e427c7fa7a3415656d567116d92f04bb0dd
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/NetErrorTip@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/OD_refresh_bg@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/OD_refresh_bg@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..18db1fb3c40df477285da09f725fe65ee084cf50
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/OD_refresh_bg@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/OD_refresh_bg_logo@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/OD_refresh_bg_logo@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..0e8a99c4b752834d98c1fddd85db75674b776ef1
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/OD_refresh_bg_logo@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TabBar_BG_7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TabBar_BG_7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d696b1a232505b8c5c8558052fd3d1f1bf81d49c
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TabBar_BG_7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Tables_Arrow@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Tables_Arrow@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..71deae8bcccc8d8f7876e7de92b6b8a97ea9c878
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/Tables_Arrow@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_BG_IOS7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_BG_IOS7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..9cc23f06bac78fd7d4d30baf66e6896a58aa7810
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_BG_IOS7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_LeftBtn_Click_BG@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_LeftBtn_Click_BG@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8aadf5413acd02e5d92195c0043ab0cee40742a4
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_LeftBtn_Click_BG@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_LeftBtn_Normal_BG@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_LeftBtn_Normal_BG@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..11728349b3f1f9336b13792d35e6dcfb4b522b55
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/TitleBar_LeftBtn_Normal_BG@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/add@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/add@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c6ee8e41c2cf8c6a298a23d46cfdbcfd6c1152a3
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/add@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/alipay-60@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/alipay-60@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..a2a6a20c9489d509e111d9c2d34dc3a4dc325fa7
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/alipay-60@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/alipay_contacts@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/alipay_contacts@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..003d342590fa9863bcc7f1add02769a775082aa9
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/alipay_contacts@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/QR_Icon@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/QR_Icon@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..1659ae64ca216cb542da2945bcf13be11adf3f8f
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/QR_Icon@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/cell_indicator_white.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/cell_indicator_white.png
new file mode 100755
index 0000000000000000000000000000000000000000..6bbb9916e56863e56a05e7fc9de69a56e0a5dca1
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/cell_indicator_white.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/floatmenu_line_up.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/floatmenu_line_up.png
new file mode 100755
index 0000000000000000000000000000000000000000..808054b23c41e81b216de3d86f7c3d3e68777870
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/floatmenu_line_up.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/popmenu_line_down.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/popmenu_line_down.png
new file mode 100755
index 0000000000000000000000000000000000000000..0a711caaec6769d38da3a93c83d5e27ee1f2d1b4
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/popmenu_line_down.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/qr_keyIcon@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/qr_keyIcon@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..be56178f63569c723cabb649510d612ff00ee729
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/antuiResource/qr_keyIcon@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_alert@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_alert@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..1ceaea9867ea6e9a973f59b7f7f58ac530d55081
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_alert@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_empty@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_empty@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f4aeb86cdbf89261b447869f4bab4b6532a15780
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_empty@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_networkerror@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_networkerror@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..3c9a74de1042e096420c95bdaf5350da45095903
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_expection_networkerror@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_iconfont_name.plist b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_iconfont_name.plist
new file mode 100755
index 0000000000000000000000000000000000000000..176d9d8c060cf47ef90d1c7fe3c9716e9397c83f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ap_iconfont_name.plist
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>wticonfont</key>
+	<dict>
+		<key>file</key>
+		<string>WealthTally.bundle/wticonfont</string>
+		<key>config</key>
+		<string>WealthTally.bundle/WTIconFontConfig</string>
+	</dict>
+	<key>apcuiconfont</key>
+	<dict>
+		<key>file</key>
+		<string>APCommonUI.bundle/apcuiconfont</string>
+		<key>config</key>
+		<string>APCommonUI.bundle/apcuiconfontconfig</string>
+	</dict>
+	<key>faiconfont</key>
+	<dict>
+		<key>file</key>
+		<string>FamilyAccount.bundle/faiconfont</string>
+		<key>config</key>
+		<string>FamilyAccount.bundle/FAIconFontConfig</string>
+	</dict>
+	<key>mvtkticonfont</key>
+	<dict>
+		<key>file</key>
+		<string>MovieTicket.bundle/mviconfont</string>
+		<key>config</key>
+		<string>MovieTicket.bundle/mviconfontconfig</string>
+	</dict>
+	<key>ospiconfont</key>
+	<dict>
+		<key>file</key>
+		<string>OnsitePay.bundle/ospiconfont</string>
+		<key>config</key>
+		<string>OnsitePay.bundle/ospiconfontconfig</string>
+	</dict>
+	<key>cdpspeakericonfont</key>
+	<dict>
+		<key>file</key>
+		<string>Promotion.bundle/cdpspeakericonfont</string>
+		<key>config</key>
+		<string>Promotion.bundle/cdpspeakericonfontconfig</string>
+	</dict>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/apcuiconfont.ttf b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/apcuiconfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..db2671f40ea7c5d76db36dc79e4a5b660625de67
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/apcuiconfont.ttf differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/apcuiconfontconfig.plist b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/apcuiconfontconfig.plist
new file mode 100755
index 0000000000000000000000000000000000000000..cd08768d7c03b8fa0eca6021f0d579935d4dc574
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/apcuiconfontconfig.plist
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>set</key>
+	<dict>
+		<key>unicode</key>
+		<real>58925</real>
+		<key>color</key>
+		<string>0xff6600</string>
+	</dict>
+	<key>more_unfold</key>
+	<dict>
+		<key>unicode</key>
+		<integer>59046</integer>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>me</key>
+	<dict>
+		<key>unicode</key>
+		<real>58926</real>
+		<key>color</key>
+		<string>0xff6600</string>
+	</dict>
+	<key>search</key>
+	<dict>
+		<key>unicode</key>
+		<real>58927</real>
+		<key>color</key>
+		<string>0xff6600</string>
+	</dict>
+	<key>selected</key>
+	<dict>
+		<key>unicode</key>
+		<real>59053</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>add</key>
+	<dict>
+		<key>unicode</key>
+		<integer>58933</integer>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>more</key>
+	<dict>
+		<key>unicode</key>
+		<real>58935</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>help</key>
+	<dict>
+		<key>unicode</key>
+		<real>58937</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>warn</key>
+	<dict>
+		<key>unicode</key>
+		<real>58938</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>prompt</key>
+	<dict>
+		<key>unicode</key>
+		<real>58939</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>success</key>
+	<dict>
+		<key>unicode</key>
+		<real>58940</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>alipay</key>
+	<dict>
+		<key>unicode</key>
+		<real>58941</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>waiting</key>
+	<dict>
+		<key>unicode</key>
+		<real>58942</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>failure</key>
+	<dict>
+		<key>unicode</key>
+		<real>58943</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>video</key>
+	<dict>
+		<key>unicode</key>
+		<real>58920</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>helpbig</key>
+	<dict>
+		<key>unicode</key>
+		<real>58944</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>warnbig</key>
+	<dict>
+		<key>unicode</key>
+		<real>58945</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+	<key>promptbig</key>
+	<dict>
+		<key>unicode</key>
+		<real>58946</real>
+		<key>color</key>
+		<string>0x00a8ff</string>
+	</dict>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/app_bizMark@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/app_bizMark@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..424c49cd8273fa4adf9d454c0b76d9edd472940a
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/app_bizMark@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/appickerview_cancel@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/appickerview_cancel@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..a5874b9bcdf5521ceb0f81db6984efc8cda8269a
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/appickerview_cancel@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/appickerview_finish@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/appickerview_finish@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..7ddb5306714aae09dc7596b6e3708188d2c9e014
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/appickerview_finish@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/archpointView_down@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/archpointView_down@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..37533f9429f7ba951067218bfb3666912a6cdda1
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/archpointView_down@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/archpointView_up@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/archpointView_up@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..cc7bf481aab1343c368999f2f39f433c63a3de62
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/archpointView_up@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/authcode_refresh_click@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/authcode_refresh_click@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..7ee191fd2cd4901d89304ed2f545332bf0fdf8a8
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/authcode_refresh_click@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/authcode_refresh_normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/authcode_refresh_normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..86702667226cc93eca047a157b5111acee2c2a7e
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/authcode_refresh_normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/back_button_normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/back_button_normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8dc69b55328f3acd0b1daca57b1de99dfd45ed93
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/back_button_normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/back_button_normal_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/back_button_normal_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..56d23d3d6028f9cd30b070f8c3c447ccb8efbef4
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/back_button_normal_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/bank@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/bank@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..46519787ffb3950ae8c37748dce93885d9fb837d
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/bank@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/baritem_highlighted@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/baritem_highlighted@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..2b63752a30a4c01f3a11f93432ea20ecc118c638
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/baritem_highlighted@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/baritem_normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/baritem_normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..0f5c6939f78e66d10e4534f8bd9f514630f4face
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/baritem_normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/calculator@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/calculator@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..28854312c4a088ae0ecc858cd70add9e9aeaa8c1
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/calculator@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/camera@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/camera@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..9a59a2dd6816e6f048cdf896f3fbc95dc2d33d39
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/camera@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..384472bf7c466d259241696984d3ed08476e60ee
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel_22@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel_22@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f0b94b29d5039f5565a458334d6d43f6440884f9
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel_22@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d9c73c5ddde2c227580612056d690d60344a5050
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/cancel_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkBill@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkBill@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..12fe5ff013a1bd4b29a8e04b473062c01f2a6bf2
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkBill@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_checked@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_checked@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..abbc9c32a88a93dc33179cb8e657bb015edce0d8
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_checked@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_disable@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_disable@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..2df13d5a649841a6a3a3792db10acdb1d8318234
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_disable@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_checked@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_checked@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f0cee055bb6df47e2d37b8774781508aa7d3cc50
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_checked@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_disable@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_disable@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..4572e80cc48f6b0fac9c9682f32c8c0c61c3c8fe
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_disable@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_unchecked@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_unchecked@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..78f21425d36953036d3fef33304a17abd837cfdc
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_unchecked@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_unchecked_disable.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_unchecked_disable.png
new file mode 100755
index 0000000000000000000000000000000000000000..5a7a288fc766f503e3f92235e5060f7b57e63636
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_main_unchecked_disable.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_unchecked@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_unchecked@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..b19bba487230a04a99c3c7ce6c6333508b6ec98e
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/checkbox_unchecked@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/circle_refresh@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/circle_refresh@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d97f8dd2876171c107ed6e26480dac828efd3deb
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/circle_refresh@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/citiesFromGaode.txt b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/citiesFromGaode.txt
new file mode 100755
index 0000000000000000000000000000000000000000..e6bc2f641ba1a678616643245a75185c27abffdb
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/citiesFromGaode.txt
@@ -0,0 +1,391 @@
+阿坝藏族羌族自治州
+阿克苏地区
+阿拉尔市
+阿拉善盟
+阿勒泰地区
+阿里地区
+安康市
+安庆市
+安顺市
+安阳市
+鞍山市
+巴彦淖尔市
+巴音郭楞蒙古自治州
+巴中市
+白城市
+白沙黎族自治县
+白山市
+白银市
+百色市
+蚌埠市
+包头市
+宝鸡市
+保定市
+保山市
+保亭黎族苗族自治县
+北海市
+北京市
+北区
+本溪市
+毕节市
+滨州市
+亳州市
+博尔塔拉蒙古自治州
+沧州市
+昌都地区
+昌吉回族自治州
+昌江黎族自治县
+常德市
+常州市
+朝阳市
+潮州市
+郴州市
+成都市
+承德市
+澄迈县
+池州市
+赤峰市
+崇左市
+滁州市
+楚雄彝族自治州
+达州市
+大埔区
+大理白族自治州
+大连市
+大庆市
+大堂区
+大同市
+大兴安岭地区
+丹东市
+儋州市
+德宏傣族景颇族自治州
+德阳市
+德州市
+迪庆藏族自治州
+定安县
+定西市
+东方市
+东莞市
+东区
+东营市
+鄂尔多斯市
+鄂州市
+恩施土家族苗族自治州
+防城港市
+风顺堂区
+佛山市
+福州市
+抚顺市
+抚州市
+阜新市
+阜阳市
+甘孜藏族自治州
+赣州市
+高雄市
+固原市
+观塘区
+广安市
+广元市
+广州市
+贵港市
+贵阳市
+桂林市
+果洛藏族自治州
+哈尔滨市
+哈密地区
+海北藏族自治州
+海东地区
+海口市
+海南藏族自治州
+海西蒙古族藏族自治州
+邯郸市
+汉中市
+杭州市
+合肥市
+和田地区
+河池市
+河源市
+菏泽市
+贺州市
+鹤壁市
+鹤岗市
+黑河市
+衡水市
+衡阳市
+红河哈尼族彝族自治州
+呼和浩特市
+呼伦贝尔市
+湖州市
+葫芦岛市
+花地玛堂区
+花王堂区
+怀化市
+淮安市
+淮北市
+淮南市
+黄大仙区
+黄冈市
+黄南藏族自治州
+黄山市
+黄石市
+惠州市
+鸡西市
+吉安市
+吉林市
+济南市
+济宁市
+济源市
+佳木斯市
+嘉模堂区
+嘉兴市
+嘉峪关市
+江门市
+焦作市
+揭阳市
+金昌市
+金华市
+锦州市
+晋城市
+晋中市
+荆门市
+荆州市
+景德镇市
+九江市
+九龙城区
+酒泉市
+喀什地区
+开封市
+克拉玛依市
+葵青区
+昆明市
+拉萨市
+来宾市
+莱芜市
+兰州市
+廊坊市
+乐东黎族自治县
+乐山市
+离岛区
+丽江市
+丽水市
+连云港市
+凉山彝族自治州
+辽阳市
+辽源市
+聊城市
+林芝地区
+临沧市
+临汾市
+临高县
+临夏回族自治州
+临沂市
+陵水黎族自治县
+柳州市
+六安市
+六盘水市
+龙岩市
+陇南市
+娄底市
+泸州市
+路氹城
+吕梁市
+洛阳市
+漯河市
+马鞍山市
+茂名市
+眉山市
+梅州市
+绵阳市
+牡丹江市
+那曲地区
+南昌市
+南充市
+南京市
+南宁市
+南平市
+南区
+南沙群岛
+南通市
+南阳市
+内江市
+宁波市
+宁德市
+怒江傈僳族自治州
+攀枝花市
+盘锦市
+平顶山市
+平凉市
+萍乡市
+莆田市
+濮阳市
+普洱市
+七台河市
+齐齐哈尔市
+潜江市
+黔东南苗族侗族自治州
+黔南布依族苗族自治州
+黔西南布依族苗族自治州
+钦州市
+秦皇岛市
+青岛市
+清远市
+庆阳市
+琼海市
+琼中黎族苗族自治县
+曲靖市
+衢州市
+泉州市
+荃湾区
+日喀则地区
+日照市
+三门峡市
+三明市
+三沙市
+三亚市
+沙田区
+山南地区
+汕头市
+汕尾市
+商洛市
+商丘市
+上海市
+上饶市
+韶关市
+邵阳市
+绍兴市
+深水埗区
+深圳市
+沈阳市
+神农架林区
+圣方济各堂区
+十堰市
+石河子市
+石家庄市
+石嘴山市
+双鸭山市
+朔州市
+四平市
+松原市
+苏州市
+宿迁市
+宿州市
+绥化市
+随州市
+遂宁市
+塔城地区
+台北市
+台南市
+台中市
+台州市
+太原市
+泰安市
+泰州市
+唐山市
+天津市
+天门市
+天水市
+铁岭市
+通化市
+通辽市
+铜川市
+铜陵市
+铜仁市
+图木舒克市
+吐鲁番地区
+屯昌县
+屯门区
+湾仔区
+万宁市
+望德堂区
+威海市
+潍坊市
+渭南市
+温州市
+文昌市
+文山壮族苗族自治州
+乌海市
+乌兰察布市
+乌鲁木齐市
+无锡市
+吴忠市
+芜湖市
+梧州市
+五家渠市
+五指山市
+武汉市
+武威市
+锡林郭勒盟
+西安市
+西贡区
+西宁市
+西沙群岛
+西双版纳傣族自治州
+厦门市
+咸宁市
+咸阳市
+仙桃市
+湘潭市
+湘西土家族苗族自治州
+襄阳市
+孝感市
+忻州市
+新北市
+新乡市
+新余市
+信阳市
+邢台市
+兴安盟
+徐州市
+许昌市
+宣城市
+雅安市
+烟台市
+延安市
+延边朝鲜族自治州
+盐城市
+扬州市
+阳江市
+阳泉市
+伊春市
+益阳市
+宜宾市
+宜昌市
+宜春市
+银川市
+鹰潭市
+营口市
+永州市
+油尖旺区
+榆林市
+玉林市
+玉树藏族自治州
+玉溪市
+元朗区
+岳阳市
+云浮市
+运城市
+枣庄市
+湛江市
+张家界市
+张家口市
+张掖市
+漳州市
+长春市
+长沙市
+长治市
+昭通市
+肇庆市
+镇江市
+郑州市
+中沙群岛的岛礁及其海域
+中卫市
+中西区
+重庆市
+舟山市
+周口市
+株洲市
+珠海市
+驻马店市
+淄博市
+自贡市
+遵义市
\ No newline at end of file
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/delete@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/delete@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..98fcc40c44e9d65e07c33f78a114632c042d70fb
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/delete@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/delete_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/delete_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..067a359f4b2252e6eb1ff8a5a1a0091ea91f1d62
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/delete_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/details@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/details@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..32d986892dbb3e5906631926872f9065d4fbf84c
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/details@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/details_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/details_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f5ed8ddebc45b89c9e34174d3295c405edb3084d
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/details_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/edit@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/edit@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..2457cdf93c65dfb13676dd9240eaea96f1457d99
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/edit@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/en.strings b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/en.strings
new file mode 100755
index 0000000000000000000000000000000000000000..d8928d8fb96967be4fb35b56b76702a2ac6033fc
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/en.strings
@@ -0,0 +1,49 @@
+//Written by 多语言翻译管理系统 
+//Wed Jul 06 2016 13:05:06 GMT+0800 (CST)
+//如有问题请联系去疾
+"APCommonUI:%.0f 秒后重试" = "%.0f S";
+"APCommonUI:APCheckBox.checked" = "Selected";
+"APCommonUI:APCheckBox.unchecked" = "Unselected";
+"APCommonUI:APExceptionView.alert" = "Oops! System error\nServer is busy. Please try again later.";
+"APCommonUI:APExceptionView.empty" = "Null Content";
+"APCommonUI:APExceptionView.networkError" = "Network is unavailable. \nPlease check your settings and try again later.";
+"APCommonUI:APNextPagePullView.click&load" = "Click to Load";
+"APCommonUI:APNumericKeyboard.back&delete" = "Back";
+"APCommonUI:APNumericKeyboard.disappear" = "Hide";
+"APCommonUI:APNumericKeyboard.dismissKeyboard" = "Hide";
+"APCommonUI:APSecurityCode.securityCode" = "Code";
+"APCommonUI:APToastView.load" = "Loading %.0f%%";
+"APCommonUI:EGORefresh.current" = "Current Time";
+"APCommonUI:EGORefresh.last" = "Last Update";
+"APCommonUI:EGORefresh.pull&load" = "Pull to Load More";
+"APCommonUI:EGORefresh.pull&refresh" = "Pull to Refresh";
+"APCommonUI:EGORefresh.release&refresh" = "Release to Refresh";
+"APCommonUI:Login.forgotPassword" = "Forgot Password?";
+"APCommonUI:Login.password" = "Login Password";
+"APCommonUI:SMS.code" = "SMS Code";
+"APCommonUI:SMS.inputCode" = "Enter SMS Code";
+"APCommonUI:SMS.resendAfter" = "%.0f S";
+"APCommonUI:SMS.resendCode" = "Resend";
+"APCommonUI:SMS.sendCode" = "Send";
+"APCommonUI:什么都没有" = "Nothing";
+"APCommonUI:再试一次" = "Try Again/Retry";
+"APCommonUI:刷新" = "Refresh";
+"APCommonUI:加载中" = "Loading...";
+"APCommonUI:取消" = "Cancel";
+"APCommonUI:完成" = "Done";
+"APCommonUI:忙不过来了,客官请稍候" = "Oops! System Busy";
+"APCommonUI:搜索" = "Search";
+"APCommonUI:注册" = "Register";
+"APCommonUI:清除" = "Clear/Delete";
+"APCommonUI:登录" = "Log In";
+"APCommonUI:确定" = "Yes";
+"APCommonUI:网络不给力" = "Poor Network";
+"APCommonUI:网络无法连接" = "Network Unavailable";
+"APCommonUI:请检查你的手机是否联网" = "Please check your network.";
+"APCommonUI:返回" = "Back";
+"APCommonUI:重新尝试" = "Try Again/Retry";
+"APCommonUI:重试" = "Retry";
+"APCommonUI:顾客太多,客官请稍候" = "Too many customers, please wait ...";
+"APCommonUI:请稍等哦,马上出来" = "Please wait for a little while";
+"APCommonUI:前面还有很多朋友在排队" = "Server busy";
+"APCommonUI:语音助手" = "voice aide";
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/error-12@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/error-12@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..46d77186532e6ec6f0dc4dc021b471752537be2f
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/error-12@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/error-60@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/error-60@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..35c2df7d7215bd471cc2c134a8a68048896e2c86
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/error-60@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/font/amount_number.ttf b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/font/amount_number.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..6174923cde23749904bb6fb93f0d3ed9c9fd7c32
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/font/amount_number.ttf differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/help_normal@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/help_normal@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..11d9aebee583f62cfd1991e9b13d9e2bded916ad
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/help_normal@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/help_normal_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/help_normal_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..613eb2f1f48c12220682df0a5dcd1ed200b39f68
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/help_normal_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/iconfont/auiconfont.ttf b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/iconfont/auiconfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..7438875c7ac9528a09201ff04b5387b35b9a5c95
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/iconfont/auiconfont.ttf differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_404@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_404@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..3001289dafa807d30c6af3de12e9c9b8b3645f95
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_404@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_alert@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_alert@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..80c79204d3bb1747472c5f9dbc45f5b278481ed3
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_alert@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_empty@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_empty@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..fad5238bb3d32703a356ee4297eb0f8cdb1b869f
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_empty@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_limit@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_limit@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..06dc504737291cd0ca290136b7e02bb6ff9c2f56
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_limit@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_networkerror@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_networkerror@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..73f8dad997d7a28791313557a70075b209ce1b4c
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_networkerror@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_systembusy@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_systembusy@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8afd6bf0b9605c302af7fe870fe001bc1bca5091
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/ilustration_ap_expection_systembusy@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/image_close@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/image_close@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..42af9cc8c86f2a03833f84158b2b9154e6da9525
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/image_close@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/info-12@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/info-12@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..3ce3efd9112f80313ea5229cb1645020c44d8c7a
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/info-12@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/input_icon@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/input_icon@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..a2d48b245dc2ae21c66345879e1d94f09bbf1cbe
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/input_icon@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/input_info@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/input_info@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..7ec9c548c3affbee1415a69bb7b46d6eed7accbb
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/input_info@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/inputbox6@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/inputbox6@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..4aa015327a9dcc056eb2353d3ec0656aaa15f9d2
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/inputbox6@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/inputbox7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/inputbox7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c085f0463883722c3e0e577e825b97ca9f71fa3a
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/inputbox7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/limit_cashier@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/limit_cashier@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d2fa944aaa92a91e5cdb3c20350a5f422ce1ce96
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/limit_cashier@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/limit_close@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/limit_close@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..223578054332195739fac3011c1fb959dafb4a3a
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/limit_close@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/map@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/map@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..332b2da45000847054db0febf421bf5e09e17841
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/map@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/menuBtnBg@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/menuBtnBg@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..78c76fae737320f62f97be8696cefd9df5db84cb
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/menuBtnBg@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mine@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mine@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..baf46548f85fb0ce3ca1f1c7bc940175bf6a6c99
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mine@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mine_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mine_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..362d9b986f104c3938247c387a84fe052e1d4913
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mine_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mobile_contacts@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mobile_contacts@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..a2d48b245dc2ae21c66345879e1d94f09bbf1cbe
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/mobile_contacts@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/more@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/more@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..236cd561fb56e86cd8cefaaa7d1f967e647a954c
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/more@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/more_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/more_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f3d70f8f41eae2f9219bcacd51276a45a902ee21
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/more_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/navigationbar7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/navigationbar7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e85087e997659c8af80471104efa46b2473c580b
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/navigationbar7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/network_err@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/network_err@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..0c87ca8c83b958aece04c88219459ee76fe7c6fb
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/network_err@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_bg@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_bg@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..35e9128eb8dccad9b9ab0f47f72dba56ce953338
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_bg@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_line@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_line@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..4fb2295cc5a1a95ad48286c52aa546723e109c6a
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_line@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_title_line@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_title_line@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..423bb5d67daaca4f11b828494cc0c12790303f3f
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/number_password_title_line@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/numeric_password_line@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/numeric_password_line@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..4fb2295cc5a1a95ad48286c52aa546723e109c6a
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/numeric_password_line@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/numeric_password_popup_bg@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/numeric_password_popup_bg@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..852a9f7ae78eff023de0c6383aca0c195a36bc2e
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/numeric_password_popup_bg@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/popView_default.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/popView_default.png
new file mode 100755
index 0000000000000000000000000000000000000000..eb253e3efbcd9a25c2a7f262c0f64487fc5616e6
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/popView_default.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/question-12@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/question-12@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f5b1beefb794a7b63a55da7f902cd15cb7f691ab
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/question-12@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_0@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_0@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..b3c5f44f8c4cc23e65507c5d38525bbf268d2676
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_0@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_1@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_1@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..28442313372edd67e60d4b286530e064a148f0ab
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_1@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_2@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_2@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..5255b9cdbd786c289d2dac2848a32cf477dcdce7
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_2@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_3@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_3@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..ae0efc66d6cc4889b1669f23fd16ef243fd326f2
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_3@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_4@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_4@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..1871910b4bab99b787470fa79a0780d049aa53a0
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_4@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_5@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_5@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..13e2cd2d1b390ae44b921522101e719ab5854b55
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_5@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_6@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_6@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c1b8a9977bea9fec888f09c56f451527a928b66d
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_6@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_7@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_7@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..bd3823107c561c69b676fc683bd82de2a5696191
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_7@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_8@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_8@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..85c7e9f71535484849b0f67921100756445aa0a4
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/record/img_8@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/red_warning@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/red_warning@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..212d846e1c6674147bbef83b8a393d3955ac3fb4
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/red_warning@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/PP_Search@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/PP_Search@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..4c3fcff0dc8afc396914d1445c51cb1b43e6da2d
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/PP_Search@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_content@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_content@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..933f0606ac364b7f598f13bae4517a6c32334147
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_content@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_default@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_default@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e9108225cb09909ff97b7d74c87b2bc487e6884e
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_default@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_voice@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_voice@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e079fbb7a3c763d41048ef3a6cc318e9271acd42
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/ap_titlebar_search_voice@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/searchBar_Back@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/searchBar_Back@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..7236ca3fc3745405aacad86f74cf356bbe400d10
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/searchBar_Back@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/voice_button@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/voice_button@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..e267cf627dc272926cd386421dd9d114a8c1c332
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/searchbar/voice_button@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_BG@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_BG@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..7e151142587775de6a4019fcb27e212c314048ad
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_BG@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_Btn_BG@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_Btn_BG@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..12f672a35935b0268b0418612d87b8c4bcda9280
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_Btn_BG@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_Refresh_Btn@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_Refresh_Btn@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..39775d9e03930f0b789691c4ee08d545a05b4d28
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/securityCodeBox_Refresh_Btn@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..91305b5ace77552d7bca4896ab6b4bb647c77aa4
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_icon_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_icon_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f234ebfa37e823b26e96753cacdd8e1fe7c390b8
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_icon_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_close_blue@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_close_blue@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..dc87b81cbb089d6dabc28c2ae97e349a0156bc47
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_close_blue@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_close_red@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_close_red@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..39cd18e9b95ed63590ecc789621a6141539c74da
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_close_red@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_image_blue@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_image_blue@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..315d0413052041e893d48242f82041ddf1fc81b1
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_image_blue@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_image_red@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_image_red@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..ff0935b2d92420a358ebf1343db78efe40abe864
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/setting_tip_image_red@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/share@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/share@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d1b83056dd908f4dcc4c7e2f74535d37d3b229bc
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/share@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/share_weibo@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/share_weibo@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..8babed7cbf45944f52ba6edb2e8ffdc3b6c538e7
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/share_weibo@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/sky@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/sky@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..a7908cc017a4f778a48643a469140da3aa1b0c20
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/sky@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/spLine@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/spLine@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..cb10781e57694bc26affd3734a34bfb1540e5e31
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/spLine@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/succeed-12@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/succeed-12@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..f165277122f040f9a5b7fc1a5c32b883cce7e599
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/succeed-12@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/success-60@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/success-60@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..6772f280001f4f3bf8d0174710d6b846bf1e5c90
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/success-60@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/theme.plist b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/theme.plist
new file mode 100755
index 0000000000000000000000000000000000000000..9d93c21129bea3046e94f9777b0cc12a515d6c3b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/theme.plist
@@ -0,0 +1,1489 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>Name</key>
+	<string>AlipayDefault</string>
+	<key>Constants</key>
+	<dict>
+		<key>AntBlue</key>
+		<string>#108EE9</string>
+	</dict>
+	<key>StatusBarStyle</key>
+	<integer>0</integer>
+	<key>NavigationBarStyle</key>
+	<integer>0</integer>
+	<key>APNavigationBar</key>
+	<dict>
+		<key>Global</key>
+		<dict>
+			<key>Title</key>
+			<dict>
+				<key>TextColor</key>
+				<string>#000000</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<true/>
+					<key>Size</key>
+					<string>18</string>
+				</dict>
+			</dict>
+			<key>DetailTitle</key>
+			<dict>
+				<key>TextColor</key>
+				<string>#000000</string>
+				<key>Font</key>
+				<dict>
+					<key>Size</key>
+					<dict>
+						<key>screen&gt;=phone6p</key>
+						<string>12</string>
+						<key>Default</key>
+						<string>10</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>Background</key>
+			<dict>
+				<key>TintColor</key>
+				<string>#000000</string>
+				<key>BarTintColor</key>
+				<string>#fffffff4</string>
+				<key>Translucent</key>
+				<true/>
+			</dict>
+		</dict>
+		<key>Button</key>
+		<dict>
+			<key>BackImage</key>
+			<string>back_button_normal</string>
+			<key>TextColor</key>
+			<string>$AntBlue</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>16</string>
+			</dict>
+		</dict>
+		<key>Background</key>
+		<dict>
+			<key>MaskBottomLine</key>
+			<true/>
+			<key>BottomLineColor</key>
+			<string>#e1e1e1</string>
+			<key>Color</key>
+			<string>#fffffff4</string>
+			<key>Translucent</key>
+			<true/>
+			<key>OpaqueColor</key>
+			<string>#ffffff</string>
+		</dict>
+	</dict>
+	<key>APExceptionView</key>
+	<dict>
+		<key>Title</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#000000</string>
+			<key>Font</key>
+			<dict>
+				<key>Bold</key>
+				<string></string>
+				<key>Size</key>
+				<string>18</string>
+			</dict>
+		</dict>
+		<key>DetailTitle</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#999999</string>
+			<key>Font</key>
+			<dict>
+				<key>Bold</key>
+				<string></string>
+				<key>Size</key>
+				<string>13</string>
+			</dict>
+		</dict>
+		<key>ActionButton</key>
+		<dict>
+			<key>TextColor</key>
+			<dict>
+				<key>Normal</key>
+				<string>$AntBlue</string>
+				<key>Highlighted</key>
+				<string>#1284D6</string>
+			</dict>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>18</string>
+			</dict>
+		</dict>
+		<key>Background</key>
+		<dict>
+			<key>Color</key>
+			<string>#f5f5f9</string>
+		</dict>
+		<key>ExceptionImage</key>
+		<dict>
+			<key>Minimalist</key>
+			<dict>
+				<key>Alert</key>
+				<string>ap_expection_alert</string>
+				<key>Empty</key>
+				<string>ap_expection_empty</string>
+				<key>NetworkError</key>
+				<string>ap_expection_networkerror</string>
+				<key>Limit</key>
+				<string>ilustration_ap_expection_limit</string>
+			</dict>
+			<key>Ilustration</key>
+			<dict>
+				<key>Alert</key>
+				<string>ilustration_ap_expection_alert</string>
+				<key>Empty</key>
+				<string>ilustration_ap_expection_empty</string>
+				<key>NetworkError</key>
+				<string>ilustration_ap_expection_networkerror</string>
+				<key>Limit</key>
+				<string>ilustration_ap_expection_limit</string>
+			</dict>
+		</dict>
+	</dict>
+	<key>APButton</key>
+	<dict>
+		<key>Global</key>
+		<dict>
+			<key>Left</key>
+			<string>15</string>
+			<key>Height</key>
+			<string>42</string>
+			<key>CornerRadius</key>
+			<string>5</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>18</string>
+			</dict>
+		</dict>
+		<key>Main</key>
+		<dict>
+			<key>Normal</key>
+			<dict>
+				<key>Color</key>
+				<string>$AntBlue</string>
+				<key>TitleColor</key>
+				<string>#ffffff</string>
+			</dict>
+			<key>Highlighted</key>
+			<dict>
+				<key>Color</key>
+				<string>#0E80D2</string>
+				<key>TitleColor</key>
+				<string>#ffffff4c</string>
+			</dict>
+			<key>Disabled</key>
+			<dict>
+				<key>Color</key>
+				<string>#108ee966</string>
+				<key>TitleColor</key>
+				<string>#ffffff66</string>
+			</dict>
+		</dict>
+		<key>Secondary</key>
+		<dict>
+			<key>BorderColor</key>
+			<string>#dddddd</string>
+			<key>Normal</key>
+			<dict>
+				<key>Color</key>
+				<string>#ffffff</string>
+				<key>TitleColor</key>
+				<string>#000000</string>
+			</dict>
+			<key>Highlighted</key>
+			<dict>
+				<key>Color</key>
+				<string>#dddddd</string>
+				<key>TitleColor</key>
+				<string>#0000004c</string>
+			</dict>
+			<key>Disabled</key>
+			<dict>
+				<key>Color</key>
+				<string>#ffffff99</string>
+				<key>TitleColor</key>
+				<string>#0000004c</string>
+			</dict>
+		</dict>
+		<key>Caution</key>
+		<dict>
+			<key>CornerRadius</key>
+			<integer>0</integer>
+			<key>BorderColor</key>
+			<string>#dddddd</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>18</string>
+			</dict>
+			<key>Normal</key>
+			<dict>
+				<key>Color</key>
+				<string>#ffffff</string>
+				<key>TitleColor</key>
+				<string>#f4333c</string>
+			</dict>
+			<key>Highlighted</key>
+			<dict>
+				<key>Color</key>
+				<string>#e1e1e1</string>
+				<key>TitleColor</key>
+				<string>#f4333c</string>
+			</dict>
+			<key>Disabled</key>
+			<dict>
+				<key>Color</key>
+				<string>#dddddd</string>
+				<key>TitleColor</key>
+				<string>#bbbbbb</string>
+			</dict>
+		</dict>
+		<key>Social</key>
+		<dict>
+			<key>Normal</key>
+			<dict>
+				<key>Color</key>
+				<string>#06bf04</string>
+				<key>TitleColor</key>
+				<string>#ffffff</string>
+			</dict>
+			<key>Highlighted</key>
+			<dict>
+				<key>Color</key>
+				<string>#05ac04</string>
+				<key>TitleColor</key>
+				<string>#ffffff</string>
+			</dict>
+			<key>Disabled</key>
+			<dict>
+				<key>Color</key>
+				<string>#ebebf0</string>
+				<key>TitleColor</key>
+				<string>#d2d2d2</string>
+			</dict>
+		</dict>
+		<key>Assist</key>
+		<dict>
+			<key>CornerRadius</key>
+			<integer>3</integer>
+			<key>BorderColor</key>
+			<string>$AntBlue</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>12</string>
+			</dict>
+			<key>Normal</key>
+			<dict>
+				<key>Color</key>
+				<string>#ffffff</string>
+				<key>TitleColor</key>
+				<string>$AntBlue</string>
+			</dict>
+			<key>Highlighted</key>
+			<dict>
+				<key>Color</key>
+				<string>$AntBlue</string>
+				<key>TitleColor</key>
+				<string>#ffffff</string>
+			</dict>
+			<key>Disabled</key>
+			<dict>
+				<key>Color</key>
+				<string>#dddddd</string>
+				<key>TitleColor</key>
+				<string>#bbbbbb</string>
+			</dict>
+		</dict>
+	</dict>
+	<key>APSegmentedControl</key>
+	<dict>
+		<key>Height</key>
+		<integer>44</integer>
+		<key>TintColor</key>
+		<string>$AntBlue</string>
+	</dict>
+	<key>APBarItem</key>
+	<dict>
+		<key>TextColor</key>
+		<string>$AntBlue</string>
+		<key>Font</key>
+		<dict>
+			<key>Size</key>
+			<string>16</string>
+		</dict>
+	</dict>
+	<key>APTextField</key>
+	<dict>
+		<key>Placeholder</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#cccccc</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>16</string>
+			</dict>
+		</dict>
+		<key>Title</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#333333</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>17</string>
+			</dict>
+		</dict>
+		<key>ButtonX</key>
+		<dict>
+			<key>Global</key>
+			<dict>
+				<key>Background</key>
+				<string>#ffffff00</string>
+				<key>Font</key>
+				<dict>
+					<key>Size</key>
+					<string>20</string>
+				</dict>
+			</dict>
+			<key>Normal</key>
+			<dict>
+				<key>TextColor</key>
+				<string>#000000</string>
+			</dict>
+		</dict>
+		<key>Background</key>
+		<dict>
+			<key>Color</key>
+			<string>#ffffff00</string>
+		</dict>
+	</dict>
+	<key>APInputBox</key>
+	<dict>
+		<key>Height</key>
+		<string>45</string>
+		<key>TitleLabel</key>
+		<dict>
+			<key>Left</key>
+			<string>15</string>
+			<key>TextColor</key>
+			<dict>
+				<key>Normal</key>
+				<string>#000000</string>
+				<key>Invalid</key>
+				<string>#ff0000</string>
+			</dict>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>17</string>
+			</dict>
+			<key>BackgroundColor</key>
+			<string>#ffffff00</string>
+		</dict>
+		<key>TextField</key>
+		<dict>
+			<key>Left</key>
+			<string>17</string>
+		</dict>
+		<key>IconButton</key>
+		<dict>
+			<key>Left</key>
+			<string>8</string>
+			<key>Right</key>
+			<string>15</string>
+		</dict>
+		<key>Background</key>
+		<dict>
+			<key>Color</key>
+			<string>#ffffff00</string>
+			<key>CornerImage</key>
+			<string>inputbox6</string>
+			<key>InCornerImage</key>
+			<string>inputbox7</string>
+		</dict>
+	</dict>
+	<key>APLimitView</key>
+	<dict>
+		<key>Background</key>
+		<dict>
+			<key>Color</key>
+			<string>#ffffff</string>
+			<key>CornerRadius</key>
+			<string>7</string>
+		</dict>
+		<key>CloseButton</key>
+		<dict>
+			<key>Margin</key>
+			<dict>
+				<key>Top</key>
+				<string>15</string>
+				<key>Left</key>
+				<string>15</string>
+			</dict>
+			<key>Image</key>
+			<string>limit_close</string>
+		</dict>
+		<key>Logo</key>
+		<dict>
+			<key>Top</key>
+			<string>36</string>
+			<key>Image</key>
+			<string>ilustration_ap_expection_limit</string>
+		</dict>
+		<key>Title</key>
+		<dict>
+			<key>Top</key>
+			<string>15</string>
+			<key>TextColor</key>
+			<string>#000000</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>18</string>
+			</dict>
+		</dict>
+		<key>DetailTitle</key>
+		<dict>
+			<key>Top</key>
+			<string>9</string>
+			<key>TextColor</key>
+			<string>#999999</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>15</string>
+			</dict>
+		</dict>
+		<key>LinkButton</key>
+		<dict>
+			<key>Top</key>
+			<string>9</string>
+			<key>Title</key>
+			<dict>
+				<key>TextColor</key>
+				<string>$AntBlue</string>
+				<key>Font</key>
+				<dict>
+					<key>Size</key>
+					<string>13</string>
+				</dict>
+			</dict>
+		</dict>
+		<key>ActionButton</key>
+		<dict>
+			<key>Top</key>
+			<string>21</string>
+			<key>Background</key>
+			<dict>
+				<key>Color</key>
+				<string>#ffffff</string>
+				<key>CornerRadius</key>
+				<string>5</string>
+			</dict>
+			<key>Title</key>
+			<dict>
+				<key>TextColor</key>
+				<string>#108ee9</string>
+				<key>Font</key>
+				<dict>
+					<key>Size</key>
+					<string>18</string>
+				</dict>
+			</dict>
+		</dict>
+	</dict>
+	<key>APSettingTipFloatView</key>
+	<dict>
+		<key>SettingTipRedEnvelope</key>
+		<dict>
+			<key>Background</key>
+			<string>#fffbeb</string>
+			<key>Top</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>36</string>
+				<key>Default</key>
+				<string>32</string>
+			</dict>
+			<key>Width</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>280</string>
+				<key>Default</key>
+				<string>252</string>
+			</dict>
+			<key>MainImage</key>
+			<string>setting_tip_image_red</string>
+			<key>MainImageHeight</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>161</string>
+				<key>Default</key>
+				<string>145</string>
+			</dict>
+			<key>CloseImage</key>
+			<string>setting_tip_close_red</string>
+			<key>CloseButtonSize</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>22.4</string>
+				<key>Default</key>
+				<string>20</string>
+			</dict>
+			<key>PaddingCorner</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>12</string>
+				<key>Default</key>
+				<string>12</string>
+			</dict>
+			<key>Title</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>25</string>
+					<key>Default</key>
+					<string>10</string>
+				</dict>
+				<key>TextColor</key>
+				<string>#bf7414</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<string></string>
+					<key>Size</key>
+					<dict>
+						<key>screen&gt;=phone6p</key>
+						<string>22.4</string>
+						<key>Default</key>
+						<string>20</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>DetailTitle</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>5</string>
+					<key>Default</key>
+					<string>5</string>
+				</dict>
+				<key>TextColor</key>
+				<string>#d7a25d</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<string></string>
+					<key>Size</key>
+					<dict>
+						<key>screen&gt;=phone6p</key>
+						<string>16.8</string>
+						<key>Default</key>
+						<string>15</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>ActionButton</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>22.4</string>
+					<key>Default</key>
+					<string>20</string>
+				</dict>
+				<key>Global</key>
+				<dict>
+					<key>Title</key>
+					<dict>
+						<key>TextColor</key>
+						<string>#ffffff</string>
+						<key>Font</key>
+						<dict>
+							<key>Bold</key>
+							<string></string>
+							<key>Size</key>
+							<dict>
+								<key>screen&gt;=phone6p</key>
+								<string>22.4</string>
+								<key>Default</key>
+								<string>20</string>
+							</dict>
+						</dict>
+					</dict>
+				</dict>
+				<key>NormalColor</key>
+				<string>#eb6053</string>
+				<key>DisabledColor</key>
+				<string>#f8f8f8</string>
+				<key>CornerRadius</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>22.4</string>
+					<key>Default</key>
+					<string>20</string>
+				</dict>
+				<key>Width</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>230</string>
+					<key>Default</key>
+					<string>205</string>
+				</dict>
+				<key>Height</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>44.8</string>
+					<key>Default</key>
+					<string>40</string>
+				</dict>
+			</dict>
+			<key>Bottom</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>16.8</string>
+				<key>Default</key>
+				<string>15</string>
+			</dict>
+		</dict>
+		<key>SettingTipStyleMessage</key>
+		<dict>
+			<key>Background</key>
+			<string>#ffffff</string>
+			<key>Top</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>30</string>
+				<key>Default</key>
+				<string>30</string>
+			</dict>
+			<key>Width</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>270</string>
+				<key>Default</key>
+				<string>270</string>
+			</dict>
+			<key>MainImage</key>
+			<string>setting_tip_image_blue</string>
+			<key>MainImageHeight</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>168</string>
+				<key>Default</key>
+				<string>168</string>
+			</dict>
+			<key>CloseImage</key>
+			<string>setting_tip_close_blue</string>
+			<key>CloseButtonSize</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>20</string>
+				<key>Default</key>
+				<string>20</string>
+			</dict>
+			<key>PaddingCorner</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>15</string>
+				<key>Default</key>
+				<string>15</string>
+			</dict>
+			<key>Title</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>22</string>
+					<key>Default</key>
+					<string>22</string>
+				</dict>
+				<key>TextColor</key>
+				<string>#333333</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<string></string>
+					<key>Size</key>
+					<dict>
+						<key>screen&gt;=phone6p</key>
+						<string>18</string>
+						<key>Default</key>
+						<string>18</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>DetailTitle</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>9</string>
+					<key>Default</key>
+					<string>9</string>
+				</dict>
+				<key>TextColor</key>
+				<string>#999999</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<string></string>
+					<key>Size</key>
+					<dict>
+						<key>screen&gt;=phone6p</key>
+						<string>13</string>
+						<key>Default</key>
+						<string>13</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>ActionButton</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>26</string>
+					<key>Default</key>
+					<string>26</string>
+				</dict>
+				<key>Global</key>
+				<dict>
+					<key>Title</key>
+					<dict>
+						<key>TextColor</key>
+						<string>#ffffff</string>
+						<key>Font</key>
+						<dict>
+							<key>Bold</key>
+							<string></string>
+							<key>Size</key>
+							<dict>
+								<key>screen&gt;=phone6p</key>
+								<string>20</string>
+								<key>Default</key>
+								<string>20</string>
+							</dict>
+						</dict>
+					</dict>
+				</dict>
+				<key>NormalColor</key>
+				<string>$AntBlue</string>
+				<key>DisabledColor</key>
+				<string>#f8f8f8</string>
+				<key>CornerRadius</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>8</string>
+					<key>Default</key>
+					<string>8</string>
+				</dict>
+				<key>Width</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>240</string>
+					<key>Default</key>
+					<string>240</string>
+				</dict>
+				<key>Height</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>40</string>
+					<key>Default</key>
+					<string>40</string>
+				</dict>
+			</dict>
+			<key>Bottom</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>25</string>
+				<key>Default</key>
+				<string>15</string>
+			</dict>
+		</dict>
+		<key>LocationGuide</key>
+		<dict>
+			<key>Background</key>
+			<string>#ffffff</string>
+			<key>Top</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>30</string>
+				<key>Default</key>
+				<string>30</string>
+			</dict>
+			<key>Width</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>270</string>
+				<key>Default</key>
+				<string>270</string>
+			</dict>
+			<key>MainImage</key>
+			<string>map</string>
+			<key>CloseImage</key>
+			<string>setting_tip_close_blue</string>
+			<key>CloseButtonSize</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>28</string>
+				<key>Default</key>
+				<string>28</string>
+			</dict>
+			<key>CloseImageSize</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>15</string>
+				<key>Default</key>
+				<string>15</string>
+			</dict>
+			<key>PaddingCorner</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>15</string>
+				<key>Default</key>
+				<string>15</string>
+			</dict>
+			<key>Title</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>22</string>
+					<key>Default</key>
+					<string>22</string>
+				</dict>
+				<key>TextColor</key>
+				<string>#333333</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<string></string>
+					<key>Size</key>
+					<dict>
+						<key>screen&gt;=phone6p</key>
+						<string>18</string>
+						<key>Default</key>
+						<string>18</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>DetailTitle</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>9</string>
+					<key>Default</key>
+					<string>9</string>
+				</dict>
+				<key>TextColor</key>
+				<string>#333333</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<string></string>
+					<key>Size</key>
+					<dict>
+						<key>screen&gt;=phone6p</key>
+						<string>13</string>
+						<key>Default</key>
+						<string>13</string>
+					</dict>
+				</dict>
+			</dict>
+			<key>ActionButton</key>
+			<dict>
+				<key>Top</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>30</string>
+					<key>Default</key>
+					<string>30</string>
+				</dict>
+				<key>Global</key>
+				<dict>
+					<key>Title</key>
+					<dict>
+						<key>TextColor</key>
+						<string>#ffffff</string>
+						<key>Font</key>
+						<dict>
+							<key>Bold</key>
+							<string></string>
+							<key>Size</key>
+							<dict>
+								<key>screen&gt;=phone6p</key>
+								<string>20</string>
+								<key>Default</key>
+								<string>20</string>
+							</dict>
+						</dict>
+					</dict>
+				</dict>
+				<key>NormalColor</key>
+				<string>$AntBlue</string>
+				<key>DisabledColor</key>
+				<string>#f8f8f8</string>
+				<key>CornerRadius</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>8</string>
+					<key>Default</key>
+					<string>8</string>
+				</dict>
+				<key>Width</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>240</string>
+					<key>Default</key>
+					<string>240</string>
+				</dict>
+				<key>Height</key>
+				<dict>
+					<key>screen&gt;=phone6p</key>
+					<string>40</string>
+					<key>Default</key>
+					<string>40</string>
+				</dict>
+			</dict>
+			<key>Bottom</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<string>21</string>
+				<key>Default</key>
+				<string>21</string>
+			</dict>
+		</dict>
+	</dict>
+	<key>APTableViewCell</key>
+	<dict>
+		<key>Dimensions</key>
+		<dict>
+			<key>Height</key>
+			<dict>
+				<key>SingleLine</key>
+				<string>45</string>
+				<key>DoubleLine</key>
+				<string>67</string>
+			</dict>
+			<key>ImageSize</key>
+			<dict>
+				<key>SingleLine</key>
+				<string>21</string>
+				<key>DoubleLine</key>
+				<string>45</string>
+			</dict>
+			<key>Margin</key>
+			<dict>
+				<key>Left</key>
+				<string>15</string>
+			</dict>
+		</dict>
+		<key>Background</key>
+		<dict>
+			<key>NormalColor</key>
+			<string>#ffffff</string>
+			<key>SelectedColor</key>
+			<string>#D9D9D9</string>
+		</dict>
+		<key>SeperatorLine</key>
+		<dict>
+			<key>Color</key>
+			<string>#dddddd</string>
+		</dict>
+		<key>Title</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#000000</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>17</string>
+			</dict>
+		</dict>
+		<key>DetailTitle</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#999999</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>14</string>
+			</dict>
+		</dict>
+		<key>RightTitle</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#999999</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>17</string>
+			</dict>
+		</dict>
+		<key>RightDetailTitle</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#999999</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>12</string>
+			</dict>
+		</dict>
+	</dict>
+	<key>APTableViewBaseCell</key>
+	<dict>
+		<key>Dimensions</key>
+		<dict>
+			<key>Margin</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<integer>20</integer>
+				<key>Default</key>
+				<integer>15</integer>
+			</dict>
+			<key>ImageSize</key>
+			<integer>29</integer>
+		</dict>
+		<key>Background</key>
+		<dict>
+			<key>NormalColor</key>
+			<string>#ffffff</string>
+			<key>SelectedColor</key>
+			<string>#e1e1e1</string>
+		</dict>
+		<key>SeperatorLine</key>
+		<dict>
+			<key>Color</key>
+			<string>#dddddd</string>
+		</dict>
+		<key>CellTitle</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#000000</string>
+			<key>Font</key>
+			<dict>
+				<key>Bold</key>
+				<string>YES</string>
+				<key>Size</key>
+				<string>16</string>
+			</dict>
+			<key>BackgroundColor</key>
+			<string>#ffffff00</string>
+		</dict>
+		<key>CellInfo</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#999999</string>
+			<key>Font</key>
+			<dict>
+				<key>Bold</key>
+				<string>NO</string>
+				<key>Size</key>
+				<string>14</string>
+			</dict>
+			<key>BackgroundColor</key>
+			<string>#ffffff00</string>
+		</dict>
+	</dict>
+	<key>APTableViewDoubleLineCell</key>
+	<dict>
+		<key>Dimensions</key>
+		<dict>
+			<key>ImageSize</key>
+			<integer>40</integer>
+			<key>RightInfoImageSize</key>
+			<integer>18</integer>
+		</dict>
+	</dict>
+	<key>APTableViewTwoTextCell</key>
+	<dict>
+		<key>Dimensions</key>
+		<dict>
+			<key>Margin</key>
+			<dict>
+				<key>screen&gt;=phone6p</key>
+				<integer>20</integer>
+				<key>Default</key>
+				<integer>15</integer>
+			</dict>
+			<key>ImageSize</key>
+			<integer>29</integer>
+		</dict>
+		<key>Background</key>
+		<dict>
+			<key>NormalColor</key>
+			<string>#ffffff</string>
+			<key>SelectedColor</key>
+			<string>#e1e1e1</string>
+		</dict>
+		<key>SeperatorLine</key>
+		<dict>
+			<key>Color</key>
+			<string>#dddddd</string>
+		</dict>
+		<key>Left</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#000000</string>
+			<key>Font</key>
+			<dict>
+				<key>Bold</key>
+				<string>NO</string>
+				<key>Size</key>
+				<string>17</string>
+			</dict>
+			<key>BackgroundColor</key>
+			<string>#ffffff00</string>
+		</dict>
+		<key>Right</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#999999</string>
+			<key>Font</key>
+			<dict>
+				<key>Bold</key>
+				<string>NO</string>
+				<key>Size</key>
+				<string>17</string>
+			</dict>
+			<key>BackgroundColor</key>
+			<string>#ffffff00</string>
+		</dict>
+	</dict>
+	<key>APToastView</key>
+	<dict>
+		<key>Width</key>
+		<dict>
+			<key>WithIcon</key>
+			<string>90</string>
+			<key>WithoutIcon</key>
+			<string>212</string>
+		</dict>
+		<key>Background</key>
+		<dict>
+			<key>Color</key>
+			<string>#3a3a3a</string>
+			<key>CornerRadius</key>
+			<string>6</string>
+		</dict>
+		<key>ToastImage</key>
+		<dict>
+			<key>Top</key>
+			<string>16</string>
+			<key>Success</key>
+			<string>toast_success</string>
+			<key>Failure</key>
+			<string>toast_failure</string>
+			<key>NetFailure</key>
+			<string>toast_net_failure</string>
+			<key>SecurityScan</key>
+			<string>toast_scan</string>
+			<key>Alert</key>
+			<string>toast_alert</string>
+		</dict>
+		<key>Title</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#ffffff</string>
+			<key>Font</key>
+			<dict>
+				<key>Bold</key>
+				<string></string>
+				<key>Size</key>
+				<string>13</string>
+			</dict>
+			<key>Margin</key>
+			<dict>
+				<key>WithIcon</key>
+				<dict>
+					<key>Top</key>
+					<string>6</string>
+					<key>Right</key>
+					<string>6</string>
+					<key>Bottom</key>
+					<string>16</string>
+				</dict>
+				<key>WithoutIcon</key>
+				<dict>
+					<key>Top</key>
+					<string>10</string>
+					<key>Right</key>
+					<string>15</string>
+					<key>Bottom</key>
+					<string>10</string>
+				</dict>
+			</dict>
+		</dict>
+	</dict>
+	<key>APPickView</key>
+	<dict>
+		<key>BackGround</key>
+		<dict>
+			<key>Color</key>
+			<string>#ffffff</string>
+		</dict>
+		<key>ToolBar</key>
+		<dict>
+			<key>BottomLineColor</key>
+			<string>#cdcdcd</string>
+			<key>ActionButton</key>
+			<dict>
+				<key>TextColor</key>
+				<dict>
+					<key>Normal</key>
+					<string>$AntBlue</string>
+					<key>Highlighted</key>
+					<string>#1284D6</string>
+				</dict>
+				<key>Font</key>
+				<dict>
+					<key>Size</key>
+					<string>16</string>
+				</dict>
+			</dict>
+			<key>Title</key>
+			<dict>
+				<key>TextColor</key>
+				<string>#333333</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<string></string>
+					<key>Size</key>
+					<string>16</string>
+				</dict>
+			</dict>
+		</dict>
+	</dict>
+	<key>APSmsSecurityCodeBox</key>
+	<dict>
+		<key>BorderImage</key>
+		<string>securityCodeBox_BG</string>
+		<key>Height</key>
+		<string>45</string>
+		<key>TitleLabel</key>
+		<dict>
+			<key>Left</key>
+			<string>15</string>
+			<key>Title</key>
+			<dict>
+				<key>TextColor</key>
+				<string>#000000</string>
+				<key>Font</key>
+				<dict>
+					<key>Bold</key>
+					<string>NO</string>
+					<key>Size</key>
+					<string>17</string>
+				</dict>
+			</dict>
+		</dict>
+		<key>TextField</key>
+		<dict>
+			<key>Left</key>
+			<string>17</string>
+		</dict>
+		<key>ActionButton</key>
+		<dict>
+			<key>BackgroundImage</key>
+			<string>securityCodeBox_Btn_BG</string>
+			<key>Width</key>
+			<string>100</string>
+			<key>TextColor</key>
+			<dict>
+				<key>Normal</key>
+				<string>$AntBlue</string>
+				<key>Disable</key>
+				<string>#999999</string>
+			</dict>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>16</string>
+			</dict>
+		</dict>
+	</dict>
+	<key>APCheckBox</key>
+	<dict>
+		<key>Default</key>
+		<dict>
+			<key>Frame</key>
+			<dict>
+				<key>OffsetX</key>
+				<string>15</string>
+				<key>Height</key>
+				<string>20</string>
+			</dict>
+			<key>CheckImage</key>
+			<dict>
+				<key>Margin</key>
+				<dict>
+					<key>Right</key>
+					<string>6</string>
+				</dict>
+				<key>Checked</key>
+				<string>checkbox_checked</string>
+				<key>Unchecked</key>
+				<string>checkbox_unchecked</string>
+				<key>Disable</key>
+				<string>checkbox_disable</string>
+			</dict>
+			<key>Title</key>
+			<dict>
+				<key>TextColor</key>
+				<string>#000000</string>
+				<key>Font</key>
+				<dict>
+					<key>Size</key>
+					<string>14</string>
+				</dict>
+			</dict>
+		</dict>
+		<key>Main</key>
+		<dict>
+			<key>Frame</key>
+			<dict>
+				<key>OffsetX</key>
+				<string>15</string>
+				<key>Height</key>
+				<string>24</string>
+			</dict>
+			<key>CheckImage</key>
+			<dict>
+				<key>Margin</key>
+				<dict>
+					<key>Right</key>
+					<string>15</string>
+				</dict>
+				<key>Checked</key>
+				<string>checkbox_main_checked</string>
+				<key>Unchecked</key>
+				<string>checkbox_main_unchecked</string>
+				<key>Disable</key>
+				<string>checkbox_main_disable</string>
+			</dict>
+			<key>Title</key>
+			<dict>
+				<key>TextColor</key>
+				<string>#000000</string>
+				<key>Font</key>
+				<dict>
+					<key>Size</key>
+					<string>17</string>
+				</dict>
+			</dict>
+		</dict>
+	</dict>
+	<key>APActionSheet</key>
+	<dict>
+		<key>Global</key>
+		<dict>
+			<key>AnimationDuration</key>
+			<string>0.4</string>
+			<key>BackgroundColor</key>
+			<string>#f2f2f2</string>
+		</dict>
+		<key>TitleLabel</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#999999</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>13</string>
+			</dict>
+		</dict>
+		<key>Button</key>
+		<dict>
+			<key>Height</key>
+			<string>42</string>
+			<key>TextColor</key>
+			<dict>
+				<key>Normal</key>
+				<string>#000000</string>
+				<key>Disabled</key>
+				<string>#e5e5e5</string>
+				<key>Destructive</key>
+				<string>#ff0000</string>
+			</dict>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>17</string>
+			</dict>
+			<key>SeparatorLine</key>
+			<dict>
+				<key>BorderWidth</key>
+				<string>0.5</string>
+				<key>Color</key>
+				<string>#dddddd</string>
+			</dict>
+			<key>SelectedColor</key>
+			<string>#dddddd</string>
+		</dict>
+	</dict>
+	<key>EGORefreshTableHeaderView</key>
+	<dict>
+		<key>Background</key>
+		<string>#f5f5f9</string>
+		<key>Label</key>
+		<dict>
+			<key>TextColor</key>
+			<string>#0000006e</string>
+			<key>Font</key>
+			<dict>
+				<key>Size</key>
+				<string>13</string>
+			</dict>
+		</dict>
+	</dict>
+	<key>APActivityIndicatorView</key>
+	<dict>
+		<key>TrackColor</key>
+		<string>#cccccc</string>
+		<key>ProgressColor</key>
+		<string>$AntBlue</string>
+		<key>ProgressWidth</key>
+		<dict>
+			<key>TitleBar</key>
+			<string>1.5</string>
+			<key>Refresh</key>
+			<string>2</string>
+			<key>Toast</key>
+			<string>3</string>
+			<key>Loading</key>
+			<string>3</string>
+		</dict>
+		<key>Diameter</key>
+		<dict>
+			<key>TitleBar</key>
+			<string>18</string>
+			<key>Refresh</key>
+			<string>24</string>
+			<key>Toast</key>
+			<string>36</string>
+			<key>Loading</key>
+			<string>45</string>
+		</dict>
+	</dict>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/themes/theme1.strings b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/themes/theme1.strings
new file mode 100755
index 0000000000000000000000000000000000000000..c194eee669bf6fed6c3e67295ee7777e5eb59b04
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/themes/theme1.strings differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/titlebar_message_setting_defalut@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/titlebar_message_setting_defalut@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..3eb801b979601d95b8d67cac2f9bfa56a09d4d68
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/titlebar_message_setting_defalut@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/titlebar_message_setting_white@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/titlebar_message_setting_white@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..ef19ae2b87168865a1128981a6426bbfc7e86bf9
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/titlebar_message_setting_white@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_alert@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_alert@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..cfd1dcd937e2736b6c181d1d564084d974820513
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_alert@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_bg@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_bg@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..25fee6d130e57d63e60a80a9750f174c95a1f74c
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_bg@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_failure@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_failure@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c29745b9ca1e386747648eaded2e38330cf3163e
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_failure@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_icon_bg@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_icon_bg@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..21f55fa9024e08ed7424d00f4a0a7619faf4584e
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_icon_bg@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_net_failure@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_net_failure@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..d2f7d2e1ea25e5ad2d63f651db3863a552398f21
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_net_failure@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_scan@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_scan@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..b3b5941105ea62a17211e279aa3394a8c42a87e0
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_scan@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_success@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_success@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..48f5b22ffc0e441f3529c2a67562d176a7ab07f7
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/toast_success@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_diamond.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_diamond.png
new file mode 100755
index 0000000000000000000000000000000000000000..a0cc41692d53f3eb868d7a6a08541abbeaab568b
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_diamond.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_golden.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_golden.png
new file mode 100755
index 0000000000000000000000000000000000000000..a83e98fe4c8d4d8915204eca6243e601e9e3ad6a
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_golden.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_platinum.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_platinum.png
new file mode 100755
index 0000000000000000000000000000000000000000..d7a0f748064651a1a53c4cbcda7f7cbfca40eb3d
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_platinum.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_primary.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_primary.png
new file mode 100755
index 0000000000000000000000000000000000000000..40f55b930b40236626ccb29be10271e2c0d3bac5
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/vip/vip_primary.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/wait-12@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/wait-12@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..87deb2cbd54d8ef997737573e87fda286ffe9fa7
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/wait-12@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/wait-60@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/wait-60@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..668dc1fef52d038c9797a452a41caa1f1805c3ec
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/wait-60@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/warn-12@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/warn-12@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..945e10fe00fd840100446d7988ca1ac322f97122
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/warn-12@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/warn-60@2x.png b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/warn-60@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..3275cd98f0c8d6417d85d63916280aab727ebdcf
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/warn-60@2x.png differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/zh-Hans.strings b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/zh-Hans.strings
new file mode 100755
index 0000000000000000000000000000000000000000..777eece10ac3095804e35d715cc3e6e0b9bc947f
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/zh-Hans.strings differ
diff --git a/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/zh-Hant.strings b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/zh-Hant.strings
new file mode 100755
index 0000000000000000000000000000000000000000..d43ebc56b065a642ee9125ca4eb864359f63915e
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/APCommonUI.bundle/zh-Hant.strings
@@ -0,0 +1,49 @@
+//Written by 多语言翻译管理系统 
+//Wed Jul 06 2016 13:05:06 GMT+0800 (CST)
+//如有问题请联系去疾
+"APCommonUI:%.0f 秒后重试" = "%.0f秒後重試";
+"APCommonUI:APCheckBox.checked" = "已選擇:";
+"APCommonUI:APCheckBox.unchecked" = "未選中:";
+"APCommonUI:APExceptionView.alert" = "糟糕,好像出錯了\n服務器繁忙,請稍候再試";
+"APCommonUI:APExceptionView.empty" = "內容爲空";
+"APCommonUI:APExceptionView.networkError" = "網絡不給力\n請查看網絡設置或稍後重試";
+"APCommonUI:APNextPagePullView.click&load" = "點擊加載";
+"APCommonUI:APNumericKeyboard.back&delete" = "回退";
+"APCommonUI:APNumericKeyboard.disappear" = "消失";
+"APCommonUI:APNumericKeyboard.dismissKeyboard" = "收起數字鍵盤";
+"APCommonUI:APSecurityCode.securityCode" = "檢驗碼";
+"APCommonUI:APToastView.load" = "加載數據%.0f%%";
+"APCommonUI:EGORefresh.current" = "當前時間 ";
+"APCommonUI:EGORefresh.last" = "上次更新 ";
+"APCommonUI:EGORefresh.pull&load" = "上拉加載更多";
+"APCommonUI:EGORefresh.pull&refresh" = "下拉刷新";
+"APCommonUI:EGORefresh.release&refresh" = "釋放即可刷新";
+"APCommonUI:Login.forgotPassword" = "忘記登錄密碼?";
+"APCommonUI:Login.password" = "登錄密碼";
+"APCommonUI:SMS.code" = "短信校驗碼";
+"APCommonUI:SMS.inputCode" = "輸入短信校驗碼";
+"APCommonUI:SMS.resendAfter" = "%.0f秒後重發";
+"APCommonUI:SMS.resendCode" = "重發校驗碼";
+"APCommonUI:SMS.sendCode" = "發送校驗碼";
+"APCommonUI:什么都没有" = "什麽都沒有";
+"APCommonUI:再试一次" = "再試壹次";
+"APCommonUI:刷新" = "刷新";
+"APCommonUI:加载中" = "加載中...";
+"APCommonUI:取消" = "取消";
+"APCommonUI:完成" = "完成";
+"APCommonUI:忙不过来了,客官请稍候" = "忙不過來了,客官請稍候";
+"APCommonUI:搜索" = "搜索";
+"APCommonUI:注册" = "注冊";
+"APCommonUI:清除" = "清除";
+"APCommonUI:登录" = "登錄";
+"APCommonUI:确定" = "確定";
+"APCommonUI:网络不给力" = "網絡不給力";
+"APCommonUI:网络无法连接" = "網絡無法連接";
+"APCommonUI:请检查你的手机是否联网" = "請檢查你的手機是否聯網";
+"APCommonUI:返回" = "返回";
+"APCommonUI:重新尝试" = "重新嘗試";
+"APCommonUI:重试" = "重試";
+"APCommonUI:顾客太多,客官请稍候" = "顧客太多,客官請稍候";
+"APCommonUI:请稍等哦,马上出来" = "請稍等哦,馬上出來";
+"APCommonUI:前面还有很多朋友在排队" = "前面還有很多朋友在排隊";
+"APCommonUI:语音助手" = "語音助手";
diff --git a/MPaaS/Frameworks/AntUI.framework/AntUI b/MPaaS/Frameworks/AntUI.framework/AntUI
new file mode 100755
index 0000000000000000000000000000000000000000..2d27fadf94e81a4cd71c93e41fe4920146e61006
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/AntUI differ
diff --git a/MPaaS/Frameworks/AntUI.framework/AntUI-Info.plist b/MPaaS/Frameworks/AntUI.framework/AntUI-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..01af302e9c77fb0f5defa0b747ac19471731e2f2
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/AntUI-Info.plist differ
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheet.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheet.h
new file mode 100755
index 0000000000000000000000000000000000000000..9eb189983aa6f4552e4b771d4900c2d09593dd0b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheet.h
@@ -0,0 +1,217 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUActionSheet//程序自动生成
+//
+//  AUActionSheet.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#define UI_AUActionSheet
+
+@class AUActionSheetItem;
+
+/**
+ AUAction Sheet,接口迁移自 APActionSheet,展示样式做了一些调整
+ 可参考文档:http://aui.alipay.net/develop/ios/auactionsheet
+ */
+
+typedef NS_ENUM(NSInteger, AUActionSheetButtonType) {
+    AUActionSheetButtonTypeDefault = 0,         // 默认
+    AUActionSheetButtonTypeDisabled,            // 不可点击
+    AUActionSheetButtonTypeDestructive,         // 红色删除性按钮
+    AUActionSheetButtonTypeCustom,               // 自定义
+    
+    APActionSheetButtonTypeDefault  __attribute__((deprecated))      = AUActionSheetButtonTypeDefault,
+    APActionSheetButtonTypeDisabled  __attribute__((deprecated))     = AUActionSheetButtonTypeDisabled,
+    APActionSheetButtonTypeDestructive  __attribute__((deprecated))  = AUActionSheetButtonTypeDestructive,
+    APActionSheetButtonTypeCustom  __attribute__((deprecated))       = AUActionSheetButtonTypeCustom
+};
+
+
+@interface AUActionSheet : UIView<UIAppearanceContainer>
+
+/// 按钮高度 默认为 42
+@property (nonatomic) CGFloat buttonHeight UI_APPEARANCE_SELECTOR;
+/// 取消按钮高度
+@property (nonatomic) CGFloat cancelButtonHeight UI_APPEARANCE_SELECTOR;
+/// 分割线颜色 默认为 AU_COLOR_LINE
+@property (strong, nonatomic) UIColor *separatorColor UI_APPEARANCE_SELECTOR;
+/// 按钮点击背景色
+@property (strong, nonatomic) UIColor *selectedBackgroundColor UI_APPEARANCE_SELECTOR;
+// UI 组件的一些 Attributes
+@property (copy, nonatomic) NSDictionary *titleTextAttributes UI_APPEARANCE_SELECTOR;
+@property (copy, nonatomic) NSDictionary *buttonTextAttributes UI_APPEARANCE_SELECTOR;
+@property (copy, nonatomic) NSDictionary *disabledButtonTextAttributes UI_APPEARANCE_SELECTOR;
+@property (copy, nonatomic) NSDictionary *destructiveButtonTextAttributes UI_APPEARANCE_SELECTOR;
+@property (copy, nonatomic) NSDictionary *cancelButtonTextAttributes UI_APPEARANCE_SELECTOR;
+
+/// 显示隐藏动画时间,默认为 0.5
+@property (nonatomic) NSTimeInterval animationDuration UI_APPEARANCE_SELECTOR;
+/// 标题
+@property(nonatomic,copy) NSString *title;
+/// 是否已经展示
+@property(nonatomic, readonly, getter=isVisible) BOOL visible;
+/// 自定义按钮上方顶部视图
+@property (strong, nonatomic) UIView *headerView;
+/// ActionSheet 实例显示前的 keyWindow
+@property (weak, nonatomic, readonly) UIWindow *previousKeyWindow;
+/// 协议代理
+@property(nonatomic,weak)id<UIActionSheetDelegate> delegate;
+/// 取消按钮标题
+@property (copy, nonatomic) NSString *cancelButtonTitle;
+/// 按钮个数
+@property(nonatomic, readonly) NSInteger numberOfButtons;
+/// 取消按钮索引,默认为 -1
+@property(nonatomic) NSInteger cancelButtonIndex;
+/// 破坏性红色按钮索引值,默认为 -1,如果只有一个按钮则忽略。
+@property(nonatomic) NSInteger destructiveButtonIndex;
+/// 第一个按钮的索引,返回为 0
+@property(nonatomic, readonly) NSInteger firstOtherButtonIndex;
+
+// fake 
+@property(nonatomic) UIActionSheetStyle actionSheetStyle __deprecated;
+/**
+ AUActionSheet 初始化方法
+
+ @param title 标题信息
+ @param delegate 代理对象
+ @param cancelButtonTitle 取消按钮标题
+ @param destructiveButtonTitle 破坏性按钮标题
+ @param otherButtonTitles 其他按钮标题参数列表
+ @return AUActionSheet 实例
+ */
+- (instancetype)initWithTitle:(NSString *)title delegate:(id<UIActionSheetDelegate>)delegate cancelButtonTitle:(NSString *)cancelButtonTitle destructiveButtonTitle:(NSString *)destructiveButtonTitle otherButtonTitles:(NSString *)otherButtonTitles, ... NS_REQUIRES_NIL_TERMINATION;
+
+/**
+ AUActionSheet 初始化方法
+ 
+ @param title 标题信息
+ @param delegate 代理对象
+ @param cancelButtonTitle 取消按钮标题
+ @param destructiveButtonTitle 破坏性按钮标题
+ @param items customOption数据列表(自定义titleColor,红点)
+ @return AUActionSheet 实例
+ */
+- (instancetype)initWithTitle:(NSString *)title
+                     delegate:(id<UIActionSheetDelegate>)delegate
+            cancelButtonTitle:(NSString *)cancelButtonTitle
+       destructiveButtonTitle:(NSString *)destructiveButtonTitle
+                        items:(NSArray<AUActionSheetItem *> *)items;
+
+/**
+ 增加一个按钮, 类型为默认类型
+
+ @param title 按钮标题
+ @return 按钮索引值,从 0 起
+ */
+- (NSInteger)addButtonWithTitle:(NSString *)title;
+
+/**
+ 增加一个按钮
+
+ @param title 按钮标题
+ @param type 按钮类型
+ @return 按钮索引值,从 0 起
+ */
+- (NSInteger)addButtonWithTitle:(NSString *)title type:(AUActionSheetButtonType)type;
+
+/**
+ 通过索引值获取按钮标题
+
+ @param buttonIndex 按钮索引值
+ @return 按钮标题
+ */
+- (NSString *)buttonTitleAtIndex:(NSInteger)buttonIndex;
+
+/**
+ 设置某个位置的按钮
+
+ @param item 封装信息后的按钮类型
+ @param index 需要替换的索引值,小于现有按钮个数
+ */
+- (void)setButton:(AUActionSheetItem *)item atIndex:(NSInteger)index;
+
+/** ActionSheet 展示方法 */
+- (void)show;
+
+- (void)showTillClose;
+
+/**
+ 手动调用隐藏方法
+
+ @param animate 隐藏是否带动画
+ */
+- (void)closeWithAnimate:(BOOL)animate;
+
+/**
+ 手动模拟按钮点击隐藏方法 (会回调按钮点击相关的协议方法)
+
+ @param buttonIndex 按钮索引
+ @param animated 隐藏是否带动画
+ */
+- (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated;
+
+/**
+ *  动态添加item
+ *  注意:请在actionSheet show出来后并显示在屏幕时调用;如需在show前addButton,请使用<code> addButtonWithTitle </code>
+ *
+ *  @param item  自定义item
+ *  @param index 添加的位置
+ */
+- (void)addButton:(AUActionSheetItem *)item atIndex:(NSInteger)index;
+
+/// 设置后台模式,如果为 YES 或者 @(YES) 则隐藏所有已经展示的 ActionSheet。默认为 NO
++(void)setIsBackGroundMode:(BOOL)isBackGroundMode;
+/// 设置后台模式,如果为 YES 或者 @(YES) 则隐藏所有已经展示的 ActionSheet。默认为 NO
++(void)weakSetIsBackGroundMode:(id)isBackGroundMode;
+
+/// 展示方法,传入参数并不会影响 ActionSheet 展示的位置
+- (void)showFromToolbar:(UIToolbar *)view;
+/// 展示方法,传入参数并不会影响 ActionSheet 展示的位置
+- (void)showFromTabBar:(UITabBar *)view;
+/// 展示方法,传入参数并不会影响 ActionSheet 展示的位置
+- (void)showFromBarButtonItem:(UIBarButtonItem *)item animated:(BOOL)animated NS_AVAILABLE_IOS(3_2);
+/// 展示方法,传入参数并不会影响 ActionSheet 展示的位置
+- (void)showFromRect:(CGRect)rect inView:(UIView *)view animated:(BOOL)animated NS_AVAILABLE_IOS(3_2);
+/// 展示方法,传入参数并不会影响 ActionSheet 展示的位置
+- (void)showInView:(UIView *)view;
+
+@end
+
+
+typedef void (^AUActionSheetItemActionBlock)();
+
+/** 封装后的 ActionSheet 按钮类 */
+@interface AUActionSheetItem : NSObject
+/// 按钮标题
+@property (copy, nonatomic) NSString *title;
+/// 按钮的类型
+@property (nonatomic) AUActionSheetButtonType type;
+/// 按钮标题颜色,如果设置该值,请手动将按钮类型调整为 AUActionSheetButtonTypeCustom
+@property (strong,nonatomic) UIColor *titleColor;
+
+/**
+ * 设置显示“红点”样式
+ *
+ *        badgeValue:  @"."   显示红点
+ *                     @"new" 显示new
+ *                     @"数字" 显示数字,大于99都显示图片more(...)
+ *                     @"惠"/"hui"  显示“惠”字
+ *                     @"xin" 显示"新"字
+ *                     nil    清除当前显示
+ */
+@property (nonatomic, copy) NSString *badgeValue;
+
+@property (nonatomic, copy) AUActionSheetItemActionBlock actionBlock;
+
++ (AUActionSheetItem *)itemWithTitle:(NSString *) title
+                         actionBlock:(AUActionSheetItemActionBlock) actionBlock;
+
+@end
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetAnimation.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetAnimation.h
new file mode 100755
index 0000000000000000000000000000000000000000..69ada20db51a340b6b3452fb48fb72d809990ca3
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetAnimation.h
@@ -0,0 +1,23 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUActionSheet//程序自动生成
+//
+//  AUActionSheetAnimation.h
+//  AntUI
+//
+//  Created by QiXin on 2017/3/13.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface AUActionSheetAnimation : NSObject
+
+@property (nonatomic, strong, readonly) UIView *curContentView;
+@property (nonatomic, assign) NSTimeInterval animationDuration; // default 0.5
+
+- (void)showWithContentView:(UIView *)contentView;
+- (void)dismiss;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetCustomCell.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetCustomCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..987b310e9af5f4ea31d7372743b43f764f753650
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetCustomCell.h
@@ -0,0 +1,21 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUActionSheet//程序自动生成
+//
+//  AUActionSheetCustomCell.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/23.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class AUActionSheetItem;
+
+@interface AUActionSheetCustomCell : UITableViewCell
+
+- (void)reloadCell:(AUActionSheetItem *) item;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetManager.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..0905dfc82a03117a2b17eeb34aba8b3af732a97b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetManager.h
@@ -0,0 +1,39 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUActionSheet//程序自动生成
+//
+//  AUActionSheetManager.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class AUActionSheet;
+@interface AUActionSheetManager : NSObject
+
+@property(nonatomic,assign)bool backGroundMode;//是否为后台模式
+
+/**
+ *  创建AUActionSheetManager对象,用来管理屏幕上所有的actionSheet
+ *
+ *  @return 初始化的AUActionSheetManager
+ */
++ (AUActionSheetManager *)sharedAUActionSheetManager;
+
+/**
+ *  删除所有的actionSheet
+ */
+-(void)dismissAllUIActionSheet;
+
+/**
+ *  显示actionSheet,若为后台模式,押入后台池保存;否则立即前台显示
+ *
+ *  @param actionSheet 需要显示的actionSheet
+ */
+-(void)addToShowedPool:(AUActionSheet*)actionSheet;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetViewController.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetViewController.h
new file mode 100755
index 0000000000000000000000000000000000000000..d4f3d57432bfe6331897eb4fa6d61b9dc445db11
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUActionSheetViewController.h
@@ -0,0 +1,20 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUActionSheet//程序自动生成
+//
+//  AUActionSheetViewController.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class AUActionSheet;
+
+@interface AUActionSheetViewController : UIViewController
+@property (weak, nonatomic) AUActionSheet *actionSheet;
+@end
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUActivityIndicatorView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUActivityIndicatorView.h
new file mode 100755
index 0000000000000000000000000000000000000000..4a98d060db01a881ef5cacc5cdfdda16ac9efefb
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUActivityIndicatorView.h
@@ -0,0 +1,24 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUActivityIndicatorView//程序自动生成
+//
+//  AUActivityIndicatorView.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auactivityindicatorview
+//#########################################################
+
+
+AntUI_BaseComponent
+@interface AUActivityIndicatorView : UIActivityIndicatorView
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditText.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditText.h
new file mode 100755
index 0000000000000000000000000000000000000000..d21ff9bd7b64c4282cbea44b03c960d01273c8e5
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditText.h
@@ -0,0 +1,70 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox_Deprecated//程序自动生成
+//
+//  AUSimpleAmountInputField.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/20.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auamountedittext
+//#########################################################
+
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface AUAmountEditTextField : UITextField
+
+/**
+ 
+ 外部设置金额接口.请勿直接修改amountTextField.text.
+ 直接修改会因为没有触发change事件发生异常(字号不符或clearButton未显示)
+ 方法内部实现为:
+ 
+ - (void)updateAmountText:(NSString *) amountText
+ {
+    self.text = amountText;
+    [self sendActionsForControlEvents:UIControlEventEditingChanged];
+ }
+ 
+ @param amountText amountTextField需要设置的新金额
+ 
+ */
+- (void)updateAmountText:(NSString *) amountText;
+
+@end
+
+
+/**
+ 带"¥"符号和下划线的简版金额输入组件.
+ 输入内容字号大小会随内容长度缩放
+ 目前不包含输入内容的校验与预处理逻辑.业务可设置delegate自行实现.
+ */
+@interface AUAmountEditText : UIView
+
+/**
+    金额输入框.可按需修改属性或设置delegate.
+    clear事件发生时,会调用[amountTextField sendActionsForControlEvents:UIControlEventEditingChanged]
+ */
+@property(nonatomic,strong) AUAmountEditTextField *amountTextField;
+
+
+/**
+ 开放给AUAmountLabelText,用于inputText长度变化时调整字号使用.
+ 业务方不要使用.
+ 
+ @param textLength inputText长度
+ @return UIFont
+ */
++ (UIFont *)resetFontSize:(NSUInteger) textLength;
+
+@end
+
+NS_ASSUME_NONNULL_END
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextFieldDelegateProxy.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextFieldDelegateProxy.h
new file mode 100755
index 0000000000000000000000000000000000000000..ca1c5cfe73c9cbd94ee1ec8921952f7187a9f87e
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextFieldDelegateProxy.h
@@ -0,0 +1,31 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox//程序自动生成
+//
+//  AUAmountEditTextFieldDelegateProxy.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/8/24.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface AUAmountEditTextFieldDelegateProxy : NSProxy
+
+@property(nonatomic,weak) id target;
+@property(nonatomic,weak) id proxy;
+
+
+/**
+ target优先,如果target没有提供实现,则使用proxy
+
+ @param target
+ @param proxy
+ @return
+ */
+-(instancetype)initWithTarget:(id)target
+                        proxy:(id)proxy;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextFieldNew.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextFieldNew.h
new file mode 100755
index 0000000000000000000000000000000000000000..38bbe0712882f872904440c5a3f053de1ecab367
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextFieldNew.h
@@ -0,0 +1,60 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox//程序自动生成
+//
+//  AUAmountEditTextFieldNew.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/8/24.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUAmountValidator.h"
+
+#define kAmountEditTextFieldInnerTextChangedNotify @"kAmountEditTextFieldInnerTextChangedNotify"
+
+
+/**
+ 带金额验证功能的的TextField,设置delegate后,delegate的shouldChangeCharactersInRange方法不会被调用,而是调用内部代理实现.delegate的其他方法不受影响.
+ */
+@interface AUAmountEditTextFieldNew : UITextField
+
+
+/**
+ 外部设置输入框内容,可配置是否发送textChanged通知,以及是否对设置内容格式化.
+ 
+ @param text 新内容
+ @param notify 是否发送内容变更通知(kAmountEditTextFieldInnerTextChangedNotify)
+ @param format 是否对设置内容格式化
+ 
+ AUAmountEditTextFieldNew重写了setText实现如下:
+ 
+ - (void)setText:(NSString *)text
+ {
+    [self setText:text notify:YES format:YES];
+ }
+ */
+- (void)setText:(NSString *)text
+         notify:(BOOL) notify
+         format:(BOOL) format;
+
+/**
+ 返回格式化后的金额.包括格式化和补零处理
+ 
+ @return 格式化后的金额.
+ */
+- (NSString *)formatedAmount;
+
+/**
+ 用于(formatedAmount),(setText:notify:format),(shouldChangeCharactersInRange)的内容格式化处理.
+ 默认值为nil,可使用默认校验器AUAmountDefaultValidator赋值:
+ 
+ AUAmountDefaultValidator *validator = [[AUAmountDefaultValidator alloc] init];
+ validator.maxNumberOfDigits = 10;//设置最大位数
+ textField.validator = validator;//设置校验器
+ */
+@property (nonatomic, strong) id<AUAmountValidatorProtocol> validator;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextNew.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextNew.h
new file mode 100755
index 0000000000000000000000000000000000000000..4d242a755dcf2d3a83b8f28daac682e5b94ab9c6
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountEditTextNew.h
@@ -0,0 +1,46 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox_SimpleAmountInput//程序自动生成
+//
+//  AUSimpleAmountInputField.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/20.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUAmountEditTextFieldNew.h"
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auamountedittext
+//#########################################################
+
+
+NS_ASSUME_NONNULL_BEGIN
+
+/**
+ 带"¥"符号和下划线的简版金额输入组件.输入内容字号大小会随内容长度缩放
+ */
+@interface AUAmountEditTextNew : UIView
+
+/**
+ amountTextField.setText时,会进行格式化处理(长度以及非法字符)
+ 提供delegate.shouldChangeCharactersInRange的代理实现,会对输入内容做长度校验与格式化处理.
+ 业务方可以自定义delegate.shouldChangeCharactersInRange来覆盖默认实现.
+ */
+@property (nonatomic,strong) AUAmountEditTextFieldNew *amountTextField;
+
+/**
+ 开放给AUAmountLabelText,用于inputText长度变化时调整字号使用.
+ 业务方不要使用.
+ 
+ @param textLength inputText长度
+ @return UIFont
+ */
++ (UIFont *)resetFontSize:(NSUInteger) textLength;
+
+@end
+
+NS_ASSUME_NONNULL_END
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputBox.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..c53df68803e5250bb5e075bc3aaec017541cd814
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputBox.h
@@ -0,0 +1,39 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox_AUAmountInputBox//程序自动生成
+//
+//  AUAmountInputBox.h
+//  AntUI
+//
+//  Created by niki on 16/12/3.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auamountinputbox
+//#########################################################
+
+#import <UIKit/UIKit.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+
+/**
+ 带组合功能的金额输入框.
+ 目前支持设置title(纯文本),添加footer(纯文本/输入框)的功能.
+ 不包含输入内容的校验与预处理逻辑.业务可设置delegate自行实现. 
+ */
+@interface AUAmountInputBox : UIView
+
+/**
+ AUAmountInputBox初始化方法
+
+ @param views @[AUAmountInputField,AUAmountInputFieldFooterView]
+ @return AUAmountInputBox
+ */
++ (AUAmountInputBox *)amountInputBoxWithViews:(NSArray *) views;
+
+@end
+
+NS_ASSUME_NONNULL_END
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputField.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputField.h
new file mode 100755
index 0000000000000000000000000000000000000000..094eda3f0365983ed4a5d2d17968ff4518adabce
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputField.h
@@ -0,0 +1,34 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox_Deprecated//程序自动生成
+//
+//  AUAmountInputField.h
+//  AntUI
+//
+//  Created by niki on 16/12/2.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUAmountEditText.h"
+
+NS_ASSUME_NONNULL_BEGIN
+
+
+/**
+ 基于AUAmountEditText的组合扩展.目前支持设置title.
+ */
+@interface AUAmountInputField : UIView
+
+/**
+ 外部设置金额请使用 [self.textField updateAmountText:@"123"] 的方式
+ 切勿直接修改self.textField.text.
+ 直接修改会因为没有触发change事件发生异常(字号不符或clearButton未显示)
+ */
+- (AUAmountEditTextField *)textField;
+
++ (AUAmountInputField *)amountInputWithTitle:(NSString *) title;
+
+@end
+
+NS_ASSUME_NONNULL_END
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputFieldFooterView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputFieldFooterView.h
new file mode 100755
index 0000000000000000000000000000000000000000..9539d4ed47ca0a2f0e9cf52dbf038c6e2f871695
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputFieldFooterView.h
@@ -0,0 +1,27 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox_AUAmountInputBox//程序自动生成
+//
+//  AUAmountInputFieldFooterView.h
+//  AntUI
+//
+//  Created by niki on 16/12/2.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUTextField.h"
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface AUAmountInputFieldFooterView : UIView
+
+@property (nonatomic, strong) UITextField * inputTextField;
+@property (nonatomic, strong) UILabel * descTextLabel;
+
++ (AUAmountInputFieldFooterView *)footerWithInput:(nullable NSString *)placeholder;
++ (AUAmountInputFieldFooterView *)footerWithDesc:(nullable NSString *)text;
+
+@end
+
+NS_ASSUME_NONNULL_END
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputFieldNew.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputFieldNew.h
new file mode 100755
index 0000000000000000000000000000000000000000..113764b8d7a59702f8d80231fdd8ad0f8d4452b9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountInputFieldNew.h
@@ -0,0 +1,27 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox_AUAmountInputBox//程序自动生成
+//
+//  AUAmountInputFieldNew.h
+//  AntUI
+//
+//  Created by niki on 16/12/2.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUAmountInputFieldNew.h"
+
+NS_ASSUME_NONNULL_BEGIN
+
+/**
+ 基于AUAmountEditTextNew的组合扩展.目前支持设置title.
+ */
+@interface AUAmountInputFieldNew : UIView
+
+- (AUAmountEditTextFieldNew *)textField;// 资金输入框
+
++ (AUAmountInputFieldNew *)amountInputWithTitle:(NSString *) title;
+
+@end
+
+NS_ASSUME_NONNULL_END
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountLabelText.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountLabelText.h
new file mode 100755
index 0000000000000000000000000000000000000000..a43c15a172bd1e0f816f2aa832f81ae1ed46d6c0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountLabelText.h
@@ -0,0 +1,26 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox_SimpleAmountInput//程序自动生成
+//
+//  AUAmountLabelText.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/20.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+/**
+ AUAmountEditTextField配套使用的金额显示组件.
+ */
+@interface AUAmountLabelText : UIView
+
+@property (nonatomic, copy) NSString *amountText;//金额数字,不带羊角符号.比如:"80.01"
+
+@end
+
+NS_ASSUME_NONNULL_END
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountValidator.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountValidator.h
new file mode 100755
index 0000000000000000000000000000000000000000..85d99d3e3b9c229df279ee2ffadb9dbeffdc0513
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountValidator.h
@@ -0,0 +1,29 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox//程序自动生成
+//
+//  AUAmountValidator.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/8/23.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol AUAmountValidatorProtocol <NSObject>
+
+@optional
+- (BOOL)checkNumberOfDigits:(NSString *) amount;
+
+- (NSString *)formatAmount:(NSString *) amount;
+
+@end
+
+@interface AUAmountDefaultValidator : NSObject <AUAmountValidatorProtocol>
+
+//用于输入位数校验(包括小数点,amount.length < = maxNumberOfDigits则合法),默认NSUIntegerMax
+@property (nonatomic, assign) NSUInteger maxNumberOfDigits;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUAssitLableView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUAssitLableView.h
new file mode 100755
index 0000000000000000000000000000000000000000..d19885a707cf94d1f09ad37d56cd43d0cb63230a
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUAssitLableView.h
@@ -0,0 +1,58 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUAssitLableView//程序自动生成
+//
+//  AUAssitLableView.h
+//  AntUI
+//
+//  Created by niki on 17/2/15.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "TTTAttributedLabel.h"
+
+// 一般可用于 tableview 的header 或者 footerview
+
+typedef NS_ENUM(NSInteger, AUAssitLableViewType) {
+    AUAssitLableViewTypeHeader,            // 头部,默认是头部
+    AUAssitLableViewTypeFooter,            // 尾部
+};
+
+
+@interface AUAssitLableView : UIView
+{
+    AUAssitLableViewType _type;
+}
+@property (nonatomic, strong) UILabel *describeLabel; // 默认自动换行,行数不限
+@property (nonatomic, strong) TTTAttributedLabel *tttLabel; // 富文本形式
+
+// 实例化控件,同时设置 type 及文案内容
+- (instancetype)initWithViewType:(AUAssitLableViewType)type
+                    describeText:(NSString *)describeText;
+
+// 获取当前view的高度
+- (CGFloat)viewHeight __deprecated_msg("已经废弃,请勿直接使用");
+
+/* 内容允许换行
+ type: 类型
+ text: 文案
+ width: 当前 AUAssitLableView 的实例的宽度
+ */
++ (CGFloat)viewHeightForType:(AUAssitLableViewType)type
+                        text:(NSString *)text
+                  totalWidth:(CGFloat)totalWidth;
+
+// 单行的默认高度
++ (CGFloat)viewHeight;
+
+@end
+
+// 富文本样式
+@interface AUAssitLableView (TTTLabelStyle)
+
+- (instancetype)initWithViewType:(AUAssitLableViewType)type
+                         tttText:(NSString *)tttText
+                        linkText:(NSString *)linkText;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBankCardItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBankCardItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..a543af06e4fc24326629615b6565caa2503784a9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBankCardItem.h
@@ -0,0 +1,23 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUBankCardItem//程序自动生成
+//
+//  AUBankCardItem.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/9.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUBaseListItem.h"
+
+@interface AUBankCardItem : AUBaseListItem
+
+@property (nonatomic, strong) UIImageView *leftImageView;
+@property (nonatomic, strong) UILabel *subTitleLabel;
+
+//
+- (void)setDataModel:(void(^)(AUListItemModel<AUDoubleTitleListItemModelDelegate> *model))modelBlock;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBankCardTextField.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBankCardTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..b7db881c1168adbbf2a362f5ffe9f816bb50f7e9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBankCardTextField.h
@@ -0,0 +1,17 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields//程序自动生成
+//
+//  AUBankCardTextField.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUTextField.h"
+
+@interface AUBankCardTextField : AUTextField
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerCollectionView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerCollectionView.h
new file mode 100755
index 0000000000000000000000000000000000000000..e67f3e832a9b288ce7d20afecf22d781f99096c6
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerCollectionView.h
@@ -0,0 +1,23 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BannerView_AUBannerView//程序自动生成
+//
+//  AUBannerCollectionView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/7/3.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <AntUI/AntUI.h>
+#import "AUCollectionView.h"
+#import "AUBannerContentProtocol.h"
+
+@interface AUBannerCollectionView : AUCollectionView <AUBannerContentProtocol>
+
+@property (nonatomic, assign)   NSInteger currentPage;
+@property (nonatomic, assign)   UIEdgeInsets padding;
+@property (nonatomic, weak)     id<AUBannerContentDelegate> contentDelegate;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerContentProtocol.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerContentProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..92b96d3c64e111f9c93bd5458db17bb52cb20762
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerContentProtocol.h
@@ -0,0 +1,53 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BannerView_AUBannerView//程序自动生成
+//
+//  AUBannerContentViewProtocol.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/7/3.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+/**
+ AUBannerView Content的代理
+ */
+@protocol AUBannerContentDelegate <UIScrollViewDelegate>
+
+- (void)didBeginDrag;
+- (void)didEndDrag;
+- (void)didScrollToPage:(NSInteger)pos;
+- (void)didTapedAtPos:(NSInteger)pos;
+- (UIView *)itemAtPos:(NSInteger)pos;
+- (NSInteger)numberOfItems;
+
+@end
+
+
+/**
+ AUBannerView Content需要实现的协议
+ */
+@protocol AUBannerContentProtocol <NSObject>
+
+@property (nonatomic, assign)   NSInteger currentPage;
+@property (nonatomic, assign)   UIEdgeInsets padding;
+@property (nonatomic, weak)     id<AUBannerContentDelegate> contentDelegate;
+- (void)turnToPage:(NSUInteger)page animation:(BOOL)animation;
+- (void)reloadView;
+
+@end
+
+
+
+/**
+ AUBannerView子类可以继承的方法
+ */
+@protocol AUBannerViewSubClass <AUBannerContentDelegate>
+
+- (CGSize)itemViewSize;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerScrollView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerScrollView.h
new file mode 100755
index 0000000000000000000000000000000000000000..b207349152fbf444355f4f2acd0c7133564ce191
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerScrollView.h
@@ -0,0 +1,22 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BannerView_AUBannerView//程序自动生成
+//
+//  AUBannerScrollView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/7/3.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUBannerContentProtocol.h"
+//#import "AUScrollView.h"
+//
+//@interface AUBannerScrollView : AUScrollView <AUBannerContentProtocol>
+//
+//@property (nonatomic, assign)   NSInteger currentPage;
+//@property (nonatomic, assign)   UIEdgeInsets padding;
+//@property (nonatomic, weak)     id<AUBannerContentDelegate> contentDelegate;
+//
+//@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerView.h
new file mode 100755
index 0000000000000000000000000000000000000000..b45c4dcea4d9a02c78b0741f5ef8141a586311f9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBannerView.h
@@ -0,0 +1,147 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BannerView_AUBannerView//程序自动生成
+//
+//  AUBannerView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/6/26.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUPageControl.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aubannerview
+//#########################################################
+
+
+typedef NS_ENUM(NSUInteger, AUBannerStyle) {
+    AUBannerStyleDeepColor, // 深色样式
+    AUBannerStyleLightColor // 浅色样式
+};
+
+@interface AUBannerViewConfig : NSObject
+
+@property (nonatomic, assign) AUBannerStyle                  style;                       // 默认的样式
+@property (nonatomic, strong) UIColor                       *pageControlNormalColor;      // 默认色
+@property (nonatomic, strong) UIColor                       *pageControlSelectedColor;    // 选中色
+@property (nonatomic, assign) CGFloat                        pageControlMarginBottom;     // 分页标识距离底部的margin
+@property (nonatomic, assign) BOOL                           pageControlDotTapEnabled;    // 分页标识圆点是否支持点击(默认为NO)
+@property (nonatomic, assign) UIEdgeInsets                   contentViewMargin;           // 内容区边距
+@property (nonatomic, assign) UIEdgeInsets                   contentViewPadding;          // 内容空白区,滚动时会经过该区域
+@property (nonatomic, assign) BOOL                           autoTurn;                    // 自动轮播(默认YES)
+@property (nonatomic, assign) BOOL                           autoStartTurn;               // 自动开始轮播
+@property (nonatomic, assign) CGFloat                        duration;                    // 自动轮播间隔
+
+@end
+
+
+@class AUBannerView;
+@protocol AUBannerViewDelegate <NSObject>
+
+@required
+- (NSInteger)numberOfItemsInBannerView:(AUBannerView *)bannerView;
+- (UIView *)bannerView:(AUBannerView *)bannerView itemViewAtPos:(NSInteger)pos;
+
+@optional
+- (void)bannerView:(AUBannerView *)bannerView didTapedItemAtPos:(NSInteger)pos;
+- (CGFloat)bannerView:(AUBannerView *)bannerView durationOfItemAtPos:(NSInteger)pos;
+
+@end
+
+
+
+@interface AUBannerView : UIView
+
+AU_UNAVAILABLE_INIT
+
+@property (nonatomic, readonly) UIView                  *contentView;   // 内容区视图
+@property (nonatomic, readonly) AUPageControl           *pageControl;   // 分页标识视图
+
+@property (nonatomic, copy)     NSString                *bizType;       // 业务标识
+@property (nonatomic, assign)   NSInteger                currentPage;   // 当前页码(从0开始)
+@property (nonatomic, weak)     id<AUBannerViewDelegate> delegate;      // 数据源和事件代理
+
+
+/**
+ 创建banner视图
+
+ @param frame frame
+ @param bizType 业务标识(不能为空)
+ @param configOperation 配置block
+ @return banner视图
+ */
+- (instancetype)initWithFrame:(CGRect)frame
+                      bizType:(NSString *)bizType
+                   makeConfig:(void(^)(AUBannerViewConfig *config))configOperation;
+
+
+/**
+ 开始自动轮播(如果autoStartTurn设置为NO,才需要调用这个方法)
+ */
+- (void)startTurning;
+
+
+/**
+ 重新加载banner(数据源变更,需调用此方法重新加载数据)
+ */
+- (void)reloadData;
+
+@end
+
+
+
+
+
+//################################
+//####### UIImage ################
+//################################
+
+@interface AUBannerView (Image)
+
+/**
+ 创建图片的banner视图
+ 注意:需要保持imageURLs和actionURLs相等,否则创建失败
+
+ @param frame frame
+ @param bizType 业务标识(不能为空)
+ @param images 图片集合(可为图片链接字符串,或者image对象)
+ @param placeholder 图片占位图(UIImage对象)
+ @param actionURLs 图片点击后的跳转链接(字符串,如果某张图不支持跳转,请设置[NSNull null])
+ @param configOperation banner视图的配置参数
+ @return 轮播图片的banner视图
+ */
++ (instancetype)bannerViewWithFrame:(CGRect)frame
+                            bizType:(NSString *)bizType
+                             images:(NSArray *)images
+                        placeholder:(UIImage *)placeholder
+                         actionURLs:(NSArray *)actionURLs
+                         makeConfig:(void(^)(AUBannerViewConfig *config))configOperation;
+
+@end
+
+
+
+
+//################################
+//####### Extension ##############
+//################################
+
+
+@interface AUBannerView (Extension)
+
+/**
+ 更新bannerview配置
+ 会自动触发reload事件
+
+ @param update update的block
+ */
+- (void)updateConfigOperation:(void(^)(AUBannerViewConfig *config))update;
+
+@end
+
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBarButtonItem+AUExtendInfo.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBarButtonItem+AUExtendInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..e8b56419447bf428416b61374d9a9f05023b21f8
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBarButtonItem+AUExtendInfo.h
@@ -0,0 +1,18 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_TitleBar_AUBarButtonItem//程序自动生成
+//
+//  AUBarButtonItem+AUExtendInfo.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@interface AUBarButtonItem (AUExtendInfo)
+
+// 支付宝返回按钮默认是蓝色icon,独立App可修改返回按钮默认图标
++ (UIImage *)au_default_backButtonImg;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBarButtonItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBarButtonItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..26caceed8935a3337cf2f4aca33466ec657e3919
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBarButtonItem.h
@@ -0,0 +1,175 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_TitleBar_AUBarButtonItem//程序自动生成
+//
+//  APBarButtonItem.h
+//  APCommonUI
+//
+//  Created by WenBi on 13-12-8.
+//  Copyright (c) 2013å¹´ WenBi. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aubarbuttonitem
+//#########################################################
+
+
+#define UI_AUBarButtonItem
+
+/**
+ AUBarButtonItem为UIBarButtonItem在钱包的版本(包括了预定义颜色和字体等)。
+ 要求所有钱包都使用AUBarButtonItem而不是系统的UIBarButtonItem,方便后面扩展。
+ 需要和AUNavigationBar一起使用
+ */
+@interface AUBarButtonItem : UIBarButtonItem
+
+@property(nonatomic, strong) NSString   *backButtonTitle;       // 返回按钮title
+@property(nonatomic, strong) UIImage    *backButtonImage;       // 返回按钮图片
+@property(nonatomic, strong) UIColor    *titleColor;            // 返回按钮文本颜色
+@property(nonatomic, assign) BOOL       hideBackButtonImage;    //隐藏返回按钮图片,提供给框架使用
+
+/**
+ 设置红点
+ 
+ @param wedgetId 红点的wedgetId
+ @param badgeNumber @"."   显示红点
+ @"new" 显示new
+ @"数字" 显示数字,大于99都显示图片more(...)
+ @"惠"/"hui"  显示“惠”字
+ @"xin" 显示"新"字
+ nil    清除当前显示
+ */
+
+/**
+ *  如果设置了widgetId,就不需要设置badgeNumber
+ */
+@property (nonatomic, strong) NSString *aubadgeNumber;
+
+/**
+ *  红点显示的widgetId
+ */
+@property (nonatomic, copy) NSString *aubadgeWidgetId;
+
+/**
+ *  设置按钮间的间距
+ *
+ *  @return 返回UIBarButtonSystemItemFlexibleSpace风格的空按钮
+ */
++ (AUBarButtonItem *)flexibleSpaceItem;
+
+/**
+ *  多个按钮间的默认间距
+ *
+ *  @return 返回UIBarButtonSystemItemFlexibleSpace风格的空按钮
+ */
++ (AUBarButtonItem *)defaultSpaceItem;
+
+/**
+ *  创建默认的返回按钮样式
+ *
+ *  @param title   显示文本
+ *  @param target  点击接受者
+ *  @param action  点击处理方法
+ *
+ *  @return AUBarButtonItem
+ */
++ (AUBarButtonItem *)backBarButtonItemWithTitle:(NSString *)title target:(id)target action:(SEL)action;
+
+/**
+ *  创建默认的返回按钮样式
+ *
+ *  @param title   显示文本
+ *  @param count   最大显示文字数
+ *  @param target  点击接受者
+ *  @param action  点击处理方法
+ *
+ *  @return AUBarButtonItem
+ */
++ (AUBarButtonItem *)backBarButtonItemWithTitle:(NSString *)title maxWordsCount:(NSInteger)count target:(id)target action:(SEL)action;
+
+/**
+ *  创建默认的按钮样式
+ *
+ *  @param title   显示文本
+ *  @param target  点击接受者
+ *  @param action  点击处理方法
+ *
+ *  @return AUBarButtonItem
+ */
++ (AUBarButtonItem *)barButtonItemWithTitle:(NSString *)title target:(id)target action:(SEL)action;
+
+@end
+
+
+////  生成带 image 的barButtonItem 推荐优先使用以下方式
+
+typedef NS_ENUM(NSInteger, AUBarButtonImageType)
+{
+    AUBarButtonImageTypeUserSetting,                   // 用户设置
+    AUBarButtonImageTypeUser,                          // 用户
+    AUBarButtonImageTypeAdd,
+    AUBarButtonImageTypeBill,
+    AUBarButtonImageTypeCheck,                        // 勾选
+    AUBarButtonImageTypeComment,
+    AUBarButtonImageTypeCancelStyle1,                  // 无白色的取消,圆圈差
+    AUBarButtonImageTypeCancelStyle2,                  // 带背景色的取消
+    AUBarButtonImageTypeAnnouncement,                  // 公告
+    AUBarButtonImageTypeSearch,
+    AUBarButtonImageTypeShare,
+    AUBarButtonImageTypeDelete,
+    AUBarButtonImageTypeItemList,                      // 列表类目
+    AUBarButtonImageTypeScanCode,                      // 扫码
+    AUBarButtonImageTypeDragdown,                      // 下拉
+    AUBarButtonImageTypePraise,
+    AUBarButtonImageTypeMap,
+    AUBarButtonImageTypeCheckBoxSelected,
+    AUBarButtonImageTypeCheckBoxNormal,
+    AUBarButtonImageTypeBack,                          // 返回
+    AUBarButtonImageTypeComplaints,
+    AUBarButtonImageTypeQRCode,                        // 二维码
+    AUBarButtonImageTypeMore,
+    AUBarButtonImageTypeVoice,
+    AUBarButtonImageTypeCashier,                        // 收款
+    AUBarButtonImageTypeUserAdd,                       // 添加后用户
+    AUBarButtonImageTypeDetail,
+    AUBarButtonImageTypeHelp,
+    AUBarButtonImageTypeGroupChat,
+    AUBarButtonImageTypeSetting,                      // 设置
+};
+
+@interface AUBarButtonItem (buttonType)
+
+/**
+ *  创建指定的按钮样式
+ *
+ *  @param type    按钮图片样式
+ *  @param target  点击接受者
+ *  @param action  点击处理方法
+ *
+ *  @return AUBarButtonItem
+ */
+
++ (AUBarButtonItem *)barButtonItemWithImageType:(AUBarButtonImageType)type target:(id)target action:(SEL)action;
+
+@end
+
+
+@interface AUBarButtonItem (iconfont)
+
+/**
+ *  创建指定的按钮样式
+ *
+ *  @param fontName  指定iconfont 的名称,目前所有的iconfont字体库都在AUIconView
+ *  @param target  点击接受者
+ *  @param action  点击处理方法
+ *
+ *  @return AUBarButtonItem
+ */
+
++ (AUBarButtonItem *)barButtonItemWithIconFontName:(NSString *)fontName target:(id)target action:(SEL)action;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem+AcessorView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem+AcessorView.h
new file mode 100755
index 0000000000000000000000000000000000000000..3fc1959fd74a82b6152157f8305e5581d792f149
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem+AcessorView.h
@@ -0,0 +1,36 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUBaseListItem+AcessorView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/9.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <AntUI/AntUI.h>
+#import "AUBaseListItem.h"
+
+typedef NS_ENUM(NSInteger, AUListItemAccessoryType) {
+    AUListItemAccessoryTypeNone = UITableViewCellAccessoryNone,// don't show any accessory view
+    AUListItemAccessoryDisclosureIndicator = UITableViewCellAccessoryDisclosureIndicator,
+    AUListItemAccessoryDisclosureIndicatorWhite,  //
+    AUListItemAccessoryDetailDisclosureButton = UITableViewCellAccessoryDetailDisclosureButton,
+    AUListItemAccessoryCheckmark = UITableViewCellAccessoryCheckmark, // checkmark. doesn't track
+    AUListItemAccessoryDetailButton = UITableViewCellAccessoryDetailButton, // info button. tracks
+
+    UITableViewCellAccessoryCheckmarkNotChecked = 10000, // Checkmark,但是是未选中状态. doesn't track
+    UITableViewCellAccessorySwitch, // Switch. track
+    UITableViewCellAccessoryActivityIndicatorWhite, // ActivityIndicator. track
+    UITableViewCellAccessoryActivityIndicatorGray, // ActivityIndicator. track
+};
+
+@interface AUBaseListItem (AcessorView)
+
+@property (nonatomic) AUListItemAccessoryType    accessoryType;
+
+- (NSMutableDictionary *)accessorView_cache;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem+Extension.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem+Extension.h
new file mode 100755
index 0000000000000000000000000000000000000000..187b58eec1ab9a9d3a4c9f38b49092690d547f6f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem+Extension.h
@@ -0,0 +1,24 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNBaseListItem+Extension.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUBaseListItem.h"
+#import "AUNCssItemView.h"
+#import "AUNListItemContainerView.h"
+
+// 提供给内部用的扩展参数
+@interface AUBaseListItem()
+
+@property (nonatomic, strong) AUNCssItemView *cssItemView;
+@property (nonatomic, strong) AUNListItemContainerView *containerView;
+@property (nonatomic,strong) AUListItemModel* baseModel;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..2564a59b7364f726405f556d3f691372b7b343af
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBaseListItem.h
@@ -0,0 +1,118 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUBaseListItem.h
+//  AntUI
+//
+//  Created by sara on 16/9/30.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUListItemModel.h"
+#import "AUListItemProtocols.h"
+#import "TTTAttributedLabel.h"
+
+
+#define MARGIN_CONTENT_EDGE  15//cell内容到左右边界间的留白
+#import "AUListLeftAccessorViewProtocol.h"
+
+@interface AUBaseListItem : UITableViewCell <AUListItemLeftAccessorViewProtocol>
+
+@property(nonatomic, strong) UILabel *titleLabel;     // 标题
+@property(nonatomic, strong) TTTAttributedLabel *attributelabel;    // 富文本样式,目前主要支持副标题的富文本样式
+
+/**
+ 返回默认的cell高度
+ @return             返回默认的cell高度
+ */
++ (CGFloat)cellHeight;
+
+#pragma mark - 左边扩展区域
+
+// 左边的扩展区域,可以通过设置leftAccessorType和leftAccessorView来展示
+// 设置了leftAccessorType,可以获取leftAccessorType对应的leftAccessorView
+@property (nonatomic, assign) AUListItemLeftAccessorType leftAccessorType;
+
+@property (nonatomic, strong) UIView *leftAccessorView;
+
+
+
+
+#pragma mark - 红点
+
+/**
+ 红点显示位置
+ */
+@property (nonatomic, assign) AUListItemBadgeAreaType badgeAreaType;
+
+/**
+ 设置红点
+ 
+ @param wedgetId 红点的wedgetId
+ @param badgeNumber @"."   显示红点
+ @"new" 显示new
+ @"数字" 显示数字,大于99都显示图片more(...)
+ @"惠"/"hui"  显示“惠”字
+ @"xin" 显示"新"字
+ nil    清除当前显示
+ */
+- (void)setBadgeView:(NSString *)wedgetId badgeNumber:(NSString *)badgeNumber;
+
+
+@end
+
+/**
+ 
+ 业务方一般调用AUBaseListItem子类的【initWithReuseIdentifier:model:】方法即可满足需求
+ 
+ 这里提供单独的 针对title等参数方法
+ 除title外,都放在子类实现,访问隔断
+ 
+ */
+@interface AUBaseListItem (Extensions)
+
+/**
+ 设置主标题
+ 
+ @param title 主标题字符串
+ */
+- (void)setTitle:(NSString* )title __deprecated_msg("废弃,业务请勿继续使用");
+
+/**
+ 主标题get方法
+ 
+ @return 返回主标题字符串
+ */
+- (NSString*)title ;
+
+/**
+ 设置展示勾勾(目前实现是系统的accessoryType = UITableViewCellAccessoryCheckmark)
+ */
+- (void)setShowMark:(BOOL)showMark;
+
+/**
+ 当前cell是否有展示checkmark
+ 
+ @return 返回当前cell是否有展示checkmark
+ 
+ */
+- (BOOL)showMark;
+
+/**
+ 设置展示箭头(目前实现是系统的accessoryType = UITableViewCellAccessoryDisclosureIndicator)
+ 
+ @param showAccessory 是否设置展示箭头
+ */
+- (void)setShowAccessory:(BOOL)showAccessory;
+
+/**
+ 当前cell是否有展示箭头
+ 
+ @return 返回 当前cell是否有展示箭头
+ */
+- (BOOL)showAccessory;
+
+@end
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBladeView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBladeView.h
new file mode 100755
index 0000000000000000000000000000000000000000..6d7917928523acd3932f4b98978b1a81e66f8e8c
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBladeView.h
@@ -0,0 +1,52 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_bladeView_AUBladeView//程序自动生成
+//
+//  indexBar.h
+//
+//  Created by Craig Merchant on 07/04/2011.
+//  Copyright 2011 RaptorApps. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aubladeview
+//#########################################################
+
+
+#define UI_AUBladeView
+#define kIndexSearchTitle    @"搜"
+
+@protocol AUBladeViewDelegate;
+/*!
+ @class       AUBladeView
+ @abstract    UIView
+ @discussion  字母索引的View
+ */
+@interface AUBladeView : UIView
+
+- (id)init;
+- (id)initWithFrame:(CGRect)frame;
+- (void)clearIndex;
+
+@property (nonatomic, weak) id<AUBladeViewDelegate> delegate;
+@property (nonatomic, strong) UIColor *highlightedBackgroundColor;
+@property (nonatomic, strong) UIColor *textColor;
+@property (nonatomic, strong) UIFont *textFont;
+@property (nonatomic, strong) NSArray * iconImageNames;
+@property (nonatomic, strong) NSArray * iconTitles;
+@property (nonatomic, assign) BOOL enableSearch;
+@property (nonatomic, strong) NSArray * defaultIndexes;
+
+
+- (void)updateIndexes;
+
+@end
+
+@protocol AUBladeViewDelegate<NSObject>
+@optional
+- (void)indexSelectionDidChange:(AUBladeView *)indexBar index:(NSInteger)index title:(NSString*)title;
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUBundleLoader.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUBundleLoader.h
new file mode 100755
index 0000000000000000000000000000000000000000..1ff8ada6242fd85341c9d50fd9b4bca7f5cdf4b4
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUBundleLoader.h
@@ -0,0 +1,13 @@
+//
+//  AUBundleLoader.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/26.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@interface AUBundleLoader : NSObject
+
++(NSBundle *)themeBundleForName:(NSString *)bundleName;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUButton.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUButton.h
new file mode 100755
index 0000000000000000000000000000000000000000..dec635ceb1d606a5875cd840e35a19a3ebea2741
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUButton.h
@@ -0,0 +1,85 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUButton//程序自动生成
+//
+//  AUButton.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/15.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aubutton
+//#########################################################
+
+
+typedef NS_ENUM(NSInteger, AUButtonStyle) {
+    AUButtonStyleNone, //系统默认
+    AUButtonStyle1, //蓝底,白字,无边框
+    AUButtonStyle2, //白底,黑字,浅灰色边框,大字体样式
+    AUButtonStyle3, //透明底,蓝字,蓝色边框
+    AUButtonStyle4,  // 白底,默认带上下分割线,字是红色的;使用场景(取消关注)等页面底部操作,默认高度44单位,宽度为屏幕宽度
+    AUButtonStyle5,  // 白底,默认带上下分割线,字是蚂蚁蓝;使用场景(更多服务)等页面底部操作,默认高度44单位,宽度为屏幕宽度
+    AUButtonStyle6,  // 红底白字,警告类操作
+    AUButtonStyle7, //白底,黑字,浅灰色边框,小字体样式
+};
+
+AntUI_BaseComponent
+@interface AUButton : UIButton
+
+
+/**
+ 按钮样式
+ */
+@property (nonatomic, readonly) AUButtonStyle style;
+
+
+/**
+ 初始化方法
+
+ @param style 样式
+
+ @return 创建的初始化对象
+ */
++ (instancetype)buttonWithStyle:(AUButtonStyle)style;
+
+/**
+ *  初始化的辅助方法,用于创建并初始化一个按钮的对象。
+ *
+ *  @param style      按钮类型,必须是定义在<code>AUButtonStyle</code>中的其中一个值。
+ *  @param title      铵钮标题
+ *  @param target     响应按钮点击事件的对象
+ *  @param action     响应按钮点击事件的函数
+ *
+ *  @return 新创建并经过初始化的按钮对象。
+ *  
+ *  此方法初始化的对象 需要设置frame
+ */
++ (instancetype)buttonWithStyle:(AUButtonStyle)style title:(NSString *)title target:(id)target action:(SEL)action;
+
+
+/**
+ 在按钮上展示菊花动画和文字,左菊花右文字,无文字时菊花居中
+
+ @param loadingTitle 展示菊花时候的文字,设置nil或者空串不展示,菊花居中
+ @param currentVC    当前VC,为了loading结束的去掉遮罩
+ */
+- (void)startLoadingWithTitle:(NSString *)loadingTitle currentViewController:(UIViewController *)currentVC;
+
+
+/**
+ 停止转菊花
+ */
+- (void)stopLoading;
+
+/*
+ *  获取默认样式 button 的高度
+ */
++ (CGFloat)buttonHeightWithStyle:(AUButtonStyle)style;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCardMenu.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCardMenu.h
new file mode 100755
index 0000000000000000000000000000000000000000..4e548c7bb5f4f65152aa4b7034c4bd203fede091
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCardMenu.h
@@ -0,0 +1,72 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_CardMenu_AUCardMenu//程序自动生成
+//
+//  AUCardMenu.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUWindow.h"
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aucardmenu
+//#########################################################
+
+AntUI_dependency(AUWindow)
+
+@class AUMultiStyleCellView;
+@class AUWindow;
+/*!
+ @class       AUCardMenu
+ @abstract    AUWindow
+ @discussion  带 蒙层 + 方向角 的弹出菜单
+*/
+
+@interface AUCardMenu : AUWindow
+{
+    
+}
+
+/**
+ *  若需要响应点击事件,需要对 cellView 实现 AUMultiStyleCellDelegate 协议
+ *  在自己的viewcontroller中赋值 popMenuView.cellView.delegate = self;
+ */
+@property (nonatomic, strong) AUMultiStyleCellView *cellView;
+
+/**
+ *  初始化方法(墙裂推荐此方法)
+ *
+ *  @param data      数组存放对象模型 CellDataModel
+ *  @param location  方向角的基准点
+ *  @param offset    方向角相对基准点的偏移量
+ *
+ *  @return self
+ */
+
+- (instancetype)initWithData:(NSArray *)data
+                    location:(CGPoint)location
+                      offset:(CGFloat)offset;
+
+/**
+ * 展示弹出菜单
+ *
+ *  @param superView  PopMenuView的superView
+ */
+- (void)showPopMenu:(UIView *)superView;
+
+// 隐藏弹出菜单,最好在dealloc方法里也调用
+- (void)hidePopMenu;
+
+// 注意:带动画方式的展示或消失必须成对使用,即 动画出现必须动画消失,非动画出现必须非动画消失
+
+// 带有动画方式的展示菜单
+- (void)showPopMenu:(UIView *)superView animation:(BOOL) isAnimation;
+
+// 带动画方式的消失菜单
+- (void)hidePopMenuWithAnimation:(BOOL)isAnimation;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCascadePicker.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCascadePicker.h
new file mode 100755
index 0000000000000000000000000000000000000000..0f8cb74ea6f58b4000d8c2f1019766161a357a95
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCascadePicker.h
@@ -0,0 +1,77 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_pickerView_AUCascadePicker//程序自动生成
+//
+//  AUCascadePicker.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/8/22.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUPickerBaseView.h"
+
+@class AUCascadePicker;
+@class AUCascadePickerSelectedRowItem;
+
+@protocol AUCascadePickerDelegate <AUPickerBaseViewDelegate>
+
+/*
+ * 点取消息时回调
+ */
+//- (void)cancelPickerView:(AUCascadePicker *)pickerView;
+//
+//- (void)selectedPickerView:(AUCascadePicker *)pickerView;
+
+@end
+
+// 设置选择器的选中项
+@interface AUCascadePickerSelectedRowItem : NSObject
+
+@property (nonatomic, strong) NSString *selectedLeftTitle;      // 当前第一子列表选中的title
+@property (nonatomic, strong) NSString *selectedMiddleTitle;   // 当前第二子列表选中的title
+@property (nonatomic, strong) NSString *selectedRightTitle;   //  当前第三子列表选中的title
+
+@end
+
+@interface  AUCascadePickerRowItemModel : NSObject
+
+@property (nonatomic, strong) NSString *rowTitle;
+@property (nonatomic, strong) NSArray<AUCascadePickerRowItemModel *> *rowSubList;
+
+@end
+
+// 联动效果所需要的数据模型
+@interface AUCascadePickerModel : NSObject
+
+@property (nonatomic,strong) AUCascadePickerSelectedRowItem            *preSelected; // 业务方传进来的选中项
+@property (nonatomic, strong) AUCascadePickerSelectedRowItem           *selectedItem;     // 当前组件内自行记录的选中数据列表
+@property (nonatomic, strong) NSArray<AUCascadePickerRowItemModel *>   *dataList ;        // 数据列表
+@property (nonatomic, strong) NSString *title;          // 选择器标题
+
+@end
+
+
+@interface AUCascadePicker : AUPickerBaseView <UIPickerViewDataSource, UIPickerViewDelegate>
+
+@property (nonatomic, strong) AUCascadePickerModel *dataModel;
+@property (nonatomic, assign) NSInteger numberOfComponents;
+@property (nonatomic, weak) id <AUCascadePickerDelegate> linkageDelegate;
+
+- (instancetype)initWithPickerModel:(AUCascadePickerModel *)model;
+
+@end
+
+
+@interface AUCascadePicker (dataFormat)
+
++ (NSArray<AUCascadePickerRowItemModel *> *)changeParamsToDataModel:(NSArray *)datas;
+
++ (void)handleModelData:(NSArray<AUCascadePickerRowItemModel *> *)datas selectedItem:(AUCascadePickerSelectedRowItem *)item level:(NSInteger)level;
+
++ (void)handleData:(NSArray *)datas selectedItem:(AUCascadePickerSelectedRowItem *)item level:(NSInteger)level;
+
++ (NSArray *)changeSelectedRowInComponentToArray:(AUCascadePicker *)pickerView;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCellDataModel.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCellDataModel.h
new file mode 100755
index 0000000000000000000000000000000000000000..8dcd77329b971188b462bd7b000b0ecfdc04f528
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCellDataModel.h
@@ -0,0 +1,33 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_CardMenu_AUCardMenu//程序自动生成
+//
+//  AUCellDataModel.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/*!
+ @class       AUMultiStyleCellView
+ @abstract    UIView
+ @discussion  menu中的子view
+ */
+
+@interface AUCellDataModel : NSObject
+
+@property (nonatomic, strong) NSString *iconUrl;
+@property (nonatomic, strong) NSString *titleText;
+@property (nonatomic, strong) NSString *descText;
+@property (nonatomic, strong) NSString *checkMarkUrl; // 对勾
+@property (nonatomic, strong) NSString *indicatorUrl; // 右指示箭头
+@property (nonatomic, strong) NSArray *buttonsArray; // NSArray<NSString>
+@property (nonatomic, strong) NSDictionary *extendDic; // 给业务方使用的扩展字段
+@property (nonatomic, assign) BOOL selectedState; // 当前model选中状态,默认是 NO 即不选中
+@property (nonatomic, assign) BOOL highlightState; //是否要高亮,默认NO,不高亮
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCheckBox.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCheckBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..0057a3743a1a180cd95c9e51d5dc46420338f789
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCheckBox.h
@@ -0,0 +1,65 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_checkbox_AUCheckBox//程序自动生成
+//
+//  APCheckBox.h
+//  AlipayPortal
+//
+//  Created by WenBi on 12-5-29.
+//  Copyright (c) 2012å¹´ aliPay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aucheckbox
+//#########################################################
+
+
+#define UI_AUCheckBox
+
+/**
+ checkbox类型
+
+ - AUCheckBoxStyleDefault:   默认样式,跟web的checkbox类似
+ - AUCheckBoxStyleCheckmark: tableview的checkmark样式
+ */
+typedef NS_ENUM(NSInteger, AUCheckBoxStyle) {
+    AUCheckBoxStyleDefault,
+    AUCheckBoxStyleCheckmark
+};
+
+
+/**
+ 单选框控件
+ */
+@interface AUCheckBox : UIControl
+
+/**
+ 根据类型初始化AUCheckBox方法
+
+ @param style checkbox类型
+
+ @return AUCheckBox
+ */
+- (instancetype)initWithStyle:(AUCheckBoxStyle)style;
+
+/**
+ 是否选中属性
+ */
+@property(nonatomic, assign, getter = isChecked) BOOL checked;
+
+/**
+ 是否disabled属性
+ */
+@property(nonatomic, assign, getter = isDisabled) BOOL disabled;
+
+/**
+ checkbox类型(只读,只能在初始化时候设置)
+ */
+@property (nonatomic, assign, readonly) AUCheckBoxStyle style;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCheckBoxListItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCheckBoxListItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..53bd90876dfcbb15d7c9812bccda383dd35c60c8
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCheckBoxListItem.h
@@ -0,0 +1,37 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUCheckBoxListItem//程序自动生成
+//
+//  AUCheckBoxListItem.h
+//  AntUI
+//
+//  Created by sara on 16/10/8.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUBaseListItem.h"
+
+@class AUCheckBoxListItem;
+@class AUCheckBox;
+
+@protocol AUCheckBoxListItemDelegate <NSObject>
+
+/**
+ checkbox状态变化,给外部的回调
+
+ @param item checkbox实例
+ */
+- (void)checkboxValueDidChanged:(AUCheckBox *)item;//item的tag取的是cell的tag
+
+@end
+
+@interface AUCheckBoxListItem : AUBaseListItem<AUCheckBoxListItemModelDelegate>
+
+@property(nonatomic, assign, getter = isChecked) BOOL checked;//设置checkbox勾选状态
+@property(nonatomic, assign, getter = isDisableCheck) BOOL disableCheck;//是否禁用checkbox
+@property(nonatomic, weak) id <AUCheckBoxListItemDelegate> delegate;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCollectionView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCollectionView.h
new file mode 100755
index 0000000000000000000000000000000000000000..13ff9ddfcc033a7774406ab1545d04613aa2869f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCollectionView.h
@@ -0,0 +1,17 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUCollectionView//程序自动生成
+//
+//  AUCollectionView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/6/28.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+AntUI_BaseComponent
+@interface AUCollectionView : UICollectionView
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCommonUIImageGenerator.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCommonUIImageGenerator.h
new file mode 100755
index 0000000000000000000000000000000000000000..4aa3655f4ae67e73d294cae1f2d945e066aaf850
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCommonUIImageGenerator.h
@@ -0,0 +1,15 @@
+//
+//  APCommonUIImageGenerator.h
+//  WealthTally
+//
+//  Created by Yanzhi on 15/2/5.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AUCommonUIImageGenerator : NSObject
+
++ (UIImage *)imageWithColor:(UIColor *)color size:(CGSize)size;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCopyrightView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCopyrightView.h
new file mode 100755
index 0000000000000000000000000000000000000000..cdbe569101d966b432a334993d78b11d1268e6c4
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCopyrightView.h
@@ -0,0 +1,20 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_PageFooter_AUCopyrightView//程序自动生成
+//
+//  AUCopyrightView.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/21.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@interface AUCopyrightView : UIView
+
+@property (nonatomic, strong) AULabel *copyrightLabel;
+
+//
+- (instancetype)initWithFrame:(CGRect)frame string:(NSString *)string;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCouponsItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCouponsItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..3d0ab6c4b7d8c1456519e4323926211378c8008b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCouponsItem.h
@@ -0,0 +1,36 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUCouponsItem//程序自动生成
+//
+//  AUCouponsItem.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/9.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUBaseListItem.h"
+#import "AUListItemModel.h"
+
+typedef NS_ENUM(NSInteger, AUCouponsItemStyle)
+{
+    AUCouponsItemStyleText,
+    AUCouponsItemStyleLittleTitle,
+    AUCouponsItemStyleLittleTitleWithfooter,
+};
+
+@interface AUCouponsItem : AUBaseListItem
+
+@property (nonatomic, assign) AUCouponsItemStyle style;
+@property (nonatomic, strong) UIImageView *leftImageView;
+@property (nonatomic, strong) UILabel *subTitleLabel;     // 副标题非必填
+@property (nonatomic, strong) UILabel *assistDescLabel;   // 底部说明文案
+
+//
+- (void)setDataModel:(void(^)(AUListItemModel<AUCouponsItemDelagate> *model))modelBlock;
+
+//
++ (CGFloat)cellHeightWithStyle:(AUCouponsItemStyle)style;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCreditCardTextField.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCreditCardTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..60e0315f995a8e8a0be5380287573f0413b1c0d6
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCreditCardTextField.h
@@ -0,0 +1,17 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields//程序自动生成
+//
+//  AUCreditCardTextField.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUTextField.h"
+
+@interface AUCreditCardTextField : AUTextField
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheet.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheet.h
new file mode 100755
index 0000000000000000000000000000000000000000..b5eff89219a741f8f0721d183196fed0627030c9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheet.h
@@ -0,0 +1,32 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUCustomActionSheet//程序自动生成
+//
+//  AUCustomActionSheet.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/1.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AUCustomActionSheetOptionModel.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aucustomactionsheet
+//#########################################################
+
+
+typedef void(^AUCustomActionSheetOptionSelectedCallback)(AUCustomActionSheetOptionModel *selectedOptionModel);
+
+@interface AUCustomActionSheet : NSObject
+
+@property (nonatomic, copy) AUCustomActionSheetOptionSelectedCallback optionSelectedCallback;
+
+- (void)showWithOptionModels:(NSArray<AUCustomActionSheetOptionModel *> *) optionModels;
+
+- (void)dismiss;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheetOptionCell.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheetOptionCell.h
new file mode 100755
index 0000000000000000000000000000000000000000..1f65f96cc01dae39af28b8a6dd759be55f6c3ebf
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheetOptionCell.h
@@ -0,0 +1,24 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUCustomActionSheet//程序自动生成
+//
+//  AUCustomActionSheetOptionCell.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/2.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUCustomActionSheetOptionModel.h"
+
+extern const CGFloat kAUCustomActionGapHeight;
+
+@interface AUCustomActionSheetOptionCell : UITableViewCell
+
+- (void)reloadWithOptionModel:(AUCustomActionSheetOptionModel *) optionModel;
+
++ (CGFloat)heightWithOptionModel:(AUCustomActionSheetOptionModel *) optionModel;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheetOptionModel.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheetOptionModel.h
new file mode 100755
index 0000000000000000000000000000000000000000..083dc5a15f4bdd78240c2b1634c4a89e152ba799
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomActionSheetOptionModel.h
@@ -0,0 +1,45 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUCustomActionSheet//程序自动生成
+//
+//  AUCustomActionSheetOptionModel.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/1.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef enum : NSUInteger {
+    AUCustomActionSheetOptionDefault,
+    AUCustomActionSheetOptionGap,
+} AUCustomActionSheetOptionType;
+
+typedef enum : NSUInteger {
+    AUCustomActionSheetLabelAttributeDefault,
+    AUCustomActionSheetLabelAttributeTitle,
+    AUCustomActionSheetLabelAttributeCancel,
+    AUCustomActionSheetLabelAttributeDestructive,
+} AUCustomActionSheetLabelAttribute;
+
+@interface AUCustomActionSheetSeparatorConfig : NSObject
+
+@property (nonatomic, assign) BOOL isShowSeparator;
+@property (nonatomic, assign) UIEdgeInsets separatorMargin;
+
+@end
+
+@interface AUCustomActionSheetOptionModel : NSObject
+
+@property (nonatomic, assign) AUCustomActionSheetOptionType optionType;
+@property (nonatomic, assign) BOOL isSelectable;
+@property (nonatomic, copy) NSAttributedString *descAttributedString;
+@property (nonatomic, copy) NSAttributedString *titleAttributedString;
+@property (nonatomic, assign) CGFloat optionHeight;//可不设置.Gap默认高度5,不设置则根据实际内容计算
+@property (nonatomic, strong) AUCustomActionSheetSeparatorConfig* separatorConfig;
+
++ (NSAttributedString *)attributedString:(NSString *) string
+                                    type:(AUCustomActionSheetLabelAttribute) type;
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomDatePicker.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomDatePicker.h
new file mode 100755
index 0000000000000000000000000000000000000000..2dc0ba520be89ee9a1b8cde09ec508e1351ed91d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomDatePicker.h
@@ -0,0 +1,122 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_pickerView_AUCustomDatePicker//程序自动生成
+
+
+/**
+ *  日期选择控件
+ *  和系统控件不同之处:在minDate ~ maxDate之外的日期不可见,也不可选
+ *
+ */
+
+@class AUCustomDatePicker;
+
+@protocol AUCustomDatePickerDelegate <NSObject>
+
+/*
+ * 点取消时回调
+ */
+- (void)cancelPickerView:(AUCustomDatePicker *)pickerView;
+
+/*
+ * 点完成时回调,选中项可通过 selectedRowInComponent返回
+ */
+- (void)selectedPickerView:(AUCustomDatePicker *)pickerView;
+
+@end
+
+
+
+typedef NS_ENUM(NSInteger, AUCustomDatePickerMode) {
+    AUDatePickerModeTime,           // 小时/分,24小时制
+    AUDatePickerModeDate,           // 年/月/日
+    AUDatePickerModeDateAndTime,    // 月/日/星期 小时/分/,24小时制,注意年是按照minimumDate定义,默认是个2000闰年,存在2/29
+    AUDatePickerYearMonth,           // 年/月
+    AUDatePickerYear                // å¹´
+    
+};
+
+@class AUImplDatePicker;
+
+@protocol AUImplDatePickerDelegate
+
+@required
+
+-(void) didSelectDatePickerView:(AUImplDatePicker *) picker;
+
+@end
+
+@interface AUImplDatePicker : UIPickerView
+
+@property (nonatomic) AUCustomDatePickerMode datePickerMode; // 默认AUDatePickerModeDate
+
+@property (nullable, nonatomic, strong) NSLocale   *locale;  // 默认手机设定的区域
+@property (nullable, nonatomic, copy)   NSCalendar *calendar;// 默认公元日历
+@property (nullable, nonatomic, strong) NSTimeZone *timeZone;// 默认手机设定
+@property (nullable, nonatomic, strong) NSDate *date;        // 设定需要选中的时间,如果不设置,默认今天。
+@property (nullable, nonatomic, strong) NSDate *minimumDate; // 最小日期,默认2000年1月1日 00:00:00,闭
+@property (nullable, nonatomic, strong) NSDate *maximumDate; // 最大日期, 默认2050年12月31日 23:59:59闭
+
+@property (nonatomic,weak) id<AUImplDatePickerDelegate> pickerDelegate;
+
+-(void) reloadData;
+
+-(NSDate*_Nullable)selectedDate;
+
+@end
+
+@interface AUCustomDatePicker : UIView
+
+@property (nonatomic,weak) id<AUCustomDatePickerDelegate> delegate;
+
+@property (nonatomic,readonly) NSDate *selectedDate;
+
+//自定义底部View
+@property (nonatomic,strong) UIView *bottomView;
+// 
+@property (nonatomic,strong) UIView *backgroundView;
+@property (nonatomic,strong) UIView *containerView;
+
+
+/**
+ * 创建Picker,默认使用AUDatePickerModeDate模式
+ *
+ */
++ (AUCustomDatePicker *)pickerViewWithTitle:(NSString *)title;
+
++ (AUCustomDatePicker *)pickerViewWithTitle:(NSString *)title pickerMode:(AUCustomDatePickerMode)mode;
+
+/**
+ * 设定可选择的日期区间
+ @param minDate 最小时间,默认2000年1月1日 00:00:00,闭
+ @param maxDate 最大时间,默认2050年12月31日 23:59:59闭
+ */
+- (void) setTimeDateminDate:(NSDate *)minDate MaxDate:(NSDate *)maxDate;
+
+
+
+/** 
+ @param currentDate 设置默认选中的时间
+ */
+- (void) setCurrentDate:(NSDate *) currentDate animated:(BOOL) animated;
+
+
+
+/**
+ 展示日期选择控件
+ */
+-(void) show __deprecated_msg("废弃,业务请勿继续使用");
+
+/**
+ 展示日期选择控件,指定展示在的superview
+ */
+- (void)showOnSuperView:(UIView *)superView;
+
+/**
+ 隐藏日期选择控件
+ */
+-(void) hide;
+
+@end
+
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomNavigationBar+Extend.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomNavigationBar+Extend.h
new file mode 100755
index 0000000000000000000000000000000000000000..2461ebae9b136d33b0ac099554c5bd39172d350f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomNavigationBar+Extend.h
@@ -0,0 +1,34 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_TitleBar_AUCustomNavigationBar//程序自动生成
+//
+//  AUCustomNavigationBar+Extend.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/10/18.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUCustomNavigationBar.h"
+#import "AULoadingIndicatorView.h"
+
+@interface AUCustomNavigationBar()
+{
+    __weak id _target;
+    SEL _action;
+    __weak id _leftItemtarget;
+    SEL _leftItemaction;
+}
+@property(nonatomic, strong) UIImageView *backImageView;              // 返回图片
+@property(nonatomic, strong) UILabel     *backTitleLabel;             // 返回文案
+@property(nonatomic, strong) UIButton *leftItem;                      // 左侧item
+@property(nonatomic, strong) UILabel *titleLabel;;                    // 设置标题
+@property(nonatomic, strong) AUButton *rightItem;                     // 右侧item
+
+@property(nonatomic, weak) UIViewController *currentVC;
+@property(nonatomic, strong) AULoadingIndicatorView *titleLoading;     // 菊花
+
+- (void)resetLeftItem;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomNavigationBar.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomNavigationBar.h
new file mode 100755
index 0000000000000000000000000000000000000000..47d35584f41eaa09665278703b1b96b7c2319c1b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUCustomNavigationBar.h
@@ -0,0 +1,134 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_TitleBar_AUCustomNavigationBar//程序自动生成
+//
+//  APCustomNavigationView.h
+//  APExtUI
+//
+//  Created by yangwei on 16/6/1.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUView.h"
+#import "AUButton.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aucustomnavigationbar
+//#########################################################
+
+
+#define UI_AUCustomNavigationBar
+#define AUCustomNavigationBarHeight (44)
+
+/**
+ 自定义透明导航栏,主要用于导航栏需要透明的场景
+ 主要是用原生的导航栏切换会有视觉体验问题,故写此类
+ */
+@interface AUCustomNavigationBar : UIView
+
+@property(nonatomic, strong) UIView *backgroundView;              // 毛玻璃背景view
+
+@property(nonatomic, strong) NSString *backButtonTitle;           // 返回按钮title(默认无)
+@property(nonatomic, strong) UIColor *backButtonTitleColor;       // 返回按钮title颜色
+@property(nonatomic, strong) UIImage *backButtonImage;            // 返回按钮图片
+
+@property(nonatomic, strong) NSString *title;                     // 标题
+@property(nonatomic, strong) UIColor *titleColor;                 // 标题颜色
+@property(nonatomic, strong) UIView *titleView;                   // 自定义titleview
+
+@property(nonatomic, strong) NSString *rightItemTitle;            // 右侧item title
+@property(nonatomic, strong) UIColor *rightItemTitleColor;        // 右侧item title颜色
+@property(nonatomic, strong) UIImage *rightItemImage;             // 右侧item 图片
+
+/**
+ * 右侧item的VoiceOver提示文案,
+ * 左侧item默认为“返回”
+ * 右侧item默认是rightItemTitle,如果没有设置rightItemTitle,需要手动设置此属性来支持VoiceOver
+ */
+@property(nonatomic,strong) NSString *rightItemVoiceOverText;
+
+@property(nonatomic,strong) NSString *leftItemVoiceOverText;
+
+/**
+ *  创建指定透明的导航栏View。
+ *
+ *  (1)此导航栏默认在左侧显示返回箭头图片,不显示返回文本。若当前页面需设置与框架逻辑一致的返回文案,请在VC中重写<code> - (UIView *)customNavigationBar </code>方法
+ *  (2)如需设置标题、右侧item、毛玻璃背景,请调用相关接口
+ *
+ *  @param currentVC 当前VC
+ *
+ *  @return 透明的导航栏View
+ */
++ (AUCustomNavigationBar *)navigationBarForCurrentVC:(UIViewController *)currentVC;
+
+/**
+ *  设置毛玻璃背景View,默认透明度为0
+ */
+- (void)setNavigationBarBlurEffective;
+
+/**
+ *  创建导航栏右侧item
+ *
+ *  @param rightItemTitle    显示的文本
+ *  @param target            target
+ *  @param action            action
+ *
+ */
+- (void)setNavigationBarRightItemWithTitle:(NSString *)rightItemTitle target:(id)target action:(SEL)action;
+
+/**
+ *  创建导航栏右侧item
+ *
+ *  @param rightItemImage    显示的图片
+ *  @param target            target
+ *  @param action            action
+ *
+ */
+- (void)setNavigationBarRightItemWithImage:(UIImage *)rightItemImage target:(id)target action:(SEL)action;
+
+
+/**
+ *  创建导航栏左侧item
+ *
+ *  @param leftItemTitle     显示的文本
+ *  @param target            target
+ *  @param action            action
+ *
+ */
+- (void)setNavigationBarLeftItemWithTitle:(NSString *)leftItemTitle target:(id)target action:(SEL)action;
+
+/**
+ *  创建导航栏左侧item
+ *
+ *  @param leftItemImage     显示的图片
+ *  @param target            target
+ *  @param action            action
+ *
+ */
+- (void)setNavigationBarLeftItemWithImage:(UIImage *)leftItemImage target:(id)target action:(SEL)action;
+
+/**
+ * 展示title边上的小菊花
+ * 注意:标题字数少于5个使用
+ */
+- (void)startTitleLoading;
+
+/**
+ * 消失title边上的小菊花
+ * 注意:标题字数少于5个使用
+ */
+- (void)stopTitleLoading;
+
+/**
+ * 修改title边上菊花色值
+ * @param trackColor 修改的是
+ */
+- (void)updateTitleLoadingTrackColor:(UIColor *)trackColor
+                       progressColor:(UIColor *)progressColor;
+
+@end
+
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDatePicker.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDatePicker.h
new file mode 100755
index 0000000000000000000000000000000000000000..5f6eb71294031c7551c6fe248972708e49851483
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDatePicker.h
@@ -0,0 +1,113 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_pickerView_AUDatePicker//程序自动生成
+//
+//  ALPPicketView.h
+//  TestCell
+//
+//  Created by zhiyuan.yzy on 13-4-19.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/audatepicker
+//#########################################################
+
+
+#define UI_AUDatePicker
+
+@class AUDatePicker;
+
+@protocol AUDatePickerDelegate <UIPickerViewDataSource, UIPickerViewDelegate>
+
+/*
+ * 点取消息时回调
+ */
+- (void)cancelPickerView:(AUDatePicker *)pickerView;
+
+/*
+ * 点完成时回调,选中项可通过pickerView/Users/zhuwei/ios-phone-antui/ANTUI/Sources/Views/pickerView/AUDatePicker.h selectedRowInComponent返回
+ */
+- (void)selectedPickerView:(AUDatePicker *)pickerView;
+
+@end
+/*!
+ @class       AUDatePicker
+ @abstract    UIView
+ @discussion  原框架封装的选择器,在原来系统控件上加上的去掉和完成按钮
+ */
+
+@interface AUDatePicker : UIView
+
+@property(nonatomic, strong) UIPickerView *pickerView;      //通用事务选择器
+@property(nonatomic, strong) UIDatePicker *datePickerView;  //时间选择器
+
+@property(nonatomic, assign) BOOL       isDatePicker;   // 当前是否是时间选择器,默认为NO不是
+
+@property(nonatomic, weak) id<AUDatePickerDelegate> delegate;
+
+
+/*
+ * 创建组件
+ *
+ * @param title 标题,可为nil
+ * @return 创建的组件,默认不显示,需调用show
+ */
++ (AUDatePicker *)pickerViewWithTitle:(NSString *)title;
+
+/*
+ * 初始化对象
+ *
+ * @param frame 显示位置
+ * @param title 显示标题,不显示可设nil
+ * @return 默认返回对象不显示,要显示需要调show
+ */
+- (id)initWithFrame:(CGRect)frame withTitle:(NSString *)title;
+
+/*
+ * 显示
+ */
+- (void)show;
+
+/*
+ * 隐藏
+ */
+- (void)hide;
+
+/**
+ * 重载数据
+ */
+- (void)reload;
+
+
+/**
+ 当isDatePicker为YES时,使用datePickerView选择时间
+
+ @param minDate 最小时间
+ @param maxDate 最大时间
+ */
+- (void) setTimeDateminDate:(NSDate *)minDate MaxDate:(NSDate *)maxDate;
+
+
+
+/**
+ 当isDatePicker为YES时,设置datePickerView的当前时间
+ 
+ @param currentDate 设置当前的时间
+ */
+- (void) setCurrentDate:(NSDate *) currentDate;
+
+
+/**
+ 当isDatePicker为YES时,设置时间选择器中选择的时间
+
+ @param date     选中的日期
+ @param animated 是否包含动画
+ */
+- (void)setAUDatePickerDate:(NSDate *)date animated:(BOOL)animated; // if animated is YES, animate the wheels of time to display the new date
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDefine.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..cf4d66aede8c4c3bc56ed4ea68db55a1879f1cc0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDefine.h
@@ -0,0 +1,67 @@
+//
+//  AUDefine.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef AUDefine_h
+#define AUDefine_h
+
+#define kAUAdjustHeight(height) height
+#define kButtonPanel           (30300010)
+
+// 定义不要子类化
+#define ANTUI_DONOT_SUBCLASS(clazz) NSCAssert([self isMemberOfClass:[clazz class]], @"当前类不支持子类化");
+#define final_implementation(clazz)  \
+implementation clazz \
+- (instancetype)initWithFrame:(CGRect)frame \
+{\
+    self = [super initWithFrame:frame];\
+    if (self) {\
+        ANTUI_DONOT_SUBCLASS(clazz)\
+        [self au_setup_ui];\
+    }\
+    return self;\
+}\
+- (void)au_setup_ui
+
+
+#define Inherit class NSObject;
+
+#define AU_UNAVAILABLE_INIT \
+- (instancetype)init NS_UNAVAILABLE; \
+- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
+
+
+
+// 如下宏只做声明用
+// 声明UI组件的依赖其他的UI组件列表
+#define AntUI_dependency(...)
+// 声明UI组件的模块名称,如果不定义,则使用当前文件所在的文件夹名称
+#define AntUI_module(moduleName)
+// 声明是基本的UI组件,不支持组件定制化
+#define AntUI_BaseComponent
+
+#endif /* AUDefine_h */
+
+// 换肤宏定义
+#define __ENABLE_AUTHEME__ 1
+#if __ENABLE_AUTHEME__
+
+#undef __theme
+#define __theme(bundle,key,defaultValue) \
+AUThemeInfo((bundle),(key),(defaultValue))
+//[AUThemeService themeForKey:(key) inbundle:(bundle) defaultValue:(defaultValue)]
+
+#undef __SEL
+#define __SEL(selector) NSStringFromSelector((selector))
+
+#else
+
+#undef __theme
+#define __theme(key,bundle,defaultValue) \
+(defaultValue)
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDelegate.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDelegate.h
new file mode 100755
index 0000000000000000000000000000000000000000..c6d427bb172270bfa4642bcca32a6e7a0cef2fe2
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDelegate.h
@@ -0,0 +1,37 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_refreshLoadingView_AUDragLoadingView//程序自动生成
+//
+//  AUDelegate.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/6/26.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//@interface AUDelegate : NSObject <UIScrollViewDelegate, UITableViewDelegate>
+//
+//@property (nonatomic, strong) NSHashTable *extDelegateList;
+//@property (nonatomic, weak) NSObject *originDelegate;
+//
+//@end
+
+@interface NSObject (AUDelegate)
+//
+////- (BOOL)au_expandMethod:(SEL)expandSelector clazz:(Class)clazz;
+////
+////- (NSObject *)au_expandDelegate;
+////- (void)au_setExpandDelegate:(NSObject *)delegate;
+//
+/////**
+//// 对delegate进行扩展(可用于UIScrollView等)
+////
+//// @param delegate 扩展了delegate的对象
+//// */
+////- (void)au_addExtDelegate:(NSObject *)delegate;
+////- (void)au_removeExtDelegate:(NSObject *)delegate;
+//
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBaseView+Extentions.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBaseView+Extentions.h
new file mode 100755
index 0000000000000000000000000000000000000000..b3e49698d748a520a44f730ee46627397d341f7c
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBaseView+Extentions.h
@@ -0,0 +1,67 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  AUDialogBaseView+Extentions.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/2.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <AntUI/AntUI.h>
+
+@interface AUDialogBaseView (Extentions)
+
+
+- (NSInteger)addButtonWithTitle:(NSString *_Nonnull)title callback:(void (^_Nullable)(int index, NSString *_Nonnull title))callback;
+
+/**
+ @brief 添加取消Button和回调
+ @param title 按钮title
+ @param callback 回调的callback
+ */
+- (NSInteger)addCancelButtonWithTitle:(NSString *_Nonnull)title callback:(void (^_Nullable)(int index, NSString *_Nonnull title))callback;
+
+/**
+ @brief 添加Button
+ @param title 按钮title
+ */
+- (NSInteger)addButtonWithTitle:(NSString *_Nonnull)title;
+
+/**
+ @brief 添加取消button
+ @param title 按钮title
+ */
+- (NSInteger)addCancelButtonWithTitle:(NSString *_Nonnull)title;
+
+
+/**
+ 获取按钮名称(类似APAlertView的buttonTitleAtIndex:方法)
+
+ @param buttonIndex 按钮位置
+ @return 按钮名称
+ */
+- (nullable NSString *)buttonTitleAtIndex:(NSInteger)buttonIndex;
+
+
+/**
+ 有多少个按钮(类似APAlertView的numberOfButtons)
+ */
+@property(nonatomic,readonly) NSInteger numberOfButtons;
+
+
+/**
+ 取消按钮的index(类似APAlertView的cancelButtonIndex)
+ */
+@property(nonatomic) NSInteger cancelButtonIndex;
+
+
+/**
+ dialog 重设新的dialog的type,业务不要直接调用
+ */
+
+- (void)resetDialogBuilderType:(AUDialogBuilderType)type;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBaseView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBaseView.h
new file mode 100755
index 0000000000000000000000000000000000000000..7e14690e6ca62772af1735ce29c0eafd31bd32d5
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBaseView.h
@@ -0,0 +1,62 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  AUDialogBaseView.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUDialogButton.h"
+#import "AUDialogProtocol.h"
+
+extern NSString * kDialogShowAnimationKey;
+
+@class AUDialogBuilder;
+@interface AUDialogBaseView : UIView {
+    @package
+    AUDialogBuilder *_dialogBuilder;
+    NSInteger        _cancelIndex;
+}
+
+@property (nonatomic, weak) id<AUDialogDelegate> delegate;
+@property (nonatomic, assign) NSTimeInterval animationDuration;
+@property (nonatomic, strong) UIView *alertContainer;
+@property (nonatomic, strong) UIScrollView *alertScrollView; // 内容超出屏幕范围支持滚动展示
+@property (nonatomic, strong) UIView *contentView;
+@property (nonatomic, strong) UIView *buttonView;
+
+@property (nonatomic, assign, readonly) BOOL isDisplay;
+@property (nonatomic, assign) BOOL    backgroundMark;
+
+@property (nonatomic, assign) BOOL    grayMessage;
+@property (nonatomic, assign) BOOL    useUnifyShowAnimation;
+@property (nonatomic, assign) BOOL    buttonsUseNormalColor;
+@property (nonatomic, assign) BOOL    isSupportAutorotate;          // 设置是否需要支持屏幕旋转,默认不支持
+@property (nonatomic, assign) NSTextAlignment messageAlignment;
+
+@property (nonatomic, strong) NSString *title;
+@property (nonatomic, strong) NSString *message;
+
+- (void)show;
+- (void)dismiss;
+- (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated;
+- (void)forceHidden; // 有其他 alertview 要显示到 window 上时调用
+
++ (void)dismissAll;
++ (BOOL)hasDialogShowing; // 判断当前 app 内各个界面中是否有弹窗展示
+
+- (AUDialogNormalButton *)addCancelButton:(NSString *)buttonTitle actionBlock:(AUDialogActionBlock)actionBlock;
+- (AUDialogNormalButton *)addButton:(NSString *)buttonTitle actionBlock:(AUDialogActionBlock)actionBlock;
+//- (AUDialogActionButton *)addActionButton:(NSString *)aciontTitle actionBlock:(AUDialogActionBlock)actionBlock;
+- (void)onButtonClicked:(AUDialogButton *)sender;
+
++ (BOOL)validString:(NSString *)string;
+
+- (instancetype)initWithCustomView:(UIView *)customView; // 自定义内容区域
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBuilder.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBuilder.h
new file mode 100755
index 0000000000000000000000000000000000000000..6517eb387e240ca68e13cf4306db5fa2bdee8c2f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogBuilder.h
@@ -0,0 +1,75 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  AUDialogBuilder.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/21.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef NS_ENUM(NSInteger, AUDialogActionStyle) {
+    AUDialogActionStyleDefault = 0,
+    AUDialogActionStyleCancel,
+    AUDialogActionStyleDestructive = AUDialogActionStyleDefault
+};
+
+typedef NS_ENUM(NSInteger, AUDialogBuilderType) {
+    AUDialogBuilderType_Normal = 0,
+    AUDialogBuilderType_List,
+    AUDialogBuilderType_Input,
+    AUDialogBuilderType_ImageNormal,
+    AUDialogBuilderType_ImageAction,
+    AUDialogBuilderType_operationResult,
+    AUDialogBuilderType_Custom_Normal,
+    AUDialogBuilderType_Custom_List,
+    AUDialogBuilderType_Custom_Input,
+    AUDialogBuilderType_Custom_ImageNormal,
+    AUDialogBuilderType_Large_Image,
+};
+
+@class AUDialogButton;
+@interface AUDialogBuilder : NSObject
+
+@property (nonatomic, strong) NSString *title;
+@property (nonatomic, strong) NSString *message;
+@property (nonatomic, strong) NSAttributedString *attributedMessage;
+
+@property (nonatomic, strong) UIImage  *image;
+@property (nonatomic, strong) NSString *linkText;
+@property (nonatomic, strong) NSString *placeholder;
+
+@property (nonatomic, assign) BOOL      grayMessage;
+@property (nonatomic, assign) CGSize    imageSize;
+@property (nonatomic, assign) BOOL      buttonsUseNormalColor;
+
+@property (nonatomic, strong) UILabel        *titleLabel;
+@property (nonatomic, strong) UILabel        *messageLabel;
+@property (nonatomic, strong) UIImageView    *imageView;
+@property (nonatomic, strong) UITextField    *textField;
+@property (nonatomic, strong) AUDialogButton *closeButton;
+@property (nonatomic, strong) AUDialogButton *linkButton;
+@property (nonatomic, strong) UIView *customView;   // 自定义内容区域
+@property (nonatomic, strong) UIColor *closeBtnColor; // 右上角叉叉按钮的自定义色值
+
+@property (nonatomic, assign) AUDialogBuilderType builderType;
+
+- (void)addButton:(AUDialogButton *)button;
+- (void)addButton:(AUDialogButton *)button actionStyle:(AUDialogActionStyle)style;
+
+- (void)buildAlertContentView:(UIView *)contentView;
+- (void)buildAlertButtonView:(UIView *)buttonView
+              containerWidth:(CGFloat)containerWidth;
+
+- (void)updateTitleLayout;
+- (void)updateMessageLayout;
+- (void)updateTitleMesgUI;
+
+- (nullable NSString *)buttonTitleAtIndex:(NSInteger)buttonIndex;
+@property(nonatomic,readonly) NSInteger numberOfButtons;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogButton.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogButton.h
new file mode 100755
index 0000000000000000000000000000000000000000..00e7d233ba5a01b61336b58ce0a611286c94e37b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogButton.h
@@ -0,0 +1,31 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  AUDialogButton.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/21.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUDialogBuilder.h"
+
+typedef void (^AUDialogActionBlock)();
+
+@interface AUDialogButton : UIButton
+
+@property (nonatomic, assign) NSInteger buttonIndex;
+@property (nonatomic, copy) AUDialogActionBlock actionBlock;
+@property (nonatomic, assign) AUDialogActionStyle actionStyle;
+
+
+@end
+
+@interface AUDialogNormalButton : AUDialogButton
+@end
+
+@interface AUDialogActionButton : AUDialogButton
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogManager.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..29f347560f504932a9ee99d014d65216c73074b3
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogManager.h
@@ -0,0 +1,30 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  AUDialogHandler.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/2.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@class AUDialogBaseView;
+
+@interface AUDialogManager : NSObject
+
++ (AUDialogManager *)shareInstance;
+
+@property(nonatomic,assign)bool isBackGroundMode;//是否是后台模式
+
+// 设置白名单不受 BackGroundMode 的压制影响
+- (void)addWhiteListWithDiaog:(AUDialogBaseView *)dialog;
+
+// 清空白名单
+- (void)clearWhiteList;
+
+// 检测弹窗实例是否在白名单列表内
+- (BOOL)whiteListIsContainDialog:(AUDialogBaseView *)dialog;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogProtocol.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..655bb6c88669e3caca265bffb9326b57123858ba
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogProtocol.h
@@ -0,0 +1,58 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  AUDialogProtocol.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class AUDialogBaseView;
+@protocol AUDialogDelegate <NSObject>
+
+@optional
+/**
+ 将要展示回调
+ 
+ @param dialogView 将要展示的 dialog 视图
+ */
+- (void)willPresentDialogView:(AUDialogBaseView *)dialogView;
+
+/**
+ 是否可以隐藏 dialog 视图
+
+ @param dialogView 指定的 dialog 视图
+ @return 是否可以隐藏,如果返回 YES 则走隐藏流程。不实现则默认返回 YES。
+ */
+- (BOOL)shouldDismissDialogView:(AUDialogBaseView *)dialogView;
+
+/**
+ 点击按钮回调
+
+ @param dialogView 点击的 dialog 视图
+ @param buttonIndex 点击的按钮索引
+ */
+- (void)dialogView:(AUDialogBaseView *)dialogView clickedButtonAtIndex:(NSInteger)buttonIndex;
+
+/**
+ 即将消失回调
+
+ @param dialogView dialog 视图
+ @param buttonIndex 点击的按钮索引
+ */
+- (void)dialogView:(AUDialogBaseView *)dialogView willDismissWithButtonIndex:(NSInteger)buttonIndex;
+
+/**
+ 已经消失回调
+
+ @param dialogView dialog 视图
+ @param buttonIndex 点击的按钮索引
+ */
+- (void)dialogView:(AUDialogBaseView *)dialogView didDismissWithButtonIndex:(NSInteger)buttonIndex;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogProtocolExtension.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogProtocolExtension.h
new file mode 100755
index 0000000000000000000000000000000000000000..9962449f434d6dc48cd3284049fa819b0fcef826
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogProtocolExtension.h
@@ -0,0 +1,35 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  AUDialogProtocolExtension.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/16.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUDialogProtocol.h"
+
+@protocol AUDialogDelegateExtension <AUDialogDelegate>
+
+//
+- (void)alertView:(AUDialogBaseView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex;
+
+//
+- (void)alertViewCancel:(AUDialogBaseView *)alertView;
+
+//
+- (void)willPresentAlertView:(AUDialogBaseView *)alertView;
+
+//
+- (void)didPresentAlertView:(AUDialogBaseView *)alertView;
+
+//
+- (void)alertView:(AUDialogBaseView *)alertView willDismissWithButtonIndex:(NSInteger)buttonIndex;
+
+//
+- (void)alertView:(AUDialogBaseView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogWindow.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogWindow.h
new file mode 100755
index 0000000000000000000000000000000000000000..8c6953727a6c1817d1aaff0d87a029700f755907
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDialogWindow.h
@@ -0,0 +1,38 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  AUDialogWindow.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class AUDialogBaseView;
+@interface AUDialogWindow : UIWindow
+
++ (instancetype)window;
++ (BOOL)dialogWindowShowing;
+
+- (void)showDialogView:(AUDialogBaseView *)dialog;
+- (void)dismissDialogView:(AUDialogBaseView *)dialog completion:(dispatch_block_t)completion;
+- (void)dismissAllDialogView;
+
+- (void)hideDialogInBackground;
+- (void)showDialogEnterForground;
+
+@end
+
+
+@interface AUDialogWindow (config)
+
+/**
+ 检测 dialog 的开关是否打开
+ */
++ (BOOL)isOpenConfigerService;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleContentView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleContentView.h
new file mode 100755
index 0000000000000000000000000000000000000000..d917e800171cdddf525c67a9e295ce33b39a1c2e
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleContentView.h
@@ -0,0 +1,51 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUDoubleTitleListItem//程序自动生成
+//
+//  AUDoubleContentView.H
+//  AntUI
+//
+//  Created by sara on 17/4/21.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AUDoubleContentView : UIView <TTTAttributedLabelDelegate>
+@property(nonatomic, strong) UILabel *titleLabel;     // 标题
+@property(nonatomic,strong) UILabel *subtitleLabel;
+@property(nonatomic,strong) UIImageView *leftImageView;
+@property(nonatomic,strong) UILabel* timeLabel;
+@property(nonatomic,strong) UILabel* rightAssistLabel;
+@property(nonatomic, assign) NSUInteger style;
+@property(nonatomic, assign) CGSize leftimageSize;
+@property(nonatomic, assign) NSInteger subtitleLines;
+@property(nonatomic, assign) UITableViewCellAccessoryType accessoryType;
+@property(nonatomic, strong) TTTAttributedLabel *attributelabel;    // 富文本样式,目前主要支持副标题的富文本样式
+@property(nonatomic, assign) CGFloat maxWidth;
+@property (nonatomic,strong) AUListItemModel<AUDoubleTitleListItemModelDelegate, TTTAttributeLabelDelagate>* model;
+
+- (CGSize)sizeOfleftImage;
+
+/**
+ 设置富文本样式
+ 
+ @param attributeText 富文本的文案,包含链接色的文案
+ @param linkText      富文本链接色文案
+ @param linkURL       富文本链接文案跳转链接
+ */
+
+- (void)setTTTAttributeText:(NSString *)attributeText
+                   linkText:(NSString *)linkText;
+
+@end
+
+@interface AUDoubleContentView (Utils)
+
++ (CGFloat)accessoryViewSize:(AUListItemAccessoryType)type;
++ (CGFloat)cellMaxWidthByModel:(AUListItemModel<AUDoubleTitleListItemModelDelegate, TTTAttributeLabelDelagate> *)model
+                         style:(AUDoubleTitleListItemStyle)style;
++ (NSMutableParagraphStyle *)DoubleTitleParagraphStyle;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleTitleListItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleTitleListItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..7eb576f709df5c67d625f5634b41f48d12fb9939
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleTitleListItem.h
@@ -0,0 +1,68 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUDoubleTitleListItem//程序自动生成
+//
+//  AUDoubleTitleListItem.h
+//  AntUI
+//
+//  Created by sara on 16/10/8.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUBaseListItem.h"
+
+typedef NS_ENUM(NSInteger, AUDoubleTitleListItemStyle) {
+    AUDoubleTitleListItemStyleDefault,  //有左图,高度是136,图标100
+    AUDoubleTitleListItemStyleValue1,  // 无左图,高度120,
+    AUDoubleTitleListItemStyleValue2,  // 有左图,高度176,图标120
+};
+
+@interface AUDoubleTitleListItem : AUBaseListItem<AUDoubleTitleListItemModelDelegate, TTTAttributeLabelDelagate>
+
+@property(nonatomic,strong) UILabel *subtitleLabel;
+@property(nonatomic,strong) UIImageView *leftImageView;
+@property(nonatomic,strong) UILabel* timeLabel;
+@property(nonatomic,strong) UILabel *rightAssistLabel;
+
+
+/**
+ 设置cell展示所需的所有数据
+
+ @param block 传入的block
+ */
+- (void)setModelBlock:(void(^)(AUListItemModel<AUDoubleTitleListItemModelDelegate, TTTAttributeLabelDelagate>*model))block;
+
+/**
+ 初始化函数
+ 
+ @param reuseIdentifier 标识
+ @param style 自定义的类型,详见AUDoubleTitleListItemStyle
+ @return 返回self实例
+ */
+- (instancetype)initWithReuseIdentifier:(NSString*)reuseIdentifier customStyle:(AUDoubleTitleListItemStyle)style;
+
+
+/**
+ 根据不同style返回不同高度
+ 
+ @param style 自定义类型,详见AUDoubleTitleListItemStyle
+ @return 返回cell高度值
+ */
++ (CGFloat)cellHeightForStyle:(AUDoubleTitleListItemStyle)style;
+
+
+
+/**
+ 根据不同style返回动态高度
+ 
+ @param style 自定义类型,详见AUDoubleTitleListItemStyle
+ @param block 数据模型 详见 AUDoubleTitleListItemModelDelegate
+ 需要注意:1.该方法务必传入model.accessoryType的确切值 2.如果需要换行,请业务指定具体行数subtitleLines
+ @return 返回cell高度值
+ */
++ (CGFloat)cellHeightForStyle:(AUDoubleTitleListItemStyle)style
+                   modelBlock:(void(^)(AUListItemModel<AUDoubleTitleListItemModelDelegate, TTTAttributeLabelDelagate>*model))block;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleTitleView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleTitleView.h
new file mode 100755
index 0000000000000000000000000000000000000000..3bf913116de1ca39e885c58fc150dd597bff93f0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDoubleTitleView.h
@@ -0,0 +1,70 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_TitleBar_AUDoubleTitleView//程序自动生成
+//
+//  APTitleView.h
+//  APCommonUI
+//
+//  Created by yangwei on 16/4/7.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/audoubletitleview
+//#########################################################
+
+
+#define UI_AUDoubleTitleView
+
+/**
+ 包含两行的导航栏titleView
+ */
+@interface AUDoubleTitleView : UIView
+
+/**
+ *  创建上下两个标题的titleView
+ *
+ *  @param title          主标题
+ *  @param detaileTitle   副标题
+ *
+ *  @return 初始化后的APTitleView控件
+ */
+- (UIView *)initWithTitle:(NSString *)title detailTitle:(NSString *)detaileTitle;
+
+/**
+ *  修改主标题的文案。
+ *
+ *  @param title          主标题文案
+ *
+ */
+- (void)updateTitle:(NSString *)title;
+
+/**
+ *  修改主标题的文案。
+ *
+ *  @param detailTitle          主标题文案
+ *
+ */
+- (void)updateDetailTitle:(NSString *)detailTitle;
+
+
+/**
+ 修改主标题的font。
+
+ @param titleFont 主标题font
+ */
+- (void)updateTitleFont:(UIFont *)titleFont;
+
+/**
+ *  修改主标题的font。
+ *
+ *  @param detailTitleFont      主标题font
+ *
+ */
+- (void)updateDetailTitleFont:(UIFont *)detailTitleFont;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUDragLoadingView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUDragLoadingView.h
new file mode 100755
index 0000000000000000000000000000000000000000..b12871dbd8a2c44bdea2dcc3cbfba1e749de2e2a
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUDragLoadingView.h
@@ -0,0 +1,74 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_refreshLoadingView_AUDragLoadingView//程序自动生成
+//
+//  AUDragLoadingView.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/30.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <AntUI/AntUI.h>
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/audragloadingview
+//#########################################################
+
+
+extern CGFloat const kDragLoading_Height; // 视图高度
+
+typedef NS_ENUM(NSUInteger, AUDragLoadingState) {
+    AUDragLoadingStateNormal,
+    AUDragLoadingStateLoading,
+    AUDragLoadingStateEnd
+};
+
+@interface AUDragLoadingConfig : NSObject
+
+@property (nonatomic, strong) NSString *normalTips;      // 等待加载下一页的文案(默认为点击加载更多)
+@property (nonatomic, strong) NSString *loadingTips;     // 加载中的文案(加载中...)
+
+@property (nonatomic, strong) UIView   *endStateView;    // 结束态(自定义结束态视图,不设置使用预置的)
+@property (nonatomic, assign) BOOL      endTipsEnable;   // 只有设置endTipsEnable为YES的时候,endTips才会生效
+@property (nonatomic, strong) NSString *endTips;         // 默认为没有更多
+
+@end
+
+/*!
+ @class       AURefreshLoadingView
+ @abstract    UIView
+ */
+@interface AUDragLoadingView : UIView
+
+AU_UNAVAILABLE_INIT
+
+// 当前状态
+@property (nonatomic, assign) AUDragLoadingState state;
+
+// 加载block
+@property (nonatomic, copy)   void(^loadingBlock)(void);
+
+// 初始化方法,会将自己添加到tableview的tableFooterView上面
+- (instancetype)initWithTableView:(UITableView *)tableView
+                          bizType:(NSString *)bizType
+                       makeConfig:(void(^)(AUDragLoadingConfig *config))makeConfig;
+
+// 初始化方法,会将自己添加到collectionView的footerView上面
+// 需在layout之后调用
+- (instancetype)initWithCollectionView:(UICollectionView *)collectionView
+                               bizType:(NSString *)bizType
+                            makeConfig:(void(^)(AUDragLoadingConfig *config))makeConfig;
+
+// UIScrollView的delegate里面回调这个方法
+- (void)scrollViewDidScroll:(UIScrollView *)scrollView;
+
+// UICollectionView回调该方法
+- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout referenceSizeForFooterInSection:(NSInteger)section;
+
+// UICollectionView回调该方法
+- (UICollectionReusableView *)collectionView:(UICollectionView *)collectionView viewForSupplementaryElementOfKind:(NSString *)kind atIndexPath:(nonnull NSIndexPath *)indexPath;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUFloatMenu.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUFloatMenu.h
new file mode 100755
index 0000000000000000000000000000000000000000..835dc8ecd36998f2d11f2da7ddb3fc3af270fd4f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUFloatMenu.h
@@ -0,0 +1,100 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_FloatMenu_AUFloatMenu//程序自动生成
+//
+//  AUFloatMenu.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aufloatmenu
+//#########################################################
+
+
+#define UI_AUFloatMenu
+
+/**popview消失的通知*/
+static NSString * const APExtUIPopViewDissmissedNotification = @"APExtUIPopViewDissmissedNotification";
+
+
+
+@class AUNavItemView;
+/*!
+ @class       AUFloatMenu
+ @abstract    UIView
+ @discussion  floatViewMenu浮层
+ */
+@interface AUFloatMenu : UIView<UIGestureRecognizerDelegate>
+@property(nonatomic, assign) CGFloat marginToRight __deprecated;  // 白色popview距离屏幕右侧的距离,不设置默认为10
+
+/**
+ *  创建浮动菜单视图
+ *
+ *  @param position        方向角在屏幕上展示的位置
+ *  @param items           展示的内容数组,一般为APNavItemView对象
+ *  @param withEdging      是否展示外边框
+ *  @return 浮动菜单视图
+ */
+-(instancetype)initWithPostion:(CGPoint)position items:(NSArray<AUNavItemView *> *)items;
+
+/*
+ * 带动画展出
+ */
+
+- (void)showWithAnimated:(BOOL)animated withMskView:(BOOL)withMskView;
+    
+//- (void)showWithAnimated:(BOOL)animated; //
+
+/**
+ *  创建浮动菜单视图
+ *
+ *  @param position        浮动菜单在屏幕上展示的位置
+ *  @param items           展示的内容数组,一般为APNavItemView对象
+ *
+ *  @return 浮动菜单视图
+ */
++(AUFloatMenu *)showAtPostion:(CGPoint)position items:(NSArray<AUNavItemView *> *)items;
+
+/**
+ *  创建浮动菜单视图
+ *
+ *  @param position        浮动菜单在屏幕上展示的位置
+ *  @param orignY          浮动菜单在屏幕上y坐标值
+ *  @param items           展示的内容数组,一般为APNavItemView对象
+ *
+ *  @return 浮动菜单视图
+ */
++(AUFloatMenu *)showAtPostion:(CGPoint)position startOrignY:(CGFloat)orignY items:(NSArray<AUNavItemView *> *)items;
+
+/**
+ *  浮动菜单消失接口方法
+ */
+-(void)dismiss;
+
+/**
+ *  菜单点开后发rpc加载动态下发菜单项,rpc完成后调update,完成旧view移出,添加新view的过程
+ */
+- (void)updateWithItems:(NSArray<AUNavItemView*> *)items;
+
+
+/**
+ 对外暴露方法,开放小三角形图标左右位置,供业务方定制
+
+ @param xLeft  x轴位置
+ */
+- (void)updateArrIconFrameX:(CGFloat) xLeft;
+
+/**
+ 对外暴露方法,供业务方获取菜单的实际宽度
+ @return 菜单的宽度
+ */
+- (CGFloat)getContentWidth;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUFontLoader.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUFontLoader.h
new file mode 100755
index 0000000000000000000000000000000000000000..de8a0b6d9579332fb633009455b00d881318e443
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUFontLoader.h
@@ -0,0 +1,57 @@
+//
+//  AUFontLoader.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/20.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface AUFontLoader : NSObject
+
+/**
+ 使用字体路径注册字体
+ 
+ @param path 字体路径
+ @return 注册失败的错误码
+ */
++ (NSError *)registerFontWithPath:(NSString *) path;
+
+/**
+ 必须与registerFontWithPath配对使用
+ 不能取消registerFontWithData的font
+ 
+ @param path 字体路径
+ @return 注册失败的错误码
+ */
++ (NSError *)unregisterFontWithPath:(NSString *)path;
+
+/**
+ 使用字体data注册字体
+ 
+ @param data 字体data
+ @return 注册失败的错误码
+ */
++ (NSError *)registerFontWithData:(NSData *)data;
+
+
+/**
+ 必须与registerFontWithData配对使用
+ 不能取消registerFontWithPath的font
+
+ @param fontName 字体名称
+ @return 注册失败的错误码
+ */
++ (NSError *)unregisterFontWithName:(NSString *)fontName;
+
+
+/**
+ 字体是否包含该unicode
+ 
+ @param unicode 字体名称
+ @return YES,包含;NO,不包含
+ */
++ (BOOL)isUnicodeExists:(NSString *)unicode inFont:(NSString *)fontName;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUIDNumberTextField.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUIDNumberTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..2a42fc7dca440eb34932e637dbbc1311a723b9d2
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUIDNumberTextField.h
@@ -0,0 +1,17 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields//程序自动生成
+//
+//  AUIDNumberTextField.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUTextField.h"
+
+@interface AUIDNumberTextField : AUTextField
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFont.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFont.h
new file mode 100755
index 0000000000000000000000000000000000000000..d682f8a86a8001d02b6ce515c4a1073062ff90f9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFont.h
@@ -0,0 +1,52 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_IconFont_AUIconView//程序自动生成
+//
+//  AUIconLabel.h
+//  a16
+//
+//  Created by majie on 14-12-30.
+//  Copyright (c) 2014å¹´ majie. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+//支持多个ttf,因为加载一项ttf需要多个操作,所以如果用户使用
+//非默认iconfont,都需要自己手动指定iconfont名字
+
+//添加一项新的ttf流程
+//1 打开AUCommonUI.bundle/AU_iconfont_name.plist文件
+//2 在key键root下添加一项记录,记录键值是加载font的名字,比如默认项key值就是iconfont
+//3 在portal项目下,添加字体资源,比如默认项是iconfont.ttf,iconfontconfig.plist文件
+//4 配置记录,添加file/config键,分别是上述两项资源在mainBundle路径
+
+//注意,注册fontname时一定要防止重复注册,查看AU_iconfont_name.plist可以看到所有已经使用的fontname(font family name)
+//fontname 和 fontname.ttf 一个是加载font的名字,一个是物理加载字体的名字,在使用时两者未必相同
+//修改fontname http://www.atatech.org/articles/28526
+//工具下载 http://soft.macx.cn/soft2042.htm
+
+@interface AUIconFont : NSObject
+
+//使用默认ttf(配置文件第一项)
++ (UIFont *)iconFont;
++ (UIFont *)iconFontWithSize:(NSInteger)fontSize;
+
++ (UIFont *)iconFontWithFontName:(NSString *)fontName;
++ (UIFont *)iconFontWithFontName:(NSString *)fontName size:(NSInteger)fontSize;
+
+@end
+
+@interface UIView (AUIconFont)
+
+//使用默认ttf(配置文件第一项)
++ (UIView *)iconFontViewWithPoint:(CGPoint)point name:(NSString *)name;
++ (UIView *)iconFontViewWithPoint:(CGPoint)point name:(NSString *)name color:(UIColor *)color;
+
++ (UIView *)iconFontViewWithPoint:(CGPoint)point name:(NSString *)name fontName:(NSString *)fontName;
++ (UIView *)iconFontViewWithPoint:(CGPoint)point name:(NSString *)name fontName:(NSString *)fontName color:(UIColor *)color;
+
+- (BOOL)setIconFontColor:(UIColor *)color;
+- (BOOL)setIconFontName:(NSString *)name;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFontConstants.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFontConstants.h
new file mode 100755
index 0000000000000000000000000000000000000000..005f3033df487315c210a46b56f4536625f67a9f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFontConstants.h
@@ -0,0 +1,94 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_IconFont_AUIconView//程序自动生成
+extern NSString * const kICONFONT_MAILLIST;
+extern NSString * const kICONFONT_SETTING;
+extern NSString * const kICONFONT_MORE;
+extern NSString * const kICONFONT_BARCODE;
+extern NSString * const kICONFONT_BACK;
+extern NSString * const kICONFONT_COMPLAIN;
+extern NSString * const kICONFONT_SEARCH;
+extern NSString * const kICONFONT_SHARE;
+extern NSString * const kICONFONT_DELETE;
+extern NSString * const kICONFONT_ITEMLIST;
+extern NSString * const kICONFONT_SCANCODE;
+extern NSString * const kICONFONT_DRAGDOWN;
+extern NSString * const kICONFONT_PRAISE;
+extern NSString * const kICONFONT_MAP;
+extern NSString * const kICONFONT_CHECKBOX_SELECTED;
+extern NSString * const kICONFONT_NOTICE;
+extern NSString * const kICONFONT_CANCEL_STYLE1;
+extern NSString * const kICONFONT_USER_ADD;
+extern NSString * const kICONFONT_COMMENT;
+extern NSString * const kICONFONT_CHOOSE;
+extern NSString * const kICONFONT_BILL;
+extern NSString * const kICONFONT_ADD;
+extern NSString * const kICONFONT_USER;
+extern NSString * const kICONFONT_USER_SETTING;
+extern NSString * const kICONFONT_SYSTEM_BACKADROID;
+extern NSString * const kICONFONT_CASHIER;
+extern NSString * const kICONFONT_VOICE;
+extern NSString * const kICONFONT_CANCEL_STYLE2;
+extern NSString * const kICONFONT_CANCEL_STYLE3;
+extern NSString * const kICONFONT_SYSTEM_MOREANDROID;
+extern NSString * const KICONFONT_CHECKBOX_NORMAL;
+extern NSString * const kICONFONT_DETAIL;
+extern NSString * const kICONFONT_SYSTEM_RELOAD;
+extern NSString * const kICONFONT_GROUP_CHAT;
+extern NSString * const kICONFONT_HEART;
+extern NSString * const kICONFONT_CONTACTS;
+extern NSString * const kICONFONT_PHONECONTACTS;
+extern NSString * const kICONFONT_MINUS_SQUARE_O;
+extern NSString * const kICONFONT_PLUS_SQUARE_O;
+extern NSString * const kICONFONT_HELP;
+extern NSString * const kICONFONT_SYSTEM_DEFEATED;
+extern NSString * const kICONFONT_SYSTEM_SERCH;
+extern NSString * const kICONFONT_SYSTEM_DELETEB;
+extern NSString * const kICONFONT_SYSTEM_ADDRESSBOOK;
+extern NSString * const kICONFONT_SYSTEM_CARD;
+extern NSString * const kICONFONT_SYSTEM_CHARGE;
+extern NSString * const kICONFONT_SYSTEM_COMPLAIN;
+extern NSString * const kICONFONT_SYSTEM_COMPLAINT;
+extern NSString * const kICONFONT_SYSTEM_CONCEAL;
+extern NSString * const kICONFONT_SYSTEM_COPY;
+extern NSString * const kICONFONT_SYSTEM_DISLIKE3;
+extern NSString * const kICONFONT_SYSTEM_EXPRESSFEE;
+extern NSString * const kICONFONT_SYSTEM_DISLIKE;
+extern NSString * const kICONFONT_SYSTEM_FRIENDS;
+extern NSString * const kICONFONT_SYSTEM_JINZHI;
+extern NSString * const kICONFONT_SYSTEM_JUJUE;
+extern NSString * const kICONFONT_SYSTEM_INTERNET;
+extern NSString * const kICONFONT_SYSTEM_LOADINGC;
+extern NSString * const kICONFONT_SYSTEM_LOCK;
+extern NSString * const kICONFONT_SYSTEM_LOADINGB;
+extern NSString * const kICONFONT_SYSTEM_PAYMENT;
+extern NSString * const kICONFONT_SYSTEM_PHONEBOOK;
+extern NSString * const kICONFONT_SYSTEM_REMIND;
+extern NSString * const kICONFONT_SYSTEM_SELECT;
+extern NSString * const kICONFONT_SYSTEM_PEOPLENO;
+extern NSString * const kICONFONT_SYSTEM_SHAREB;
+extern NSString * const kICONFONT_SYSTEM_TRACKPARCEL;
+extern NSString * const kICONFONT_SYSTME_EXPRESSDELIV;
+extern NSString * const kICONFONT_SYSTEM_WARNING3;
+extern NSString * const kICONFONT_SYTEM_COLLECT;
+extern NSString * const kICONFONT_SYSTEM_WAIT;
+extern NSString * const kICONFONT_FOLLOW;
+extern NSString * const kICONFONT_SYSTEM_KOUBEIMIAN;
+extern NSString * const kICONFONT_SYSTEM_QUESTION;
+extern NSString * const kICONFONT_CLOSEXIAN;
+extern NSString * const kICONFONT_SYSTEM_MAP2;
+extern NSString * const kICONFONT_EXCLAMATION_CIRCLE_O;
+extern NSString * const kICONFONT_CROSS_CIRCLE_O;
+extern NSString * const kICONFONT_LIKE;
+extern NSString * const kICONFONT_SYSTEM_TIPSXIAN;
+extern NSString * const kICONFONT_SYSTEM_KOUBEIXIAN;
+extern NSString * const kICONFONT_SYSTEM_CLOSEA;
+extern NSString * const kICONFONT_LOEFT;
+extern NSString * const kICONFONT_PHONE;
+extern NSString * const kICONFONT_SYSTEM_TIPS;
+extern NSString * const kICONFONT_SYSYTEM_ADDPERSON;
+extern NSString * const kICONFONT_SYSYTEM_TIXING;
+extern NSString * const kICONFONT_SYSTEM_FRIENDSZ;
+extern NSString * const kICONFONT_SYSTEM_FRIENDSB;
+extern NSString * const kICONFONT_SYSTEM_NOEYE;
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFontLoader.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFontLoader.h
new file mode 100755
index 0000000000000000000000000000000000000000..df307deb11112cfa8291c8ce00195dd108e8817e
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUIconFontLoader.h
@@ -0,0 +1,56 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_IconFont_AUIconView//程序自动生成
+//
+//  AUIconFontLoader.h
+//  a16
+//
+//  Created by majie on 14-12-30.
+//  Copyright (c) 2014å¹´ majie. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@interface AUIconFontLoader : NSObject
+
++ (AUIconFontLoader *)sharedInstance;
+
+@property (nonatomic, copy, readonly) NSDictionary *ttfsPlist;
+
+//每次调用都会加载字体,上边调用要处理好防止多次调用
+- (BOOL)iconFontLoadWithFontName:(NSString *)fontName;
+- (BOOL)isValidResources:(NSString *)path;
+
+- (NSNumber *)unicodeWithKey:(NSString *)key fontName:(NSString *)fontName;
+- (NSString *)colorWithKey:(NSString *)key fontName:(NSString *)fontName;
+- (CGSize)sizeWithKey:(NSString *)key fontName:(NSString *)fontName;
+- (NSDictionary *)fontsWithKey:(NSString *)key fontName:(NSString *)fontName;
+
+@end
+
+@interface AUIconFontLoader (Http)
+
+- (void)startIconFontResourcesDownLoadWithUrl:(NSString *)url;
+
+@end
+
+@interface AUIconFontLoader (Files)
+
+- (BOOL)copyFileAtPath:(NSString *)srcPath toPath:(NSString *)dstPath;
+- (BOOL)deleteFileAtPath:(NSString *)path;
+- (BOOL)fileExistsAtPath:(NSString *)path;
+- (BOOL)directoryExistsAtPath:(NSString *)path;
+- (BOOL)createDirectoryAtPath:(NSString *)path;
+
+@end
+
+@interface AUIconFontLoader (Font)
+
+- (CGSize)sizeWithFont:(UIFont *)font text:(NSString *)text size:(CGSize)size;
+- (UIFont *)fitFontWithWidth:(float)givenWidth text:(NSString *)text font:(UIFont *)font;
+
++ (void)loadIconfont:(NSString *)ttfPath;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUIconView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUIconView.h
new file mode 100755
index 0000000000000000000000000000000000000000..57651a9517cf8662f9a819f68d3968e300b5f845
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUIconView.h
@@ -0,0 +1,142 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_IconFont_AUIconView//程序自动生成
+//
+//  AUIconView.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUIconFontConstants.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auiconview
+//#########################################################
+
+
+// AntUI默认iconfont名称
+#define kICONFONT_FONTNAME              (@"auiconfont")
+// AntUI默认iconfont路径
+#define kICONFONT_FONTPATH              (@"APCommonUI.bundle/iconfont/auiconfont")
+
+
+
+#define UI_AUIconView
+
+/**
+ iconfont图片控件(可以类似当做imageview来使用)
+ 实际是通过string的drawrect功能画出的image对象,
+ 注意目前只支持正方形的矢量图
+
+ iconfont相当于是加载了一个字体,一个字体对应了多张图片,每个图片有一个unicode码,
+ 所以可以设置text为对应的unicode码,并调用string的drawInRect方法将iconfont渲染出来。
+
+ 每个iconfont集合实际就是一个ttf字体文件,因此可以加载多个
+ ttf字体文件,每个ttf字体文件有一个名称,默认AntUI的ttf字体
+ 名称为auiconfont。
+ */
+@interface AUIconView : UIImageView
+
+@property (nonatomic, strong) UIColor *color;       // 矢量图颜色(默认蚂蚁蓝)
+@property (nonatomic, strong) NSString *name;       // 矢量图名称
+@property (nonatomic, strong) NSString *fontName;   // 矢量图字库名称
+
+
+/**
+ 初始化方法
+
+ @param frame 视图frame
+ @param name  iconfont图片名称
+
+ @return AUIconView实例
+ */
+- (instancetype)initWithFrame:(CGRect)frame name:(NSString *)name;
+
+/**
+ 初始化方法
+ (如果该种iconfont字体已经加载过,则不需要传入fontPath也可以渲染)
+
+ @param frame    视图frame
+ @param name     iconfont图片名称
+ @param fontName iconfont字体名称
+
+ @return AUIconView实例
+ */
+- (instancetype)initWithFrame:(CGRect)frame name:(NSString *)name fontName:(NSString *)fontName;
+
+
+/**
+ 获取iconView的size
+
+ @return 如果是iconfont,返回的是iconfont的size,如果是普通的imageview返回的是image的size
+ */
+- (CGSize)iconViewSize;
+
+@end
+
+
+@interface UIImage (AUIconFont)
+
+/**
+ 注册iconfont(只需要调用一次)
+
+ @param fontName iconfont字体名称
+ @param fontPath iconfont路径(支持绝对和相对路径等,如@"APCommonUI.bundle/iconfont/auiconfont")
+ */
++ (void)registerIconFont:(NSString *)fontName fontPath:(NSString *)fontPath;
+
+/**
+ 获取一个正方形矢量图(长和宽相等)
+
+ @param name  名称
+ @param width 大小
+ @param color 图像颜色,传nil,默认为蚂蚁蓝
+
+ @return 正方形矢量图
+ */
++ (UIImage *)iconWithName:(NSString *)name
+                    width:(CGFloat)width
+                    color:(UIColor *)color;
+
+
+/**
+ 获取一个正方形矢量图(长和宽相等)
+
+ @param name        名称
+ @param fontName    矢量字体名称
+ @param width       大小
+ @param color       图像颜色,传nil,默认为蚂蚁蓝
+
+ @return 正方形矢量图
+ */
++ (UIImage *)iconWithName:(NSString *)name
+                 fontName:(NSString *)fontName
+                    width:(CGFloat)width
+                    color:(UIColor *)color;
+
+
+/**
+ 取消iconfont注册
+ 如果是已经在info.plist里面配置,则此方法不生效
+ 
+ @param fontName 字体名称
+ @param fontPath iconfont路径(支持绝对和相对路径等,如@"APCommonUI.bundle/iconfont/auiconfont")
+ */
++ (void)unregisterIconFont:(NSString *)fontName fontPath:(NSString *)fontPath;
+
+
+/**
+ iconfont是否包含该图标
+ 
+ @param name 图标名称
+ @param fontName 字体名称
+ @return YES,包含;NO,不包含
+ */
++ (BOOL)isIconExists:(NSString *)name inFont:(NSString *)fontName;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUImage.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUImage.h
new file mode 100755
index 0000000000000000000000000000000000000000..0c3f7dbaf434cc42752e9fed75cb7a3fdbdf909b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUImage.h
@@ -0,0 +1,25 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUImage//程序自动生成
+//
+//  AUImage.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/10/13.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auimage
+//#########################################################
+
+
+AntUI_BaseComponent
+@interface AUImage : UIImage
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUImageBannerView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageBannerView.h
new file mode 100755
index 0000000000000000000000000000000000000000..d2741728df71083e3d7c9bb24174faf0cb584edc
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageBannerView.h
@@ -0,0 +1,35 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BannerView_AUBannerView//程序自动生成
+//
+//  AUImageBannerView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/7/3.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <AntUI/AntUI.h>
+#import "AUBannerContentProtocol.h"
+#import "AUImageView.h"
+
+
+typedef void(^BannerImageBindOperation)(AUImageView *imageView, NSString *imageURL, NSInteger pos);
+
+
+@interface AUImageBannerView : AUBannerView <AUBannerViewSubClass>
+
+@property (nonatomic, strong) NSArray   *actionUrls;
+@property (nonatomic, strong) NSArray   *images;
+@property (nonatomic, strong) UIImage   *placeholder;
+
+
+/**
+ 设置这个可以替换掉默认的图片加载方式
+
+ @param operation 自定义图片加载方式的block回调
+ */
+- (void)setImageBindOperation:(BannerImageBindOperation)operation;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUImageDialog+largeImageStyle.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageDialog+largeImageStyle.h
new file mode 100755
index 0000000000000000000000000000000000000000..8cc462ddffffaca9f3b65dfe7d9723412983aea0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageDialog+largeImageStyle.h
@@ -0,0 +1,59 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert_AUImageDialog//程序自动生成
+//
+//  AUImageDialog+largeImageStyle.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/11/13.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUImageDialog.h"
+
+/**
+ 图片 Dialog , 支持 UED 需求的一种特殊样式 Dialog
+ *  样式:图片属于大图样式,图片高度固定为312px,关闭按钮在图片右上角
+ *  关闭按钮是iconfont,在大图样式下默认白色
+ */
+
+@interface AUImageDialog (largeImageStyle)
+
+/**
+ 不带按钮标题的初始化方法。
+ 
+ @param image 图片
+ @param title 标题
+ @param message 消息内容
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithLargeImage:(UIImage *)image
+                             title:(NSString *)title
+                           message:(NSString *)message
+                          delegate:(id<AUDialogDelegate>)delegate;
+
+/**
+ 带下载链接的
+ 
+ @param imageUrl 图片链接
+ @param placeholder 占位图片
+ @param title 标题
+ @param message 消息内容
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithLargeImageUrl:(NSString *)imageUrl
+                          placeholder:(UIImage *)placeholder
+                                title:(NSString *)title
+                              message:(NSString *)message
+                             delegate:(id<AUDialogDelegate>)delegate;
+
+/**
+ * 设置右上角关闭按钮的色值,默认白色
+ */
+- (void)resetCloseIconColor:(UIColor *)color;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUImageDialog.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageDialog.h
new file mode 100755
index 0000000000000000000000000000000000000000..af9ae52969b1aab5d88bd6eb3ba093ddb9925b13
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageDialog.h
@@ -0,0 +1,206 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert_AUImageDialog//程序自动生成
+//
+//  AUImageDialog.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUDialogBaseView.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auimagedialog
+//#########################################################
+
+
+#define UI_AUImageDialog
+
+// 按钮点击 Index 对应值
+typedef NS_ENUM(NSInteger, AUImageDialogButtonIndex) {
+    AUImageDialogButtonIndex_Close  = -2,
+    AUImageDialogButtonIndex_Link   = -1,
+    AUImageDialogButtonIndex_Action =  0
+};
+
+
+/**
+ 图片 Dialog , 支持 UED 需求的一种特殊样式 Dialog, 图片会做圆形显示。
+ 有两种模式:
+    普通图片模式,添加按钮为普通按钮
+    行为按钮模式,可以添加一个行为按钮以及链接按钮,右上角会有 X 退出按钮样式。
+ 两种模式不可添加对方模式的按钮,有 assert 校验。
+ 详细外观可参考文档:http://idoc.alipay.net/article/57fb153322ec746a420304d6
+ */
+@interface AUImageDialog : AUDialogBaseView
+
+/**
+ 该实例是否在展示,适用于有指针指向该实例的情况。
+ 如果有其他 dialog 盖住此 dialog, 属性值也为 YES 不会发生变化。
+ */
+@property (nonatomic, assign, readonly) BOOL isDisplay;
+
+/**
+ * 标题
+ */
+@property (nonatomic, strong) NSString *title;
+
+/**
+ * 文本消息
+ */
+@property (nonatomic, strong) NSString *message;
+
+/**
+ * 按钮取消差异化 (默认是 NO)
+ */
+@property (nonatomic, assign) BOOL buttonsUseNormalColor;
+
+/**
+ 不带按钮标题的初始化方法。
+
+ @param image 图片
+ @param title 标题
+ @param message 消息内容
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithImage:(UIImage *)image
+                        title:(NSString *)title
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate;
+
+/**
+ 带按钮标题的初始化方法。
+
+ @param image 图片
+ @param title 标题
+ @param message 消息内容
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @param buttonTitle 按钮标题参数列表
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithImage:(UIImage *)image
+                        title:(NSString *)title
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate
+                 buttonTitles:(NSString *)buttonTitle, ... NS_REQUIRES_NIL_TERMINATION;
+
+/**
+ 带下载链接的
+ 
+ @param imageUrl 图片链接
+ @param placeholder 占位图片
+ @param title 标题
+ @param message 消息内容
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithImageUrl:(NSString *)imageUrl
+                     placeholder:(UIImage *)placeholder
+                           title:(NSString *)title
+                         message:(NSString *)message
+                        delegate:(id<AUDialogDelegate>)delegate;
+
+/**
+ 带蓝色行为按钮的初始化方法。
+ 
+ @param image 图片
+ @param title 标题
+ @param message 消息详情
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @param actionTitle 行为按钮标题
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithImage:(UIImage *)image
+                        title:(NSString *)title
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate
+            actionButtonTitle:(NSString *)actionTitle DEPRECATED_MSG_ATTRIBUTE("暂时不需要该样式的 dialog");
+
+/**
+ 带蓝色行为按钮以及链接按钮的初始化方法。
+
+ @param image 图片
+ @param title 标题
+ @param message 消息详情
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @param linkText 链接文本
+ @param actionTitle 行为按钮标题
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithImage:(UIImage *)image
+                        title:(NSString *)title
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate
+                     linkText:(NSString *)linkText
+            actionButtonTitle:(NSString *)actionTitle DEPRECATED_MSG_ATTRIBUTE("暂时不需要该样式的 dialog");
+
+/// 禁用的初始化方法
+- (instancetype)init NS_UNAVAILABLE;
+
+/**
+ Dialog 展示方法。
+ */
+- (void)show;
+
+/**
+ Dialog 消失方法, 如果监听 will/didDismissWithButtonIndex: 回调 index 值为默认的 0
+ */
+- (void)dismiss;
+
+/**
+ 隐藏 Dialog Window 上全部 dialog 视图
+ */
++ (void)dismissAll;
+
+/**
+ 描述文本置为灰色, Default is YES
+ */
+- (void)setGrayMessage:(BOOL)grayMessage;
+
+/**
+ 设置文本对齐
+
+ @param alignment 对齐参数
+ */
+- (void)setMessageAlignment:(NSTextAlignment)alignment;
+
+/**
+ 设置自定义图片尺寸, 宽度不许超过 Dialog 最大宽度 270, 默认 135x135
+ */
+- (void)configImageAreaSize:(CGSize)imageSize;
+
+/**
+ 添加普通按钮以及其回调方法(仅支持不带行为按钮情况下添加)。
+
+ @param buttonTitle 普通按钮标题
+ @param actionBlock 按钮回调
+ */
+- (void)addButton:(NSString *)buttonTitle actionBlock:(AUDialogActionBlock)actionBlock;
+
+/**
+ 添加行为按钮以及其回调方法。
+
+ @param actionTitle 行为按钮标题
+ @param actionBlock 行为按钮回调
+ */
+- (void)addActionButton:(NSString *)actionTitle actionBlock:(AUDialogActionBlock)actionBlock DEPRECATED_MSG_ATTRIBUTE("暂时不需要该样式的 dialog");
+
+/**
+ 添加链接按钮以及其回调方法。
+
+ @param linkText 链接文本
+ @param actionBlock 链接按钮回调
+ */
+- (void)addLinkButton:(NSString *)linkText actionBlock:(AUDialogActionBlock)actionBlock;
+
+/**
+ 隐藏右上角关闭按钮
+ */
+- (void)setCloseButtonHidden:(BOOL) hidden;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUImageInputBox.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageInputBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..2d52c88ecd21ed12651e2cc78024eeb5b866dbfc
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageInputBox.h
@@ -0,0 +1,41 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields_AUImageInputBox//程序自动生成
+//
+//  AUImageInputBox.h
+//  AntUI
+//
+//  Created by QiXin on 2016/10/9.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUInputBox.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auimageinputbox
+//#########################################################
+
+
+#define UI_AUImageInputBox
+
+/**
+ 左侧为图标的输入框样式
+ 文档:http://idoc.alipay.net/article/57fb3bce22ec746a420304e3
+ */
+@interface AUImageInputBox : AUInputBox
+
+/**
+ 左侧图标视图(只读)
+ */
+@property (nonatomic, strong, readonly) UIImageView *iconView;
+
+/**
+ 设置左侧图标图片
+ 
+ @param image 图标图片
+ */
+- (void)setIconImage:(UIImage *)image;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUImagePickerSkeleton.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUImagePickerSkeleton.h
new file mode 100755
index 0000000000000000000000000000000000000000..e971af6f6d0824fe332d89895c56958a2e42f9ee
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUImagePickerSkeleton.h
@@ -0,0 +1,112 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_pickerView_AUImagePicker//程序自动生成
+//#import "AUUILoadDefine.h"//程序自动生成
+//#ifdef ANTUI_UI_pickerView_AUImagePicker//程序自动生成
+//
+//  AUImagePicker.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/30.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <Foundation/Foundation.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auimagepickerskeleton
+//#########################################################
+
+NS_ASSUME_NONNULL_BEGIN
+
+@protocol AUImagePickerSkeletonDelegate;
+
+@protocol AUImagePickerDataProtocol <NSObject>
+
+@required
+/**
+ 同步获取缩略图
+ 
+ */
+- (void)fetchThumbImage:(void (^)(UIImage *image)) block;
+
+@end
+
+@interface AUImagePickerSkeleton : UIView
+
+
+/**
+ 初始化相册选择组件.最简版本.每行四列,上下间距为0.
+ 
+ 概念图:
+ 口口口田
+
+ @param maxNumberOfImages 可选上限
+ @param business 业务key,例如"everywhere"
+ @return AUImagePickerSkeleton
+ */
+- (AUImagePickerSkeleton *)initWithMaxNumberOfImages:(NSUInteger)maxNumberOfImages
+                                            business:(NSString *)business;
+
+/**
+ 带header,上下边距的完整相册选择组件.
+
+ 概念图:
+ title  3/4
+ 口 口 口 田
+ 
+ @param maxNumberOfImages 可选上限
+ @param business 业务key,例如"everywhere"
+ @return AUImagePickerSkeleton
+ */
+- (AUImagePickerSkeleton *)initWithHeaderTitle:(nullable NSString *)title
+                             maxNumberOfImages:(NSUInteger)maxNumberOfImages
+                                      business:(NSString *)business;
+
+@property(nonatomic, assign) BOOL canDrag;//是否可以拖拽,默认NO
+@property(nonatomic, assign, readonly) NSUInteger maxNumberOfImages;
+@property(nonatomic, weak, nullable) id<AUImagePickerSkeletonDelegate> delegate;
+@property(nonatomic, strong, readonly, nullable) NSArray<id<AUImagePickerDataProtocol>> *imagePickerDatas;
+
+- (void)updateImagePickerDatas:(NSArray <id<AUImagePickerDataProtocol>>*) datas;
+
+- (void)updateImagePickerDatasAfterDrag:(NSArray<id<AUImagePickerDataProtocol>> *)datas;
+
+- (CGRect)viewRectOnScreenWithIndex:(NSUInteger) index;
+
+- (void)reloadCollectView;
+
+@end
+
+@protocol AUImagePickerSkeletonDelegate <NSObject>
+
+@required
+- (void)imagePickerSkeletonAddButtonClick:(AUImagePickerSkeleton *)imagePickerSkeleton;
+
+@optional
+- (void)imagePickerSkeletonImageClick:(AUImagePickerSkeleton *)imagePickerSkeleton
+                            clickData:(id<AUImagePickerDataProtocol>)clickData;
+
+-(void)imagePickerSkeletonDataChanged;
+
+- (void)imagePickerSkeleton:(AUImagePickerSkeleton *)imagePickerSkeleton
+        moveItemAtIndexPath:(NSIndexPath *)sourceIndexPath
+                toIndexPath:(NSIndexPath *)destinationIndexPath;
+
+/**
+ 图片将要开始拖拽
+ */
+-(void)imagePickerSkeletonWillBeginDragging;
+
+/**
+ 图片已完成拖拽
+ */
+-(void)imagePickerSkeletonDidEndDragging;
+@end
+
+NS_ASSUME_NONNULL_END
+
+//#endif//程序自动生成
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUImageView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageView.h
new file mode 100755
index 0000000000000000000000000000000000000000..44c29d81b51ace973aa45d353b44b99a7c6f9118
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUImageView.h
@@ -0,0 +1,19 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUImageView//程序自动生成
+//
+//  AUImageView.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+AntUI_BaseComponent
+@interface AUImageView : UIImageView
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUInputBox.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUInputBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..9f5baf46433f5a9e2f3f0fd44cad60b1a9bc8c10
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUInputBox.h
@@ -0,0 +1,157 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields_AUInputBox//程序自动生成
+//
+//  AUInputBox.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUTextField.h"
+
+#define UI_AUInputBox
+
+//@class AUTextField;
+@class AUButton;
+@class UITextField;
+@class UIButton;
+
+typedef NS_ENUM(NSInteger, AUInputBoxType)
+{
+    AUInputBoxTypeMobileNumber,     // 手机号码
+    AUInputBoxTypeCreditCard,       // 信用卡
+    AUInputBoxTypeBankCard,         // 借记卡
+    AUInputBoxTypeAmount,           // 金额
+    AUInputBoxTypeIDNumber,         // 身份证
+    AUInputBoxTypeNotEmpty,         // 非空
+    AUInputBoxTypeAlipayAccount,    // 支付宝账号
+    AUInputBoxTypeNone,              // 不校验
+    
+    APInputBoxTypeMobileNumber __attribute__((deprecated))  = AUInputBoxTypeMobileNumber,            // 手机号码
+    APInputBoxTypeCreditCard    __attribute__((deprecated)) = AUInputBoxTypeCreditCard,               // 信用卡
+    APInputBoxTypeBankCard      __attribute__((deprecated)) = AUInputBoxTypeBankCard,                  // 借记卡
+    APInputBoxTypeAmount        __attribute__((deprecated)) = AUInputBoxTypeAmount,                     // 金额
+    APInputBoxTypeIDNumber      __attribute__((deprecated)) = AUInputBoxTypeIDNumber,                // 身份证
+    APInputBoxTypeNotEmpty      __attribute__((deprecated)) = AUInputBoxTypeNotEmpty,               // 非空
+    APInputBoxTypeAlipayAccount __attribute__((deprecated)) = AUInputBoxTypeAlipayAccount,    // 支付宝账号
+    APInputBoxTypeNone          __attribute__((deprecated)) = AUInputBoxTypeNone                      // 不校验
+};
+
+typedef enum AUInputBoxStyle
+{
+    AUInputBoxStyleNone, // 没有背景图片
+    AUInputBoxStyleiOS6, // 圆角的背景图片
+    AUInputBoxStyleiOS7,  // 非圆角的背景图片
+    
+    APInputBoxStyleNone         __attribute__((deprecated)) = AUInputBoxStyleNone,   // 没有背景图片
+    APInputBoxStyleiOS6         __attribute__((deprecated)) = AUInputBoxStyleiOS6,  // 圆角的背景图片
+    APInputBoxStyleiOS7         __attribute__((deprecated)) = AUInputBoxStyleiOS7  // 非圆角的背景图片
+} AUInputBoxStyle;
+
+
+/**
+ 普通输入框,可带标题文字,按钮图片样式
+ 文档:http://aui.alipay.net/develop/ios/auinputbox
+ */
+@interface AUInputBox : UIView
+
+#pragma mark - AUInputBox属性
+
+// 文本输入框
+@property(strong, nonatomic)   AUTextField      *textField;
+@property(strong, nonatomic)   NSString         *textFieldText;
+@property(strong, nonatomic)   NSString         *textFieldFormat;
+@property(assign, nonatomic)   CGFloat          horizontalMargin;
+@property(assign, nonatomic)   CGFloat          textFieldHorizontalMargin;
+
+
+// 按钮
+@property(strong, nonatomic)   UIButton         *iconButton;
+@property(assign, nonatomic)   BOOL             hidesButtonWhileNotEmpty;
+@property(assign, nonatomic)   BOOL             hidesButton;
+
+
+// 显示在输入框左边的lable
+@property(nonatomic, readonly) UILabel          *titleLabel;
+@property(nonatomic, assign)   CGFloat          titleLabelWidth;
+
+
+// 样式、验证器、背景图、文本框类型
+@property(assign, nonatomic)   AUInputBoxStyle  style;
+@property(readonly, nonatomic) UIImageView      *backgroundImage;
+@property(assign, nonatomic)   AUInputBoxType   inputBoxType;
+
+
+#pragma mark - AUInputBox静态方法
+/**
+ *  创建输入框组件
+ *  @param  originY 输入框的y坐标
+ *  @param  type 文本输入框的类型
+ *  @return 输入框组件
+ */
++ (instancetype)inputboxWithOriginY:(CGFloat)originY
+                       inputboxType:(AUInputBoxType)type;
+
+/**
+ *  创建带图标按钮的输入框组件
+ *  @param  originY 输入框的y坐标
+ *  @param  icon 按钮上的图标,44x44
+ *  @param  type 文本输入框的类型
+ *  @return 带按钮的输入框组件
+ */
++ (instancetype)inputboxWithOriginY:(CGFloat)originY
+                         buttonIcon:(UIImage *)icon
+                       inputboxType:(AUInputBoxType)type;
+
+/**
+ *  @return 控件高度,默认值44,iPhone6 plus 为47
+ */
++ (float)heightOfControl;
+
+
+#pragma mark - AUInputBox实例方法
+
+- (instancetype)initWithFrame:(CGRect)frame inputboxType:(AUInputBoxType)type;
+
+- (void)buildIconButton:(UIImage *)icon;
+
+/**
+ *  按照指定格式对文本添加空格
+ *  @param  text 文本内容
+ *  @return 添加空格后的文本
+ */
+- (NSString *)formatText:(NSString *)text;
+
+/**
+ *  对于没有在初始化时指定icon的inputBox, 可以使用此方法添加
+ *  @param icon 按钮上的图标
+ *
+ */
+- (void)setRightButtonIcon:(UIImage *)icon;
+
+/**
+ * 检查输入的有效性.
+ */
+- (BOOL)checkInputValidity;
+
+/**
+ * 过滤文本,只可输入数字,限定最大长度
+ * 参数为相应delegate参数,maxLength为最大长度
+ */
+- (BOOL)shouldChangeRange:(NSRange)range
+        replacementString:(NSString *)string
+            withMaxLength:(int)maxLength;
+
+/**
+ * 限定最大长度
+ * @maxLength 最大长度,不包括format的空格
+ */
+- (BOOL)shouldChangeRange:(NSRange)range
+        replacementString:(NSString *)string
+withFormatStringMaxLength:(int)maxLength;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUInputDialog.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUInputDialog.h
new file mode 100755
index 0000000000000000000000000000000000000000..b6f07ad8b7df9a01ab3c7e80159120187a1bbefd
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUInputDialog.h
@@ -0,0 +1,114 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert_AUInputDialog//程序自动生成
+//
+//  AUInputDialog.h
+//  AntUI
+//
+//  Created by QiXin on 2016/12/7.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <AntUI/AntUI.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auinputdialog
+//#########################################################
+
+
+#define UI_AUInputDialog
+
+@interface AUInputDialog : AUDialogBaseView
+
+/// 文本输入框
+@property (nonatomic, strong, readonly) UITextField *textField;
+
+/**
+ 该实例是否在展示,适用于有指针指向该实例的情况。
+ 如果有其他 dialog 盖住此 dialog, 属性值也为 YES 不会发生变化。
+ */
+@property (nonatomic, assign, readonly) BOOL isDisplay;
+
+/**
+ * 标题
+ */
+@property (nonatomic, strong) NSString *title;
+
+/**
+ * 文本消息
+ */
+@property (nonatomic, strong) NSString *message;
+
+/**
+ * 按钮取消差异化 (默认是 NO)
+ */
+@property (nonatomic, assign) BOOL buttonsUseNormalColor;
+
+/**
+ 不带按钮标题的初始化方法。
+ 
+ @param title 标题
+ @param message 消息内容
+ @return AUInputDialog 实例
+ */
+- (instancetype)initWithTitle:(NSString *)title
+                      message:(NSString *)message;
+
+
+/**
+ AUInputDialog 实例化方法
+
+ @param title 标题
+ @param message 消息内容
+ @param placeholder 文本框的占位文字
+ @param delegate 代理对象
+ @param buttonTitle 按钮标题
+ @return AUInputDialog 实例
+ */
+- (instancetype)initWithTitle:(NSString *)title
+                      message:(NSString *)message
+                  placeholder:(NSString *)placeholder
+                     delegate:(id<AUDialogDelegate>)delegate
+                 buttonTitles:(NSString *)buttonTitle, ... NS_REQUIRES_NIL_TERMINATION;
+
+/// 禁用的初始化方法
+- (instancetype)init NS_UNAVAILABLE;
+
+/**
+ Dialog 展示方法。
+ */
+- (void)show;
+
+/**
+ Dialog 消失方法, 如果监听 will/didDismissWithButtonIndex: 回调 index 值为默认的 0
+ */
+- (void)dismiss;
+
+/**
+ 隐藏 Dialog Window 上全部 dialog 视图
+ */
++ (void)dismissAll;
+
+/**
+ 描述文本置为灰色, Default is YES
+ */
+- (void)setGrayMessage:(BOOL)grayMessage;
+
+/**
+ 设置文本对齐
+ 
+ @param alignment 对齐参数
+ */
+- (void)setMessageAlignment:(NSTextAlignment)alignment;
+
+/**
+ 添加按钮以及其回调方法。
+ 
+ @param buttonTitle 按钮标题
+ @param actionBlock 按钮点击回调
+ */
+- (void)addButton:(NSString *)buttonTitle actionBlock:(AUDialogActionBlock)actionBlock;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AULabel.h b/MPaaS/Frameworks/AntUI.framework/Headers/AULabel.h
new file mode 100755
index 0000000000000000000000000000000000000000..0976601baf4c6fde801ab46486fb5a6efe0cea71
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AULabel.h
@@ -0,0 +1,25 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AULabel//程序自动生成
+//
+//  AULabel.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/30.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aulabel
+//#########################################################
+
+
+AntUI_BaseComponent
+@interface AULabel : UILabel
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AULauncher.h b/MPaaS/Frameworks/AntUI.framework/Headers/AULauncher.h
new file mode 100755
index 0000000000000000000000000000000000000000..f13bf08299354114aedaf9a33c730ae4e1aa4fdb
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AULauncher.h
@@ -0,0 +1,25 @@
+//
+//  AULauncher.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/4/1.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface AULauncher : NSObject
+
+
+/**
+ 加载第三方插件
+ */
++ (void)loadPlugin;
+
+
+/**
+ 启动antui初始化
+ */
++ (void)launchAntUI;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AULineBreakListItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AULineBreakListItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..aa262c21e17e4e220d8a54a1d374656505cd59c8
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AULineBreakListItem.h
@@ -0,0 +1,27 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AULineBreakListItem//程序自动生成
+//
+//  AULineBreakListItem.h
+//  AntUI
+//
+//  Created by sara on 17/3/10.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AUBaseListItem.h"
+
+@interface AULineBreakListItem : AUBaseListItem
+
+//@property(nonatomic,strong) UILabel *titleLabel;                                                        //标题一
+
+@property(nonatomic,strong) UILabel *subtitleLabel;                                                     //标题二
+
++ (CGFloat)cellHeightForModel:(AUListItemModel<AULineBreakListItemModelDelegate> *)model;
+
+- (void)setModelBlock:(void(^)(AUListItemModel<AULineBreakListItemModelDelegate>*model))block;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUListDialog.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUListDialog.h
new file mode 100755
index 0000000000000000000000000000000000000000..00855b93f15806344d1d40509f78f196fc8a6f9b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUListDialog.h
@@ -0,0 +1,107 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert_AUListDialog//程序自动生成
+//
+//  AUOptionsDialog.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUDialogBaseView.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aulistdialog
+//#########################################################
+
+
+#define UI_AUListDialog
+
+/**
+ 选项 Dialog, 支持多个选项按钮垂直排列
+ 文档:http://idoc.alipay.net/article/57fb0e8f22ec746a420304d3
+ */
+@interface AUListDialog : AUDialogBaseView
+
+/**
+ 该实例是否在展示,适用于有指针指向该实例的情况。
+ 如果有其他 dialog 盖住此 dialog, 属性值也为 YES 不会发生变化。
+ */
+@property (nonatomic, assign, readonly) BOOL isDisplay;
+
+/**
+ * 标题
+ */
+@property (nonatomic, strong) NSString *title;
+
+/**
+ * 文本消息
+ */
+@property (nonatomic, strong) NSString *message;
+
+/**
+ 不带按钮标题的初始化方法。
+ 
+ @param title 标题
+ @param message 消息内容
+ @return AUListDialog 实例
+ */
+- (instancetype)initWithTitle:(NSString *)title
+                      message:(NSString *)message;
+
+/**
+ 带按钮标题的初始化方法。
+ 
+ @param title 标题
+ @param message 消息内容
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @param optionTitle 选项按钮标题列表
+ @return AUListDialog 实例
+ */
+- (instancetype)initWithTitle:(NSString *)title
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate
+                  optionTitle:(NSString *)optionTitle, ... NS_REQUIRES_NIL_TERMINATION;
+
+/// 禁用的初始化方法
+- (instancetype)init NS_UNAVAILABLE;
+
+/**
+ Dialog 展示方法。
+ */
+- (void)show;
+
+/**
+ Dialog 消失方法, 如果监听 will/didDismissWithButtonIndex: 回调 index 值为默认的 0
+ */
+- (void)dismiss;
+
+/**
+ 隐藏 Dialog Window 上全部 dialog 视图
+ */
++ (void)dismissAll;
+
+/**
+ 描述文本置为灰色, Default is YES
+ */
+- (void)setGrayMessage:(BOOL)grayMessage;
+
+/**
+ 设置文本对齐
+ 
+ @param alignment 对齐参数
+ */
+- (void)setMessageAlignment:(NSTextAlignment)alignment;
+
+/**
+ 添加选项按钮以及其回调方法。
+
+ @param title 按钮标题
+ @param callback 按钮点击回调
+ */
+- (void)addOption:(NSString *)title callback:(AUDialogActionBlock)callback;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemModel.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemModel.h
new file mode 100755
index 0000000000000000000000000000000000000000..df8a9dab63c48b62bac0ac7db4188d72770100cf
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemModel.h
@@ -0,0 +1,26 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUListItemModel.h
+//  AntUI
+//
+//  Created by sara on 16/10/9.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#import "AUListItemProtocols.h"
+
+@interface AUListItemModel : NSObject
+
+@property (nonatomic, copy)      NSString   *title;             //主标题
+@property (nonatomic, assign)   UITableViewCellAccessoryType accessoryType; //辅助图标样式
+
+- (void)clearData;
+
+
+@end
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemProtocols.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemProtocols.h
new file mode 100755
index 0000000000000000000000000000000000000000..b8ab5d4d2886525bcb9417e0c75dd8bc72f72e57
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemProtocols.h
@@ -0,0 +1,130 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUListItemProtocols.h
+//  AntUI
+//
+//  Created by sara on 16/10/10.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ AUSingleTitleListItem可以设置和访问的数据项
+ */
+@protocol AUSingleTitleListItemModelDelegate <NSObject>
+
+@property (nonatomic, copy)      NSString   *subtitle;          //副标题
+@property (nonatomic, strong)    UIImage    *leftImage;         //左边图片
+@property (nonatomic, strong)    UIImage    *rightImage;        //右边文字前的图片
+@property (nonatomic, strong)    UIImage    *rightAssistImage;  //右边文字后的图片
+@property (nonatomic, assign)    CGSize  leftimageSize;         //左边图片大小可定制,不设置使用默认大小22
+@property (nonatomic, assign)    CGSize  rightAssistImageSize;  //右边文字后的图片大小可定制,不设置使用默认大小22
+
+@end
+
+
+/**
+ AUDoubleTitleListItem可以设置和访问的数据项
+
+ */
+@protocol AUDoubleTitleListItemModelDelegate <NSObject>
+
+@property (nonatomic, copy)      NSString   *subtitle;          //副标题
+@property (nonatomic, strong)    UIImage    *leftImage;         //左边图片
+@property (nonatomic, assign)    CGSize  leftimageSize;         //左边图片大小可定制,不设置使用默认大小22
+@property (nonatomic, copy)      NSString   *timeString;        //右边时间
+@property (nonatomic, copy)      NSString   *rightAssistString; //右边辅助信息,默认居中
+@property (nonatomic, assign)    NSInteger subtitleLines;       //辅助标题行数,默认值是1
+//@property (nonatomic, assign)   BOOL    showAccessory;          //是否展示辅助图标
+
+@end
+
+/**
+ AUCheckBoxListItem可以设置和访问的数据项
+
+ */
+@protocol AUCheckBoxListItemModelDelegate <NSObject>
+//@property (nonatomic, assign)   BOOL    showAccessory;          //是否展示辅助图标
+
+@end
+
+/**
+ AUMultiListItemDelagate 可以设置和访问的数据项
+ 
+ */
+@protocol AUMultiListItemDelagate <NSObject>
+
+@property (nonatomic, copy)   NSString *subtitle;                   //副标题
+@property (nonatomic, strong) UIImage    *leftImage;                //左边图片
+@property (nonatomic, assign) CGSize    leftimageSize;                //左边图片
+@property (nonatomic, assign) BOOL    showAccessory;                //是否展示辅助图标
+@property (nonatomic, assign) NSInteger subtitle_NumberOfLines;     // 设置副标题的行数
+
+@end
+
+
+/**
+ AUMultiListBottomAssistDelagate 可以设置和访问的数据项
+ 
+ */
+@protocol AUMultiListBottomAssistDelagate <NSObject>
+
+@property (nonatomic, strong) NSString *originalText;      // 文字来源
+@property (nonatomic, strong) NSString *timeDesc;         // 时间信息描述
+@property (nonatomic, strong) NSString *othersDesc;      // 其他描述信息
+
+@end
+
+
+/**
+ AUParallelTitleListItem可以设置和访问的数据项
+ 
+ */
+@protocol AUParallelTitleListItemModelDelegate <NSObject>
+@property (nonatomic, copy)      NSString   *subtitle;          //标题二
+@property (nonatomic, copy)      NSString   *describe;          //描述一
+@property (nonatomic, copy)      NSString   *subDescribe;       //描述二
+
+@end
+
+
+/**
+ AULineBreakListItem可以设置和访问的数据项
+ 
+ */
+@protocol AULineBreakListItemModelDelegate <NSObject>
+@property (nonatomic, copy)      NSString   *subtitle;          //副标题
+@end
+
+
+/**
+ AUCouponsItemDelagate 可以设置和访问的数据项
+ 
+ */
+@protocol AUCouponsItemDelagate <NSObject>
+
+@property (nonatomic, copy)   NSString *subtitle;              //副标题
+@property (nonatomic, strong) UIImage    *leftImage;          //左边图片
+@property (nonatomic, strong) UIImage    *leftImageUrl;      //左边图片链接
+@property (nonatomic, strong) NSString *assistDesc;         // 文字辅助说明
+@property (nonatomic, assign) NSInteger totalWidth;        // 设置卡片宽度
+
+@end
+
+
+/**
+ TTTAttributeLabelDelagate 富文本协议
+ 
+ */
+
+@protocol TTTAttributeLabelDelagate <NSObject>
+
+@property (nonatomic, copy)   NSString *attributeText;              // 富文本内容
+@property (nonatomic, copy)   NSString *linkText;                   // 富文本链接文案
+@property (nonatomic, copy)   NSString *linkURL;                   // 富文本跳转链接
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemUtility.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemUtility.h
new file mode 100755
index 0000000000000000000000000000000000000000..aef990e38ec6c1154ba9e4ddf31dd927b61f9e43
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUListItemUtility.h
@@ -0,0 +1,48 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUListItemUtility.h
+//  AntUI
+//
+//  Created by sara on 17/3/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+struct DoubleSize {
+    CGSize leftSize;
+    CGSize rightSize;
+};
+typedef struct DoubleSize DoubleSize;
+
+CG_INLINE DoubleSize DoubleSizeMake(CGSize leftSize, CGSize rightSize) {
+    DoubleSize doublesize;
+    doublesize.leftSize = leftSize;
+    doublesize.rightSize = rightSize;
+    return doublesize;
+}
+
+
+@interface DoubleLabelStretchModel : NSObject
+
+@property (nonatomic,copy)      NSString *leftTitle;
+@property (nonatomic,copy)      NSString *rightTitle;
+@property (nonatomic,assign)    CGFloat middleSpacing;
+@property (nonatomic,copy)      UIFont *leftFont;
+@property (nonatomic,copy)      UIFont *rightFont;
+@property (nonatomic,assign)    CGFloat totalWidth;
+@property (nonatomic,assign)    NSInteger leftNumberOfLines;
+@property (nonatomic,assign)    NSInteger rightNumberOfLines;
+
+@end
+
+
+
+@interface AUListItemUtility : NSObject
+
++ (DoubleSize)calculateSizeForModel:(DoubleLabelStretchModel*)model;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUListLeftAccessorViewProtocol.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUListLeftAccessorViewProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..b9bd06ea9c50852c620776537854fd816367b594
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUListLeftAccessorViewProtocol.h
@@ -0,0 +1,31 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUListLeftAccessorViewProtocol.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/21.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM(NSInteger, AUListItemLeftAccessorType) {
+    AUListItemLeftAccessorTypeNone,
+    AUListItemLeftAccessorTypeIcon,
+};
+
+typedef NS_ENUM(NSInteger, AUListItemBadgeAreaType) {
+    AUListItemBadgeAreaTypeDefault,
+};
+
+@protocol AUListItemLeftAccessorViewProtocol <NSObject>
+
+@property (nonatomic, assign) AUListItemLeftAccessorType leftAccessorType;
+@property (nonatomic, strong) UIView *leftAccessorView;
+
+@end
+
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AULoadingIndicatorView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AULoadingIndicatorView.h
new file mode 100755
index 0000000000000000000000000000000000000000..20c777183bebf75c5e9a693a1e46eee23e01e54d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AULoadingIndicatorView.h
@@ -0,0 +1,80 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AULoadingIndicatorView//程序自动生成
+//
+//  APActivityIndicatorView.h
+//  APCommonUI
+//
+//  Created by yangwei on 16/4/12.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auloadingindicatorview
+//#########################################################
+
+
+#define UI_AULoadingIndicatorView
+
+typedef enum{
+    AULoadingIndicatorViewStyleTitleBar,   //导航栏加载,  直径:36px,环宽:3px
+    AULoadingIndicatorViewStyleRefresh,    //列表刷新加载, 直径:48px,环宽:4px
+    AULoadingIndicatorViewStyleToast,      //toast加载    直径:72px,环宽:6px
+    AULoadingIndicatorViewStyleLoading,    //页面加载      直径:90px,环宽:6px
+    
+    //导航栏加载,  直径:36px,环宽:3px
+    APActivityIndicatorViewStyleTitleBar __attribute__((deprecated)) = AULoadingIndicatorViewStyleTitleBar,
+    //列表刷新加载, 直径:48px,环宽:4px
+    APActivityIndicatorViewStyleRefresh __attribute__((deprecated)) = AULoadingIndicatorViewStyleRefresh,
+    //toast加载    直径:72px,环宽:6px
+    APActivityIndicatorViewStyleToast __attribute__((deprecated))   = AULoadingIndicatorViewStyleToast,
+    //页面加载      直径:90px,环宽:6px
+    APActivityIndicatorViewStyleLoading __attribute__((deprecated)) = AULoadingIndicatorViewStyleLoading,
+}AULoadingIndicatorViewStyle;
+
+
+
+/**
+ 钱包自定义菊花控件
+ */
+AntUI_BaseComponent
+@interface AULoadingIndicatorView : UIView
+
+@property (nonatomic, assign) BOOL    hidesWhenStopped;    //是否停止的时候隐藏掉
+@property (nonatomic, strong) UIColor *trackColor;         //圆环颜色
+@property (nonatomic, strong) UIColor *progressColor;      //指示器颜色
+@property (nonatomic, assign) float progressWidth;         //设置圆环的宽度,自定义圆圈大小时,默认为2
+@property (nonatomic, assign) CGFloat progress;            //加载指示器的弧长与圆环的比值,默认为0.1
+
+/**
+ *  圆圈样式的loading框
+ *  说明:如果不使用默认style,需要自定义圆圈的大小,请使用initWithFrame:初始化,此时圆环宽度默认为2,可设置progressWidth调整
+ *
+ *  @param style  当前loading类型。
+ *
+ */
+- (instancetype)initWithLoadingIndicatorStyle:(AULoadingIndicatorViewStyle)style;
+
+/**
+ 开始执行动画
+ */
+- (void)startAnimating;
+
+/**
+ 停止执行动画
+ */
+- (void)stopAnimating;
+
+/**
+ 是否正在执行动画
+
+ @return YES,动画执行中;NO,没有执行动画
+ */
+- (BOOL)isAnimating;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AULoadingView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AULoadingView.h
new file mode 100755
index 0000000000000000000000000000000000000000..cb65827f6a9555d9b6cc0bb3871c6e1fc65bca1d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AULoadingView.h
@@ -0,0 +1,40 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_refreshLoadingView_AULoadingView//程序自动生成
+//
+//  AULoadingView.h
+//  AntUI
+//
+//  Created by 祝威 on 16/10/10.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auloadingview
+//#########################################################
+
+
+#define UI_AULoadingView
+
+/**
+  中间加载的loading控件中间含数字
+ */
+@interface AULoadingView : UIView
+
+@property (nonatomic,assign) BOOL isShowProgressPer; //是否显示进度百分比默认为NO
+@property (nonatomic,assign) BOOL isShowLoadingText; //是否显示加载文案默认为NO
+
+
+/**
+  设置进度百分比
+
+ @param progress 百分比的值
+ */
+- (void) setProgressPer:(CGFloat) progress;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUMethodSwizzling.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUMethodSwizzling.h
new file mode 100755
index 0000000000000000000000000000000000000000..9660991c5d2bd072e39f757b5b09f1759cc668cb
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUMethodSwizzling.h
@@ -0,0 +1,34 @@
+//
+//  APMethodSwizzling.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-24.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSObject (AUMethodSwizzling)
+
++ (SEL)replaceSelector:(SEL)originalSelector withSelector:(SEL)newSelector;
+
++ (SEL)renamedSelectorForSelector:(SEL)selector;
+
+@end
+
+@interface AUMethodSwizzling : NSObject
+
++ (SEL)replaceSelector:(SEL)originalSelector withSelector:(SEL)newSelector inClass:(Class)aClass;
+
+
+
+/**
+ <#Description#>
+
+ @param originSelector <#originSelector description#>
+ @param toSelector <#toSelector description#>
+ @param clazz <#clazz description#>
+ */
++ (void)swizzleMethod:(SEL)originSelector toMethod:(SEL)toSelector forClass:(Class)clazz;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUMobileTextField.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUMobileTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..4db2c8da426e211ed48c385b0a06b993b0ceeb03
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUMobileTextField.h
@@ -0,0 +1,17 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields//程序自动生成
+//
+//  AUMobileTextField.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUTextField.h"
+
+@interface AUMobileTextField : AUTextField
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUMoneyIconView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUMoneyIconView.h
new file mode 100755
index 0000000000000000000000000000000000000000..1780bf76276d1be054d4bf1f569f9a0a8dc54e1a
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUMoneyIconView.h
@@ -0,0 +1,20 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_amountInputBox_SimpleAmountInput//程序自动生成
+//
+//  AUMoneyIconView.h
+//  AntUI
+//
+//  Created by zhaolei on 2017/6/20.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AUMoneyIconView : UIView
+
+@property(nonatomic,assign) CGFloat fontSize;
+@property(nonatomic,assign) CGFloat rightPadding;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiListItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiListItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..0622e1313d415a763eac93472f297efeb803e4e0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiListItem.h
@@ -0,0 +1,35 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUMultiListItem//程序自动生成
+//
+//  AUMultiListItem.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUListItemModel.h"
+#import "AUBaseListItem.h"
+
+typedef AUListItemModel<AUMultiListItemDelagate, AUMultiListBottomAssistDelagate> AUMultiListItemModel;
+
+@interface AUMultiListItem : AUBaseListItem
+
+@property (nonatomic, strong) UIImageView *leftImageView;       // 左侧图像
+@property (nonatomic, strong) UILabel *subtitleLabel;         //   副标题
+
+// 底部说明文案
+@property (nonatomic, strong) UILabel *originalTextLabel;    //    文字来源
+@property (nonatomic, strong) UILabel *timeDescLabel;       //     时间信息描述
+@property (nonatomic, strong) UILabel *othersDescLabel;    //      其他信息来源
+
+//
+- (void)setDataModel:(void(^)(AUMultiListItemModel * model))modelBlock;
+
+//
++ (CGFloat)cellHeightForModel:(AUMultiListItemModel *)model withWidth:(CGFloat)width;
+
+@end
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiStyleCellSubView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiStyleCellSubView.h
new file mode 100755
index 0000000000000000000000000000000000000000..5eb037368d2d24f7a33d50428801995f6b5d6319
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiStyleCellSubView.h
@@ -0,0 +1,71 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_CardMenu_AUCardMenu//程序自动生成
+//
+//  AUMultiStyleCellSubView.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AUCellDataModel.h"
+
+#define kBEEAdjustHeight(height) height // APCommonUIGetScreenWidth()/350 * height
+
+
+
+//
+@protocol AUButtonPanelDelegate <NSObject>
+
+@required
+- (void)DidClickButton:(AUCellDataModel *)dataModel ForRowAtIndexpath:(NSIndexPath *)indexPath;
+
+@end
+
+/**
+ * needIcon标记当前自定义button是否需要设置image
+ */
+@interface AUActionButton : UIButton
+
+@property (nonatomic, assign) BOOL needIcon;
+
+@end
+
+//
+
+/**
+ * 生成buttons的面板,目前支持持生成两行两列的button,若需扩展,后续将会提供
+ */
+
+@interface AUButtonPanel : UIView
+{
+    NSArray *_buttonArray;
+    NSArray *_CellViewArray;
+}
+@property (nonatomic, weak) id<AUButtonPanelDelegate> buttonDelegate;
+
+- (instancetype)initWithFrame:(CGRect)frame buttonArray:(NSArray *)buttonArray cellViewArray:(NSArray *)CellViewArray;
+
+@end
+
+
+@class AUIconView;
+/**
+ *  图标 + 主标题 + 位于主标题下方的副标题 的cellView
+ */
+
+@interface AUHeaderCellView : UIControl
+
+@property (nonatomic, strong) AUIconView *iconImg;
+@property (nonatomic, strong) UILabel *titleLabel;
+@property (nonatomic, strong) UILabel *descLabel;
+@property (nonatomic, strong) AUIconView *checkMarkImageView; // 对勾
+@property (nonatomic, strong) AUIconView *indicatorImageView; // 右指示箭头
+@property (nonatomic, assign) BOOL hightlightState;
+
+- (instancetype)initWithFrame:(CGRect)frame dataModel:(AUCellDataModel *)model;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiStyleCellView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiStyleCellView.h
new file mode 100755
index 0000000000000000000000000000000000000000..060b7e1de6f53a36022802500fee2043fe07238a
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUMultiStyleCellView.h
@@ -0,0 +1,53 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_CardMenu_AUCardMenu//程序自动生成
+//
+//  AUMultiStyleCellView.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUCellDataModel.h"
+
+@class AUMultiStyleCellView;
+@protocol AUMultiStyleCellDelegate <NSObject>
+
+@optional
+/**
+ *  点击事件回调
+ *
+ *  @param dataModel 点击的view对应的数据模型
+ *  @param indexPath 点击的view在CellDataModel中的下标(若 CellDataModel.buttonsArray == nil ,则 row 默认取值为 -1)
+ */
+- (void)DidClickCellView:(AUCellDataModel *)dataModel ForRowAtIndexpath:(NSIndexPath *)indexPath;
+- (void)DidClickCellButton:(AUCellDataModel *)dataModel ForRowAtIndexpath:(NSIndexPath *)indexPath;
+- (void)DidClickCellView:(AUCellDataModel *)dataModel ForRowAtIndexpath:(NSIndexPath *)indexPath cellView:(AUMultiStyleCellView *)cellView;
+@end
+
+
+/**
+ *  融合多样式的cellview
+ *  1. 图标 + 主标题
+ *  2. 图标 + 主标题 + 位于主标题下方的副标题
+ *  3. 图标 + 主标题 + 多行多列的带边框按钮控件
+ */
+
+@interface AUMultiStyleCellView : UIView
+
+@property (nonatomic, weak) id<AUMultiStyleCellDelegate> delegate;
+@property (nonatomic, strong) NSArray *cellDataArray;
+
+// 如果cellDataArray为空等同于调用 initWithFrame 方法
+- (instancetype)initWithFrame:(CGRect)frame
+                cellDataArray:(NSArray *)cellDataArray
+                     isUpward:(BOOL)isUpward;
+
+// 提供处理当前cellView选中与否的状态
+- (void)updateSelectedState;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNCssItemView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNCssItemView.h
new file mode 100755
index 0000000000000000000000000000000000000000..14c549e2716c3af76506df35a0c60bea6c7a5898
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNCssItemView.h
@@ -0,0 +1,60 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNCssItemView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/6.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUNListItemDefine.h"
+
+AUNClass_h(AUNView, UIView)
+AUNClass_h(AUNbutton, UIButton)
+AUNClass_h(AUNImageView, UIImageView)
+AUNClass_h(AUNLabel, UILabel)
+
+
+
+
+@interface AUNViewRound : NSObject
+
+@property (nonatomic, strong) NSString *leftId;
+@property (nonatomic, strong) NSString *rightId;
+@property (nonatomic, strong) NSString *topId;
+@property (nonatomic, strong) NSString *bottomId;
+
+@end
+
+@interface UIView (AUN)
+
+@property (nonatomic, strong) NSString *AU_id;
+@property (nonatomic, assign) UIEdgeInsets AU_margin;
+@property (nonatomic, assign) CGSize AU_size;
+@property (nonatomic, strong) AUNViewRound *AU_round;
+
+- (void)setAU_cssItem:(NSString *)key value:(NSString *)value;
+
+- (void)layoutAgain;
+
+@end
+
+
+@interface AUNCssItemView : UIView
+
+- (instancetype)initWithCss:(NSString *)css;
++ (CGFloat)heightFromCss:(NSString *)css;
+
+@property (nonatomic, strong) NSDictionary  *components;
+@property (nonatomic, copy  ) NSString      *css;
+
+#pragma mark - 禁止访问
+- (instancetype)init NS_UNAVAILABLE;
+- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
+- (void)setFrame:(CGRect)frame NS_UNAVAILABLE;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNLine.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNLine.h
new file mode 100755
index 0000000000000000000000000000000000000000..b1d7a938231fadf7cfe15343f5f1c102b3226d10
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNLine.h
@@ -0,0 +1,20 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNLine.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/6.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUNCssItemView.h"
+
+@interface AUNLine : UIView
+
+@property (nonatomic, strong) UIColor *color;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemContainerView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemContainerView.h
new file mode 100755
index 0000000000000000000000000000000000000000..507cf6cd9e54df852ef8c94e30044aa19dc94aaf
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemContainerView.h
@@ -0,0 +1,65 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNListItemContainerView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/2/28.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUNListItemSepratorLine.h"
+#import "AUListLeftAccessorViewProtocol.h"
+
+
+@interface AUNListItemContainerView : UIView <AUListItemLeftAccessorViewProtocol>
+
+/**
+ 内容区视图,外部设置(通常为AUNCssItemView实例)
+ */
+@property (nonatomic, strong) UIView *contentView;
+
+
+
+#pragma mark - 左边扩展区域
+
+/**
+ 左边扩展区域类型
+ */
+@property (nonatomic, assign) AUListItemLeftAccessorType leftAccessorType;
+
+/**
+ 左边扩展区域(默认距离左边和内容区为15像素, 默认size为cell高度-上下边距15)
+ */
+@property (nonatomic, strong) UIView *leftAccessorView;
+
+
+/**
+ 设置左边扩展区域的margin,top和bottom暂不支持,强制居中
+ */
+- (void)leftAccessorView_setMargin:(UIEdgeInsets)margin;
+
+
+
+
+#pragma mark - 红点控件
+
+/**
+ *  如果设置了widgetId,就不需要设置badgeNumber
+ */
+@property (nonatomic, strong) NSString *badgeNumber;
+
+/**
+ *  红点显示的widgetId
+ */
+@property (nonatomic, copy  ) NSString *badgeWidgetId;
+
+/**
+ 红点显示位置
+ */
+@property (nonatomic, assign) AUListItemBadgeAreaType badgeAreaType;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemCssDefine.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemCssDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..5990ed74100e22afc7f816e8bc50225912f5cc99
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemCssDefine.h
@@ -0,0 +1,49 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNListItemDefine.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/6.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifndef AUNListItemCssDefine_h
+#define AUNListItemCssDefine_h
+
+
+#pragma mark - 普通样式
+
+#define AUNNormalListItemViewStyle1 @"height:44;####type:UIImageView;id:iconView;cornerRadius:circle;backgroundColor:0x333333;margin:{-1,15,-1,-1};size:{27,27}####type:UILabel;id:titleLabel;margin:{-1,15,-1,15};round:-1 iconView -1 -1;size:{-1,-1};font:17;color:0x333333;backgroundColor:0x555555;"
+
+#define AUNNormalListItemViewStyle2 @"height:88;####type:UIImageView;id:iconView;backgroundColor:0x333333;margin:{-1,15,-1,-1};size:{60,60}####type:UILabel;id:titleLabel;margin:{18.5,15,8,15};round:-1 iconView descLabel -1;size:{-1,-1};font:17;color:0x333333;####type:UILabel;id:descLabel;margin:{-1,15,18.5,15};round:-1 iconView -1 -1;size:{-1,-1};font:15;color:0x999999;"
+
+#define AUNNormalListItemViewStyle3 @"height:68;####type:UIImageView;id:iconView;backgroundColor:0x333333;margin:{-1,15,-1,-1};size:{50,50}####type:UILabel;id:titleLabel;margin:{11.5,15,-1,15};round:-1 iconView -1 -1;size:{-1,-1};font:17;color:0x333333;####type:UILabel;id:descLabel;margin:{-1,15,11.5,15};round:-1 iconView -1 -1;size:{-1,-1};font:15;color:0x999999;"
+
+#define AUNNormalListItemViewStyle4 @"height:90;####type:UIImageView;id:iconView;backgroundColor:0x333333;margin:{-1,15,-1,-1};size:{50,50}####type:UILabel;id:titleLabel;margin:{18,15,-1,15};round:-1 iconView -1 -1;size:{-1,-1};font:13;color:0x999999;####type:UILabel;id:descLabel;margin:{-1,15,18,15};round:-1 iconView -1 -1;size:{-1,-1};font:20;color:0x333333;"
+
+#define AUNNormalListItemViewStyle5 @"height:91;####type:UIImageView;id:iconView;backgroundColor:0x333333;margin:{-1,15,-1,-1};size:{60,60}####type:UILabel;id:titleLabel;margin:{17,15,-1,15};round:-1 iconView -1 -1;size:{-1,-1};font:17;color:0x222222;####type:UILabel;id:descLabel;margin:{-1,15,15,15};round:-1 iconView -1 -1;size:{-1,-1};font:13;color:0x999999;line:2"
+
+// 没有 icon 的AUNNormalListItemViewStyle5
+#define AUNNormalListItemViewStyle6 @"height:91;####type:UILabel;id:titleLabel;margin:{17,15,-1,15};round:-1 iconView -1 -1;size:{-1,-1};font:17;color:0x222222;####type:UILabel;id:descLabel;margin:{-1,15,15,15};round:-1 iconView -1 -1;size:{-1,-1};font:13;color:0x999999;line:2"
+
+
+#pragma mark - 扩展样式
+
+#define AUNExtraListItemViewStyle1 @"height:126;####type:AUNNormalListItemView;id:coreView;displayStyle:3;margin:{0,0,35,0};####type:UILabel;id:extraLabel;margin:{0,15,0,15};round:coreView -1 -1 -1;size:{-1,-1};font:13;color:0x999999;####type:AUNLine;id:seperatorLine;margin:{0,0,-1,0};round:coreView -1 -1 -1;size:{-1,1};color:0xdddddd;"
+
+//#define AUMultiListItemStyle @"height:122.5;####type:AUNNormalListItemView;id:coreView;displayStyle:4;margin:{0,0,-1,0};size:{-1,90};####type:UILabel;id:extraLabel;margin:{-7,90,20,15};round:coreView -1 -1 -1;size:{-1,-1};font:13;color:0xbbbbbb;"
+
+
+#pragma mark - 卡券
+
+#define AUNCouponListItemStyleText @"height:83;####type:UILabel;id:titleLabel;margin:{17,15,-1,15};round:-1 -1 -1 -1;size:{-1,-1};font:17;color:0x111111;####type:UILabel;id:descLabel;margin:{-1,15,17,15};round:-1 iconView -1 -1;size:{-1,-1};font:13;color:0x999999;####type:AUNLine;id:seperatorLine;margin:{0,0,-1,0};round:coreView -1 -1 -1;size:{-1,1};color:0xdddddd;"
+
+#define AUNCouponListItemStyleImage @"height:90;####type:AUNNormalListItemView;id:coreView;displayStyle:3;margin:{0,0,35,0};####type:AUNLine;id:seperatorLine;margin:{0,0,-1,0};round:coreView -1 -1 -1;size:{-1,1};color:0xdddddd;"
+
+
+
+
+#endif /* AUNListItemDefine_h */
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemDefine.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..d29207c7792397914a425dde5dfbdb88c33abcf5
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemDefine.h
@@ -0,0 +1,61 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNListItemDefine.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/6.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifndef AUNListItemDefine_h
+#define AUNListItemDefine_h
+
+#define AUNClass_h(clazz,inheritClazz) \
+@interface clazz : inheritClazz \
+@end
+
+
+#define AUNClass_m(clazz) \
+@implementation clazz \
+- (void)setHidden:(BOOL)hidden \
+{ \
+[super setHidden:hidden]; \
+[self.superview layoutAgain]; \
+} \
+- (void)setSize:(CGSize)size\
+{\
+[super setSize:size];\
+[self setAU_size:size];\
+    [self layoutAgain];\
+}\
+@end
+
+#define AUNLabel_m(clazz) \
+@implementation clazz \
+- (void)setHidden:(BOOL)hidden \
+{ \
+    [super setHidden:hidden]; \
+    [self.superview layoutAgain]; \
+} \
+- (void)setText:(NSString *)text \
+{ \
+    [super setText:text]; \
+    [self.superview layoutAgain]; \
+} \
+- (void)setSize:(CGSize)size\
+{\
+[super setSize:size];\
+[self setAU_size:size];\
+[self layoutAgain];\
+}\
+@end
+
+#endif /* AUNListItemDefine_h */
+
+
+// 单行 AUSwitchListItem AUSingleTitleListItem 左图默认 size 以及与title的左间距
+#define SINGLE_LEFT_IMAGE_SIZE                              29 //左边图标默认正方形,大小为22
+#define SINGLE_LEFT_IMAGE_SPACE                             15 //左图-主标题 间距
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemSepratorLine.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemSepratorLine.h
new file mode 100755
index 0000000000000000000000000000000000000000..99f41377a2b7efa0e6d4adeebb634c233e5bc757
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemSepratorLine.h
@@ -0,0 +1,23 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNListItemSepratorLine.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/2/28.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AUNListItemSepratorLine : UIView
+
+@property (nonatomic, assign) CGFloat    AUN_left;
+@property (nonatomic, assign) CGFloat    AUN_right;
+@property (nonatomic, assign) CGFloat    AUN_height;
+
+@property (nonatomic, strong) UIColor   *AUN_color;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemView.h
new file mode 100755
index 0000000000000000000000000000000000000000..5ae2d88d87613e88cc85e73266f165e056509c0b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNListItemView.h
@@ -0,0 +1,46 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNListItemWithExtraLabelView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/2/28.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUNListItemContainerView.h"
+#import "AUNNormalListItemView.h"
+#import "AUNCssItemView.h"
+
+@interface AUNListItemView : UIView
+
+@property (nonatomic, readonly) UIImageView             *iconView;
+@property (nonatomic, readonly) UILabel                 *titleLabel;
+@property (nonatomic, readonly) UILabel                 *descLabel;
+@property (nonatomic, readonly) UILabel                 *extraLabel;
+
+- (instancetype)initWithWidth:(CGFloat)width andCss:(NSString *)css;
+- (instancetype)initWithCss:(NSString *)css;
+
++ (CGFloat)heightForCss:(NSString *)css;
+
+
+#pragma mark - 禁止访问
+- (instancetype)init NS_UNAVAILABLE;
+- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
+- (void)setFrame:(CGRect)frame NS_UNAVAILABLE;
+
+@end
+
+//
+@interface AUNListItemView ()
+
+@property (nonatomic, strong) AUNCssItemView *cssView;
+
+@property (nonatomic, readonly) AUNNormalListItemView *normalListItemView;
+@property (nonatomic, readonly) AUNListItemContainerView *containerView;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNNormalListItemView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNNormalListItemView.h
new file mode 100755
index 0000000000000000000000000000000000000000..dea91876485d7c7d730732f5d779a2f217044e37
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNNormalListItemView.h
@@ -0,0 +1,44 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview//程序自动生成
+//
+//  AUNListItemView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/2/27.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef NS_ENUM(NSInteger, AUNListItemViewNormalStyle) {
+    AUNListItemViewNormalStyle1,
+    AUNListItemViewNormalStyle2,
+    AUNListItemViewNormalStyle3,
+    AUNListItemViewNormalStyle4,
+    AUNListItemViewNormalStyle5
+};
+
+@interface AUNNormalListItemView : UIView
+
+#pragma mark - 禁止访问
+
+- (instancetype)init NS_UNAVAILABLE;
+
+- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
+
+- (void)setFrame:(CGRect)frame NS_UNAVAILABLE;
+
+#pragma mark - 
+
+- (instancetype)initWithWidth:(CGFloat)width displayStyle:(AUNListItemViewNormalStyle)displayStyle;
+
++ (CGFloat)heightForDisplayStyle:(AUNListItemViewNormalStyle)style;
+
+@property (nonatomic, assign  ) AUNListItemViewNormalStyle     displayStyle;
+@property (nonatomic, readonly) UIImageView             *iconView;
+@property (nonatomic, readonly) UILabel                 *titleLabel;
+@property (nonatomic, readonly) UILabel                 *descLabel;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNavItemView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNavItemView.h
new file mode 100755
index 0000000000000000000000000000000000000000..4df560d7d7baa0e929b895dd2c65beab8b417b01
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNavItemView.h
@@ -0,0 +1,109 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_FloatMenu_AUFloatMenu//程序自动生成
+//
+//  AUNavItemView.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef NS_ENUM(NSInteger, AUCurrentTabType)  {
+    AUCurrentTabTypeHome = 0,
+    AUCurrentTabTypeKouBei,
+    AUCurrentTabTypeFriend,
+    AUCurrentTabTypeWealth
+};
+
+#define AUNavItemPreferedIconSize  (CGSizeMake(21,21))
+/*!
+ @class       AUNavItemView
+ @abstract    UIView
+ @discussion  floatMenu浮层中每栏的 view
+ */
+@interface AUNavItemView : UIView
+/**
+ *  title
+ */
+@property(nonatomic,strong)NSString *itemTitle;
+
+@property(nonatomic,strong,readonly)UIFont *titleFont;
+
+/**
+ *  正常状态下的,
+ */
+@property(nonatomic,strong)UIImage *nomarlStateIconImage;
+
+/*
+ * iconFont Name  如果是iconFont话调用这个接口,不用调上面的接口
+ */
+@property(nonatomic,strong)NSString *nomarlStateIconFontName;
+
+/**
+ *  如果设置了widgetId,就不需要设置badgeNumber
+ */
+@property(nonatomic,strong)NSString *badgeNumber;
+
+/**
+ *  widgetId
+ */
+@property(nonatomic, copy) NSString *widgetId;
+
+/**
+ *VoiceOver需要的提示的文案,默认是itemTitle,如果没有设置itemTitle,需要手动设置此属性来支持VoiceOver
+ */
+@property(nonatomic,strong)NSString *voiceOverText;
+
+@property(nonatomic,assign)BOOL isNavigationItem;
+
+@property(nonatomic,assign,readonly)CGFloat touchEventMargin;
+
+@property(nonatomic,assign)AUCurrentTabType currentTabType;
+
+@property(nonatomic,assign,readonly)CGFloat marginBetweenIconTitle;
+
+@property(nonatomic,assign,readonly)CGFloat marginBetweenLeftIcon;
+
+@property(nonatomic,assign,readonly)CGFloat badgeViewWidth;
+
+@property (nonatomic, strong) UIImage *badgeImage;
+
+/**
+ 点击事件
+ */
+@property (nonatomic, copy) dispatch_block_t tapAction;
+
+/**
+ *  子类需重写此方法,然后处理点击的事件
+ */
+- (void)onClicked __deprecated_msg("请使用tapAction传递block");
+
+/**
+ 返回Iconview的size
+
+ @return size
+ */
+- (CGSize) iconViewSize;
+
+/**
+ 设置icon
+
+ @param nomarlStateIconImage icon
+ @param size                 icon显示的大小
+ */
+- (void)setNomarlStateIconImage:(UIImage *)nomarlStateIconImage withSize:(CGSize)size;
+
+/**
+ 设置iconFont 参数
+ 
+ @param nomarlStateIconFontName iconFontName
+ @param size                    icon显示的大小,默认 CGSizeMake(21,21),传CGSizeZero则取默认size
+ @param color                   iconFont对应的色值,默认 #108ee9,传nil则取默认色值
+ */
+- (void)setNomarlStateIconFontName:(NSString *)nomarlStateIconFontName withSize:(CGSize)size color:(UIColor *)color;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNavigationBar.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNavigationBar.h
new file mode 100755
index 0000000000000000000000000000000000000000..077d23ba41863c40b6f4371e9ca1d0dfa57a0a35
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNavigationBar.h
@@ -0,0 +1,146 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_TitleBar_AUNavigationBar//程序自动生成
+//
+//  APNavigationBar.h
+//  APCommonUI
+//
+//  Created by wenbi on 14-2-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aunavigationbar
+//#########################################################
+
+
+#define UI_AUNavigationBar
+
+/**
+ 钱包导航栏控件(包括钱包样式等)
+ 初始化:
+ UINavigationController *navBar = [[UINavigationController alloc] initWithNavigationBarClass:NSClassFromString(@"AUNavigationBar")  toolbarClass:nil];
+ */
+
+
+/**
+ UINavigationBar扩展,定义了UINavigationBar的默认样式
+ */
+@interface UINavigationBar (AUNavigationBarExtensions)
+
+/**
+ *  返回框架导航栏默认title颜色,默认为#333333
+ *
+ *  @return
+ */
++ (UIColor*)getNavigationBarTitleDefaultColor;
+
+/**
+ *  返回框架导航栏上item颜色,默认为#108EE9
+ *
+ *  @return
+ */
++ (UIColor*)getNavigationBarButtonItemDefaultColor;
+
+/**
+ *  返回框架导航栏颜色,默认为#fffff
+ *
+ *  @return
+ */
++ (UIColor*)getNavigationBarDefaultColor;
+
+/**
+ *  获取导航栏底部横线的颜色,默认为#e1e1e1
+ *
+ *  @return
+ */
++ (UIColor*)getNavigationBarBotLineColor;
+
+/**
+ * 注意:
+ * 1、基类DTViewController在ViewWillAppear里设置了导航栏的默认样式;
+ * 2、业务可以通过系统接口或者下面提供的接口来修改导航栏的样式,一般在ViewWillAppear设置;
+ * 3、如果VC是DTViewController的子类必须在ViewWillAppear里设置,否则会被覆盖;
+ * 4、保证修改后在ViewWillDisappear时通过setNavigationBarDefaultStyle恢复默认样式;
+ * 5、如果VC是在UITabBarController容器的首页,不要做上面4的处理,否则切换tab时有覆盖问题。
+ */
+
+/**
+ *
+ * 设置默认的导航栏背景,默认设置背景色#ffffff,底部横线#e1e1e1
+ *
+ */
+- (void)setNavigationBarDefaultStyle;
+
+/**
+ *
+ * 设置默认的导航栏标题样式
+ *
+ */
+- (void)setNavigationBarDefaultTitleTextAttributes;
+
+/**
+ *
+ * 设置导航栏标题颜色,请在ViewWillAppear里设置,否则会被框架默认颜色覆盖
+ *
+ */
+- (void)setNavigationBarTitleTextAttributesWithTextColor:(UIColor *)textColor;
+
+/**
+ *
+ * 设置导航栏透明样式
+ * 注意:此方法设置导航栏全透明后,返回的动画过程中会产生闪白问题,目前无解,业务请勿使用。如需使用,请评估影响是否可接受
+ */
+- (void)setNavigationBarTranslucentStyle;
+
+/**
+ * 指定导航栏颜色,当translucent为Yes时,有毛玻璃效果
+ * 注意:调用此接口后,如有需要,请在此方法之后调用设置底部横线的接口,否则底部横线颜色会被默认颜色#e1e1e1覆盖
+ *
+ * @param color          显示颜色
+ * @param translucent    是否透明
+ *
+ */
+- (void)setNavigationBarStyleWithColor:(UIColor *)color translucent:(BOOL)translucent;
+
+/**
+ *  导航栏下面可能有分割线,导致界面不符合一些UI的要求,使用这个方法设置
+ *  注意:若自定义了导航栏背景,(包括调用setNavigationBarStyleWithColor:或重写 opaqueNavigationBarColor)
+ *  请在修改背景色方法之后调用此接口,否则底部横线颜色会被默认颜色#e1e1e1覆盖
+ */
+- (void)setNavigationBarBottomLineColor:(UIColor*)color;
+
+/**
+ *  业务使用系统方法setBarTintColor,setBackGroundImage,setBackgroundColor设置导航栏颜色时,先调用此方法消除默认效果
+ *  否则默认颜色会与系统设置色叠加产生色差
+ */
+- (void)resetNavigationBarColor;
+
+/**
+ *
+ *  屏蔽右滑返回取消时,导航栏闪烁的问题,业务方请勿调用
+ */
+- (void)setNavigationBarMaskLayerWithtColor:(UIColor *)color;
+
+/**
+ *  返回导航栏当前的背景色
+ *
+ *  @return 导航栏当前的背景色
+ */
+- (UIColor*)getNavigationBarCurrentColor;
+
+/*
+ *  返回导航栏当前底部分割线背景色
+ */
+- (UIColor *)getNaviBarCurrentBottomLineColor;
+
+/**
+ *  修改导航栏颜色为经典色,996 经典色为蚂蚁蓝
+ */
+- (void)changeNavigationBarBlue;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNetErrorView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNetErrorView.h
new file mode 100755
index 0000000000000000000000000000000000000000..f05ab8a3b1892ac0120aaf436a52f2a19c144df6
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNetErrorView.h
@@ -0,0 +1,107 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_NetError_AUNetErrorView//程序自动生成
+//
+//  APExceptionView.h
+//  APCommonUI
+//
+//  Created by Yuanchen on 14-1-20.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auneterrorview
+//#########################################################
+
+
+#define UI_AUNetErrorView
+
+typedef NS_ENUM(NSInteger, AUNetErrorType) {
+    AUNetErrorTypeError,        //网络错误,完全无法连接
+    AUNetErrorTypeEmpty,        //内容为空
+    AUNetErrorTypeAlert,        //警示
+
+    // 注意:如下类型只在插图版中存在,
+    // 初始化时请指定 APExceptionStyle 为APExceptionStyleIlustration
+
+    AUNetErrorTypeLimit,        //限流
+    AUNetErrorTypeFailure,      //网络不给力
+    AUNetErrorTypeNotFound,     // 404找不到
+    AUNetErrorTypeSystemBusy    // 系统繁忙
+};
+
+
+typedef NS_ENUM(NSInteger, AUNetErrorStyle) {
+    AUNetErrorStyleMinimalist,    //简单版
+    AUNetErrorStyleIlustration,  //插图版
+};
+
+
+
+/**
+ 空页面异常视图显示控件
+
+ 包括两种提示风格:
+    1、简单版风格(默认),包含3种类型样式
+    2、插图版风格,包含7种类型样式
+ 
+ 两种风格和类型主要是图片不一样。
+ */
+@interface AUNetErrorView : UIView
+
+@property(nonatomic, strong, readonly) UIButton *actionButton;      // 默认文案是刷新
+@property(nonatomic, strong, readonly) UIImageView *iconImageView;  // icon视图
+@property(nonatomic, strong, readonly) UILabel *infoLabel;          // 主提示文案Label
+@property(nonatomic, strong, readonly) UILabel *detailLabel;        // 详细提示文案Label
+
+@property(nonatomic, strong) NSString *infoTitle;                   // 主文案说明
+@property(nonatomic, strong) NSString *detailTitle;                 // 辅助文案说明
+
+/**
+ *  初始化异常view并设定异常风格和类型
+ *  (target和action为空时,刷新按钮不显示)
+ *
+ *  @param origin   view的起始位置,必选
+ *  @param style    异常的风格,插画版or极简版,必选
+ *  @param type     异常类型,必选
+ *  @param target   刷新事件处理对象
+ *  @param action   刷新事件处理方法
+ *
+ *  @return APExceptionView
+ */
+
+- (id)initWithFrame:(CGRect)frame
+              style:(AUNetErrorStyle)style
+               type:(AUNetErrorType)type
+             target:(id)target
+             action:(SEL)action;
+
+/**
+ *  初始化异常视图并显示在指定的视图上,布局在 parent 视图中间
+ *  (target和action为空时,刷新按钮不显示)
+ *
+ *  @param parent view的superView,必选,view的位置相对parent居中
+ *  @param style  异常的风格,插画版or极简版,必选
+ *  @param type   异常类型,必选
+ *  @param target 刷新事件处理对象
+ *  @param action 刷新事件处理方法
+ *
+ *  @return APExceptionView
+ */
++ (id)showInView:(UIView *)parent
+           style:(AUNetErrorStyle)style
+            type:(AUNetErrorType)type
+          target:(id)target
+          action:(SEL)action;
+
+/**
+ * 取消异常视图的显示
+ */
+- (void)dismiss;
+
+@end
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNoticeDialog+Extension.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNoticeDialog+Extension.h
new file mode 100755
index 0000000000000000000000000000000000000000..696f040ea3da74525d6a60c727b09032026f6253
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNoticeDialog+Extension.h
@@ -0,0 +1,59 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert_AUNoticeDialog//程序自动生成
+//
+//  AUNoticeDialog+Extension.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/2.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUNoticeDialog.h"
+
+@interface AUNoticeDialog (Extension)
+
+/**
+ 带按钮标题的初始化方法。
+ 
+ @param title 标题
+ @param message 消息内容
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @param cancelButtonTitle 取消按钮文案
+ @param otherButtonTitles 确定按钮文案
+ @return AUNoticeDialog 实例
+ */
+
+- (instancetype)initWithTitle:(NSString *)title
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate
+            cancelButtonTitle:(NSString *)cancelButtonTitle
+            otherButtonTitles:(NSString *)otherButtonTitles, ... NS_REQUIRES_NIL_TERMINATION;
+
+
+- (void)showAlert __deprecated_msg("请使用show方法");
+
++ (void)removeAllAlerviews __deprecated_msg("请使用dismissAll方法");
+
++ (void)setBackgroundMode:(BOOL)isBackMode;
+
+- (NSInteger)showModel __deprecated_msg("同步show方法,会阻塞主线程,请不要使用");
+
+@end
+
+//
+NS_INLINE AUNoticeDialog *AUNoticeDialogWithTitleAndMessage(NSString *title, NSString *message)
+{
+    AUNoticeDialog *alertView = [[AUNoticeDialog alloc] initWithTitle:title message:message];
+    [alertView addCancelButton:@"确定" actionBlock:nil];//NoticeDialog的buttonclick默认dismiss
+    [alertView show];
+    return alertView;
+}
+
+//
+NS_INLINE AUNoticeDialog *AUNoticeDialogWithTitle(NSString *title)
+{
+    AUNoticeDialog *alertView = AUNoticeDialogWithTitleAndMessage(title,nil);
+    return alertView;
+}
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNoticeDialog.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNoticeDialog.h
new file mode 100755
index 0000000000000000000000000000000000000000..b08f6f58ee2018e10be2f74e6b3167578e05da07
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNoticeDialog.h
@@ -0,0 +1,105 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert_AUNoticeDialog//程序自动生成
+//
+//  AUNoticeDialog.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUDialogBaseView.h"
+
+#define UI_AUNoticeDialog
+
+/**
+ 普通 Dialog ,同系统样式不带 blur 背景
+ 文档:http://aui.alipay.net/develop/ios/aunoticedialog
+ */
+@interface AUNoticeDialog : AUDialogBaseView
+
+/**
+ 该实例是否在展示,适用于有指针指向该实例的情况。
+ 如果有其他 dialog 盖住此 dialog, 属性值也为 YES 不会发生变化。
+ */
+@property (nonatomic, assign, readonly) BOOL isDisplay;
+
+/**
+ * 标题
+ */
+@property (nonatomic, strong) NSString *title;
+
+/**
+ * 文本消息
+ */
+@property (nonatomic, strong) NSString *message;
+
+/**
+ * 按钮取消差异化 (默认是 NO)
+ */
+@property (nonatomic, assign) BOOL buttonsUseNormalColor;
+
+/**
+ 不带按钮标题的初始化方法。
+ 注意 弹框视觉要求,当title和message中一个不存在时,必须设置为title,但不推荐只传title或message的情况,建议所有弹窗都带title和message
+ 
+ @param title 标题
+ @param message 消息内容(支持NSString、NSAttributedString)
+ @return AUNoticeDialog 实例
+ */
+- (instancetype)initWithTitle:(NSString *)title
+                      message:(id)message;
+
+/**
+ 带按钮标题的初始化方法。
+ 注意 弹框视觉要求,当title和message中一个不存在时,必须设置为title,但不推荐只传title或message的情况,建议所有弹窗都带title和message
+ 
+ @param title 标题
+ @param message 消息内容
+ @param delegate 协议对象
+ @param buttonTitle 按钮标题列表
+ @return AUNoticeDialog 实例
+ */
+- (instancetype)initWithTitle:(NSString *)title
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate
+                 buttonTitles:(NSString *)buttonTitle, ... NS_REQUIRES_NIL_TERMINATION;
+
+/// 禁用的初始化方法
+- (instancetype)init NS_UNAVAILABLE;
+
+/**
+ Dialog 展示方法。
+ */
+- (void)show;
+
+/**
+ Dialog 消失方法, 如果监听 will/didDismissWithButtonIndex: 未设置cancelbutton时,回调 index 值为默认的 0
+ */
+- (void)dismiss;
+
+/**
+ Dialog 消失方法,类似APAlertView的dismissWithClickedButtonIndex方法
+ */
+- (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated;
+
+/**
+ 隐藏 Dialog Window 上全部 dialog 视图
+ */
++ (void)dismissAll;
+
+/**
+ 描述文本置为灰色, Default is YES
+ */
+- (void)setGrayMessage:(BOOL)grayMessage;
+
+/**
+ 设置文本对齐
+ 
+ @param alignment 对齐参数
+ */
+- (void)setMessageAlignment:(NSTextAlignment)alignment;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumKeyboards.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumKeyboards.h
new file mode 100755
index 0000000000000000000000000000000000000000..29e169e120e8630d71682bd401ef3b744b56e43e
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumKeyboards.h
@@ -0,0 +1,93 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  AUNumKeyboards.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aunumkeyboards
+//#########################################################
+
+
+#define UI_AUNumKeyboards
+
+typedef NS_ENUM(NSInteger, AUNumKeyboardMode) {
+    AUNumKeyboardModeCommon,  //通用键盘
+    AUNumKeyboardModeChat,    //聊天键盘
+    AUNumKeyboardModeInvalid,  //无效键盘,目前不可用
+    
+    APNumericKeyboardModeCommon  __attribute__((deprecated))    = AUNumKeyboardModeCommon,  //通用键盘
+    APNumericKeyboardModeChat    __attribute__((deprecated))    = AUNumKeyboardModeChat,    //聊天键盘
+    APNumericKeyboardModeInvalid __attribute__((deprecated))    = AUNumKeyboardModeInvalid //无效键盘,目前不可用
+};
+
+
+/**
+ 支付宝自定义数字键盘
+ 文档:http://idoc.alipay.net/article/57fb366e22ec746a420304dd
+ */
+@interface AUNumKeyboards : UIView
+
+/**
+ *  创建键盘组件,默认为通用键盘
+ *
+ *  @return 初始化的键盘组件
+ */
++ (AUNumKeyboards *)sharedKeyboard;
+
+/**
+ *  创建键盘组件
+ *
+ *  @param mode 键盘模式
+ *
+ *  @return 初始化的键盘组件
+ */
++ (AUNumKeyboards *)sharedKeyboardWithMode:(AUNumKeyboardMode)mode;
+
+/**
+ *  手动设置textinput,外部需要设置keyboard的y轴
+ */
+@property (nonatomic, weak) id<UITextInput> textInput;
+
+/**
+ *  身份证x
+ */
+@property (nonatomic, assign) BOOL idNumber;
+
+/**
+ *  设置键盘模式
+ */
+@property (nonatomic, assign, readonly) AUNumKeyboardMode mode;
+
+/**
+ *  小数点,是否隐藏
+ */
+@property (nonatomic, assign) BOOL dotHidden;
+
+/**
+ *  是否收起键盘
+ */
+@property (nonatomic, assign) BOOL dismissHidden;
+
+/**
+ *  提交按钮是否可点
+ */
+@property (nonatomic, assign) BOOL submitEnable;
+
+/**
+ *  提交按钮文案
+ *  注意:根据视觉要求,此文案最多显示三个汉字,国际化时请注意英文文案长度
+ */
+@property (nonatomic, strong) NSString *submitText;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumKeyboardsDefs.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumKeyboardsDefs.h
new file mode 100755
index 0000000000000000000000000000000000000000..942f2ba9f9fd583a43d690e7021eac8c0c30b92d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumKeyboardsDefs.h
@@ -0,0 +1,104 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  AUNumKeyboardsDefs.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef AUNumKeyboardsDefs_h
+#define AUNumKeyboardsDefs_h
+
+typedef void(^AUNumericKeyboardButtonPressBlock) ();
+typedef void(^AUNumericKeyboardButtonBlock) (UIView *sender, int keyCode);
+
+typedef enum {
+    AUNumericKeyboardButtonNumber1         = 0,
+    AUNumericKeyboardButtonBackspace1,
+    AUNumericKeyboardButtonReturn1,
+    AUNumericKeyboardButtonDismiss1,
+    AUNumericKeyboardButtonBlank1,
+    AUNumericKeyboardButtonInvalid,
+    
+    APNumericKeyboardButtonNumber1      __attribute__((deprecated))  = AUNumericKeyboardButtonNumber1, //0,
+    APNumericKeyboardButtonBackspace1   __attribute__((deprecated)) = AUNumericKeyboardButtonBackspace1,
+    APNumericKeyboardButtonReturn1      __attribute__((deprecated)) = AUNumericKeyboardButtonReturn1,
+    APNumericKeyboardButtonDismiss1     __attribute__((deprecated)) = AUNumericKeyboardButtonDismiss1,
+    APNumericKeyboardButtonBlank1       __attribute__((deprecated)) = AUNumericKeyboardButtonBlank1,
+    
+    APNumericKeyboardButtonInvalid      __attribute__((deprecated)) = AUNumericKeyboardButtonInvalid
+    
+} AUNumericKeyboardButtonType;
+
+
+typedef enum {
+    AUNumericKeyboardButtonKeyCode0         = '0',
+    AUNumericKeyboardButtonKeyCode1         = '1',
+    AUNumericKeyboardButtonKeyCode2         = '2',
+    AUNumericKeyboardButtonKeyCode3         = '3',
+    AUNumericKeyboardButtonKeyCode4         = '4',
+    AUNumericKeyboardButtonKeyCode5         = '5',
+    AUNumericKeyboardButtonKeyCode6         = '6',
+    AUNumericKeyboardButtonKeyCode7         = '7',
+    AUNumericKeyboardButtonKeyCode8         = '8',
+    AUNumericKeyboardButtonKeyCode9         = '9',
+    AUNumericKeyboardButtonKeyCodeRadix     = '.',
+    AUNumericKeyboardButtonKeyCodeX         = 'X',
+    
+    
+    AUNumericKeyboardButtonKeyCodeBackspace = 10,
+    AUNumericKeyboardButtonKeyCodeReturn    = 11,
+    AUNumericKeyboardButtonKeyCodeDismiss   = 12,
+    AUNumericKeyboardButtonKeyCodeBlank     = 13,
+    
+    AUNumericKeyboardButtonKeyCodeInvalid   = -1,
+    
+    APNumericKeyboardButtonKeyCode0    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode0,
+    APNumericKeyboardButtonKeyCode1    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode1,
+    APNumericKeyboardButtonKeyCode2    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode2,
+    APNumericKeyboardButtonKeyCode3    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode3,
+    APNumericKeyboardButtonKeyCode4    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode4,
+    APNumericKeyboardButtonKeyCode5    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode5,
+    APNumericKeyboardButtonKeyCode6    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode6,
+    APNumericKeyboardButtonKeyCode7    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode7,
+    APNumericKeyboardButtonKeyCode8    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode8,
+    APNumericKeyboardButtonKeyCode9    __attribute__((deprecated))     = AUNumericKeyboardButtonKeyCode9,
+    APNumericKeyboardButtonKeyCodeRadix  __attribute__((deprecated))   = AUNumericKeyboardButtonKeyCodeRadix,
+    APNumericKeyboardButtonKeyCodeX      __attribute__((deprecated))   = AUNumericKeyboardButtonKeyCodeX,
+    
+    
+    APNumericKeyboardButtonKeyCodeBackspace __attribute__((deprecated)) = AUNumericKeyboardButtonKeyCodeBackspace,
+    APNumericKeyboardButtonKeyCodeReturn    __attribute__((deprecated)) = AUNumericKeyboardButtonKeyCodeReturn,
+    APNumericKeyboardButtonKeyCodeDismiss   __attribute__((deprecated)) = AUNumericKeyboardButtonKeyCodeDismiss,
+    APNumericKeyboardButtonKeyCodeBlank     __attribute__((deprecated)) = AUNumericKeyboardButtonKeyCodeBlank,
+    
+    APNumericKeyboardButtonKeyCodeInvalid   __attribute__((deprecated)) = AUNumericKeyboardButtonKeyCodeInvalid
+    
+} AUNumericKeyboardButtonKeyCodeType;
+
+
+
+// 存储每个键盘按钮信息的结构
+typedef struct {
+    int keyCode;
+    CGRect	frame;
+    AUNumericKeyboardButtonType keyType;
+} AUNumericKeyboardKeyExInfo;
+
+#define DEVICE_IS_IPHONE4 ([[UIScreen mainScreen] bounds].size.height == 480)
+#define DEVICE_IS_IPHONE5 ([[UIScreen mainScreen] bounds].size.height == 568)
+#define DEVICE_IS_IPHONE6 ([[UIScreen mainScreen] bounds].size.height == 667)
+#define DEVICE_IS_IPHONE6Pluc ([[UIScreen mainScreen] bounds].size.height == 736)
+
+#define AUNumericKeyboardLineSize() \
+if (DEVICE_IS_IPHONE6Pluc) {\
+return 1.1 / 3;         \
+}                           \
+return 1. / 2;              \
+
+
+#endif /* AUNumKeyboardsDefs_h */
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumPwdTextField.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumPwdTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..0ee7c3fba6b42315386ebee1ce2955b7e829ed1d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumPwdTextField.h
@@ -0,0 +1,17 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields//程序自动生成
+//
+//  AUNumPwdTextField.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUTextField.h"
+
+@interface AUNumPwdTextField : AUTextField
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyBoardChatButton.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyBoardChatButton.h
new file mode 100755
index 0000000000000000000000000000000000000000..994643fd4c16b131d0381e10c05fe36f83cb72d1
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyBoardChatButton.h
@@ -0,0 +1,28 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  AUNumericKeyBoardChatButton.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUNumKeyboardsDefs.h"
+
+@interface AUNumericKeyBoardBaseChatButton : UIButton
+@property (nonatomic, copy) AUNumericKeyboardButtonPressBlock pressBlock;
+@end
+
+@interface AUNumericKeyBoardChatButton : AUNumericKeyBoardBaseChatButton
+@end
+
+//只针对0和清除按钮
+@interface AUNumericKeyBoardPerformChatButton : AUNumericKeyBoardBaseChatButton
+@end
+
+@interface AUNumericKeyBoardChatView : UIView
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardBase.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardBase.h
new file mode 100755
index 0000000000000000000000000000000000000000..173fa6261888520b3d0135d3e60db7ec107cd1b4
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardBase.h
@@ -0,0 +1,44 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  AUNumericKeyboardBase.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUNumKeyboardsDefs.h"
+
+@interface AUNumericKeyboardBase : UIView
+{
+@protected
+    CGFloat _keyboardHeight;
+    NSInteger _keyboardKeyCount;
+    CGFloat _numericButtonLayoutWidth;
+    CGFloat _numericButtonLayoutHeight;
+
+    // 真正布局的内容区
+    UIView *_contentView;
+    UIColor *_sepratorLineColor;
+    
+    @package
+    // 键盘的输入目标
+    __weak id<UITextInput> _input;
+}
+
+@property (nonatomic, strong) NSMutableArray *buttons;
+
+//初始化数据成员
+- (void)configurerMembers;
+//构造所有按钮键
+- (void)createButtons;
+//释放所有观察者
+- (void)free;
+//设置键盘按钮需要enable
+- (void)setButtonEnable:(bool)flag;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardButtonEx.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardButtonEx.h
new file mode 100755
index 0000000000000000000000000000000000000000..51d947e268f6732eadf10c486824e9d697dab6dd
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardButtonEx.h
@@ -0,0 +1,82 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  AUNumericKeyboardButtonEx.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUNumKeyboardsDefs.h"
+
+@interface UIButton (Info)
+@property (nonatomic, copy) NSString *info;
+@end
+
+
+@interface AUNumericKeyboardButtonBase : UIView
+{
+    AUNumericKeyboardKeyExInfo _info;
+    
+@public
+    UIButton *_button;
+    bool _tapEnabel;
+}
+
+@property (nonatomic, assign) AUNumericKeyboardKeyExInfo info;
+
+- (id)initWithInfo:(AUNumericKeyboardKeyExInfo)info;
+//派生类主要实现这个完成自定义画按键
+- (void)customInit;
+- (void)free;
+- (void)enableTap:(bool)flag;
+- (float)lineSize;
+
+//重新布局
+- (void)resetLayout;
+- (void)resetLayout:(CGRect)rect;
+
+@end
+
+
+@interface AUNumericKeyboardButtonNumber : AUNumericKeyboardButtonBase
+//记录初始化的时候的位置
+@property (nonatomic, assign) CGRect originalRect;
+//变形位置1
+@property (nonatomic, assign) CGRect deformationRect1;
+//变形位置2
+@property (nonatomic, assign) CGRect deformationRect2;
+//变形位置3
+@property (nonatomic, assign) CGRect deformationRect3;
+
+- (void)customInit;
+@end
+
+@interface AUNumericKeyboardButtonBackspace : AUNumericKeyboardButtonBase
+- (void)customInit;
+@end
+
+@interface AUNumericKeyboardButtonReturn : AUNumericKeyboardButtonBase
+@property (nonatomic, strong) NSString *submitText;
+- (void)customInit;
+- (void)enableTap:(bool)flag;
+@end
+
+@interface AUNumericKeyboardButtonDismiss : AUNumericKeyboardButtonBase
+//记录初始化的时候的位置
+@property (nonatomic, assign) CGRect originalRect;
+//变形位置1
+@property (nonatomic, assign) CGRect deformationRect1;
+//变形位置2
+@property (nonatomic, assign) CGRect deformationRect2;
+
+- (void)customInit;
+@end
+
+@interface AUNumericKeyboardButtonFactory : NSObject
++ (AUNumericKeyboardButtonBase *)createButtonWithType:(AUNumericKeyboardKeyExInfo)info;
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardButtonExTask.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardButtonExTask.h
new file mode 100755
index 0000000000000000000000000000000000000000..e972b65247341a0d95ed9035ebe588194327db92
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardButtonExTask.h
@@ -0,0 +1,34 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  AUNumericKeyboardButtonExTask.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUNumericKeyboardButtonEx.h"
+
+@interface AUNumericKeyboardButtonNumberTask : AUNumericKeyboardButtonBase
+
+@property (nonatomic, copy) AUNumericKeyboardButtonBlock block;
+
+@end
+
+@interface AUNumericKeyboardButtonBlankTask : AUNumericKeyboardButtonBase
+@end
+
+@interface AUNumericKeyboardButtonBackspaceTask : AUNumericKeyboardButtonBase
+
+@property (nonatomic, copy) AUNumericKeyboardButtonBlock block;
+
+@end
+
+@interface AUNumericKeyboardButtonFactory (Task)
+
++ (AUNumericKeyboardButtonBase *)createButtonTaskWithType:(AUNumericKeyboardKeyExInfo)info;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardEx.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardEx.h
new file mode 100755
index 0000000000000000000000000000000000000000..644dbf3d23ce29767c29f8325f27aec3578bd730
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardEx.h
@@ -0,0 +1,27 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  AUNumericKeyboardEx.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUNumericKeyboardBase.h"
+
+@interface AUNumericKeyboardEx : AUNumericKeyboardBase
+
+//手动设置textinput,外部需要设置keyboard的y轴
+@property (nonatomic, weak) id<UITextInput> textInput;
+//身份证x
+@property (nonatomic, assign) BOOL idNumber;
+
+@property (nonatomic, assign) BOOL dotHidden;
+@property (nonatomic, assign) BOOL dismissHidden;
+@property (nonatomic, assign) BOOL submitEnable;
+@property (nonatomic, strong) NSString *submitText;  //提交按钮文案
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardExTask.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardExTask.h
new file mode 100755
index 0000000000000000000000000000000000000000..73f3de3967c0bf2655549f08d94f8553eb56df2f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUNumericKeyboardExTask.h
@@ -0,0 +1,17 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  AUNumericKeyboardExTask.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUNumericKeyboardEx.h"
+
+@interface AUNumericKeyboardExTask : AUNumericKeyboardEx
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUOperationResultDialog.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUOperationResultDialog.h
new file mode 100755
index 0000000000000000000000000000000000000000..fb0e2c0eb54c398777401c2e412df06d783492ef
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUOperationResultDialog.h
@@ -0,0 +1,107 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert_AUOperationResultDialog//程序自动生成
+//
+//  AUOperationResultDialog.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/22.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUDialogBaseView.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auoperationresultdialog
+//#########################################################
+
+
+#define UI_AUOperationResultDialog
+
+/**
+ 该弹窗仅限于 社交和收银台 分享结果成功
+ */
+
+@interface AUOperationResultDialog : AUDialogBaseView
+
+/**
+ 该实例是否在展示,适用于有指针指向该实例的情况。
+ 如果有其他 dialog 盖住此 dialog, 属性值也为 YES 不会发生变化。
+ */
+@property (nonatomic, assign, readonly) BOOL isDisplay;
+
+/**
+ * 描述文案
+ */
+@property (nonatomic, strong) NSString *message;
+
+/**
+ 不带按钮标题的初始化方法。
+ 
+ @param image 图片
+ @param describe 消息描述
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithImage:(UIImage *)image
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate;
+
+/**
+ 带按钮标题的初始化方法。
+ 
+ @param image 图片
+ @param describe 消息描述
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @param buttonTitle 按钮标题参数列表
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithImage:(UIImage *)image
+                      message:(NSString *)message
+                     delegate:(id<AUDialogDelegate>)delegate
+                 buttonTitles:(NSString *)buttonTitle, ... NS_REQUIRES_NIL_TERMINATION;
+
+/**
+ 带下载链接的
+ 
+ @param imageUrl 图片链接
+ @param placeholder 占位图片
+ @param describe 消息描述
+ @param delegate 协议对象(遵循 AUDialogDelegate)
+ @return AUImageDialog 实例
+ */
+- (instancetype)initWithImageUrl:(NSString *)imageUrl
+                     placeholder:(UIImage *)placeholder
+                         message:(NSString *)message
+                        delegate:(id<AUDialogDelegate>)delegate;
+
+/// 禁用的初始化方法
+- (instancetype)init NS_UNAVAILABLE;
+
+/**
+ Dialog 展示方法。
+ */
+- (void)show;
+
+/**
+ Dialog 消失方法, 如果监听 will/didDismissWithButtonIndex: 回调 index 值为默认的 0
+ */
+- (void)dismiss;
+
+/**
+ 隐藏 Dialog Window 上全部 dialog 视图
+ */
++ (void)dismissAll;
+
+/**
+ 添加普通按钮以及其回调方法(仅支持不带行为按钮情况下添加)。
+ 
+ @param buttonTitle 普通按钮标题
+ @param actionBlock 按钮回调
+ */
+- (void)addButton:(NSString *)buttonTitle actionBlock:(AUDialogActionBlock)actionBlock;
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUPageControl.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUPageControl.h
new file mode 100755
index 0000000000000000000000000000000000000000..015b8d50073aeaf02f787c1e8b0cca354ff1b025
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUPageControl.h
@@ -0,0 +1,24 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUPageControl//程序自动生成
+//
+//  AUPageControl.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/6/27.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+AntUI_BaseComponent
+@interface AUPageControl : UIPageControl
+
+
+/**
+ 是否订阅圆点的点击事件
+ */
+- (void)subscribeDotTapAction:(void(^)(NSInteger index))dotTapAction;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUPageFooterView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUPageFooterView.h
new file mode 100755
index 0000000000000000000000000000000000000000..0d9775c554868c2b85c15e7797f9a9efa76051c5
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUPageFooterView.h
@@ -0,0 +1,33 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_PageFooter_AUPageFooterView//程序自动生成
+//
+//  AUPageAnkletView.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/21.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUTextLinkView.h"
+#import "AUCopyrightView.h"
+
+@interface AUPageFooterModel : NSObject
+
+@property (nonatomic, strong) NSMutableArray *textLinkInfos;
+@property (nonatomic, strong) NSString *copyrightInfo;
+
+@end
+
+typedef void(^paramsBlock)(AUPageFooterModel *model);
+
+@interface AUPageFooterView : UIView
+
+@property (nonatomic, strong) AUTextLinkView *textLinkView;    // 文字链
+@property (nonatomic ,strong) AUCopyrightView *copyrightInfoView;  // 版权文字
+
+//
+- (instancetype)initWithFrame:(CGRect)frame params:(paramsBlock)params;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUParagraphInputBox.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUParagraphInputBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..15e726317d8177adbba09a6bdfba4e8ecf15fb16
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUParagraphInputBox.h
@@ -0,0 +1,60 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields_AUParagraphInputBox//程序自动生成
+//
+//  AUParagraphInputBox.h
+//  AntUI
+//
+//  Created by niki on 17/4/17.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auparagraphinputbox
+//#########################################################
+
+
+#define UI_AUParagraphInputBox
+
+
+// 段落输入框
+
+ /* 补充说明
+  if 设置了 maxInputLen
+  {
+      if 没有实现 delegate(textView:shouldChangeTextInRange:replacementText:))
+      {
+          // 则控件在该 delegate 中判断输入字数是否超过 maxInputLen,
+               超过则将 textView.text 进行截断同时返回 NO , 否则返回 YES; (中文按一个字符计算)
+      }
+      else
+      {
+         // 执行业务逻辑
+      }
+  }
+  */
+
+@interface AUParagraphInputBox : UIView 
+
+@property (nonatomic, strong) UITextView *textView;      // 输入框
+@property (nonatomic, assign) NSInteger maxInputLen;    // 设置最大输入字数
+@property (nonatomic, strong) UIView *topSplitLine;    // 顶部分隔线
+@property (nonatomic, strong) UIView *bottomSplitLine;    // 底部分隔线
+
+// 初始化
+- (instancetype)initWithFrame:(CGRect)frame placeHolder:(NSString *)placeHolder;
+
+// 设置 placeHolder 文本
+- (void)setPlaceHolder:(NSString *)placeHolder;
+
+// 限制最大输入字数
++ (BOOL)textView:(UITextView *)textView
+shouldChangeRange:(NSRange)range
+replacementString:(NSString *)string
+       maxLength:(int)maxLength;
+
+@end
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUParallelTitleListItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUParallelTitleListItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..0089d49736115afea2e5e9ced257a973e733e1db
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUParallelTitleListItem.h
@@ -0,0 +1,25 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUParallelTitleListItem//程序自动生成
+//
+//  AUParallelTitleListItem.h
+//  AntUI
+//
+//  Created by sara on 17/3/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AUBaseListItem.h"
+
+@interface AUParallelTitleListItem : AUBaseListItem
+
+//@property(nonatomic,strong) UILabel *titleLabel;                                                        //标题一
+@property(nonatomic,strong) UILabel *subtitleLabel;                                                     //标题二
+@property(nonatomic,strong) UILabel *desLabel;                                                          //描述一
+@property(nonatomic,strong) UILabel *subDesLabel;                                                       //描述二
+
+- (void)setModelBlock:(void(^)(AUListItemModel<AUParallelTitleListItemModelDelegate>*model))block;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUPickerBaseView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUPickerBaseView.h
new file mode 100755
index 0000000000000000000000000000000000000000..40a970acaf89c4cf00105a8bf15ef64d450d8d96
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUPickerBaseView.h
@@ -0,0 +1,67 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_pickerView_PickerBaseView//程序自动生成
+//
+//  AUPickerBaseView.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/9/4.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@class AUPickerBaseView;
+
+@protocol AUPickerBaseViewDelegate <NSObject>
+
+/*
+ * 点取消息时回调
+ */
+- (void)cancelPickerView:(AUPickerBaseView *)pickerView;
+
+- (void)selectedPickerView:(AUPickerBaseView *)pickerView;
+
+
+@end
+
+@interface AUPickerBaseView : UIView
+
+@property (nonatomic, strong) UIPickerView *pickerView;      //通用事务选择器
+@property (nonatomic, strong) UIView *backgroundView;       // 背景色层
+@property (nonatomic, strong) UIView *containerView;        // 底部容器层
+@property (nonatomic, weak) id <AUPickerBaseViewDelegate> delegate;
+
+// 初始化函数
+- (id)initWithFrame:(CGRect)frame withTitle:(NSString *)title;
+
+/*
+ * 显示
+ */
+//- (void)show;
+
+-(void)showInView:(UIView *)superview;
+
+/*
+ * 隐藏
+ */
+- (void)hide;
+
+
+/*
+ * 重刷数据
+ */
+-(void)reload;
+
+@end
+
+
+@interface AUPickerBaseView ()
+
+// 需要子类重写覆盖
+// private method
+- (void)_cancel;
+
+// private method 
+- (void)_finish;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUPopItemBaseView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUPopItemBaseView.h
new file mode 100755
index 0000000000000000000000000000000000000000..ad5204caf2c4b44132b62c532ff74c9b7e4f4e35
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUPopItemBaseView.h
@@ -0,0 +1,27 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_PopMenu_AUPopMenu//程序自动生成
+//
+//  AUPopItemBaseView.h
+//  AntUI
+//
+//  Created by niki on 2017/6/19.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+// 对象模型
+@interface AUPopItemModel : NSObject
+
+@property (nonatomic, strong) NSString *titleString;    // 主文案描述
+@property (nonatomic, strong) id iconImage;             // 左侧icon,可以传UIImage 对象或者 URL
+
+@end
+
+
+//
+@interface AUPopItemBaseView : UIControl
+
+@property (nonatomic, strong) AULabel *titleLabel; //
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUPopItemView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUPopItemView.h
new file mode 100755
index 0000000000000000000000000000000000000000..865d8993d6aed072ad51b13f516fda80cb4a6c46
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUPopItemView.h
@@ -0,0 +1,22 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_PopMenu_AUPopMenu//程序自动生成
+//
+//  AUPopItemView.h
+//  AntUI
+//
+//  Created by niki on 2017/6/14.
+//  Copyright © 2017年 Alipay. All rights reserved.
+
+
+#import "AUPopItemBaseView.h"
+
+@interface AUPopItemView : AUPopItemBaseView
+
+@property (nonatomic, strong) AUIconView *iconView; // 支持iconfont图标
+//@property (nonatomic, strong) UIView *badgeView     // 红点支持
+
+- (instancetype)initWithModel:(AUPopItemModel *)model position:(CGPoint )position;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUPopMenu.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUPopMenu.h
new file mode 100755
index 0000000000000000000000000000000000000000..f93c5ba5d8676b7fc550d73f8500b46e8bc172ea
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUPopMenu.h
@@ -0,0 +1,50 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_PopMenu_AUPopMenu//程序自动生成
+//
+//  AUPopMenu.h
+//  AntUI
+//
+//  Created by niki on 2017/6/14.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUPopItemView.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aupopmenu
+//#########################################################
+
+
+@protocol AUPopMenuDelegate <NSObject>
+
+@optional
+- (void)DidClickPopItemView:(AUPopItemModel *)viewModel;
+- (void)DidClickPopItemViewAtIndex:(NSInteger)index itemModel:(AUPopItemModel *)viewModel;
+
+@end
+
+@interface AUPopMenu : UIView
+
+@property (nonatomic, weak) id<AUPopMenuDelegate> delegate;
+@property (nonatomic, assign) BOOL isArchViewUp;             // 方向角朝向,默认向上
+@property (nonatomic, strong) NSString *bizType;            // 业务标识,须传
+
+/*  datas是 AUPopItemModel 对象列表
+ *  position 方向尖角所在位置
+ *  superView 所在父view
+ */
+- (instancetype)initWithDatas:(NSArray<AUPopItemModel *> *)datas
+                     position:(CGPoint)position
+                    superView:(UIView *)superView;
+
+/*  默认带动画展示和隐藏
+ */
+- (void)showMenu;
+
+//
+- (void)hideMenu;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUPullLoadingView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUPullLoadingView.h
new file mode 100755
index 0000000000000000000000000000000000000000..9bed54561df1ad625bd73b17a7b06ee047d710d0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUPullLoadingView.h
@@ -0,0 +1,163 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_refreshLoadingView_AUPullLoadingView//程序自动生成
+//
+//  EGORefreshTableHeaderView.h
+//  Demo
+//
+//  Created by Devin Doty on 10/14/09October14.
+//  Copyright 2009 enormego. All rights reserved.
+//
+//  Permission is hereby granted, free of charge, to any person obtaining a copy
+//  of this software and associated documentation files (the "Software"), to deal
+//  in the Software without restriction, including without limitation the rights
+//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+//  copies of the Software, and to permit persons to whom the Software is
+//  furnished to do so, subject to the following conditions:
+//
+//  The above copyright notice and this permission notice shall be included in
+//  all copies or substantial portions of the Software.
+//
+//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+//  THE SOFTWARE.
+//
+
+#import <UIKit/UIKit.h>
+#import <QuartzCore/QuartzCore.h>
+#import "AULoadingIndicatorView.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aupullloadingview
+//#########################################################
+
+
+#define UI_AUPullLoadingView
+
+typedef enum {
+    AUEGOPullingDown = 1000,
+    AUEGOPullingUp,
+    
+    EGOPullingDown  __attribute__((deprecated)) = AUEGOPullingDown,//1000,
+    EGOPullingUp    __attribute__((deprecated)) = AUEGOPullingUp
+} AUEGOPullDirection;
+
+typedef enum{
+	AUEGOOPullRefreshPulling = 0,
+	AUEGOOPullRefreshNormal,
+	AUEGOOPullRefreshLoading,
+    
+    EGOOPullRefreshPulling __attribute__((deprecated)) = AUEGOOPullRefreshPulling, 
+    EGOOPullRefreshNormal __attribute__((deprecated))  = AUEGOOPullRefreshNormal,
+    EGOOPullRefreshLoading __attribute__((deprecated)) = AUEGOOPullRefreshLoading,
+} AUEGOPullRefreshState;
+
+//@class AULoadingIndicatorView;
+@protocol AURefreshLoadingViewDelegate;
+/*!
+ @class       AURefreshLoadingView
+ @abstract    UIView
+ @discussion  从第三方EGORefreshTableHeaderView,迁移过来的,命名统一而已,功能下拉、上拉加载更多的view
+ */
+
+@interface AUPullLoadingView : UIView {
+	
+	__weak id _delegate;
+	AUEGOPullRefreshState _state;
+
+	UILabel *_lastUpdatedLabel;
+	UILabel *_statusLabel;
+//    APActivityIndicatorView *_activityView;
+    AUEGOPullDirection _pullDirection;
+    
+    BOOL    isAutoPullFlag;
+}
+@property(nonatomic, strong) AULoadingIndicatorView *activityView;
+
+/**
+ *  上拉加载时,设置初始状态文案信息,默认为“上拉加载更多”,显示
+ *
+ *  @param tip tips内容
+ *
+ */
+- (void)setPullUp:(NSString *)tip;
+
+/**
+ *  下拉刷新时,设置初始状态文案信息,默认为“下拉刷新”。不显示
+ *
+ *  @param tip tips内容
+ *
+ */
+- (void)setPullDown:(NSString *)tip;
+
+/**
+ *  设置松手后loading过程中的文案信息,默认为“加载中”。  
+ *  注意:默认下拉刷新时不显示,上拉加载时显示
+ *
+ *  @param tip tips内容
+ *
+ */
+- (void)setLoading:(NSString *)tip;
+
+/**
+ *  提示用户可以放手的文案信息,默认为“释放即可刷新”
+ *
+ *  @param tip tips内容
+ *
+ */
+- (void)setRelease:(NSString *)tip;
+
+/**
+ *  是否显示上次刷新信息的文案,默认不显示
+ *
+ *  @param isOpen YES表示显示
+ *
+ */
+- (void)ShowLastPullDate:(BOOL)isOpen;
+
+/**
+ *  是否显示加载状态信息的文案。
+ *  
+ *  默认:下拉刷新时不显示,上拉加载时,显示文案“加载中”
+ *
+ *  @param isShow YES表示显示
+ *
+ */
+- (void)ShowStatusLabel:(BOOL)isShow;
+
+- (void)setDateFormat:(NSDateFormatter *)dateFromatter;
+
+- (void)setAutoPull:(BOOL)isAutoPull;
+
+@property(nonatomic,weak) id <AURefreshLoadingViewDelegate> delegate;
+
+- (void)refreshLastUpdatedDate;
+- (void)egoRefreshScrollViewDidScroll:(UIScrollView *)scrollView;
+- (void)egoRefreshScrollViewDidEndDragging:(UIScrollView *)scrollView;
+- (void)egoRefreshScrollViewDataSourceDidFinishedLoading:(UIScrollView *)scrollView;
+- (void)egoRefreshScrollViewDataSourceDidFinishedLoadingWithoutUpdate:(UIScrollView *)scrollView;
+
+- (void)autoUpdateScrollView:(UIScrollView *)scrollView;
+
+#pragma Mark -- for LegacySystem not recommend
+@property(nonatomic,assign) AUEGOPullRefreshState state;
+@property(nonatomic,retain) NSString *statusText;
+@property (nonatomic, retain) UILabel *lastUpdatedLabel;
+@property (nonatomic, retain) UILabel *statusLabel;
+
+- (void)setCurrentDate;
+
+@end
+
+@protocol AURefreshLoadingViewDelegate
+- (void)egoRefreshTableHeaderDidTriggerRefresh:(AUPullLoadingView*)view;
+- (BOOL)egoRefreshTableHeaderDataSourceIsLoading:(AUPullLoadingView*)view;
+@optional
+- (NSDate*)egoRefreshTableHeaderDataSourceLastUpdated:(AUPullLoadingView*)view;
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUQRCodeView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUQRCodeView.h
new file mode 100755
index 0000000000000000000000000000000000000000..8e9df5e224298cc969a04796f88c60e4de0dd57a
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUQRCodeView.h
@@ -0,0 +1,62 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_QRCode_AUQRCodeView//程序自动生成
+//
+//  AUQRCodeView.h
+//  AntUI
+//
+//  Created by niki on 2017/5/18.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auqrcodeview
+//#########################################################
+
+
+AntUI_dependency(AULabel)
+
+
+// 数据模型对象
+@interface QRDataModel : NSObject
+
+@property (nonatomic, strong) id topLeftIcon;   // 可以传 image 或者 url 或者 cloudID
+@property (nonatomic, strong) NSString *topTitle; // 可以传 image 或者 url 或者 cloudID
+@property (nonatomic, strong) id qrCodeIcon;    // 二维码图
+@property (nonatomic, strong) NSString *bottomTitle;
+@property (nonatomic, strong) NSString *bottomMessage;
+@property (nonatomic, strong) id actionButtonIcon;  // 可以传 image 或者 url 或者 cloudID
+@property (nonatomic, strong) NSString *actionButtonTitle; // 底部行动按钮主文案
+@property (nonatomic, strong) NSString *actionButtonMessage; // 底部行动按钮辅助文案
+
+@end
+
+// 二维码底部行动按钮
+@interface QRActionButton : UIControl
+
+@end
+
+
+// 二维码组件
+@interface AUQRCodeView : UIView
+
+@property (nonatomic, strong) UIView *maskView;
+@property (nonatomic, strong) UIView *containerView;            // 二维码容器
+@property (nonatomic, strong) UIImageView *topLeftImageView;  // 左上角图片   默认 size:(54,54) 1p
+@property (nonatomic, strong) AULabel *topTitleLabel;   // 顶部 title 描述文案
+@property (nonatomic, strong) UIImageView *qrCodeView;  // 二维码图  默认 size:(260,260) 1p
+@property (nonatomic, strong) AULabel *bottomTitleLabel;    // 底部主说明文案
+@property (nonatomic, strong) AULabel *bottomMessageLabel;    // 底部辅助说明文案
+@property (nonatomic, strong) QRActionButton *actionButton;         // 底部行为按钮
+
+// frame 即控件 frame;  block 初始化数据模型
+- (instancetype)initWithFrame:(CGRect)frame model:(void(^)(QRDataModel *model))block;
+
+// 转菊花
+- (void)startLoading;
+
+// 停止菊花
+- (void)stopLoading;
+
+@end
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AURecordFloatTip.h b/MPaaS/Frameworks/AntUI.framework/Headers/AURecordFloatTip.h
new file mode 100755
index 0000000000000000000000000000000000000000..7da943c7066437a43879efe8cf86933fac484589
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AURecordFloatTip.h
@@ -0,0 +1,36 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_floatTip_AURecordFloatTip//程序自动生成
+//
+//  AURecordFloatTip.h
+//  AntUI
+//
+//  Created by niki on 14-12-4.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/aurecordfloattip
+//#########################################################
+
+
+#define UI_AURecordFloatTip
+
+@interface AURecordFloatTip : UIView
+
+@property (nonatomic, strong) UILabel *messageLabel; // 录音提示语,默认值为"正在录音"
+
+// 浮层展示
+- (void)showRecodingInView:(UIView *)view;
+
+// 浮层消失
+- (void)dismissRecordView;
+
+// 更新浮层分贝值显示正确图标
+//- (void)updateDecibel:(CGFloat)decibel;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AURegisterManager.h b/MPaaS/Frameworks/AntUI.framework/Headers/AURegisterManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..dfdb6d40d2d2226c07efc937174b9b894fd778bb
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AURegisterManager.h
@@ -0,0 +1,35 @@
+//
+//  AURegisterManager.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import  "AUThirdPartyAdapter.h"
+
+/*!
+ @class       AURegisterManager
+ @abstract    NSObject
+ @discussion  蚂蚁UI注册机管理
+ */
+@interface AURegisterManager : NSObject
+
+/*
+ 蚂蚁UI注册机实例化
+ */
++ (instancetype) shareInstance;
+
+/*
+  使用蚂蚁UI之前,需要把实现协议的对象注册进来。
+ */
+- (void)registerAUObject:(id<AUThirdPartyAdapter>) regObj;
+
+/*
+ 从注册管理队列中获取出实现协议的对象,提供给内部调用
+ */
+- (id<AUThirdPartyAdapter>)AUObjectFromManager;
+
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceColor.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceColor.h
new file mode 100755
index 0000000000000000000000000000000000000000..e24a9d538795505548118389650b8c58805227f3
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceColor.h
@@ -0,0 +1,71 @@
+//
+//  AUResourceColor.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/25.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#pragma mark - COLOR原子定义
+
+extern UIColor * AU_COLOR1;
+extern UIColor * AU_COLOR2;
+extern UIColor * AU_COLOR3;
+extern UIColor * AU_COLOR4;
+extern UIColor * AU_COLOR5;
+extern UIColor * AU_COLOR6;
+extern UIColor * AU_COLOR7;
+extern UIColor * AU_COLOR8;
+extern UIColor * AU_COLOR9;
+extern UIColor * AU_COLOR10;
+extern UIColor * AU_COLOR11;
+extern UIColor * AU_COLOR12;
+extern UIColor * AU_COLOR13;
+extern UIColor * AU_COLOR14;
+extern UIColor * AU_COLOR15;
+extern UIColor * AU_COLOR16;
+extern UIColor * AU_COLOR17;
+extern UIColor * AU_COLOR18;
+extern UIColor * AU_COLOR19;
+extern UIColor * AU_COLOR20;
+extern UIColor * AU_COLOR21;
+extern UIColor * AU_COLOR22;
+extern UIColor * AU_COLOR23;
+extern UIColor * AU_COLOR24;
+extern UIColor * AU_COLOR25;
+extern UIColor * AU_COLOR26;
+extern UIColor * AU_COLOR27;
+
+#pragma mark - COLOR场景色定义
+
+extern UIColor * AU_COLOR_APP_GREEN;                // 主绿色
+extern UIColor * AU_COLOR_APP_RED;                  // 主红色
+extern UIColor * AU_COLOR_APP_YELLOW;               // 主黄色
+extern UIColor * AU_COLOR_APP_BLUE;                 // 主蓝色
+extern UIColor * AU_COLOR_TITLE;                    // 标题栏内容色
+extern UIColor * AU_COLOR_MAIN_CONTENT;             // 主要内容信息色
+extern UIColor * AU_COLOR_SUB_CONTENT;              // 次要信息色
+extern UIColor * AU_COLOR_ASS_CONTENT;              // 辅助信息色
+extern UIColor * AU_COLOR_LINE;                     // 分隔线色
+extern UIColor * AU_COLOR_LINK;                     // 链接色、tab当前态、搜索高亮色
+extern UIColor * AU_COLOR_ERROR;                    // 错误、警示色
+extern UIColor * AU_COLOR_KEY_REMIND;               // 重点提醒色
+extern UIColor * AU_COLOR_CLIENT_BG1;               // app背景色1
+extern UIColor * AU_COLOR_CLIENT_BG2;               // app背景色2
+extern UIColor * AU_COLOR_MASK;                     // 弹出层蒙版色
+extern UIColor * AU_COLOR_UNIVERSAL_BG;             // 通用色
+extern UIColor * AU_COLOR_HOME_PAGE_TITLEBAR_BG;    // 首页titlebar背景色
+extern UIColor * AU_COLOR_HINT;                     // 输入框暗提示色
+extern UIColor * AU_COLOR_ITEM_PRESSED;             // item默认点击色
+extern UIColor * AU_COLOR_ICON_DEFAULT;             // item 默认色
+extern UIColor * AU_COLOR_BG_DISABLE;               //
+extern UIColor * AU_COLOR_LINK_PRESSED;
+extern UIColor * AU_COLOR_TEXT_DISABLE;
+
+#pragma mark - COLOR方法定义
+
+extern void AU_DefineColor();
+
+
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceCornerRadius.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceCornerRadius.h
new file mode 100755
index 0000000000000000000000000000000000000000..160749e9c73939daf99cb5fca0a03f849d44444d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceCornerRadius.h
@@ -0,0 +1,22 @@
+//
+//  AUResourceCornerRadius.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/25.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#ifndef AU_CORNERRADIUS_H
+#define AU_CORNERRADIUS_H
+
+extern CGFloat AU_CORNER1;
+extern CGFloat AU_CORNER2;
+extern CGFloat AU_CORNER3;
+extern CGFloat AU_CORNER4;
+extern CGFloat AU_CORNER5;
+
+extern void AU_DefineCornerRadius();
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceFont.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceFont.h
new file mode 100755
index 0000000000000000000000000000000000000000..62d92e32060b8cff2cc95217c7862c4d2aab38a3
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceFont.h
@@ -0,0 +1,42 @@
+//
+//  AUResourceFont.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/25.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#ifndef AU_FONT_H
+#define AU_FONT_H
+
+#pragma mark - 字体原子定义
+
+extern CGFloat   AU_TEXTSIZE1;
+extern CGFloat   AU_TEXTSIZE2;
+extern CGFloat   AU_TEXTSIZE3;
+extern CGFloat   AU_TEXTSIZE4;
+extern CGFloat   AU_TEXTSIZE5;
+extern CGFloat   AU_TEXTSIZE6;
+extern CGFloat   AU_TEXTSIZE7;
+extern CGFloat   AU_TEXTSIZE8;
+extern CGFloat   AU_TEXTSIZE8_BOLD;
+extern CGFloat   AU_TEXTSIZE9;
+
+//extern UIFont  * AU_FONT1;
+//extern UIFont  * AU_FONT2;
+//extern UIFont  * AU_FONT3;
+//extern UIFont  * AU_FONT4;
+//extern UIFont  * AU_FONT5;
+//extern UIFont  * AU_FONT6;
+//extern UIFont  * AU_FONT7;
+//extern UIFont  * AU_FONT8;
+//extern UIFont  * AU_FONT8_BOLD;
+//extern UIFont  * AU_FONT9;
+
+#pragma mark -
+
+extern void AU_DefineFont();
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceICONSize.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceICONSize.h
new file mode 100755
index 0000000000000000000000000000000000000000..4aba1229cea16cdd7f2e9b484f96cbe567fffaaf
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceICONSize.h
@@ -0,0 +1,28 @@
+//
+//  AUResourceICONSize.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/25.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#ifndef AU_ICONSIZE_H
+#define AU_ICONSIZE_H
+
+extern CGSize   AU_ICONSIZE1;
+extern CGSize   AU_ICONSIZE2;
+extern CGSize   AU_ICONSIZE3;
+extern CGSize   AU_ICONSIZE4;
+extern CGSize   AU_ICONSIZE5;
+extern CGSize   AU_ICONSIZE6;
+extern CGSize   AU_ICONSIZE7;
+extern CGSize   AU_ICONSIZE8;
+extern CGSize   AU_ICONSIZE9;
+extern CGSize   AU_ICONSIZE10;
+extern CGSize   AU_ICONSIZE11;
+
+extern void AU_DefineICONSize();
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceSpace.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceSpace.h
new file mode 100755
index 0000000000000000000000000000000000000000..fc304a8acaa89d599b84abdb2bd9dc02a37a4344
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUResourceSpace.h
@@ -0,0 +1,40 @@
+//
+//  AUResourceSpace.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/25.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#ifndef AU_SPACE_H
+#define AU_SPACE_H
+
+extern CGFloat AU_SPACE1;
+extern CGFloat AU_SPACE2;
+extern CGFloat AU_SPACE3;
+extern CGFloat AU_SPACE4;
+extern CGFloat AU_SPACE5;
+extern CGFloat AU_SPACE6;
+extern CGFloat AU_SPACE7;
+extern CGFloat AU_SPACE8;
+extern CGFloat AU_SPACE9;
+extern CGFloat AU_SPACE10;
+extern CGFloat AU_SPACE11;
+extern CGFloat AU_SPACE12;
+extern CGFloat AU_SPACE13;
+extern CGFloat AU_SPACE14;
+extern CGFloat AU_SPACE15;
+extern CGFloat AU_SPACE16;
+extern CGFloat AU_SPACE17;
+extern CGFloat AU_SPACE18;
+extern CGFloat AU_SPACE19;
+extern CGFloat AU_SPACE20;
+
+extern CGFloat AU_DIVIDER_SPACE1;       // 1个像素
+extern CGFloat AU_DIVIDER_SPACE2;       // 1个单位
+
+extern void AU_DefineSpace();
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUResultView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUResultView.h
new file mode 100755
index 0000000000000000000000000000000000000000..e6949d2f5ea166a1a64179898f5d8eb7f9a251dd
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUResultView.h
@@ -0,0 +1,79 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_ResultView_AUResultView//程序自动生成
+//
+//  AUResultView.h
+//  AntUI
+//
+//  Created by QiXin on 2016/10/11.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auresultview
+//#########################################################
+
+
+#define UI_AUResultView
+
+/**
+ 显示状态的结果视图
+ 文档:http://idoc.alipay.net/article/57fc6a3e22ec746a42030502
+ */
+@interface AUResultView : UIView
+
+/**
+ 顶部图像
+ */
+@property (nonatomic, strong) UIImage *icon;
+
+/**
+ 文本区域顶部的黑色中尺寸标题
+ */
+@property (nonatomic, strong) NSString *mainTitleText;
+
+/**
+ 中间的黑色大尺寸标题
+ */
+@property (nonatomic, strong) NSString *midTitleText;
+
+/**
+ 底部的灰色消息
+ */
+@property (nonatomic, strong) NSString *bottomMessage;
+
+/**
+ 底部消息是否加贯穿线
+ */
+@property (nonatomic, assign) BOOL messageThrough;
+
+/**
+ 视图期望的高度,初始化完成即可获取
+ */
+@property (nonatomic, assign, readonly) CGFloat expectHeight;
+
+@property (nonatomic, assign) BOOL hideShadow;//隐藏viwe阴影.默认NO
+
+/**
+ ResultView 实例化方法
+
+ @param icon 图像
+ @param mainTitleText 第一个标题
+ @param midTitleText 中间大标题
+ @param bottomMessage 底部灰色消息
+ @param messageThrough 是否加横线贯穿
+ @return AUResultView 实例
+ */
+- (instancetype)initWithIcon:(UIImage *)icon
+               mainTitleText:(NSString *)mainTitleText
+                midTitleText:(NSString *)midTitleText
+               bottomMessage:(NSString *)bottomMessage
+              messageThrough:(BOOL)messageThrough;
+
+- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AURichLayer.h b/MPaaS/Frameworks/AntUI.framework/Headers/AURichLayer.h
new file mode 100755
index 0000000000000000000000000000000000000000..e06bfb816da6af49799f63cc0f380f1c366aa099
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AURichLayer.h
@@ -0,0 +1,88 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Label_AURichLayer//程序自动生成
+//
+//  APRichLayer.h
+//  APCommonUI
+//
+//  支付宝最有钱(Rich) 的 layer
+//  Created by 天作 on 14-5-20.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <QuartzCore/QuartzCore.h>
+
+#define UI_AURichLayer
+
+typedef enum : NSUInteger {
+    RichLayerBreakByWordWrapping = 0,
+    RichLayerBreakByCharWrapping,
+    RichLayerBreakByEllipsising,
+} RichLayerBreakMode;
+
+
+// Rich Layer 文字样式定义
+// 定义文字字体大小
+#define kRichLayerFontSize     @"font-size"      // NSInteger
+// 定义文字是否粗体
+#define kRichLayerFontWeight   @"font-weight"
+#define kRichLayerFontWeightBold  @"bold"
+// 定义文字对齐方式
+#define kRichLayerTextAlign    @"text-align"
+#define kRichLayerTextAlignLeft   @"left"
+#define kRichLayerTextAlignCenter @"center"
+#define kRichLayerTextAlignRight  @"right"
+// 文字颜色
+#define kRichLayerColor        @"color"          // UIColor
+// 行高,最后一次设置生效
+#define kRichLayerLineHeight   @"line-height"    // NSInteger
+// 设置文字附加装饰效果
+#define kRichLayerTextDecoration @"text-decoration"
+#define kRichLayerTextDecorationLineThrough @"line-through"  // 删除线贯穿文字
+#define kRichLayerTextDecorationUnderline   @"underline"     // 在文字下方渲染下划线
+
+
+@interface AURichLayer : CATextLayer
+
+/**
+ * 控制文字渲染自动换行模式,见 RichLayerBreakMode 定义
+ */
+@property   (nonatomic) RichLayerBreakMode breakMode;
+
+/**
+ * 向 RichLayer 添加带样式的文字
+ * 
+ * @param  string     添加的文字
+ * @param  style      文字 css 样式,样式见定义
+ */
+- (instancetype)appendString:(NSString*)string withStyle:(NSDictionary*)style;
+
+/**
+ * 清理当前 append 的所有 string
+ */
+- (void)clearString;
+
+/**
+ * 当前 string 最终渲染尺寸
+ */
+- (CGSize)boundingSize;
+
+/**
+ * 固定宽度后,当前 string 的渲染尺寸
+ */
+- (CGSize)boundingSizeWithWidth:(CGFloat)widthConstraint;
+
+/**
+ * 计算 attributedString 渲染区域大小
+ *
+ * @param  attributedString
+ */
+- (CGSize)boundingSizeOfAtrributedString:(NSAttributedString*)attributedString;
+
+/**
+ * 根据文字内容自动设置区域大小
+ */
+- (void)sizeToFits;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AURichTextLabel.h b/MPaaS/Frameworks/AntUI.framework/Headers/AURichTextLabel.h
new file mode 100755
index 0000000000000000000000000000000000000000..f649f3a5e4dfec4a65969afd797f158938893cd4
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AURichTextLabel.h
@@ -0,0 +1,120 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Label_AURichTextLabel//程序自动生成
+//
+//  AURichTextLabel.h
+//
+//
+/**
+ * Copyright (c) 2010 Muh Hon Cheng
+ * Created by honcheng on 1/6/11.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject
+ * to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
+ * WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+ * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ * PURPOSE AND NONINFRINGEMENT. IN NO EVENT
+ * SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+ * IN CONNECTION WITH THE SOFTWARE OR
+ * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * @author 		Muh Hon Cheng <honcheng@gmail.com>
+ * @copyright	2011	Muh Hon Cheng
+ * @version
+ *
+ */
+
+#import <UIKit/UIKit.h>
+#import <CoreText/CoreText.h>
+
+#define UI_AURichTextLabel
+
+typedef enum
+{
+	RTTextAlignmentRight = kCTRightTextAlignment,
+	RTTextAlignmentLeft = kCTLeftTextAlignment,
+	RTTextAlignmentCenter = kCTCenterTextAlignment,
+	RTTextAlignmentJustify = kCTJustifiedTextAlignment
+} RTTextAlignment;
+
+typedef enum
+{
+	RTTextLineBreakModeWordWrapping = kCTLineBreakByWordWrapping,
+	RTTextLineBreakModeCharWrapping = kCTLineBreakByCharWrapping,
+	RTTextLineBreakModeClip = kCTLineBreakByClipping,
+}RTTextLineBreakMode;
+
+@protocol AURichTextLabelDelegate <NSObject>
+
+@optional
+- (void)rtLabel:(id)rtLabel didSelectLinkWithURL:(NSURL*)url;
+@end
+
+@interface AURichTextLabelComponent : NSObject
+@property (nonatomic, assign) int componentIndex;
+@property (nonatomic, copy) NSString *text;
+@property (nonatomic, copy) NSString *tagLabel;
+@property (nonatomic, strong) NSMutableDictionary *attributes;
+@property (nonatomic, assign) int position;
+
+- (id)initWithString:(NSString*)aText tag:(NSString*)aTagLabel attributes:(NSMutableDictionary*)theAttributes;
++ (id)componentWithString:(NSString*)aText tag:(NSString*)aTagLabel attributes:(NSMutableDictionary*)theAttributes;
+- (id)initWithTag:(NSString*)aTagLabel position:(int)_position attributes:(NSMutableDictionary*)_attributes;
++ (id)componentWithTag:(NSString*)aTagLabel position:(int)aPosition attributes:(NSMutableDictionary*)theAttributes;
+
+@end
+
+@interface AURichTextLabelExtractedComponent : NSObject
+@property (nonatomic, strong) NSMutableArray *textComponents;
+@property (nonatomic, copy) NSString *plainText;
++ (AURichTextLabelExtractedComponent*)rtLabelExtractComponentsWithTextComponent:(NSMutableArray*)textComponents plainText:(NSString*)plainText;
+@end
+
+@interface AURichTextLabel : UIView
+@property (nonatomic, copy) NSString *text, *plainText, *highlightedText;
+@property (nonatomic, strong) UIColor *textColor;
+@property (nonatomic, strong) UIFont *font;
+@property (nonatomic, strong) NSDictionary *linkAttributes;
+@property (nonatomic, strong) NSDictionary *selectedLinkAttributes;
+@property (nonatomic, weak) id<AURichTextLabelDelegate> delegate;
+@property (nonatomic, copy) NSString *paragraphReplacement;
+@property (nonatomic, strong) NSMutableArray *textComponents, *highlightedTextComponents;
+@property (nonatomic, assign) RTTextAlignment textAlignment;
+@property (nonatomic, assign) CGSize optimumSize;
+@property (nonatomic, assign) RTTextLineBreakMode lineBreakMode;
+@property (nonatomic, assign) CGFloat lineSpacing;
+@property (nonatomic, assign) int currentSelectedButtonComponentIndex;
+@property (nonatomic, assign) CFRange visibleRange;
+@property (nonatomic, assign) BOOL highlighted;
+
+// set text
+- (void)setText:(NSString*)text;
++ (AURichTextLabelExtractedComponent*)extractTextStyleFromText:(NSString*)data paragraphReplacement:(NSString*)paragraphReplacement;
+// get the visible text
+- (NSString*)visibleText;
+
+// alternative
+// from susieyy http://github.com/susieyy
+// The purpose of this code is to cache pre-create the textComponents, is to improve the performance when drawing the text.
+// This improvement is effective if the text is long.
+- (void)setText:(NSString *)text extractedTextComponent:(AURichTextLabelExtractedComponent*)extractedComponent;
+- (void)setHighlightedText:(NSString *)text extractedTextComponent:(AURichTextLabelExtractedComponent*)extractedComponent;
+- (void)setText:(NSString *)text extractedTextStyle:(NSDictionary*)extractTextStyle __attribute__((deprecated));
++ (NSDictionary*)preExtractTextStyle:(NSString*)data __attribute__((deprecated));
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUScrollView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUScrollView.h
new file mode 100755
index 0000000000000000000000000000000000000000..32e93b7685de3bdbd2a4197e30f43ebf185eb740
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUScrollView.h
@@ -0,0 +1,18 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUScrollView//程序自动生成
+//
+//  AUScollView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/6/27.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+AntUI_BaseComponent
+@interface AUScrollView : UIScrollView
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchBar.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchBar.h
new file mode 100755
index 0000000000000000000000000000000000000000..1f369943e641c4bf45199ed29628047c1395c4b2
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchBar.h
@@ -0,0 +1,96 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Search_AUSearchBar//程序自动生成
+//
+//  AUSearchBar.h
+//  AUlobalSearch
+//
+//  Created by zikong on 15/4/22.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/ausearchbar
+//#########################################################
+
+
+#define UI_AUSearchBar
+
+@class AUSearchBar;
+
+@protocol AUSearchBarDelegate <NSObject>
+
+@optional
+
+#pragma mark - 对应UITextField的代理方法
+//
+- (BOOL)searchBarTextShouldBeginEditing:(AUSearchBar *)searchBar;
+//
+- (BOOL)searchBarTextShouldEndEditing:(AUSearchBar *)searchBar;
+// called when text starts editing
+- (void)searchBarTextDidBeginEditing:(AUSearchBar *)searchBar;
+// called when text ends editing
+- (void)searchBarTextDidEndEditing:(AUSearchBar *)searchBar;
+// called when text changes (including clear)
+- (void)searchBar:(AUSearchBar *)searchBar textDidChange:(NSString *)searchText;
+// called before text changes
+- (BOOL)searchBar:(AUSearchBar *)searchBar shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text;
+
+- (BOOL)searchBarShouldClear:(AUSearchBar *)searchBar;
+
+#pragma mark - 其他代理方法
+
+// 键盘搜索按钮点击后的回调
+- (void)searchBarSearchButtonClicked:(AUSearchBar *)searchBar;
+
+// 取消按钮点击后的回调
+- (void)searchBarCancelButtonClicked:(AUSearchBar *) searchBar;
+
+// 返回按钮点击后的回调(AUSearchBarStyleDetail有效)
+- (void)searchBarBackButtonClicked:(AUSearchBar *)searchBar;
+
+// voice按钮点击后的回调(shouldShowVoiceButton为YES时有效)
+- (void)searchBarOpenVoiceAssister:(AUSearchBar *)searchBar;
+
+@end
+
+
+
+typedef NS_ENUM(NSUInteger, AUSearchBarStyle) {
+    AUSearchBarStyleNormal = 0,//normal
+    AUSearchBarStyleDetail = 1, //has back Button
+    AUSearchBarStyleNone = 2,  // without cancel button, and text aligment middle
+};
+
+
+
+/**
+ 搜索栏控件(默认宽度和屏幕宽度一致,高度44)
+ */
+@interface AUSearchBar : UIView
+
+@property (nonatomic, strong) NSString *text;                           // 搜索框文本
+@property (nonatomic, assign) BOOL isSupportHanziMode;                  // 是否支持汉字边输入边搜索模式,默认YES
+@property (nonatomic, assign) AUSearchBarStyle style;                   // 搜索框样式
+@property (nonatomic, assign) BOOL shouldShowVoiceButton;               // 是否显示voice按钮,默认NO
+@property (nonatomic, strong, readonly) UITextField *searchTextField;   // 搜索框
+@property (nonatomic, weak) id<AUSearchBarDelegate> delegate;
+@property (nonatomic, assign) NSInteger inputMaxLength;                // 设置搜索框最大输入个数
+
+/**
+ 初始化方法
+
+ @param style 搜索框样式
+
+ @return AUSearchBar实例
+ */
+- (instancetype)initWithStyle:(AUSearchBarStyle)style;
+
+// 调用 SearchTextField.text 是否要获得 textchange 回调
+- (void)setTextFieldTextandEditingChanged:(NSString *)text;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchController.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchController.h
new file mode 100755
index 0000000000000000000000000000000000000000..e9a531618a5efccab909b875d3a08214b094f7a1
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchController.h
@@ -0,0 +1,55 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Search_AUSearchController//程序自动生成
+//
+//  AUSearchDisplayViewController.h
+//  AntUI
+//
+//  Created by 莜阳 on 16/11/22.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUSearchBar.h"
+
+#define UI_AUSearchController
+
+@class AUSearchController;
+
+//
+@protocol AUSearchControllerDelegate <NSObject>
+
+@optional
+// 当展示/隐藏AUSearchControllerDelegate的回调
+- (void)AUSearchControllerDelegateWillBeginSearch:(AUSearchController *)controller;
+- (void)AUSearchControllerDelegateDidBeginSearch:(AUSearchController *)controller;
+- (void)AUSearchControllerDelegateWillEndSearch:(AUSearchController *)controller;
+- (void)AUSearchControllerDelegateDidEndSearch:(AUSearchController *)controller;
+
+// 点击蒙层
+//- (void)didClickMaskView:(AUSearchController *)searchController;
+
+@end
+
+
+//
+@interface AUSearchController : NSObject
+
+@property(nonatomic, weak) id<AUSearchControllerDelegate>              delegate;
+@property(nonatomic, getter=isActive) BOOL                          active;                     // 是否可点击,当正在搜索时或者动画过程中,默认为不可点击
+@property(nonatomic, readonly) AUSearchBar                          *searchBar;                 // 包含的seacherBar
+@property(nonatomic, weak, readonly) UIViewController               *searchResultsController;  // searchController的宿主VC (通常是 UITableViewController)
+@property(nonatomic, readonly) UITableView                          *searchResultsTableView;    // 搜索结果的tableView,默认会返回一个,需要的话可以自定义
+/*
+ *  初始化一个APAUSearchControllerDelegate
+ *
+ *  @param searchBar      创建的searchBar
+ *  @param viewController 展示结果的VC
+ *
+ *  @return APAUSearchControllerDelegate
+ */
+- (id)initWithSearchBar:(AUSearchBar *)searchBar searchResultsController:(UIViewController *)viewController;
+
+- (void)setActive:(BOOL)visible animated:(BOOL)animated; // animate the view controller for searching
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchTitleView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchTitleView.h
new file mode 100755
index 0000000000000000000000000000000000000000..e52dd46048a149f175d7f9f9359f96002dea198e
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSearchTitleView.h
@@ -0,0 +1,87 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Search_AUSearchTitleView//程序自动生成
+//
+//  APNavSearchTitleView.h
+//  APExtUI
+//
+//  Created by yangwei on 16/4/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/ausearchtitleview
+//#########################################################
+
+
+#define UI_AUSearchTitleView
+
+typedef NS_ENUM(NSInteger, AUSearchTitleStyle) {
+    AUSearchTitleStyleDefault = 0,    // 黑色文字, 使用于浅色背景
+    AUSearchTitleStyleMiddleAlign,     // 黑色文字, 使用于浅色背景(居中对齐)
+    AUSearchTitleStyleContent,        // 白色文字, 适用于深色背景
+};
+
+@class AUSearchTitleView;
+
+@protocol AUSearchTitleViewDelegate <NSObject>
+
+@optional
+
+// 点击搜索栏入口控件
+- (void)didPressedTitleView:(AUSearchTitleView *)titleView;
+
+// 点击搜索栏入口控件的voice按钮
+- (void)didPressedVoiceButton:(AUSearchTitleView *)titleView;
+
+@end
+
+
+
+/**
+ 搜索栏入口控件(默认宽度宽度占据整个屏幕)
+ */
+@interface AUSearchTitleView : UIView
+
+@property(nonatomic, assign)AUSearchTitleStyle style;          //搜索背景样式,若不设置,默认为浅色背景
+
+@property(nonatomic,strong) NSString *placeHolder;            //搜索框placeholder,默认为“搜索”
+@property(nonatomic,strong) UIColor *placeHolderColor;        //placeholder的颜色
+
+@property (nonatomic, weak) id<AUSearchTitleViewDelegate> delegate;
+
+@property(nonatomic,strong) UIImage *searchIconImage;         // 搜索icon
+@property(nonatomic,strong) UIColor *normalBackgroundColor;   // 搜索框的背景颜色
+@property(nonatomic,assign) BOOL isShowVoiceIcon;             // 是否显示语音搜索icon,默认不显示
+@property(nonatomic,strong)UIButton *voiceIconButton;         // 语音icon
+
+
+/**
+ * 搜索框距外层透明View的左右内边距,默认为9。如业务需设置初始化的实例View与其他View的间距,请将内边距值考虑在内,否则视觉上会有误差
+ * 说明:将初始化的实例设为navigationItem的titleview时,系统会自适应布局titlview与左右item的间距,为满足视觉需求,设置了搜索框距外层透明View的内边距。
+ *
+ * 如有特殊需求,可重设此内边距
+ * 
+ */
+@property(nonatomic,assign) CGFloat marginBetweenItem;
+
+/**
+ *  获取实例的方法
+
+ *
+ *  @param style  搜索框的style
+ *
+ *  @return 获取的实例
+ */
+- (id)initWithSearchStyle:(AUSearchTitleStyle)style;
+
+/**
+ *  若业务需自定义点击搜索框的事件,请在子类中重写此方法
+ */
+- (void)onClicked;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSecurityCodeBox.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSecurityCodeBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..69477359f94ca76708c9fdf29777d46002f43184
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSecurityCodeBox.h
@@ -0,0 +1,59 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields_AUSecurityCodeBox//程序自动生成
+//
+//  AUSecurityCodeBox.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+#define UI_AUSecurityCodeBox
+
+@protocol AUSecurityCodeBoxDelegate;
+@class AUTextField;
+
+@interface AUSecurityCodeBox : UIView
+
+@property (nonatomic, readonly) UILabel     *titleLabel;        // 验证码标题
+@property(nonatomic, assign)    CGFloat      titleLabelWidth;   // 验证码标题宽度
+@property (nonatomic, readonly) AUTextField *textField;         // 验证码输入框
+@property (nonatomic, readonly) UIButton    *actionButton;      // 右侧执行按钮
+@property (nonatomic, assign)   BOOL         waiting;           // 倒计时等待状态
+@property (nonatomic, assign)   BOOL         bShowBorder;       // 默认是显示边框
+@property (nonatomic, weak) id<AUSecurityCodeBoxDelegate> delegate;
+
+/**
+ *  开始倒计时
+ *  应用场景1:   对于图片验证码,开始转菊花
+ *  应用场景2:   对于短信验证码,按钮变为不可用,开始倒计时
+ */
+- (void)startCountdown;
+
+/**
+ *  停止倒计时
+ *  应用场景1:   对于图片验证码,停止转菊花
+ *  应用场景2:   对于短信验证码,按钮恢复可用,按钮文字变为”重复校验码“;倒计时结束以后stopCountdown后被自动调用
+ */
+- (void)stopCountdown;
+
+/**
+ *  控件默认高度
+ *  @return     返回固定高度:45.0
+ */
++ (float)heightOfControl;
+
+@end
+
+
+@protocol AUSecurityCodeBoxDelegate <NSObject>
+
+@optional
+- (void)onAuthTimerout:(AUSecurityCodeBox *)securityCodeBox;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSegment.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSegment.h
new file mode 100755
index 0000000000000000000000000000000000000000..1a7c4a24bc9cd3f6df76bdb7768cf9e3bd7667ba
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSegment.h
@@ -0,0 +1,172 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Segment_AUSegment//程序自动生成
+//
+//  AUSegment.h
+//  AntUI
+//
+//  Created by sara on 16/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUSegmentedControlItem.h"
+#import "UIView+Helper.h"
+
+#define UI_AUSegment
+
+@class AUSegment;
+@class AUSegmentItemModel;
+
+
+@protocol AUSegmentedControlDelegate <NSObject>
+//AUSegment点击事件回调
+@optional
+
+- (void)didSegmentValueChanged:(AUSegment*)segmentControl;
+
+- (void)didSelectSegmentItemModel:(AUSegmentItemModel*)selectedItemModel;//
+
+@end
+
+// segment 默认高度
+#define     AUSegmentHeight     AU_SPACE13
+
+/**
+    分段切换组件
+    文档地址 http://aui.alipay.net/develop/ios/ausegment
+ */
+@interface AUSegment : UIScrollView
+
+/**
+ 初始化函数
+
+ @param frame  frame
+ @param titles 数组:包含所有标题字符串
+
+ @return 返回AUSegment实例
+ */
+- (instancetype)initWithFrame:(CGRect)frame titles:(NSArray<NSString*> *)titles;
+
+/**
+ 禁用init方法
+ */
+- (instancetype)init NS_UNAVAILABLE;
+
+/**
+ 禁用initWithFrame方法
+ */
+- (instancetype)initWithFrame:(CGRect)frame NS_UNAVAILABLE;
+
+/**
+ AUSegmentedControlDelegate
+ */
+@property (nonatomic, weak)     id <AUSegmentedControlDelegate> delegate;
+
+
+/**
+ 标题数组
+ */
+@property (nonatomic, strong)   NSMutableArray *titles;
+
+/**
+ * 菜单字体
+ */
+@property (nonatomic, copy) UIFont *titleFont;
+
+/**
+ 当前选中的segment
+ */
+@property (nonatomic, assign)   NSInteger selectedSegmentIndex;
+
+
+/**
+ 选中项的颜色(包括文字和滑块)
+ */
+@property (nonatomic, copy)     UIColor *selecedColor;
+
+/**
+ * 每个文字菜单水平方向的左右边距
+ * 默认为21像素
+ * 当为红点样式时,则fixedItemWidth不起作用,所有菜单不是固定宽度
+ */
+@property(nonatomic, assign)    NSInteger textHorizontalPadding;
+
+/**
+ * 是否使用固定菜单宽度
+ * 默认YES,方便兼容老的菜单样式
+ * 当为YES时,则horizontalPadding不起作用,所有菜单固定同一宽度
+ */
+@property (nonatomic, assign) BOOL fixedItemWidth;
+
+/**
+ * 是否自动滚动选中菜单项到合适位置(优先中间位置,不够位置时再靠边显示)
+ * 默认为NO
+ */
+@property (nonatomic, assign) BOOL autoScroll;
+
+/**
+ * 点击后是否自动更新指示条到当前选中item的下标
+ * 默认为YES
+ */
+@property (nonatomic, assign) BOOL autoChangeSelectedIndex;
+
+/*
+ * model数组
+ */
+@property(nonatomic, strong) NSMutableArray<AUSegmentItemModel *> *itemModels;
+
+/**
+ 支持中间插入多项
+
+ @param array 插入的标题数组s
+ @param indexes 插入的indexs
+ */
+- (void)insertTitleArray:(NSArray<NSString*> *)array atIndexes:(NSIndexSet *)indexes;
+
+
+/**
+ 支持在末尾新增多项
+
+ @param array 新增的标题数组
+ */
+- (void)addTitleArray:(NSArray<NSString*>*)array;
+
+
+@end
+
+
+@interface AUSegmentItemModel : NSObject
+
+@property(nonatomic, copy) NSString *title;
+@property(nonatomic, copy) UIImage *img;
+@property(nonatomic, copy) NSString *imgId;
+@property(nonatomic, copy) NSString *badgeNumber;
+@property(nonatomic, copy) NSString *badgeWidgetId;
+@property(nonatomic, assign) BOOL badgeReserved;    // 设置当前item是否要预留红点位置,如果不预留则红点展示时界面可能有跳动感
+@property(nonatomic, strong) NSDictionary *extendInfo; // 扩展字段
+
+@end
+
+
+@interface AUSegment (ItemModel)
+
+
+
+/**
+ * 第二版的初始化函数
+ * @param frame  frame
+ * @param menus  item 数组
+ */
+- (instancetype) initWithFrame:(CGRect)frame menus:(NSArray<AUSegmentItemModel *>*)menus;
+
+/**
+ 支持更新控件item项
+ 
+ @param items 需要更新的item数组
+ */
+- (void)updateItems:(NSArray<AUSegmentItemModel *>*)items;
+
+@end
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSegmentedControlItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSegmentedControlItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..1f213442912b44a34c623e37fa264bd9aff7c8a9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSegmentedControlItem.h
@@ -0,0 +1,47 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Segment_AUSegment//程序自动生成
+//
+//  AUSegmentedControlItem.h
+//  AntUI
+//
+//  Created by sara on 16/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUView.h"
+
+@class AUSegmentedControlItem;
+
+@protocol AUSegmentedControlItemDelegate <NSObject>
+
+- (void) ausegmentedControlItemClicked:(AUSegmentedControlItem *)item;
+
+@end
+
+@interface AUBadgeLabel : AUView
+
+@property (nonatomic, strong) UILabel *titleLabel;
+
+@end
+
+@interface AUSegmentedControlItem : UIView
+
+@property (nonatomic, weak)     id <AUSegmentedControlItemDelegate> delegate;
+
+@property (nonatomic, copy)     NSString *title;
+@property (nonatomic, strong)   AUBadgeLabel *badgeLabel;
+@property (nonatomic, copy)     UIFont *titleFont;
+@property (nonatomic, assign,getter=isSelected)   BOOL selected;
+@property (nonatomic, copy)     UIColor *selectedColor;
+@property (nonatomic, assign)   NSInteger textHorizontalPadding;
+@property (nonatomic, assign)   BOOL fixedWidth;
+@property(nonatomic, assign)    BOOL badgeReserved; // 设置条目是否要预留红点位置,如果不预留则红点展示时界面可能有跳动感
+
+
+- (instancetype)initWithFrame:(CGRect)frame title:(NSString*)title;
+- (void)addTarget:(id)target action:(SEL)action;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUShellThirdPlugIn.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUShellThirdPlugIn.h
new file mode 100755
index 0000000000000000000000000000000000000000..2d10eef7c7bea1670f8855f2bddfd832e4799a5f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUShellThirdPlugIn.h
@@ -0,0 +1,22 @@
+//
+//  AUShellPlugIn.h
+//  AntUI
+//
+//  Created by 祝威 on 16/12/8.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ ANTUI shell 第三方插件
+ */
+@interface AUShellThirdPlugIn : NSObject
+
+
+/**
+ 加载shell 的第三方插件
+ */
++ (void) loadShellThirdPlugIn ;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSingleTitleListItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSingleTitleListItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..1a5648fc5495f9883b9253f16106bcd5b1a57b8c
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSingleTitleListItem.h
@@ -0,0 +1,67 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUSingleTitleListItem//程序自动生成
+//
+//  AUSingleTitleListItem.h
+//  AntUI
+//
+//  Created by sara on 16/9/30.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUBaseListItem.h"
+
+typedef NS_ENUM(NSInteger, AUSingleTitleListItemStyle) {
+    AUSingleTitleListItemStyleDefault,  // 高度是88,图标58
+    AUSingleTitleListItemStyleValue1,  // 高度110,图标72
+};
+
+@interface AUSingleTitleListItem : AUBaseListItem
+
+@property(nonatomic,strong) UILabel *subtitleLabel;
+@property(nonatomic,strong) UIImageView *leftImageView;
+@property(nonatomic,strong) UIImageView *rightImageView;
+@property(nonatomic,strong) UIImageView *rightAssistImageView;
+
+/**重要
+ 初始化函数
+ 
+ @param reuseIdentifier 重用标识
+ @param block           外部传入的block,一般外部会在此block中设置title、leftimage等
+ 
+ @return                返回self实例
+ */
+- (instancetype)initWithReuseIdentifier:(NSString*)reuseIdentifier model:(void(^)(AUListItemModel<AUSingleTitleListItemModelDelegate>*model))block  __deprecated_msg("预计废弃,请勿继续使用");
+
+
+
+/**
+ 设置cell展示所需的所有数据
+ 
+ @param block 传入的block
+ */
+- (void)setModelBlock:(void(^)(AUListItemModel<AUSingleTitleListItemModelDelegate>*model))block;
+
+
+/**
+ 初始化函数
+
+ @param reuseIdentifier 标识
+ @param style 自定义的类型,详见AUSingleTitleListItemStyle
+ @return 返回self实例
+ */
+- (instancetype)initWithReuseIdentifier:(NSString*)reuseIdentifier customStyle:(AUSingleTitleListItemStyle)style;
+
+
+
+/**
+ 根据不同style返回不同高度
+
+ @param style
+ @return 自定义类型,详见AUSingleTitleListItemStyle
+ */
++ (CGFloat)cellHeightForStyle:(AUSingleTitleListItemStyle)style;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSixPwdInputBox.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSixPwdInputBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..b37dc7892d005a2758ca7429df69928fd0a6bf58
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSixPwdInputBox.h
@@ -0,0 +1,91 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields_AUSixPwdInputBox//程序自动生成
+//
+//  AUSixPwdInputBox.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/ausixpwdinputbox
+//#########################################################
+
+
+#define UI_AUSixPwdInputBox
+
+@class AUSixPwdInputBox, AUTextField;
+
+@protocol AUSixPwdInputBoxDelegate <NSObject>
+
+- (void)onPasswordDidChange:(AUSixPwdInputBox *)sender;
+
+@end
+
+/**
+ 密码输入框控件
+ 文档:http://idoc.alipay.net/article/57fb3e1d22ec746a420304e6
+ */
+@interface AUSixPwdInputBox : UIView <UITextFieldDelegate>
+
+/** 用户输入的密码 */
+@property (nonatomic, strong, readonly) NSString *password;
+@property (nonatomic, readonly) UILabel *titleLabel;    // 密码输入的提示文字
+@property (nonatomic, readonly) AUTextField *textField;
+@property (nonatomic, weak) id<AUSixPwdInputBoxDelegate> delegate;
+
+/**
+ * 是否是6位数字密码控件。如果是NO,则显示为普通的密码输入框。
+ */
+@property (nonatomic, assign, getter = isNumericPassword) BOOL numericPassword;
+
+/**
+ * 初始化不带默认密码的控件
+ *
+ * quadWidth:单个方格宽度
+ * quadHeight:单个方格高度
+ */
+- (id)initWithQuadWidth:(CGFloat)quadWidth quadHeight:(CGFloat)quadHeight;
+
+/**
+ * 初始化带默认密码的控件
+ *
+ * quadWidth:单个方格宽度
+ * quadHeight:单个方格高度
+ * password:初始密码
+ */
+- (id)initWithQuadWidth:(CGFloat)quadWidth quadHeight:(CGFloat)quadHeight password:(NSString*)password;
+
+/**
+ * 清空密码框,不会触发delegate回调
+ */
+- (void)reset;
+
+/**
+ 展示键盘
+ 
+ @return 是否展示成功的标识
+ */
+- (BOOL)showKeyBoard;
+
+/**
+ 隐藏键盘
+ 
+ @return 是否隐藏成功的标识
+ */
+- (BOOL)hideKeyBoard;
+
+/**
+ 设置背景图片
+ 
+ @param image  背景图片
+ */
+- (void)setBackgroundImage:(UIImage *)image;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSwitch.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSwitch.h
new file mode 100755
index 0000000000000000000000000000000000000000..a2b0f2124068dce878a7e38d313fbd7d20dc0bf5
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSwitch.h
@@ -0,0 +1,24 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUSwitch//程序自动生成
+//
+//  AUSwitch.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/auswitch
+//#########################################################
+
+
+AntUI_BaseComponent
+@interface AUSwitch : UISwitch
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUSwitchListItem.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUSwitchListItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..0bb4710556cef371904e363e7b0e235116d421a9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUSwitchListItem.h
@@ -0,0 +1,24 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUSwitchListItem//程序自动生成
+//
+//  AUSwitchListItem.h
+//  AntUI
+//
+//  Created by sara on 16/10/8.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import "AUBaseListItem.h"
+
+
+@interface AUSwitchListItem : AUBaseListItem
+
+@property (nonatomic,strong)  UISwitch *switchControl;   // cell中的switch控件
+
+// 设置菊花为展示或者隐藏状态
+- (void)showLoadingIndicator:(BOOL)show;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTPDefine.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTPDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..40908d0250704fe6d31c0a92c8d9a6bda8dfe7b9
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTPDefine.h
@@ -0,0 +1,87 @@
+//
+//  AUThirdPartyDefine.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/31.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUTPWrapper.h"
+
+#ifndef AUThirdPartyDefine_h
+#define AUThirdPartyDefine_h
+
+
+/////////////////////////////////////////////////////////////
+////////////////////// Language /////////////////////////////
+/////////////////////////////////////////////////////////////
+
+/**
+ *  取当前语言版本的文本.
+ *  @param bundle  文本在字符串表所在\c bundle名,通常为模块资源bundle名称.
+ *  @param key     文本在字符串表中的key
+ *  @param comment 当找不到\c key 对应的文本内容时, commont作为默认返回内容.同时 \c commont 也作为\c genstrings自动生成\c .strings文件时的注释.
+ *
+ *  @return 当前语言版本的文本内容. 若字符串表中没有该\c key, 返回 \c comment .
+ */
+#undef	__TEXT
+#define __TEXT(bundle,key,comment) \
+[AUShell thirdParty_localizedStringForKey:(key) defaultValue:(comment) inBundle:(bundle)]
+
+
+/////////////////////////////////////////////////////////////
+////////////////////// Log /////////////////////////////
+/////////////////////////////////////////////////////////////
+
+#define AULogError(fmt, ...) \
+NSLog(fmt, ##__VA_ARGS__); \
+[AUShell thirdPartyAPLogInfo:@"[AntUI]" params:fmt, ##__VA_ARGS__];
+
+#define AULogInfo(fmt, ...) \
+NSLog(fmt, ##__VA_ARGS__); \
+[AUShell thirdPartyAPLogInfo:@"[AntUI]" params:fmt, ##__VA_ARGS__];
+
+#define AULogWarn(fmt, ...) \
+NSLog(fmt, ##__VA_ARGS__); \
+[AUShell thirdPartyAPLogInfo:@"[AntUI]" params:fmt, ##__VA_ARGS__];
+
+#define AULogDebug(fmt, ...) \
+NSLog(fmt, ##__VA_ARGS__);
+
+
+
+/////////////////////////////////////////////////////////////
+//////////////////////  Config  /////////////////////////////
+/////////////////////////////////////////////////////////////
+
+#define AUConfigForKey(key) [AUShell thirdParty_configForKey:(key)]
+
+/////////////////////////////////////////////////////////////
+//////////////////////   RGB    /////////////////////////////
+/////////////////////////////////////////////////////////////
+
+#define RGB(c) \
+[UIColor colorWithRed:(((c) & 0xff0000) >> 16) / 255.0f \
+green:(((c) & 0xff00) >> 8) / 255.0f \
+blue:((c) & 0xff) / 255.0f \
+alpha:1.0]
+
+#define RGB_A(c,a) \
+[UIColor colorWithRed:(((c) & 0xff0000) >> 16) / 255.0f \
+green:(((c) & 0xff00) >> 8) / 255.0f \
+blue:((c) & 0xff) / 255.0f \
+alpha:a]
+
+
+/////////////////////////////////////////////////////////////
+//////////////////////   MD5    /////////////////////////////
+/////////////////////////////////////////////////////////////
+#define MD5String(text) [AUShell thirdParty_md5String:text];
+
+/////////////////////////////////////////////////////////////
+////////////////////  OpenURL  ///////////////////////////
+/////////////////////////////////////////////////////////////
+
+#define AUOpenURL(urlString) [AUShell thirdParty_openURL:(urlString)]
+
+#endif /* AUThirdPartyDefine_h */
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTPUnitTest.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTPUnitTest.h
new file mode 100755
index 0000000000000000000000000000000000000000..c29d60c00ccb435e5ba36577267664fff0a2998f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTPUnitTest.h
@@ -0,0 +1,19 @@
+//
+//  AUTPUnitTest.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/31.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifdef DEBUG
+
+#import <Foundation/Foundation.h>
+
+@interface AUTPUnitTest : NSObject
+
++ (void)run;
+
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTPWrapper.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTPWrapper.h
new file mode 100755
index 0000000000000000000000000000000000000000..b18676c4de6f60a7c9a7e8d4700f4675e6115afe
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTPWrapper.h
@@ -0,0 +1,18 @@
+//
+//  AUTPWrapper.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/3/31.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AUThirdPartyAdapter.h"
+
+@interface AUTPWrapper : NSObject <AUThirdPartyAdapter>
+
++ (instancetype)wrapper;
+
+@end
+
+#define AUShell [AUTPWrapper wrapper]
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTableview.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTableview.h
new file mode 100755
index 0000000000000000000000000000000000000000..f04ba8ea9900b6c80f6864c52615a3459209f270
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTableview.h
@@ -0,0 +1,15 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Tableview_AUTableview//程序自动生成
+//
+//  AUTableview.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/4/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@interface AUTableView : UITableView
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTextCodeInputBox.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTextCodeInputBox.h
new file mode 100755
index 0000000000000000000000000000000000000000..467b989a408ffb613205e5f9515d84a426bc6e91
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTextCodeInputBox.h
@@ -0,0 +1,58 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields_AUTextCodeInputBox//程序自动生成
+//
+//  AUTextCodeInputBox.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "AUSecurityCodeBox.h"
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/autextcodeinputbox
+//#########################################################
+
+
+#define UI_AUTextCodeInputBox
+
+/**
+ 短信验证码输入框,带倒计时按钮
+ 文档:http://idoc.alipay.net/article/57fb3fa522ec746a420304e9
+ */
+@interface AUTextCodeInputBox : AUSecurityCodeBox
+
+/**
+ 发送短信前的等待时间
+ */
+@property (nonatomic, assign) NSTimeInterval interval;
+
+/**
+ *  创建短信验证码输入框
+ *  @param frame    在父类的位置和大小
+ *  @param interval 发送短信前的等待时间
+ *  @return         短信验证码输入框
+ */
+- (AUTextCodeInputBox *)initWithFrame:(CGRect)frame
+                             interval:(NSTimeInterval)interval;
+
+/**
+ *  创建短信验证码输入框
+ *  @param originY  组件的y坐标
+ *  @param interval 发送短信前的等待时间
+ *  @return         短信验证码输入框
+ */
+- (AUTextCodeInputBox *)initWithOriginY:(CGFloat)originY
+                               interval:(NSTimeInterval)interval;
+
+/**
+ *  设置倒计时结束时执行的block
+ *  @param block  执行的block
+ */
+- (void)setCountdownDidCompleteBlock:(void (^)(void))block;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTextField.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTextField.h
new file mode 100755
index 0000000000000000000000000000000000000000..1d101a7789d7f95f72399bbe2983e3a06b98eb9b
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTextField.h
@@ -0,0 +1,82 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields//程序自动生成
+//
+//  AUTextField.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class /*AUTextFieldDelegateProxy,*/ AUTextValidator;
+
+typedef NS_ENUM(NSInteger, AUTextFieldStyle) {
+    AUTextFieldStylePlain,
+    AUTextFieldStyleBordered,
+    
+    APTextFieldStylePlain       __attribute__((deprecated))   = AUTextFieldStylePlain,
+    APTextFieldStyleBordered    __attribute__((deprecated))   = AUTextFieldStyleBordered,
+};
+
+typedef NS_ENUM(NSInteger, AUKeyboardType) {
+    AUKeyboardTypeIDCard = 100,
+    
+    APKeyboardTypeIDCard    __attribute__((deprecated)) = AUKeyboardTypeIDCard, //100,
+};
+
+@interface AUTextFieldDelegateProxy : NSProxy
+
+@end
+
+/**
+ *  输入框控件
+ *
+ */
+@interface AUTextField : UITextField
+
+// 验证器、原始文本
+@property(nonatomic, strong) AUTextValidator *validator;
+@property(nonatomic, strong) NSString        *normalizedText;
+// 用于显示身份证‘X’的键
+@property(nonatomic, strong) UIButton        *buttonX;
+@property (nonatomic, assign) BOOL           keyboardTypeIDCard;
+@property(nonatomic, strong) AUTextFieldDelegateProxy *delegateProxy;
+
+#pragma mark - AUTextField静态方法
+
+/**
+ *  创建输入框组件
+ *  @param style 文本框样式
+ *  @param originY 输入框的y坐标
+ *  @return 返回输入框组件
+ */
++ (AUTextField *)textFieldWithStyle:(AUTextFieldStyle)style originY:(CGFloat)originY;
+
+/**
+ *  Initializes and returns an newly created text field object with the height of 43.0.
+ *
+ *  @return An initialized text field object.
+ */
+- (id)init;
+
+#pragma mark - AUTextField实例方法
+
+/**
+ * 检查输入的有效性
+ * @return 返回验证结果
+ */
+- (BOOL)checkInputValidity;
+
+/**
+ * 格式化文本
+ * @return 返回格式化后的文本
+ */
+- (NSString *)formatText:(NSString *)text;
+
+
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTextLinkView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTextLinkView.h
new file mode 100755
index 0000000000000000000000000000000000000000..a18e616b463682a4e1f4a7819b1cc2128ba1632d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTextLinkView.h
@@ -0,0 +1,36 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_PageFooter_AUTextLinkView//程序自动生成
+//
+//  AUTextLinkView.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/21.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@class AUTextLinkView;
+//
+@protocol AUTextLinkDelegate <NSObject>
+
+@optional
+/* 文字链点击回调
+ * textLinkView 文字链
+ * index 点击下标,下标从0开始,对应params下标
+ * button 点击按钮
+ */
+- (void)textLinkView:(AUTextLinkView *)textLinkView didClickOnIndex:(NSInteger)index atButton:(UIButton *)button;
+
+@end
+
+//
+@interface AUTextLinkView : UIView
+
+@property (nonatomic, strong) UIView *containerView;    // 容器
+@property (nonatomic, weak) id <AUTextLinkDelegate> delegate;
+
+// titles: 文字描述数组
+- (instancetype)initWithFrame:(CGRect)frame params:(NSArray *)params;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTextValidator.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTextValidator.h
new file mode 100755
index 0000000000000000000000000000000000000000..d166952ca1d63ab8aeb154df2eb76f3289f99efe
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTextValidator.h
@@ -0,0 +1,78 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields//程序自动生成
+//
+//  AUTextValidator.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ * 文本有效性验证器。
+ */
+@interface AUTextValidator : NSObject
+
+/**
+ *  Creates and returns a new validator that checks the validity of amount.
+ *
+ *  @return A newly created validator.
+ */
++ (AUTextValidator *)amountValidator;
+
+/**
+ *  Creates and returns a new validator used for checking the validity of mobile number.
+ *
+ *  @return A newly created validator.
+ */
++ (AUTextValidator *)mobileNumberValidator;
+
+/**
+ *  Creates and returns a new validator that checks the validity of bank card number.
+ *
+ *  @return A newly created validator.
+ */
++ (AUTextValidator *)bankCardValidator;
+
+/**
+ *  Creates and returns a new validator that checks the validity of cridit card number.
+ *
+ *  @return A newly created validator.
+ */
++ (AUTextValidator *)creditCardValidator;
+
+/**
+ *  Creates and returns a new validator that checks the validity of ID card.
+ *
+ *  @return A newly created validator.
+ */
++ (AUTextValidator *)IDCardValidator;
+
+/**
+ *  Creates and returns a new validator that checks the validity of alipay account.
+ *
+ *  @return A newly created validator.
+ */
++ (AUTextValidator *)alipayAccountValidator;
+
+/**
+ *  Creates and returns a new validator that checks string is empty or not.
+ *
+ *  @return A newly created validator.
+ */
++ (AUTextValidator *)notEmptyValidator;
+
+/**
+ *  Checks the validity of specified text.
+ *
+ *  @param text The text to be check.
+ *
+ *  @return <code>YES</code if the specified text is valid, otherwise <code>NO</code>.
+ */
+- (BOOL)checkText:(NSString *)text;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTheme+AUCustomTheme.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTheme+AUCustomTheme.h
new file mode 100755
index 0000000000000000000000000000000000000000..c56f47677c77c2fbb79e8f546178820d2deac44e
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTheme+AUCustomTheme.h
@@ -0,0 +1,13 @@
+//
+//  AUTheme+AUCustomTheme.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/23.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@interface AUTheme ()
+
+@property (nonatomic, strong) NSMutableDictionary *customThemeDic; // 业务定制化肤色值
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTheme.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTheme.h
new file mode 100755
index 0000000000000000000000000000000000000000..b7920f9c0c4a303909e6aa009a18d724c1c766cb
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTheme.h
@@ -0,0 +1,136 @@
+//
+//  AUTheme.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/15.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+///
+/// 定义换肤的KEY
+///
+
+#pragma mark - 状态栏
+
+extern NSString * STATUSBAR_DEFAULT_COLOR;        // 状态栏默认色
+
+#pragma mark - 导航栏
+
+extern NSString * TITLEBAR_BACKGROUND_COLOR;         // AUTitleBar背景色
+extern NSString * TITLEBAR_TITLE_TEXTCOLOR;          // AUTitleBar标题色
+extern NSString * TITLEBAR_TITLE_TEXTSIZE_BOLD;           // AUTitleBar标题大小
+extern NSString * TITLEBAR_TEXTCOLOR;                // AUTitleBar文本色,不包含标题
+extern NSString * TITLEBAR_TEXTSIZE;                 // AUTitleBar文本大小,不包含标题
+extern NSString * TITLEBAR_ICON_COLOR;               // AUTitleBar图标颜色(左右navItem)
+extern NSString * TITLEBAR_PROGRESS;                 // AUTitleBar圆形进度(菊花,应该是android特有)
+extern NSString * TITLEBAR_ICON_SIZE;                // AUTitleBar图标大小
+extern NSString * TITLEBAR_LINE_COLOR;               // AUTitleBar分割线或边线的颜色
+extern NSString * TITLEBAR_BACK_BUTTON_IMAGE_PATH;   // AUTitleBar返回箭头图标路径
+
+#pragma mark - 搜索栏
+
+extern NSString * SERACHBAR_INPUT_BACKGROUND_COLOR;  // AUSerachBar背景色
+extern NSString * SERACHBAR_INPUT_HEIGHT;            // AUSerachBar输入框高度
+//extern NSString * SERACHBAR_INPUT_WIDTH;             // AUSerachBar输入框高度
+extern NSString * SERACHBAR_HINT_COLOR;              // AUSerachBar输入框暗提示颜色
+extern NSString * SERACHBAR_INPUT_TEXTCOLOR;         // AUSerachBar输入框输入文案颜色
+extern NSString * SERACHBAR_ICON_COLOR;              // AUSerachBar输入框输入图标颜色
+
+#pragma mark - TabBar
+
+extern NSString * TABBAR_BACKGROUND_COLOR;           // AUTabBar背景色
+extern NSString * TABBAR_HEIGHT;                     // AUTabBar高度
+extern NSString * TABBAR_TEXTCOLOR;                  //AUTabBar文本色
+extern NSString * TABBAR_TEXTCOLOR_SELECTED;                  //AUTabBar文本色
+extern NSString * TABBAR_TEXTSIZE;                   // AUTabBar文本大小
+extern NSString * TABBAR_ICON_COLOR;                 // AUTabBar图标颜色
+extern NSString * TABBAR_ICON_COLOR_SELECTED;                 // AUTabBar图标颜色
+extern NSString * TABBAR_ICON_SIZE;                  // AUTabBar图标大小
+extern NSString * TABBAR_LINE_COLOR;                 // AUTabBar分割线或边线的颜色
+
+#pragma mark - FloatMenu
+
+extern NSString * FLOATMENU_MASK_COLOR;              // AUFloatMenu遮盖颜色
+extern NSString * FLOATMENU_BACKGROUND;              // AUFloatMenu菜单背景(Andorid,不需要使用)
+extern NSString * FLOATMENU_BACKGROUND_COLOR;        // AUFloatMenu菜单背景(iOS)
+extern NSString * FLOATMENU_ITEM_BACKGROUND_COLOR_HIGHLIGHT;   // AUFloatMenu菜单条目背景色
+extern NSString * FLOATMENU_TEXTCOLOR;               // AUFloatMenu文本色
+extern NSString * FLOATMENU_TEXTSIZE;                // AUFloatMenu文本大小
+extern NSString * FLOATMENU_ICON_COLOR;              // AUFloatMenu图标颜色
+extern NSString * FLOATMENU_ICON_SIZE;               // AUFloatMenu图标大小
+extern NSString * FLOATMENU_LINE_COLOR;              // AUFloatMenu分割线或边线的颜色
+
+#pragma mark - LoadingView (iOS可能用不到)
+
+extern NSString * PULLLOADINGVIEW_PROGRESS;          // AUPullLoadingView圆形进度
+extern NSString * LOADINGVIEW_PROGRESS;              // AULoadingView圆形进度
+extern NSString * DRAGLOADINGVIEW_PROGRESS;          // AUDragLoadingView圆形进度
+
+#pragma mark - 按钮
+
+extern NSString * MAIN_BTN_BACKGROUND;               // 主按钮背景(Android,不需要使用)
+extern NSString * MAIN_BTN_BACKGROUND_COLOR_NORMAL;  // 主按钮背景Normal态(iOS)
+extern NSString * MAIN_BTN_BACKGROUND_COLOR_HIGHLIGHT;//主按钮背景Highlight态(iOS)
+extern NSString * MAIN_BTN_BACKGROUND_COLOR_DISABLED; //主按钮背景Disable态((iOS)
+extern NSString * MAIN_BTN_TEXTSIZE;                 // 主按钮文案大小
+extern NSString * MAIN_BTN_TEXTCOLOR;                // 主按钮文案颜色(Android,不需要使用)
+extern NSString * MAIN_BTN_TEXTCOLOR_NORMAL;         // 主按钮文案颜色Normal态(iOS)
+extern NSString * MAIN_BTN_TEXTCOLOR_HIGHLIGHT;      // 主按钮文案颜色Highlight态(iOS)
+extern NSString * MAIN_BTN_TEXTCOLOR_DISABLED;       // 主按钮文案颜色Disable态((iOS)
+extern NSString * MAIN_BTN_HEIGHT;                   // 主按钮高度
+
+extern NSString * SUB_BTN_BACKGROUND;                // 次按钮背景(Android,不需要使用)
+extern NSString * SUB_BTN_BACKGROUND_COLOR_NORMAL;   // 次按钮背景Normal态(iOS)
+extern NSString * SUB_BTN_BACKGROUND_COLOR_HIGHLIGHT;// 次按钮背景Highlight态(iOS)
+extern NSString * SUB_BTN_BACKGROUND_COLOR_DISABLED; // 次按钮背景Disable态((iOS)
+extern NSString * SUB_BTN_TEXTSIZE;                  // 次按钮文案大小
+extern NSString * SUB_BTN_TEXTCOLOR;                 // 次按钮文案颜色(Android,不需要使用)
+extern NSString * SUB_BTN_TEXTCOLOR_NORMAL;          // 主按钮文案颜色Normal态(iOS)
+extern NSString * SUB_BTN_TEXTCOLOR_HIGHLIGHT;       // 主按钮文案颜色Highlight态(iOS)
+extern NSString * SUB_BTN_TEXTCOLOR_DISABLED;        // 主按钮文案颜色Disable态((iOS)
+extern NSString * SUB_BTN_HEIGHT;                    // 次按钮高度
+
+extern NSString * WARN_BTN_BACKGROUND_COLOR_NORMAL;  // 警告类按钮背景Normal态(iOS)
+extern NSString * WARN_BTN_BACKGROUND_COLOR_HIGHLIGHT;//警告类按钮背景Highlight态(iOS)
+extern NSString * WARN_BTN_BACKGROUND_COLOR_DISABLED;//警告类按钮背景Disabled态(iOS)
+
+#pragma mark - Segment
+
+extern NSString * SEGMENT_TEXTCOLOR_NORMAL;          // AUSegment文本颜色默认色
+extern NSString * SEGMENT_TEXTCOLOR_SELECTED;        // AUSegment文本选中颜色
+extern NSString * SEGMENT_COLOR_NORMAL;              // AUSegment颜色默认色
+extern NSString * SEGMENT_COLOR_SELECTED;            // AUSegment选中颜色
+extern NSString * SEGMENT_HEIGHT;                    // AUSegment高度
+
+#pragma mark - CheckBox
+
+extern NSString * CHECKBOX_COLOR_NORMAL;             // AUCheckBox图标普通颜色
+extern NSString * CHECKBOX_COLOR_SELECTED;           // AUCheckBox图标选中颜色
+extern NSString * CHECKBOX_COLOR_DISABLE;            // AUCheckBox图标不可选颜色
+
+
+
+@interface AUTheme : NSObject
+
+@property (nonatomic, copy) NSMutableDictionary *dictionary;
+
+- (instancetype)initWithDictionary:(NSDictionary *)dictionary;
+
+- (UIColor *)colorForKey:(NSString *)key;
+- (UIFont *)fontForKey:(NSString *)key;
+- (CGSize)iconSizeForKey:(NSString *)key;
+- (CGFloat)spaceForKey:(NSString *)key;
+- (CGFloat)cornerRadiusForKey:(NSString *)key;
+- (NSString *)imageNameForKey:(NSString *)key;
+
+@end
+
+
+
+
+
+
+
+
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager+AUExtendInfo.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager+AUExtendInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..3a0d9fd030449a81423083b406ea97dd2f6124fc
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager+AUExtendInfo.h
@@ -0,0 +1,29 @@
+//
+//  AUThemeManager+AUExtendInfo.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+
+@interface AUThemeManager (AUExtendInfo)
+
+/* 支付宝客户端存在默认主题,独立App可修改该默认值
+ * 在该方法中只需返回与默认主题不同的键值对即可,key请使用AUTheme.h中定义好的key
+ */
++ (NSDictionary *)au_defaultTheme_extraInfo;
+
+@end
+
+
+/*   举个栗子
+ *   + (NSDictionary *)au_defaultTheme_add_Info
+ *   {
+ *       NSMutableDictionary *dict = [[NSMutableDictionary alloc] init];
+ *       dict[TITLEBAR_BACKGROUND_COLOR] = AU_COLOR_APP_GREEN;             // AUTitleBar背景色
+ *       dict[TITLEBAR_TITLE_TEXTCOLOR] = [UIColor redColor];              // AUTitleBar标题色
+ *       ...
+ *       return dict;
+ *   }
+ */
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager+AUModifyTheme.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager+AUModifyTheme.h
new file mode 100755
index 0000000000000000000000000000000000000000..47a243987fc124c6ce70097599fb7157056fac5f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager+AUModifyTheme.h
@@ -0,0 +1,15 @@
+//
+//  AUThemeManager+AUModifyTheme.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/22.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@interface AUThemeManager (AUModifyTheme)
+
++ (BOOL)au_curTheme_add_extraInfo:(NSDictionary *)extraInfo;
+
++ (BOOL)au_curTheme_remove_extraInfo:(NSDictionary *)extraInfo;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..54fceee337928e46ebaf687a48755415477748d6
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeManager.h
@@ -0,0 +1,33 @@
+//
+//  AUThemeManager.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/15.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "AUTheme.h"
+
+
+extern UIColor *AU_THEME_COLOR(NSString *colorKey);
+extern UIFont  *AU_THEME_FONT(NSString *fontKey);
+extern CGFloat  AU_THEME_SPACE(NSString *spaceKey);
+extern CGSize   AU_THEME_ICONSIZE(NSString *iconSizeKey);
+extern CGFloat  AU_THEME_CORNERRADIUS(NSString *cornerRadiusKey);
+
+
+
+@interface AUThemeManager : NSObject
+
++ (AUTheme *)defaultTheme;
++ (AUTheme *)currentTheme;
+
++ (void)loadResource;
++ (void)loadTheme; // 加载样式
+
++ (void)setCurrentTheme:(AUTheme *)theme;
+
+@end
+
+
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeService.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeService.h
new file mode 100755
index 0000000000000000000000000000000000000000..6acbe1236bd90f8b35ef3160705bf779f71547e7
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUThemeService.h
@@ -0,0 +1,52 @@
+//
+//  AUThemeService.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/28.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUThemeManager.h"
+
+#define AU_THEME_1              @"themes/theme1.strings"
+#define AU_THEME_2              @"themes/theme2.strings"
+#define AU_BUNDLE_NAME          @"APCommonUI"
+
+@interface AUThemeService : NSObject
+
+// 设置某一bundle当前主题
++ (void)setCurrentThemeName:(NSString *)themeName inBundle:(NSString *)bundleName;
+
++ (id)themeForKey:(NSString *)key inbundle:(NSString *)bundle defaultValue:(id)defaultValue;
+
++ (AUTheme *)currentThemeInBundle:(NSString *)bundle;
+
++ (NSString *)currentThemeName:(NSString *)bundle;
+
+// 加载AntUI 内部默认主题
++ (NSDictionary *)loadDefaultTheme:(NSString *)themeName inBundle:(NSString *)bundleName;
+// 从主题内读取font需要特别处理
++ (id)themeValueForKey:(NSString *)key theme:(AUTheme *)theme;
+
+@end
+
+// 获取当前主题值,如果是全局主题,bundle 请传 AntUI
+NS_INLINE id AUThemeInfo(NSString *bundle, NSString *key,id defaultValue)
+{
+    if ([bundle isEqualToString:@"AntUI"]) // 如果是AntUI则认为是全局主题
+    {
+        // 返回值需要对font额外处理
+        return [AUThemeService themeValueForKey:key theme:[AUThemeManager currentTheme]] ? : defaultValue;
+    }
+    return [AUThemeService themeForKey:key inbundle:bundle defaultValue:defaultValue];
+}
+
+NS_INLINE AUTheme * AUCurrentTheme(NSString * bundle)
+{
+    return [AUThemeService currentThemeInBundle:bundle];
+}
+
+NS_INLINE NSString *AUCurrentThemeName(NSString *bundle)
+{
+    return [AUThemeService currentThemeName:bundle];
+}
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUThirdPartyAdapter.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUThirdPartyAdapter.h
new file mode 100755
index 0000000000000000000000000000000000000000..e95eda6f22aeff35124724fdd5effb2a6e58a7da
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUThirdPartyAdapter.h
@@ -0,0 +1,208 @@
+//
+//  AUThirdPartyAdapter.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/27.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/*!
+ @class       AUThirdPartyAdapter
+ @protocol    NSObject
+ @discussion  蚂蚁UI的协议
+ */
+
+@protocol AUThirdPartyAdapter <NSObject>
+
+@optional
+/***********************************************************/
+//图片协议APMultimedia
+/*
+ 第三方适配下载图片接口
+ 主要对多媒体接口进行包装,由第三方实现
+ */
+- (NSString *)thirdPartyGetImage:(NSString *)identifier
+                        business:(NSString *)business
+                            zoom:(CGSize)size
+                    originalSize:(CGSize)originSize
+                        progress:(void (^)(double percentage,long long partialBytes,long long totalBytes))progress
+                      completion:(void (^)(UIImage *image, NSError *error))complete;
+
+/*
+  第三方适配uiimageview下载图片接口
+  由第三方去实现。
+ */
+- (void)thirdPartypFromImageView:(UIImageView *)fromImgView
+                 setImageWithKey:(NSString *)key
+                        business:(NSString *)business
+                placeholderImage:(UIImage *)placeholder
+                            zoom:(CGSize)zoom
+                    originalSize:(CGSize)originalSize
+                        progress:(void (^)(double percentage,long long partialBytes,long long totalBytes))progress
+                      completion:(void (^)(UIImage *image, NSError *error))complete;
+/***********************************************************/
+//红点协议MPBadgeService
+/*
+ 初始化红点View
+ */
+- (UIView *) thirdPartyBadgeViewWithFrame:(CGRect)frame ;
+
+/*
+ 红点设置widgetId
+ 
+ */
+- (void) thirdPartyBadgeViewWith:(UIView *)badgeView
+                        widgetId:(NSString *) widgetId;
+/*
+  注册红点view到MPBadgeManager管理者去。
+ */
+- (void) thirdPartyBadgeViewReg:(UIView *)badgeView;
+
+/**
+ * 更新显示“红点”样式
+ * @param badgeView     红点View
+ * @param badgeValue  @"."   显示红点
+ *                     @"new" 显示new
+ *                     @"数字" 显示数字,大于99都显示图片more(...)
+ *                     @"惠"/"hui"  显示“惠”字
+ *                     @"xin" 显示"新"字
+ *                     nil    清除当前显示
+ *
+ *
+ */
++ (void) thirdPartyBadgeViewWith:(UIView *)badgeView
+                     updateValue:(NSString *)badgeValue;
+
+/*
+ 提供业务监控红点控件刷新接口。
+ widgetInfo 类型是MPWidgetInfo
+ */
+- (void) thirdPartyBadgeViewWith:(UIView *)badgeView
+           updateBlock:(void(^)(id widgetInfo, BOOL isShow)) updateBlock;
+
+/*
+  埋点协议 APMonitor
+ */
+//按钮的actionName的埋点协议
+- (void) thirdPartySetButtonActionLog:(UIButton *)button
+                        actionNameLog:(NSString *)actionName;
+
+/*
+  通知协议 (AUCardMenu/AUFloatMenu)
+ */
+
+/*
+ AUCardMenu 注册退出登录的通知,保证退出登录AUCardMenu能够及时销毁 SAAccountDidExitNotification
+ */
+- (NSString *) thirdPartyCardMenuDismissNotiName;
+
+/*
+ AUFloatMenu 注册alerView kShareTokenAlertViewShownNotification
+ */
+- (NSString *) thirdPartyFloatMenuDismissFromAlertNotiName ;
+
+/*
+ AUFloatMenu 注册alerView SALoginAppWillStartNotification
+ */
+- (NSString *) thirdPartyFloatMenuDismissFromLoginNotiName ;
+
+/* 
+  APLogInfo 埋点日志  APMobileFoundation.framework
+ */
+- (void) thirdPartyAPLogInfo:(NSString *)tag params:(NSString *)param, ...;
+
+/*
+ APLogInfo 埋点日志  APMobileFoundation.framework
+ */
+- (void) thirdPartyAPLogInfo:(NSString *)tag log:(NSString *)log;
+
+
+/*
+ TBIZReport 功能或关键业务不可用时的埋点上报  APMonitor.framework
+ */
+- (void) thirdPartyMTBIZReport:(NSString *) bizName
+                       subName:(NSString *) subName
+                      failCode:(NSInteger) failCode
+                        params:(NSDictionary *) params;
+
+/**
+ Dialog Window 即将展示
+ */
+- (void) dialogWindowWillShow;
+
+/**
+ Dialog Window 即将消失
+ */
+- (void) dialogWindowDidDismiss;
+
+/**
+ Dialog 配置开关,当开关打开的时候则同时检测 delegate 是否实现了系统的,避免有些业务只是简单替换名称而忘记替换 delegate 的情况
+ */
+- (BOOL)dialogConfigerService;
+
+
+
+
+/////////////////////////////////////////////////////////////
+////////////////////// APLanguage ///////////////////////////
+/////////////////////////////////////////////////////////////
+
+
+/**
+ *  在名称为 \c bundleName 的bundle中取当前语言状态下\c key 对应的字符串值.
+ *
+ *  @param key        字符串表中\c key
+ *  @param value      默认值, 当找不到该 \c key 对应的 \c value 时返回该默认值.
+ *  @param bundleName bundle名称字符串
+ *
+ *  @return 当前语言状态下\c key 对应的字符串值
+ */
+- (NSString *)thirdParty_localizedStringForKey:(NSString *)key
+                                  defaultValue:(NSString *)value
+                                      inBundle:(NSString *)bundleName;
+
+
+/////////////////////////////////////////////////////////////
+////////////////////// APConfig /////////////////////////////
+/////////////////////////////////////////////////////////////
+
+
+/**
+ [APConfigService stringForKey]
+
+ @param key 配置服务key
+ @return 配置服务的value值
+ */
+- (NSString *)thirdParty_configForKey:(NSString *)key;
+
+
+/////////////////////////////////////////////////////////////
+//////////////////////    MD5   /////////////////////////////
+/////////////////////////////////////////////////////////////
+
+/**
+ 获取MD5值
+
+ @param text MD5
+ @return md5
+ */
+- (NSString *)thirdParty_md5String:(NSString *)text;
+
+/////////////////////////////////////////////////////////////
+////////////////////    OpenURL   ///////////////////////////
+/////////////////////////////////////////////////////////////
+
+/**
+ 打开URL
+
+ @param url url
+ */
+- (void)thirdParty_openURL:(NSString *)url;
+
+
+
+
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUTitleBarSegment.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUTitleBarSegment.h
new file mode 100755
index 0000000000000000000000000000000000000000..f1884e1872a7c52b274441ce5cccdc1b1b27ad44
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUTitleBarSegment.h
@@ -0,0 +1,33 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Segment_AUTitleBarSegment//程序自动生成
+//
+//  AUTitleBarSegment.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/4/27.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/autitlebarsegment
+//#########################################################
+
+
+#define UI_AUTitleBarSegment
+
+/*  
+ 支付宝标准:该分段控件只能用于导航栏顶部的分段控件
+ 具有默认色值,默认高度 52px
+ */
+
+#define AUTitleBarSegment_DefaultHeight             26      //  默认高度值为 26
+#define AUTitleBarSegment_DefaultSegmentWidth       90      // 默认每段的宽度值为 90
+
+@interface AUTitleBarSegment : UISegmentedControl
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUToast.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUToast.h
new file mode 100755
index 0000000000000000000000000000000000000000..e8dacf8a2ee5cd0eed24be7dca367f4ca394b376
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUToast.h
@@ -0,0 +1,286 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Toast_AUToast//程序自动生成
+//
+//  AUToast.h
+//  CommonUI
+//
+//  Created by  tudou on 13-4-12.
+//  Copyright (c) 2013å¹´  tudou. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+//#########################################################
+//文档地址 : http://aui.alipay.net/develop/ios/autoast
+//#########################################################
+
+
+#define UI_AUToast
+
+// log输出函数声明,由外部设置
+typedef void(*AUToastLogFunc)(NSString *tag, NSString *format, ...);
+extern AUToastLogFunc g_ToastExternLogFunc; // log输出函数全局变量,由外部设置
+#define AUToastLog(fmt, ...) {if(g_ToastExternLogFunc)g_ToastExternLogFunc(@"@AUToast",fmt,##__VA_ARGS__);}
+
+
+#define AUToast_Default_Duration 2.0    // AUToast默认展示时间
+#define AUToast_Strong_Duration 1.5     // AUToast强提示展示时长
+#define AUToast_Weak_Duration 1.0       // AUToast弱提示展示时长
+
+/**
+ *  添加新的toastIcon时,请向后添加,不要在中间插入,否则业务使用会有问题
+ */
+typedef enum{
+    AUToastIconNone = 0,    // 无图标
+    AUToastIconSuccess,     // 成功图标
+    AUToastIconFailure,     // 失败图标
+    AUToastIconLoading,     // 加载图标
+    AUToastIconNetFailure,  // 网络失败
+    AUToastIconSecurityScan,// 安全扫描
+    AUToastIconNetError,    // 网络错误,完全无法连接
+    AUToastIconProgress,    // 加载图标,显示加载进度
+    AUToastIconAlert,       // 警示图标
+    
+    APToastIconNone     __attribute__((deprecated)) = AUToastIconNone ,//0,    // 无图标
+    APToastIconSuccess  __attribute__((deprecated)) = AUToastIconSuccess,     // 成功图标
+    APToastIconFailure __attribute__((deprecated))  = AUToastIconFailure,     // 失败图标
+    APToastIconLoading __attribute__((deprecated))  = AUToastIconLoading,     // 加载图标
+    APToastIconNetFailure __attribute__((deprecated)) = AUToastIconNetFailure,  // 网络失败
+    APToastIconSecurityScan __attribute__((deprecated)) = AUToastIconSecurityScan,// 安全扫描
+    APToastIconNetError __attribute__((deprecated))     = AUToastIconNetError,    // 网络错误,完全无法连接
+    APToastIconProgress __attribute__((deprecated))     = AUToastIconProgress,    // 加载图标,显示加载进度
+    APToastIconAlert __attribute__((deprecated))        = AUToastIconAlert,       // 警示图标
+} AUToastIcon;
+
+
+
+/**
+ * Toast控件
+ */
+@interface AUToast : UIView
+
+@property (nonatomic, assign) CGFloat xOffset; // 设置相对父视图中心位置X坐标方向的偏移量
+@property (nonatomic, assign) CGFloat yOffset; // 设置相对父视图中心位置Y坐标方向的偏移量
+
+/*
+ * 模态显示提示,此时屏幕不响应用户操作(显示在keywindow上面),
+ * 需调用dismissToast方法使Toast消失
+ *
+ * @param text   显示文本,默认为loading加载
+ * @param logTag 日志标识
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentToastWithText:(NSString *)text
+                           logTag:(NSString*)logTag;
+
+/**
+ * 显示Toast,需调用dismissToast方法使Toast消失
+ *
+ * @param superview 父视图
+ * @param text      显示文本
+ * @param logTag    日志标识
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentToastWithin:(UIView *)superview
+                           text:(NSString *)text
+                         logTag:(NSString*)logTag;
+
+/**
+ * 显示Toast,需调用dismissToast方法使Toast消失
+ *
+ * @param superview 父视图
+ * @param icon      图标类型
+ * @param text      显示文本
+ * @param logTag    日志标识
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentToastWithin:(UIView *)superview
+                       withIcon:(AUToastIcon)icon
+                           text:(NSString *)text
+                         logTag:(NSString*)logTag;
+
+/**
+ * 显示Toast
+ *
+ * @param superview 父视图
+ * @param icon      图标类型
+ * @param text      显示文本
+ * @param duration  显示时长
+ * @param logTag    日志标识
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentToastWithin:(UIView *)superview
+                       withIcon:(AUToastIcon)icon
+                           text:(NSString *)text
+                       duration:(NSTimeInterval)duration
+                         logTag:(NSString*)logTag;
+
+
+
+/**
+ * 显示Toast
+ *
+ * @param superview     要在其中显示Toast的视图
+ * @param icon          图标类型
+ * @param text          显示文本
+ * @param duration      显示时长
+ * @param logTag        日志标识
+ * @param completion    Toast自动消失后的回调
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentToastWithin:(UIView *)superview
+                       withIcon:(AUToastIcon)icon
+                           text:(NSString *)text
+                       duration:(NSTimeInterval)duration
+                         logTag:(NSString*)logTag
+                     completion:(void (^)())completion;
+
+
+/**
+ * 显示Toast
+ *
+ * @param superview     要在其中显示Toast的视图
+ * @param icon          图标类型
+ * @param text          显示文本
+ * @param duration      显示时长
+ * @param delay         延迟显示时长
+ * @param logTag        日志标识
+ * @param completion    Toast自动消失后的回调
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentToastWithin:(UIView *)superview
+                       withIcon:(AUToastIcon)icon
+                           text:(NSString *)text
+                       duration:(NSTimeInterval)duration
+                          delay:(NSTimeInterval)delay
+                         logTag:(NSString*)logTag
+                     completion:(void (^)())completion;
+
+
+
+/*
+ * 模态toast,需调用dismissToast方法使Toast消失
+ * 跟普通的toast区别是,会添加一个透明的背景层,防止用户屏幕点击
+ *
+ * @param superview 父视图
+ * @param text      显示文本
+ * @param logTag    日志标识
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentModelToastWithin:(UIView *)superview
+                                text:(NSString *)text
+                              logTag:(NSString*)logTag;
+
+
+/**
+ * 显示模态Toast
+ * 跟普通的toast区别是,会添加一个透明的背景层,防止用户屏幕点击
+ *
+ * @param superview     要在其中显示Toast的视图
+ * @param icon          图标类型
+ * @param text          显示文本
+ * @param duration      显示时长
+ * @param logTag        日志标识
+ * @param completion    Toast自动消失后的回调
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentModalToastWithin:(UIView *)superview
+                            withIcon:(AUToastIcon)icon
+                                text:(NSString *)text
+                            duration:(NSTimeInterval)duration
+                              logTag:(NSString*)logTag
+                          completion:(void (^)())completion;
+
+
+/**
+ * 显示模态Toast
+ * 跟普通的toast区别是,会添加一个透明的背景层,防止用户屏幕点击
+ *
+ * @param superview     要在其中显示Toast的视图
+ * @param icon          图标类型
+ * @param text          显示文本
+ * @param duration      显示时长
+ * @param delay         延迟显示时长
+ * @param logTag        日志标识
+ * @param completion    Toast自动消失后的回调
+ *
+ * @return 返回显示的Toast对象
+ */
++ (AUToast *)presentModalToastWithin:(UIView *)superview
+                            withIcon:(AUToastIcon)icon
+                                text:(NSString *)text
+                            duration:(NSTimeInterval)duration
+                               delay:(NSTimeInterval)delay
+                              logTag:(NSString*)logTag
+                          completion:(void (^)())completion;
+
+
+/*
+ * 使toast消失
+ */
+- (void)dismissToast;
+
+/**
+ *  设置进度的前缀文本,如果不设置,默认为“加载数据”
+ *  当toast类型为AUToastIconProgress设置有效,否则忽略
+ *
+ *  @param prefix 文本
+ */
+- (void)setProgressPrefix:(NSString*)prefix;
+
+/**
+ * 显示当前加载数据的进度百分比
+ * 当toast类型为AUToastIconProgress设置有效,否则忽略
+ *
+ * @param value      当前已加载的数据,范围为<0.0,1.0>
+ *
+ */
+- (void)setProgressText:(float)value;
+
+/**
+ * 首页卡券页面弹得特殊样式toast。
+ */
+- (void)setSocialTipToastStyle;
+
+@end
+
+
+
+/**
+ 展现一个toast
+
+ @param superView 父view
+ @param icon toast类型
+ @param text toast文案
+ @param logTag 业务tag
+ @return toast
+ */
+NS_INLINE AUToast *AUToastShow(UIView *superView, AUToastIcon icon, NSString *text, NSString *logTag) {
+    return [AUToast presentToastWithin:superView withIcon:icon text:text logTag:logTag];
+}
+
+
+/**
+ 展现一个toast,2s后自动消失
+
+
+ @param icon toast类型
+ @param text toast文案
+ @param logTag 业务tag
+ @return toast
+ */
+NS_INLINE AUToast *AUToastShowWithAutoHide(UIView *superView, AUToastIcon icon, NSString *text, NSString *logTag) {
+    return [AUToast presentToastWithin:superView withIcon:icon text:text duration:2 logTag:logTag];
+}
+
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUToastDelegate.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUToastDelegate.h
new file mode 100755
index 0000000000000000000000000000000000000000..d10cebad8e7c61a982cfeb5b777eb95e9b037026
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUToastDelegate.h
@@ -0,0 +1,34 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Toast_AUToast//程序自动生成
+//
+//  APToastDelegate.h
+//  CommonUI
+//
+//  Created by  songdh on 14-1-6.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol AUToastDelegate <NSObject>
+
+/**
+ * 得到当前toast显示文本
+ *
+ * @param text:当前toast展示的文本
+ *
+ */
+- (void)queryToastText:(NSString*)text;
+
+/**
+ * toast显示时调用此方法
+ */
+- (void)toastAppear;
+
+/**
+ * toast消失时调用此方法
+ */
+- (void)toastDissAppear;
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUUILoadDefine.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUUILoadDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..26e075366eeee9c258ef934112ff3f210f1ec8f0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUUILoadDefine.h
@@ -0,0 +1,179 @@
+//
+//  AUUIUnloadDefine.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/5/27.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+
+#import "AUDefine.h"
+
+#ifndef AUUILoadDefine_h
+#define AUUILoadDefine_h
+
+
+
+//
+//加载的【UI 模块】 <程序自动生成>
+//
+
+
+//【BannerView 模块】
+#define ANTUI_UI_BannerView
+#define ANTUI_UI_BannerView_AUBannerView
+
+//【BaseComponent 模块】
+#define ANTUI_UI_BaseComponent
+#define ANTUI_UI_BaseComponent_AUActivityIndicatorView //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUButton //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUCollectionView //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUImage //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUImageView //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AULabel //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AULoadingIndicatorView //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUPageControl //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUScrollView //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUSwitch //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUView //基础模块,不要注释
+#define ANTUI_UI_BaseComponent_AUWindow //基础模块,不要注释
+
+//【CardMenu 模块】
+#define ANTUI_UI_CardMenu
+#define ANTUI_UI_CardMenu_AUCardMenu
+
+//【FloatMenu 模块】
+#define ANTUI_UI_FloatMenu
+#define ANTUI_UI_FloatMenu_AUFloatMenu
+
+//【IconFont 模块】
+#define ANTUI_UI_IconFont
+#define ANTUI_UI_IconFont_AUIconView
+
+//【Label 模块】
+#define ANTUI_UI_Label
+#define ANTUI_UI_Label_AURichLayer
+#define ANTUI_UI_Label_AURichTextLabel
+//#define ANTUI_UI_Label_GGGAttributedLabel
+#define ANTUI_UI_Label_TTTAttributedLabel
+
+//【NetError 模块】
+#define ANTUI_UI_NetError
+#define ANTUI_UI_NetError_AUNetErrorView
+
+//【PageFooter 模块】
+#define ANTUI_UI_PageFooter
+#define ANTUI_UI_PageFooter_AUCopyrightView
+#define ANTUI_UI_PageFooter_AUPageFooterView
+#define ANTUI_UI_PageFooter_AUTextLinkView
+
+//【PopMenu 模块】
+#define ANTUI_UI_PopMenu
+#define ANTUI_UI_PopMenu_AUPopMenu
+
+//【QRCode 模块】
+#define ANTUI_UI_QRCode
+#define ANTUI_UI_QRCode_AUQRCodeView
+
+//【ResultView 模块】
+#define ANTUI_UI_ResultView
+#define ANTUI_UI_ResultView_AUResultView
+
+//【Search 模块】
+#define ANTUI_UI_Search
+#define ANTUI_UI_Search_AUSearchBar
+//#define ANTUI_UI_Search_AUSearchController
+//#define ANTUI_UI_Search_AUSearchInputBox
+#define ANTUI_UI_Search_AUSearchTitleView
+
+//【Segment 模块】
+#define ANTUI_UI_Segment
+#define ANTUI_UI_Segment_AUSegment
+//#define ANTUI_UI_Segment_AUTitleBarSegment
+
+//【Tableview 模块】
+#define ANTUI_UI_Tableview
+#define ANTUI_UI_Tableview_AUAssitLableView
+//#define ANTUI_UI_Tableview_AUBankCardItem
+#define ANTUI_UI_Tableview_AUCheckBoxListItem
+//#define ANTUI_UI_Tableview_AUCouponsItem
+#define ANTUI_UI_Tableview_AUDoubleTitleListItem
+//#define ANTUI_UI_Tableview_AULineBreakListItem
+//#define ANTUI_UI_Tableview_AUMultiListItem
+//#define ANTUI_UI_Tableview_AUParallelTitleListItem
+#define ANTUI_UI_Tableview_AUSingleTitleListItem
+#define ANTUI_UI_Tableview_AUSwitchListItem
+#define ANTUI_UI_Tableview_AUTableview
+
+//【TitleBar 模块】
+#define ANTUI_UI_TitleBar
+#define ANTUI_UI_TitleBar_AUBarButtonItem
+#define ANTUI_UI_TitleBar_AUCustomNavigationBar
+//#define ANTUI_UI_TitleBar_AUDoubleTitleView
+#define ANTUI_UI_TitleBar_AUNavigationBar
+
+//【Toast 模块】
+#define ANTUI_UI_Toast
+#define ANTUI_UI_Toast_AUToast
+
+//【actionSheet 模块】
+#define ANTUI_UI_actionSheet
+#define ANTUI_UI_actionSheet_AUActionSheet
+//#define ANTUI_UI_actionSheet_AUCustomActionSheet
+
+//【alert 模块】
+#define ANTUI_UI_alert
+#define ANTUI_UI_alert_AUImageDialog
+#define ANTUI_UI_alert_AUInputDialog
+//#define ANTUI_UI_alert_AUListDialog
+#define ANTUI_UI_alert_AUNoticeDialog
+#define ANTUI_UI_alert_AUOperationResultDialog
+
+//【amountInputBox 模块】
+#define ANTUI_UI_amountInputBox
+#define ANTUI_UI_amountInputBox_AUAmountInputBox
+#define ANTUI_UI_amountInputBox_Deprecated
+#define ANTUI_UI_amountInputBox_SimpleAmountInput
+
+//【bladeView 模块】
+//#define ANTUI_UI_bladeView
+//#define ANTUI_UI_bladeView_AUBladeView
+
+//【checkbox 模块】
+#define ANTUI_UI_checkbox
+#define ANTUI_UI_checkbox_AUCheckBox
+
+//【floatTip 模块】
+#define ANTUI_UI_floatTip
+#define ANTUI_UI_floatTip_AURecordFloatTip
+
+//【keyboards 模块】
+#define ANTUI_UI_keyboards
+#define ANTUI_UI_keyboards_AUNumKeyboards
+
+//【pickerView 模块】
+#define ANTUI_UI_pickerView
+#define ANTUI_UI_pickerView_AUCascadePicker
+#define ANTUI_UI_pickerView_AUCustomDatePicker
+#define ANTUI_UI_pickerView_AUDatePicker
+#define ANTUI_UI_pickerView_AUImagePicker
+#define ANTUI_UI_pickerView_PickerBaseView
+
+//【refreshLoadingView 模块】
+#define ANTUI_UI_refreshLoadingView
+#define ANTUI_UI_refreshLoadingView_AUDragLoadingView
+#define ANTUI_UI_refreshLoadingView_AULoadingView
+#define ANTUI_UI_refreshLoadingView_AUPullLoadingView
+
+//【textfields 模块】
+#define ANTUI_UI_textfields
+//#define ANTUI_UI_textfields_AUImageInputBox
+#define ANTUI_UI_textfields_AUInputBox
+#define ANTUI_UI_textfields_AUParagraphInputBox
+//#define ANTUI_UI_textfields_AUSecurityCodeBox
+//#define ANTUI_UI_textfields_AUSixPwdInputBox
+//#define ANTUI_UI_textfields_AUTextCodeInputBox
+
+
+
+#endif /* AUUILoadDefine_h */
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUUtils.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUUtils.h
new file mode 100755
index 0000000000000000000000000000000000000000..3d69e7389d5b6120f552eed020542551c1d326d1
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUUtils.h
@@ -0,0 +1,202 @@
+//
+//  APUtils.h
+//  APCommonUI
+//
+//  Created by WenBi on 14-1-16.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+NS_INLINE NSString * _Nullable AUBundleImageName(NSString * _Nonnull imageName) {
+    return [NSString stringWithFormat:@"APCommonUI.bundle/%@", imageName];
+}
+
+NS_INLINE UIImage * _Nullable AUBundleImage(NSString * _Nonnull imageName) {
+    return [UIImage imageNamed:AUBundleImageName(imageName)];
+}
+
+NS_INLINE NSString * _Nullable AUBundleResourcePath(NSString * _Nonnull resName, NSString * _Nullable resType) {
+    return [[NSBundle mainBundle] pathForResource:[NSString stringWithFormat:@"APCommonUI.bundle/%@", resName] ofType:resType];
+}
+
+NS_INLINE CGFloat AUSystemVersion() {
+    return ([[[UIDevice currentDevice] systemVersion] floatValue]);
+}
+
+NS_INLINE BOOL AUDeviceIsIphone6Plus() {
+    return (CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(414, 736)));
+}
+
+NS_INLINE BOOL AUDeviceIsLowerIphone6() {
+    return [UIScreen mainScreen].bounds.size.width == 320;
+}
+
+//
+NS_INLINE BOOL AUIsPad()
+{
+    return UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad;
+}
+
+// 适配小屏手机
+NS_INLINE CGFloat AUValueAfterScale(CGFloat value)
+{
+    if (AUIsPad()) {
+        return value;
+    }
+    
+    if (AUDeviceIsLowerIphone6()) {
+        CGFloat minFactor = MIN([UIScreen mainScreen].bounds.size.width / 375, [UIScreen mainScreen].bounds.size.height / 667);
+        return value * minFactor;
+    }
+    return value;
+}
+
+@interface UIColor (AUCommonUIExtensions)
+
+/**
+ * 用一个24位的整数生成UIColor
+ * 这个方法实现如下,只会返回不透明的颜色
+   return [UIColor colorWithRed:((rgb & 0xFF0000) >> 16) / 255.0f
+      green:((rgb & 0xFF00) >> 8) / 255.0f
+      blue:((rgb & 0xFF)) / 255.0f
+      alpha:1.0f];
+ * @param rgb 形如0xRRGGBB
+ */
++ (UIColor *_Nonnull)colorWithRGB:(int)rgb;
+
+// 这个方法可以指定透明度,alpha取值是[0, 1.0]
++ (UIColor *_Nonnull)colorWithRGB:(int)rgb alpha:(CGFloat)alpha;
+
+//
++ (nullable UIColor *)colorFromHexString:(nullable NSString *)hexString;
+
+//
++ (nullable UIColor *)colorFromHexString:(nullable NSString *)hexString alpha:(CGFloat)alpha;
+
+// argb color(写法 #FFababab)
++ (nullable UIColor *)colorFromArgbHexString:(nullable NSString *)hexString;
+
+@end
+
+/**
+ *  获取view距离屏幕上方的距离
+ *
+ */
+CGFloat AUCommonUIGetContentInsetTop();
+
+/**
+ *  无论竖屏还是横屏,都返回竖屏时屏幕的宽度
+ */
+CGFloat AUCommonUIGetScreenWidthForPortrait();
+
+/**
+ *  无论竖屏还是横屏,都返回竖屏时屏幕的高度
+ */
+CGFloat AUCommonUIGetScreenHeightForPortrait();
+
+/*
+ 获取一像素的方法
+ */
+CGFloat AUUIGetOnePixel();
+
+/**
+ * 获取屏幕宽度,竖屏时返回竖屏的宽度,横屏时返回横屏的宽度
+ */
+CGFloat AUCommonUIGetScreenWidth();
+
+/**
+ * 获取屏幕高度
+ */
+CGFloat AUCommonUIGetScreenHeight();
+
+/**
+ * 获取状态栏高度
+ */
+CGFloat AUCommonUIGetStatusBarHeight();
+
+/**
+ * 通话情况下状态栏返回非通话模式高度
+ */
+CGFloat AUCommonUIGetStatusBarFixedHeightIncall();
+
+/**
+ * 获取当前keywindow的SafeAreaInsets
+ */
+UIEdgeInsets AUGetWindowSafeAreaInsets();
+/**
+ * 获取导航栏高度
+ */
+//CGFloat AUCommonUIGetNavigationBarHeight() __deprecated_msg("业务请勿继续使用");
+
+/**
+ *  获取导航栏上icon的间距
+ */
+CGFloat AUCommonUIGetMarginBetweenNavigationItemIcon();
+
+/**
+ *  trim字符串前后空格
+ */
+NSString * _Nullable AUCommonUITrim(NSString * _Nullable string);
+
+
+
+
+
+
+
+
+/**
+ 方向
+
+ - AUDirectionTop: 上
+ - AUDireictionLeft: å·¦
+ - AUDirectionBottom: 下
+ - AUDirectionRight: 右
+ */
+typedef NS_ENUM(NSInteger, AUDirection) {
+    AUDirectionTop = 0,
+    AUDirectionLeft,
+    AUDirectionBottom,
+    AUDirectionRight,
+};
+
+/**
+ 底部View适配
+ 适配规则:
+ 1、高度不变,但insets.bottom的视图视参数作为子视图append在view的下面(超出bounds)
+ 2、宽度减去insets.left和insets.right
+ 3、忽略insets.top的处理
+ 4、需要业务自己设置y
+
+ @param view 视图
+ @param insets 适配边缘
+ @param expandColor 延展区域背景色
+ @param expandConfig 延展区配置
+ */
+void iPhoneX_makeViewInBottom(UIView * _Nonnull view,
+                              UIEdgeInsets insets,
+                              UIColor * _Nonnull expandColor,
+                              void(^ _Nullable expandConfig)(AUDirection direction, UIView * _Nullable expandView));
+
+
+
+/**
+ 对分隔线做垂直方向渐变(主要是TabBar的分隔线)
+
+ 具体做法:
+ iPhone X: 设置Line的背景色为渐变色
+ 其他设备:设置Line背景色为纯色
+
+ @param line 需要滑颜色的线
+ @param color 颜色
+ */
+void iPhoneX_makeLineVerticalGradual(UIView * _Nonnull line, UIColor * _Nonnull color);
+/**
+ 如果是虚线会变为实线
+
+ @param line 需要滑颜色的线
+ @param color 颜色
+ */
+void iPhoneX_makeLineVerticalReal(UIView * _Nonnull line, UIColor * _Nonnull color);
+
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUView.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUView.h
new file mode 100755
index 0000000000000000000000000000000000000000..e6073b835d8020683afb32839a6af2ab2374ba68
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUView.h
@@ -0,0 +1,68 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUView//程序自动生成
+//
+//  AUView.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/7/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+AntUI_BaseComponent
+@interface AUView : UIView
+
+@property (nonatomic, strong) UIView *aubadgeView; // 带有红点的共有view
+@property (nonatomic, assign) CGRectEdge aubadgeViewEdge; // 设置红点的与旁边view的间距
+
+@end
+
+
+
+@interface UIView (AUBadgeView)
+
+/**
+ 设置红点
+ 
+ @param wedgetId 红点的wedgetId
+ @param badgeNumber @"."   显示红点
+ @"new" 显示new
+ @"数字" 显示数字,大于99都显示图片more(...)
+ @"惠"/"hui"  显示“惠”字
+ @"xin" 显示"新"字
+ nil    清除当前显示
+ */
+
+/**
+ *  如果设置了widgetId,就不需要设置badgeNumber
+ */
+@property (nonatomic, strong) NSString *aubadgeNumber;
+
+/**
+ *  红点显示的widgetId
+ */
+@property (nonatomic, copy) NSString *aubadgeWidgetId;
+
+@end
+
+
+
+typedef NS_ENUM(NSInteger, AUViewPaddingPostion) {
+    AUViewPaddingPostionLeft,          // regular table view
+    AUViewPaddingPostionRight,         // preferences style table view
+    AUViewPaddingPostionTop,
+    AUViewPaddingPostionBottom,
+    AUViewPaddingPostionBadgeNumber,
+    AUViewPaddingPostionBadgeWidgetId,
+};
+
+@interface UIView (PaddingView)
+
+- (UIView *)au_paddingViewAtPostion:(AUViewPaddingPostion)postion;
+- (void)au_setPaddingView:(UIView *)view atPostion:(AUViewPaddingPostion)postion;
+- (void)au_removePaddingViewAtPosition:(AUViewPaddingPostion)postion;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUWindow.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUWindow.h
new file mode 100755
index 0000000000000000000000000000000000000000..ce4a1d2a1ee918f243ca877cdf279afa7272563d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUWindow.h
@@ -0,0 +1,25 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_BaseComponent_AUWindow//程序自动生成
+//
+//  AUWindow.h
+//  AntUI
+//
+//  Created by 祝威 on 16/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+
+/*!
+ @class       AUWindow
+ @abstract    UIWindow
+ @discussion  蚂蚁的window
+ */
+AntUI_BaseComponent
+@interface AUWindow : UIWindow
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AUWindowManager.h b/MPaaS/Frameworks/AntUI.framework/Headers/AUWindowManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..db2c9f549de82f210e5b202121acce6f8e9c0491
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AUWindowManager.h
@@ -0,0 +1,32 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUActionSheet//程序自动生成
+//
+//  AUWindowManager.h
+//  AntUI
+//
+//  Created by QiXin on 2017/3/13.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM(NSInteger, AUWindowType) {
+    AUWindowTypeNormal = 0,     // 普通 window
+    AUWindowTypePopUp           // 弹层 window
+};
+
+@interface AUWindowManager : NSObject
+
++ (instancetype)sharedManager;
+- (instancetype)init DEPRECATED_MSG_ATTRIBUTE("请使用 sharedManager 单例");
+
+- (UIWindow *)dequeueWindowWithType:(AUWindowType)windowType;
+- (void)enqueueWindow:(UIWindow *)window;
+
+@end
+
+@interface AUWindowViewController : UIViewController
+@property (nonatomic, strong) UIView *backgroundView;
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/AntUI.h b/MPaaS/Frameworks/AntUI.framework/Headers/AntUI.h
new file mode 100755
index 0000000000000000000000000000000000000000..49ec039c094bd105cb9b5da94c976cdc184df0a8
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/AntUI.h
@@ -0,0 +1,169 @@
+//
+//  AntUI.h
+//  AntUI
+//
+//  Created by maizhelun on 2016/9/25.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+
+/**
+ 文档:http://aui.alipay.net/develop/ios/ios-summary
+ */
+
+#import <Foundation/Foundation.h>
+#import <AntUI/AUDefine.h>
+#import <AntUI/AUUILoadDefine.h>
+
+#import <AntUI/AULabel.h>
+
+
+#import <AntUI/AUAmountEditTextNew.h>
+#import <AntUI/AUAmountEditText.h>
+#import <AntUI/AUAmountLabelText.h>
+
+#import <AntUI/AUActionSheet.h>
+#import <AntUI/AUActionSheetManager.h>
+#import <AntUI/AUThemeManager.h>
+#import <AntUI/AUTheme.h>
+#import <AntUI/AUResourceColor.h>
+#import <AntUI/AUResourceFont.h>
+#import <AntUI/AUResourceICONSize.h>
+#import <AntUI/AUResourceSpace.h>
+#import <AntUI/AUResourceCornerRadius.h>
+#import <AntUI/UIView+AUTheme.h>
+#import <AntUI/AUUtils.h>
+#import <AntUI/AUMethodSwizzling.h>
+
+#import <AntUI/UIImage+Blur.h>
+#import <AntUI/UIIMage+ChangeColor.h>
+#import <AntUI/Masonry.h>
+#import <AntUI/UIImageEffects.h>
+#import <AntUI/AUDefine.h>
+#import <AntUI/AUButton.h>
+
+#import <AntUI/AUIconFont.h>
+#import <AntUI/AUIconFontLoader.h>
+#import <AntUI/AUIconView.h>
+
+#import <AntUI/AURichLayer.h>
+#import <AntUI/TTTAttributedLabel.h>
+#import <AntUI/AUSearchBar.h>
+#import <AntUI/AUSearchTitleView.h>
+#import <AntUI/AUThirdPartyAdapter.h>
+#import <AntUI/AURegisterManager.h>
+#import <AntUI/AUCommonUIImageGenerator.h>
+//#import <AntUI/AUSearchController.h>
+#import <AntUI/UIImage+Color.h>
+
+#import <AntUI/AUDialogManager.h>
+#import <AntUI/AUNoticeDialog.h>
+#import <AntUI/AUNoticeDialog+Extension.h>
+#import <AntUI/AUDialogBaseView+Extentions.h>
+#import <AntUI/AUListDialog.h>
+#import <AntUI/AUInputDialog.h>
+#import <AntUI/AUImageDialog.h>
+#import <AntUI/AUDialogBaseView.h>
+#import <AntUI/AUOperationResultDialog.h>
+#import <AntUI/AUImageDialog+largeImageStyle.h>
+
+#import <AntUI/AUFloatMenu.h>
+#import <AntUI/AUNavItemView.h>
+#import <AntUI/AUShellThirdPlugIn.h>
+#import <AntUI/AUTPDefine.h>
+
+#import <AntUI/AUWindow.h>
+#import <AntUI/AURichTextLabel.h>
+#import <AntUI/AUDatePicker.h>
+#import <AntUI/AUCustomDatePicker.h>
+#import <AntUI/AUDragLoadingView.h>
+#import <AntUI/AULoadingView.h>
+#import <AntUI/AUPullLoadingView.h>
+#import <AntUI/AUActivityIndicatorView.h>
+#import <AntUI/AULoadingIndicatorView.h>
+
+#import <AntUI/AURecordFloatTip.h>
+
+#import <AntUI/AUBaseListItem.h>
+#import <AntUI/AUDoubleTitleListItem.h>
+#import <AntUI/AUListItemModel.h>
+#import <AntUI/AUListItemProtocols.h>
+#import <AntUI/AUSingleTitleListItem.h>
+#import <AntUI/AUAssitLableView.h>
+#import <AntUI/AUSwitchListItem.h>
+#import <AntUI/AUTableView.h>
+#import <AntUI/AUCheckBoxListItem.h>
+
+#import <AntUI/UITextField+NoCopyMenu.h>
+#import <AntUI/AUTextField.h>
+#import <AntUI/AUInputBox.h>
+//#import <AntUI/AUImageInputBox.h>
+#import <AntUI/AUTextValidator.h>
+//#import <AntUI/AUSixPwdInputBox.h>
+//#import <AntUI/AUSecurityCodeBox.h>
+//#import <AntUI/AUTextCodeInputBox.h>
+
+#import <AntUI/AUNumKeyboards.h>
+#import <AntUI/AUCustomNavigationBar.h>
+#import <AntUI/AUCustomNavigationBar+Extend.h>
+#import <AntUI/AUSegment.h>
+#import <AntUI/AUNetErrorView.h>
+
+//#import <AntUI/AUMultiListItem.h>
+//#import <AntUI/AUListItemUtility.h>
+//#import <AntUI/AUNBaseListItem.h>
+
+
+#import <AntUI/AUBaseListItem+AcessorView.h>
+#import <AntUI/AUActionSheetAnimation.h>
+#import <AntUI/AUBarButtonItem.h>
+#import <AntUI/AUNavigationBar.h>
+#import <AntUI/AUToast.h>
+#import <AntUI/AUQRCodeView.h>
+
+#import <AntUI/AULabel.h>
+#import <AntUI/AUQRCodeView.h>
+
+#import <AntUI/AUAmountInputBox.h>
+#import <AntUI/AUAmountInputField.h>
+#import <AntUI/AUAmountInputFieldNew.h>
+#import <AntUI/AUAmountInputFieldFooterView.h>
+
+#import <AntUI/AUThemeService.h>
+#import <AntUI/UIViewController+AUTheme.h>
+#import <AntUI/UIView+AUTheme.h>
+#import <AntUI/UIViewController+AUTheme.h>
+
+#import <AntUI/AUBannerView.h>
+#import <AntUI/AUImageBannerView.h>
+#import <AntUI/AUPopMenu.h>
+#import <AntUI/AUPopItemView.h>
+#import <AntUI/AUPopItemBaseView.h>
+
+#import <AntUI/AUCheckBox.h>
+#import <AntUI/AUImage.h>
+#import <AntUI/AUImageView.h>
+#import <AntUI/AUNavItemView.h>
+#import <AntUI/AUSwitch.h>
+#import <AntUI/AUView.h>
+
+#import <AntUI/AUDoubleTitleView.h>
+#import <AntUI/AUTitleBarSegment.h>
+#import <AntUI/AUParagraphInputBox.h>
+#import <AntUI/AUMultiListItem.h>
+#import <AntUI/AUCascadePicker.h>
+#import <AntUI/AUResultView.h>
+
+#import <AntUI/AUCopyrightView.h>
+#import <AntUI/AUTextLinkView.h>
+#import <AntUI/AUPageFooterView.h>
+#import <AntUI/AUPickerBaseView.h>
+
+//#import <AntUI/AUNBaseListItem.h>
+//#import <AntUI/AUListItemUtility.h>
+
+/*
+ 
+ #import <AntUI/AUBladeView.h>
+ 
+ */
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/GGGAttributedLabel.h b/MPaaS/Frameworks/AntUI.framework/Headers/GGGAttributedLabel.h
new file mode 100755
index 0000000000000000000000000000000000000000..1a850fa842e6c5d00e349b08c4aeb9a7fa26a8be
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/GGGAttributedLabel.h
@@ -0,0 +1,693 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Label_GGGAttributedLabel//程序自动生成
+// TTTAttributedLabel.h
+//
+// Copyright (c) 2011 Mattt Thompson (http://mattt.me)
+// 
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+// 
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+#import <UIKit/UIKit.h>
+#import <CoreText/CoreText.h>
+#import "TTTAttributedLabel.h"
+
+#define UI_GGGAttributedLabel
+
+/* current version:Commits on Jan 12, 2017 */
+
+//! Project version number for TTTAttributedLabel.
+FOUNDATION_EXPORT double TTTAttributedLabelVersionNumber;
+
+//! Project version string for TTTAttributedLabel.
+FOUNDATION_EXPORT const unsigned char TTTAttributedLabelVersionString[];
+
+@class GGGAttributedLabelLink;
+
+/**
+ Vertical alignment for text in a label whose bounds are larger than its text bounds
+ */
+//typedef NS_ENUM(NSInteger, TTTAttributedLabelVerticalAlignment) {
+//    TTTAttributedLabelVerticalAlignmentCenter   = 0,
+//    TTTAttributedLabelVerticalAlignmentTop      = 1,
+//    TTTAttributedLabelVerticalAlignmentBottom   = 2,
+//};
+
+/**
+ Determines whether the text to which this attribute applies has a strikeout drawn through itself.
+ */
+//extern NSString * const kTTTStrikeOutAttributeName;
+//
+///**
+// The background fill color. Value must be a `CGColorRef`. Default value is `nil` (no fill).
+// */
+//extern NSString * const kTTTBackgroundFillColorAttributeName;
+//
+///**
+// The padding for the background fill. Value must be a `UIEdgeInsets`. Default value is `UIEdgeInsetsZero` (no padding).
+// */
+extern NSString * const kTTTBackgroundFillPaddingAttributeName;
+//
+///**
+// The background stroke color. Value must be a `CGColorRef`. Default value is `nil` (no stroke).
+// */
+//extern NSString * const kTTTBackgroundStrokeColorAttributeName;
+//
+///**
+// The background stroke line width. Value must be an `NSNumber`. Default value is `1.0f`.
+// */
+//extern NSString * const kTTTBackgroundLineWidthAttributeName;
+//
+///**
+// The background corner radius. Value must be an `NSNumber`. Default value is `5.0f`.
+// */
+//extern NSString * const kTTTBackgroundCornerRadiusAttributeName;
+
+@protocol GGGAttributedLabelDelegate;
+
+// Override UILabel @property to accept both NSString and NSAttributedString
+@protocol GGGAttributedLabel <NSObject>
+@property (nonatomic, copy) IBInspectable id text;
+@end
+
+IB_DESIGNABLE
+
+/**
+ `TTTAttributedLabel` is a drop-in replacement for `UILabel` that supports `NSAttributedString`, as well as automatically-detected and manually-added links to URLs, addresses, phone numbers, and dates.
+ 
+ ## Differences Between `TTTAttributedLabel` and `UILabel`
+ 
+ For the most part, `TTTAttributedLabel` behaves just like `UILabel`. The following are notable exceptions, in which `TTTAttributedLabel` may act differently:
+ 
+ - `text` - This property now takes an `id` type argument, which can either be a kind of `NSString` or `NSAttributedString` (mutable or immutable in both cases)
+ - `attributedText` - Do not set this property directly. Instead, pass an `NSAttributedString` to `text`.
+ - `lineBreakMode` - This property displays only the first line when the value is `UILineBreakModeHeadTruncation`, `UILineBreakModeTailTruncation`, or `UILineBreakModeMiddleTruncation`
+ - `adjustsFontsizeToFitWidth` - Supported in iOS 5 and greater, this property is effective for any value of `numberOfLines` greater than zero. In iOS 4, setting `numberOfLines` to a value greater than 1 with `adjustsFontSizeToFitWidth` set to `YES` may cause `sizeToFit` to execute indefinitely.
+ - `baselineAdjustment` - This property has no affect.
+ - `textAlignment` - This property does not support justified alignment.
+ - `NSTextAttachment` - This string attribute is not supported.
+ 
+ Any properties affecting text or paragraph styling, such as `firstLineIndent` will only apply when text is set with an `NSString`. If the text is set with an `NSAttributedString`, these properties will not apply.
+ 
+ ### NSCoding
+ 
+ `TTTAttributedLabel`, like `UILabel`, conforms to `NSCoding`. However, if the build target is set to less than iOS 6.0, `linkAttributes` and `activeLinkAttributes` will not be encoded or decoded. This is due to an runtime exception thrown when attempting to copy non-object CoreText values in dictionaries.
+ 
+ @warning Any properties changed on the label after setting the text will not be reflected until a subsequent call to `setText:` or `setText:afterInheritingLabelAttributesAndConfiguringWithBlock:`. This is to say, order of operations matters in this case. For example, if the label text color is originally black when the text is set, changing the text color to red will have no effect on the display of the label until the text is set once again.
+ 
+ @bug Setting `attributedText` directly is not recommended, as it may cause a crash when attempting to access any links previously set. Instead, call `setText:`, passing an `NSAttributedString`.
+ */
+@interface GGGAttributedLabel : UILabel <GGGAttributedLabel, UIGestureRecognizerDelegate>
+
+/**
+ * The designated initializers are @c initWithFrame: and @c initWithCoder:.
+ * init will not properly initialize many required properties and other configuration.
+ */
+- (instancetype) init NS_UNAVAILABLE;
+
+///-----------------------------
+/// @name Accessing the Delegate
+///-----------------------------
+
+/**
+ The receiver's delegate.
+ 
+ @discussion A `TTTAttributedLabel` delegate responds to messages sent by tapping on links in the label. You can use the delegate to respond to links referencing a URL, address, phone number, date, or date with a specified time zone and duration.
+ */
+@property (nonatomic, weak) IBOutlet id <GGGAttributedLabelDelegate> delegate;
+
+///--------------------------------------------
+/// @name Detecting, Accessing, & Styling Links
+///--------------------------------------------
+
+/**
+ A bitmask of `NSTextCheckingType` which are used to automatically detect links in the label text.
+
+ @warning You must specify `enabledTextCheckingTypes` before setting the `text`, with either `setText:` or `setText:afterInheritingLabelAttributesAndConfiguringWithBlock:`.
+ */
+@property (nonatomic, assign) NSTextCheckingTypes enabledTextCheckingTypes;
+
+/**
+ An array of `NSTextCheckingResult` objects for links detected or manually added to the label text.
+ */
+@property (readonly, nonatomic, strong) NSArray *links;
+
+/**
+ A dictionary containing the default `NSAttributedString` attributes to be applied to links detected or manually added to the label text. The default link style is blue and underlined.
+ 
+ @warning You must specify `linkAttributes` before setting autodecting or manually-adding links for these attributes to be applied.
+ */
+@property (nonatomic, strong) NSDictionary *linkAttributes;
+
+/**
+ A dictionary containing the default `NSAttributedString` attributes to be applied to links when they are in the active state. If `nil` or an empty `NSDictionary`, active links will not be styled. The default active link style is red and underlined.
+ */
+@property (nonatomic, strong) NSDictionary *activeLinkAttributes;
+
+/**
+ A dictionary containing the default `NSAttributedString` attributes to be applied to links when they are in the inactive state, which is triggered by a change in `tintColor` in iOS 7 and later. If `nil` or an empty `NSDictionary`, inactive links will not be styled. The default inactive link style is gray and unadorned.
+ */
+@property (nonatomic, strong) NSDictionary *inactiveLinkAttributes;
+
+/**
+ The edge inset for the background of a link. The default value is `{0, -1, 0, -1}`.
+ */
+@property (nonatomic, assign) UIEdgeInsets linkBackgroundEdgeInset;
+
+/**
+ Indicates if links will be detected within an extended area around the touch
+ to emulate the link detection behaviour of UIWebView. 
+ Default value is NO. Enabling this may adversely impact performance.
+ */
+@property (nonatomic, assign) BOOL extendsLinkTouchArea;
+
+///---------------------------------------
+/// @name Acccessing Text Style Attributes
+///---------------------------------------
+
+/**
+ The shadow blur radius for the label. A value of 0 indicates no blur, while larger values produce correspondingly larger blurring. This value must not be negative. The default value is 0. 
+ */
+@property (nonatomic, assign) IBInspectable CGFloat shadowRadius;
+
+/** 
+ The shadow blur radius for the label when the label's `highlighted` property is `YES`. A value of 0 indicates no blur, while larger values produce correspondingly larger blurring. This value must not be negative. The default value is 0.
+ */
+@property (nonatomic, assign) IBInspectable CGFloat highlightedShadowRadius;
+/** 
+ The shadow offset for the label when the label's `highlighted` property is `YES`. A size of {0, 0} indicates no offset, with positive values extending down and to the right. The default size is {0, 0}.
+ */
+@property (nonatomic, assign) IBInspectable CGSize highlightedShadowOffset;
+/** 
+ The shadow color for the label when the label's `highlighted` property is `YES`. The default value is `nil` (no shadow color).
+ */
+@property (nonatomic, strong) IBInspectable UIColor *highlightedShadowColor;
+
+/**
+ The amount to kern the next character. Default is standard kerning. If this attribute is set to 0.0, no kerning is done at all.
+ */
+@property (nonatomic, assign) IBInspectable CGFloat kern;
+
+///--------------------------------------------
+/// @name Acccessing Paragraph Style Attributes
+///--------------------------------------------
+
+/**
+ The distance, in points, from the leading margin of a frame to the beginning of the 
+ paragraph's first line. This value is always nonnegative, and is 0.0 by default. 
+ This applies to the full text, rather than any specific paragraph metrics.
+ */
+@property (nonatomic, assign) IBInspectable CGFloat firstLineIndent;
+
+/**
+ The space in points added between lines within the paragraph. This value is always nonnegative and is 0.0 by default.
+ */
+@property (nonatomic, assign) IBInspectable CGFloat lineSpacing;
+
+// alipay 加上
+@property (nonatomic, assign) CGFloat leading DEPRECATED_ATTRIBUTE;
+
+/**
+ The minimum line height within the paragraph. If the value is 0.0, the minimum line height is set to the line height of the `font`. 0.0 by default.
+ */
+@property (nonatomic, assign) IBInspectable CGFloat minimumLineHeight;
+
+/**
+ The maximum line height within the paragraph. If the value is 0.0, the maximum line height is set to the line height of the `font`. 0.0 by default.
+ */
+@property (nonatomic, assign) IBInspectable CGFloat maximumLineHeight;
+
+/**
+ The line height multiple. This value is 1.0 by default.
+ */
+@property (nonatomic, assign) IBInspectable CGFloat lineHeightMultiple;
+
+/**
+ The distance, in points, from the margin to the text container. This value is `UIEdgeInsetsZero` by default.
+ sizeThatFits: will have its returned size increased by these margins.
+ drawTextInRect: will inset all drawn text by these margins.
+ */
+@property (nonatomic, assign) IBInspectable UIEdgeInsets textInsets;
+
+/**
+ The vertical text alignment for the label, for when the frame size is greater than the text rect size. The vertical alignment is `TTTAttributedLabelVerticalAlignmentCenter` by default.
+ */
+@property (nonatomic, assign) TTTAttributedLabelVerticalAlignment verticalAlignment;
+
+///--------------------------------------------
+/// @name Accessing Truncation Token Appearance
+///--------------------------------------------
+
+/**
+ The attributed string to apply to the truncation token at the end of a truncated line.
+ */
+@property (nonatomic, strong) IBInspectable NSAttributedString *attributedTruncationToken;
+
+///--------------------------
+/// @name Long press gestures
+///--------------------------
+
+/**
+ *  The long-press gesture recognizer used internally by the label.
+ */
+@property (nonatomic, strong, readonly) UILongPressGestureRecognizer *longPressGestureRecognizer;
+
+///--------------------------------------------
+/// @name Calculating Size of Attributed String
+///--------------------------------------------
+
+/**
+ Calculate and return the size that best fits an attributed string, given the specified constraints on size and number of lines.
+
+ @param attributedString The attributed string.
+ @param size The maximum dimensions used to calculate size.
+ @param numberOfLines The maximum number of lines in the text to draw, if the constraining size cannot accomodate the full attributed string.
+ 
+ @return The size that fits the attributed string within the specified constraints.
+ */
++ (CGSize)sizeThatFitsAttributedString:(NSAttributedString *)attributedString
+                       withConstraints:(CGSize)size
+                limitedToNumberOfLines:(NSUInteger)numberOfLines;
+
+///----------------------------------
+/// @name Setting the Text Attributes
+///----------------------------------
+
+/**
+ Sets the text displayed by the label.
+ 
+ @param text An `NSString` or `NSAttributedString` object to be displayed by the label. If the specified text is an `NSString`, the label will display the text like a `UILabel`, inheriting the text styles of the label. If the specified text is an `NSAttributedString`, the label text styles will be overridden by the styles specified in the attributed string.
+  
+ @discussion This method overrides `UILabel -setText:` to accept both `NSString` and `NSAttributedString` objects. This string is `nil` by default.
+ */
+- (void)setText:(id)text;
+
+/**
+ Sets the text displayed by the label, after configuring an attributed string containing the text attributes inherited from the label in a block.
+ 
+ @param text An `NSString` or `NSAttributedString` object to be displayed by the label.
+ @param block A block object that returns an `NSMutableAttributedString` object and takes a single argument, which is an `NSMutableAttributedString` object with the text from the first parameter, and the text attributes inherited from the label text styles. For example, if you specified the `font` of the label to be `[UIFont boldSystemFontOfSize:14]` and `textColor` to be `[UIColor redColor]`, the `NSAttributedString` argument of the block would be contain the `NSAttributedString` attribute equivalents of those properties. In this block, you can set further attributes on particular ranges.
+ 
+ @discussion This string is `nil` by default.
+ */
+- (void)setText:(id)text
+afterInheritingLabelAttributesAndConfiguringWithBlock:(NSMutableAttributedString *(^)(NSMutableAttributedString *mutableAttributedString))block;
+
+///------------------------------------
+/// @name Accessing the Text Attributes
+///------------------------------------
+
+/**
+ A copy of the label's current attributedText. This returns `nil` if an attributed string has never been set on the label.
+ 
+ @warning Do not set this property directly. Instead, set @c text to an @c NSAttributedString.
+ */
+@property (readwrite, nonatomic, copy) NSAttributedString *attributedText;
+
+///-------------------
+/// @name Adding Links
+///-------------------
+
+/**
+ Adds a link. You can customize an individual link's appearance and accessibility value by creating your own @c TTTAttributedLabelLink and passing it to this method. The other methods for adding links will use the label's default attributes.
+ 
+ @warning Modifying the link's attribute dictionaries must be done before calling this method.
+ 
+ @param link A @c TTTAttributedLabelLink object.
+ */
+- (void)addLink:(GGGAttributedLabelLink *)link;
+
+/**
+ Adds a link to an @c NSTextCheckingResult.
+ 
+ @param result An @c NSTextCheckingResult representing the link's location and type.
+ 
+ @return The newly added link object.
+ */
+- (GGGAttributedLabelLink *)addLinkWithTextCheckingResult:(NSTextCheckingResult *)result;
+
+/**
+ Adds a link to an @c NSTextCheckingResult.
+ 
+ @param result An @c NSTextCheckingResult representing the link's location and type.
+ @param attributes The attributes to be added to the text in the range of the specified link. If set, the label's @c activeAttributes and @c inactiveAttributes will be applied to the link. If `nil`, no attributes are added to the link.
+ 
+ @return The newly added link object.
+ */
+- (GGGAttributedLabelLink *)addLinkWithTextCheckingResult:(NSTextCheckingResult *)result
+                                               attributes:(NSDictionary *)attributes;
+
+/**
+ Adds a link to a URL for a specified range in the label text.
+ 
+ @param url The url to be linked to
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ 
+ @return The newly added link object.
+ */
+- (GGGAttributedLabelLink *)addLinkToURL:(NSURL *)url
+                               withRange:(NSRange)range;
+
+/**
+ Adds a link to an address for a specified range in the label text.
+ 
+ @param addressComponents A dictionary of address components for the address to be linked to
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ 
+ @discussion The address component dictionary keys are described in `NSTextCheckingResult`'s "Keys for Address Components." 
+ 
+ @return The newly added link object.
+ */
+- (GGGAttributedLabelLink *)addLinkToAddress:(NSDictionary *)addressComponents
+                                   withRange:(NSRange)range;
+
+/**
+ Adds a link to a phone number for a specified range in the label text.
+ 
+ @param phoneNumber The phone number to be linked to.
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ 
+ @return The newly added link object.
+ */
+- (GGGAttributedLabelLink *)addLinkToPhoneNumber:(NSString *)phoneNumber
+                                       withRange:(NSRange)range;
+
+/**
+ Adds a link to a date for a specified range in the label text.
+ 
+ @param date The date to be linked to.
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ 
+ @return The newly added link object.
+ */
+- (GGGAttributedLabelLink *)addLinkToDate:(NSDate *)date
+                                withRange:(NSRange)range;
+
+/**
+ Adds a link to a date with a particular time zone and duration for a specified range in the label text.
+ 
+ @param date The date to be linked to.
+ @param timeZone The time zone of the specified date.
+ @param duration The duration, in seconds from the specified date.
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ 
+ @return The newly added link object.
+ */
+- (GGGAttributedLabelLink *)addLinkToDate:(NSDate *)date
+                                 timeZone:(NSTimeZone *)timeZone
+                                 duration:(NSTimeInterval)duration
+                                withRange:(NSRange)range;
+
+/**
+ Adds a link to transit information for a specified range in the label text.
+
+ @param components A dictionary containing the transit components. The currently supported keys are `NSTextCheckingAirlineKey` and `NSTextCheckingFlightKey`.
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ 
+ @return The newly added link object.
+ */
+- (GGGAttributedLabelLink *)addLinkToTransitInformation:(NSDictionary *)components
+                                              withRange:(NSRange)range;
+
+/**
+ Returns whether an @c NSTextCheckingResult is found at the give point.
+ 
+ @discussion This can be used together with @c UITapGestureRecognizer to tap interactions with overlapping views.
+ 
+ @param point The point inside the label.
+ */
+- (BOOL)containslinkAtPoint:(CGPoint)point;
+
+/**
+ Returns the @c TTTAttributedLabelLink at the give point if it exists.
+ 
+ @discussion This can be used together with @c UIViewControllerPreviewingDelegate to peek into links.
+ 
+ @param point The point inside the label.
+ */
+- (GGGAttributedLabelLink *)linkAtPoint:(CGPoint)point;
+
+@end
+
+/**
+ The `TTTAttributedLabelDelegate` protocol defines the messages sent to an attributed label delegate when links are tapped. All of the methods of this protocol are optional.
+ */
+@protocol GGGAttributedLabelDelegate <NSObject>
+
+///-----------------------------------
+/// @name Responding to Link Selection
+///-----------------------------------
+@optional
+
+/**
+ Tells the delegate that the user did select a link to a URL.
+ 
+ @param label The label whose link was selected.
+ @param url The URL for the selected link.
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+   didSelectLinkWithURL:(NSURL *)url;
+
+/**
+ Tells the delegate that the user did select a link to an address.
+ 
+ @param label The label whose link was selected.
+ @param addressComponents The components of the address for the selected link.
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didSelectLinkWithAddress:(NSDictionary *)addressComponents;
+
+/**
+ Tells the delegate that the user did select a link to a phone number.
+ 
+ @param label The label whose link was selected.
+ @param phoneNumber The phone number for the selected link.
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didSelectLinkWithPhoneNumber:(NSString *)phoneNumber;
+
+/**
+ Tells the delegate that the user did select a link to a date.
+ 
+ @param label The label whose link was selected.
+ @param date The datefor the selected link.
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+  didSelectLinkWithDate:(NSDate *)date;
+
+/**
+ Tells the delegate that the user did select a link to a date with a time zone and duration.
+ 
+ @param label The label whose link was selected.
+ @param date The date for the selected link.
+ @param timeZone The time zone of the date for the selected link.
+ @param duration The duration, in seconds from the date for the selected link.
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+  didSelectLinkWithDate:(NSDate *)date
+               timeZone:(NSTimeZone *)timeZone
+               duration:(NSTimeInterval)duration;
+
+/**
+ Tells the delegate that the user did select a link to transit information
+
+ @param label The label whose link was selected.
+ @param components A dictionary containing the transit components. The currently supported keys are `NSTextCheckingAirlineKey` and `NSTextCheckingFlightKey`.
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didSelectLinkWithTransitInformation:(NSDictionary *)components;
+
+/**
+ Tells the delegate that the user did select a link to a text checking result.
+ 
+ @discussion This method is called if no other delegate method was called, which can occur by either now implementing the method in `TTTAttributedLabelDelegate` corresponding to a particular link, or the link was added by passing an instance of a custom `NSTextCheckingResult` subclass into `-addLinkWithTextCheckingResult:`.
+ 
+ @param label The label whose link was selected.
+ @param result The custom text checking result.
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didSelectLinkWithTextCheckingResult:(NSTextCheckingResult *)result;
+
+///---------------------------------
+/// @name Responding to Long Presses
+///---------------------------------
+
+/**
+ *  Long-press delegate methods include the CGPoint tapped within the label's coordinate space.
+ *  This may be useful on iPad to present a popover from a specific origin point.
+ */
+
+/**
+ Tells the delegate that the user long-pressed a link to a URL.
+ 
+ @param label The label whose link was long pressed.
+ @param url The URL for the link.
+ @param point the point pressed, in the label's coordinate space
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didLongPressLinkWithURL:(NSURL *)url
+                atPoint:(CGPoint)point;
+
+/**
+ Tells the delegate that the user long-pressed a link to an address.
+ 
+ @param label The label whose link was long pressed.
+ @param addressComponents The components of the address for the link.
+ @param point the point pressed, in the label's coordinate space
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didLongPressLinkWithAddress:(NSDictionary *)addressComponents
+                atPoint:(CGPoint)point;
+
+/**
+ Tells the delegate that the user long-pressed a link to a phone number.
+ 
+ @param label The label whose link was long pressed.
+ @param phoneNumber The phone number for the link.
+ @param point the point pressed, in the label's coordinate space
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didLongPressLinkWithPhoneNumber:(NSString *)phoneNumber
+                atPoint:(CGPoint)point;
+
+
+/**
+ Tells the delegate that the user long-pressed a link to a date.
+ 
+ @param label The label whose link was long pressed.
+ @param date The date for the selected link.
+ @param point the point pressed, in the label's coordinate space
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didLongPressLinkWithDate:(NSDate *)date
+                atPoint:(CGPoint)point;
+
+
+/**
+ Tells the delegate that the user long-pressed a link to a date with a time zone and duration.
+ 
+ @param label The label whose link was long pressed.
+ @param date The date for the link.
+ @param timeZone The time zone of the date for the link.
+ @param duration The duration, in seconds from the date for the link.
+ @param point the point pressed, in the label's coordinate space
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didLongPressLinkWithDate:(NSDate *)date
+               timeZone:(NSTimeZone *)timeZone
+               duration:(NSTimeInterval)duration
+                atPoint:(CGPoint)point;
+
+
+/**
+ Tells the delegate that the user long-pressed a link to transit information.
+ 
+ @param label The label whose link was long pressed.
+ @param components A dictionary containing the transit components. The currently supported keys are `NSTextCheckingAirlineKey` and `NSTextCheckingFlightKey`.
+ @param point the point pressed, in the label's coordinate space
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didLongPressLinkWithTransitInformation:(NSDictionary *)components
+                atPoint:(CGPoint)point;
+
+/**
+ Tells the delegate that the user long-pressed a link to a text checking result.
+ 
+ @discussion Similar to `-attributedLabel:didSelectLinkWithTextCheckingResult:`, this method is called if a link is long pressed and the delegate does not implement the method corresponding to this type of link.
+ 
+ @param label The label whose link was long pressed.
+ @param result The custom text checking result.
+ @param point the point pressed, in the label's coordinate space
+ */
+- (void)attributedLabel:(GGGAttributedLabel *)label
+didLongPressLinkWithTextCheckingResult:(NSTextCheckingResult *)result
+                atPoint:(CGPoint)point;
+
+@end
+
+@interface GGGAttributedLabelLink : NSObject <NSCoding>
+
+typedef void (^GGGAttributedLabelLinkBlock) (GGGAttributedLabel *, GGGAttributedLabelLink *);
+
+/**
+ An `NSTextCheckingResult` representing the link's location and type.
+ */
+@property (readonly, nonatomic, strong) NSTextCheckingResult *result;
+
+/**
+ A dictionary containing the @c NSAttributedString attributes to be applied to the link.
+ */
+@property (readonly, nonatomic, copy) NSDictionary *attributes;
+
+/**
+ A dictionary containing the @c NSAttributedString attributes to be applied to the link when it is in the active state.
+ */
+@property (readonly, nonatomic, copy) NSDictionary *activeAttributes;
+
+/**
+ A dictionary containing the @c NSAttributedString attributes to be applied to the link when it is in the inactive state, which is triggered by a change in `tintColor` in iOS 7 and later.
+ */
+@property (readonly, nonatomic, copy) NSDictionary *inactiveAttributes;
+
+/**
+ Additional information about a link for VoiceOver users. Has default values if the link's @c result is @c NSTextCheckingTypeLink, @c NSTextCheckingTypePhoneNumber, or @c NSTextCheckingTypeDate.
+ */
+@property (nonatomic, copy) NSString *accessibilityValue;
+
+/**
+ A block called when this link is tapped.
+ If non-nil, tapping on this link will call this block instead of the 
+ @c TTTAttributedLabelDelegate tap methods, which will not be called for this link.
+ */
+@property (nonatomic, copy) GGGAttributedLabelLinkBlock linkTapBlock;
+
+/**
+ A block called when this link is long-pressed.
+ If non-nil, long pressing on this link will call this block instead of the
+ @c TTTAttributedLabelDelegate long press methods, which will not be called for this link.
+ */
+@property (nonatomic, copy) GGGAttributedLabelLinkBlock linkLongPressBlock;
+
+/**
+ Initializes a link using the attribute dictionaries specified.
+ 
+ @param attributes         The @c attributes property for the link.
+ @param activeAttributes   The @c activeAttributes property for the link.
+ @param inactiveAttributes The @c inactiveAttributes property for the link.
+ @param result             An @c NSTextCheckingResult representing the link's location and type.
+ 
+ @return The initialized link object.
+ */
+- (instancetype)initWithAttributes:(NSDictionary *)attributes
+                  activeAttributes:(NSDictionary *)activeAttributes
+                inactiveAttributes:(NSDictionary *)inactiveAttributes
+                textCheckingResult:(NSTextCheckingResult *)result;
+
+/**
+ Initializes a link using the attribute dictionaries set on a specified label.
+ 
+ @param label  The attributed label from which to inherit attribute dictionaries.
+ @param result An @c NSTextCheckingResult representing the link's location and type.
+ 
+ @return The initialized link object.
+ */
+- (instancetype)initWithAttributesFromLabel:(GGGAttributedLabel*)label
+                         textCheckingResult:(NSTextCheckingResult *)result;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/HookUtil.h b/MPaaS/Frameworks/AntUI.framework/Headers/HookUtil.h
new file mode 100755
index 0000000000000000000000000000000000000000..f6e7bfd1ee3e4930bdb53ec8e6263e496848c388
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/HookUtil.h
@@ -0,0 +1,53 @@
+
+#ifdef DEBUG
+
+#import <objc/runtime.h>
+#import <Foundation/Foundation.h>
+
+// 非常棒的工具,但仅限于本地调试使用,不允许打入工程包
+
+//
+#define _AU_HOOK_FUNCTION_(MOD, RET, LIB, FUN, ...)		RET $##FUN(__VA_ARGS__);\
+														RET (*_##FUN)(__VA_ARGS__);\
+														__attribute__((MOD)) void _Init_##FUN() {_AUHookFunction(#LIB, #FUN, (void *)$##FUN, (void **)&_##FUN);}\
+														RET $##FUN(__VA_ARGS__)
+
+#define _AU_HOOK_MESSAGE_(MOD, RET, CLS, MSG, META, ...)	RET $##CLS##_##MSG(id self, SEL sel, ##__VA_ARGS__);\
+														RET (*_##CLS##_##MSG)(id self, SEL sel, ##__VA_ARGS__);\
+														__attribute__((MOD)) void _Init_##CLS##_##MSG() {_AUHookMessage(objc_get##META##Class(#CLS), #MSG, (void *)$##CLS##_##MSG, (void **)&_##CLS##_##MSG);}\
+														RET $##CLS##_##MSG(id self, SEL sel, ##__VA_ARGS__)
+
+#define _AU_HOOK_CLASS_MESSAGE_(MOD, RET, CLS, MSG, META, ...)	RET $##CLS##_##MSG(id self, SEL sel, ##__VA_ARGS__);\
+                                                            RET (*_##CLS##_##MSG)(id self, SEL sel, ##__VA_ARGS__);\
+                                                            __attribute__((MOD)) void _Init_##CLS##_##MSG() {_AUHookClassMessage(objc_get##META##Class(#CLS), #MSG, (void *)$##CLS##_##MSG, (void **)&_##CLS##_##MSG);}\
+                                                            RET $##CLS##_##MSG(id self, SEL sel, ##__VA_ARGS__)
+
+// 需要手动调用 _Init_*** 初始化 HOOK
+#define _AU_HOOK_FUNCTION(RET, LIB, FUN, ...)				_AU_HOOK_FUNCTION_(always_inline, RET, LIB, FUN, ##__VA_ARGS__)
+#define _AU_HOOK_MESSAGE(RET, CLS, MSG, ...)				_AU_HOOK_MESSAGE_(always_inline, RET, CLS, MSG, , ##__VA_ARGS__)
+#define _AU_HOOK_META(RET, CLS, MSG, ...)					_AU_HOOK_MESSAGE_(always_inline, RET, CLS, MSG, Meta, ##__VA_ARGS__)
+
+// 自动初始化 HOOK
+#define AU_HOOK_FUNCTION(RET, LIB, FUN, ...)            _AU_HOOK_FUNCTION_(constructor, RET, LIB, FUN, ##__VA_ARGS__)
+#define AU_HOOK_MESSAGE(RET, CLS, MSG, ...)				_AU_HOOK_MESSAGE_(constructor, RET, CLS, MSG, , ##__VA_ARGS__)
+#define AU_HOOK_CLASS_MESSAGE(RET, CLS, MSG, ...)		_AU_HOOK_CLASS_MESSAGE_(constructor, RET, CLS, MSG, , ##__VA_ARGS__)
+#define AU_HOOK_META(RET, CLS, MSG, ...)				_AU_HOOK_MESSAGE_(constructor, RET, CLS, MSG, Meta, ##__VA_ARGS__)
+
+//
+#ifdef __cplusplus
+extern "C"
+#endif
+void _AUHookFunction(const char *lib, const char *fun, void *hook, void **old);
+
+//
+#ifdef __cplusplus
+extern "C"
+#endif
+void _AUHookMessage(Class cls, const char *msg, void *hook, void **old);
+
+void _AUHookClassMessage(Class cls, const char *msg, void *hook, void **old);
+
+id AUGetProperty(NSObject *obj, const char *name);
+
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/MASCompositeConstraint.h b/MPaaS/Frameworks/AntUI.framework/Headers/MASCompositeConstraint.h
new file mode 100755
index 0000000000000000000000000000000000000000..934c6f166e0d1f85a3fe72e14c81a1f0767f46cf
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/MASCompositeConstraint.h
@@ -0,0 +1,26 @@
+//
+//  MASCompositeConstraint.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 21/07/13.
+//  Copyright (c) 2013 cloudling. All rights reserved.
+//
+
+#import "MASConstraint.h"
+#import "MASUtilities.h"
+
+/**
+ *	A group of MASConstraint objects
+ */
+@interface MASCompositeConstraint : MASConstraint
+
+/**
+ *	Creates a composite with a predefined array of children
+ *
+ *	@param	children	child MASConstraints
+ *
+ *	@return	a composite constraint
+ */
+- (id)initWithChildren:(NSArray *)children;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraint+Private.h b/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraint+Private.h
new file mode 100755
index 0000000000000000000000000000000000000000..ee0fd960827d384dbc1f979e4ee10ad76ce30231
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraint+Private.h
@@ -0,0 +1,66 @@
+//
+//  MASConstraint+Private.h
+//  Masonry
+//
+//  Created by Nick Tymchenko on 29/04/14.
+//  Copyright (c) 2014 cloudling. All rights reserved.
+//
+
+#import "MASConstraint.h"
+
+@protocol MASConstraintDelegate;
+
+
+@interface MASConstraint ()
+
+/**
+ *  Whether or not to check for an existing constraint instead of adding constraint
+ */
+@property (nonatomic, assign) BOOL updateExisting;
+
+/**
+ *	Usually MASConstraintMaker but could be a parent MASConstraint
+ */
+@property (nonatomic, weak) id<MASConstraintDelegate> delegate;
+
+/**
+ *  Based on a provided value type, is equal to calling:
+ *  NSNumber - setOffset:
+ *  NSValue with CGPoint - setPointOffset:
+ *  NSValue with CGSize - setSizeOffset:
+ *  NSValue with MASEdgeInsets - setInsets:
+ */
+- (void)setLayoutConstantWithValue:(NSValue *)value;
+
+@end
+
+
+@interface MASConstraint (Abstract)
+
+/**
+ *	Sets the constraint relation to given NSLayoutRelation
+ *  returns a block which accepts one of the following:
+ *    MASViewAttribute, UIView, NSValue, NSArray
+ *  see readme for more details.
+ */
+- (MASConstraint * (^)(id, NSLayoutRelation))equalToWithRelation;
+
+/**
+ *	Override to set a custom chaining behaviour
+ */
+- (MASConstraint *)addConstraintWithLayoutAttribute:(NSLayoutAttribute)layoutAttribute;
+
+@end
+
+
+@protocol MASConstraintDelegate <NSObject>
+
+/**
+ *	Notifies the delegate when the constraint needs to be replaced with another constraint. For example
+ *  A MASViewConstraint may turn into a MASCompositeConstraint when an array is passed to one of the equality blocks
+ */
+- (void)constraint:(MASConstraint *)constraint shouldBeReplacedWithConstraint:(MASConstraint *)replacementConstraint;
+
+- (MASConstraint *)constraint:(MASConstraint *)constraint addConstraintWithLayoutAttribute:(NSLayoutAttribute)layoutAttribute;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraint.h b/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraint.h
new file mode 100755
index 0000000000000000000000000000000000000000..a4b7a781fefdf07c791aa977f334e3e656539d0d
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraint.h
@@ -0,0 +1,251 @@
+//
+//  MASConstraint.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 22/07/13.
+//  Copyright (c) 2013 cloudling. All rights reserved.
+//
+
+#import "MASUtilities.h"
+
+/**
+ *	Enables Constraints to be created with chainable syntax
+ *  Constraint can represent single NSLayoutConstraint (MASViewConstraint) 
+ *  or a group of NSLayoutConstraints (MASComposisteConstraint)
+ */
+@interface MASConstraint : NSObject
+
+// Chaining Support
+
+/**
+ *	Modifies the NSLayoutConstraint constant,
+ *  only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
+ *  NSLayoutAttributeTop, NSLayoutAttributeLeft, NSLayoutAttributeBottom, NSLayoutAttributeRight
+ */
+- (MASConstraint * (^)(MASEdgeInsets insets))insets;
+
+/**
+ *	Modifies the NSLayoutConstraint constant,
+ *  only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
+ *  NSLayoutAttributeWidth, NSLayoutAttributeHeight
+ */
+- (MASConstraint * (^)(CGSize offset))sizeOffset;
+
+/**
+ *	Modifies the NSLayoutConstraint constant,
+ *  only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
+ *  NSLayoutAttributeCenterX, NSLayoutAttributeCenterY
+ */
+- (MASConstraint * (^)(CGPoint offset))centerOffset;
+
+/**
+ *	Modifies the NSLayoutConstraint constant
+ */
+- (MASConstraint * (^)(CGFloat offset))offset;
+
+/**
+ *  Modifies the NSLayoutConstraint constant based on a value type
+ */
+- (MASConstraint * (^)(NSValue *value))valueOffset;
+
+/**
+ *	Sets the NSLayoutConstraint multiplier property
+ */
+- (MASConstraint * (^)(CGFloat multiplier))multipliedBy;
+
+/**
+ *	Sets the NSLayoutConstraint multiplier to 1.0/dividedBy
+ */
+- (MASConstraint * (^)(CGFloat divider))dividedBy;
+
+/**
+ *	Sets the NSLayoutConstraint priority to a float or MASLayoutPriority
+ */
+- (MASConstraint * (^)(MASLayoutPriority priority))priority;
+
+/**
+ *	Sets the NSLayoutConstraint priority to MASLayoutPriorityLow
+ */
+- (MASConstraint * (^)())priorityLow;
+
+/**
+ *	Sets the NSLayoutConstraint priority to MASLayoutPriorityMedium
+ */
+- (MASConstraint * (^)())priorityMedium;
+
+/**
+ *	Sets the NSLayoutConstraint priority to MASLayoutPriorityHigh
+ */
+- (MASConstraint * (^)())priorityHigh;
+
+/**
+ *	Sets the constraint relation to NSLayoutRelationEqual
+ *  returns a block which accepts one of the following:
+ *    MASViewAttribute, UIView, NSValue, NSArray
+ *  see readme for more details.
+ */
+- (MASConstraint * (^)(id attr))equalTo;
+
+/**
+ *	Sets the constraint relation to NSLayoutRelationGreaterThanOrEqual
+ *  returns a block which accepts one of the following:
+ *    MASViewAttribute, UIView, NSValue, NSArray
+ *  see readme for more details.
+ */
+- (MASConstraint * (^)(id attr))greaterThanOrEqualTo;
+
+/**
+ *	Sets the constraint relation to NSLayoutRelationLessThanOrEqual
+ *  returns a block which accepts one of the following:
+ *    MASViewAttribute, UIView, NSValue, NSArray
+ *  see readme for more details.
+ */
+- (MASConstraint * (^)(id attr))lessThanOrEqualTo;
+
+/**
+ *	Optional semantic property which has no effect but improves the readability of constraint
+ */
+- (MASConstraint *)with;
+
+/**
+ *	Optional semantic property which has no effect but improves the readability of constraint
+ */
+- (MASConstraint *)and;
+
+/**
+ *	Creates a new MASCompositeConstraint with the called attribute and reciever
+ */
+- (MASConstraint *)left;
+- (MASConstraint *)top;
+- (MASConstraint *)right;
+- (MASConstraint *)bottom;
+- (MASConstraint *)leading;
+- (MASConstraint *)trailing;
+- (MASConstraint *)width;
+- (MASConstraint *)height;
+- (MASConstraint *)centerX;
+- (MASConstraint *)centerY;
+- (MASConstraint *)baseline;
+
+#if TARGET_OS_IPHONE
+
+- (MASConstraint *)leftMargin;
+- (MASConstraint *)rightMargin;
+- (MASConstraint *)topMargin;
+- (MASConstraint *)bottomMargin;
+- (MASConstraint *)leadingMargin;
+- (MASConstraint *)trailingMargin;
+- (MASConstraint *)centerXWithinMargins;
+- (MASConstraint *)centerYWithinMargins;
+
+#endif
+
+
+/**
+ *	Sets the constraint debug name
+ */
+- (MASConstraint * (^)(id key))key;
+
+// NSLayoutConstraint constant Setters
+// for use outside of mas_updateConstraints/mas_makeConstraints blocks
+
+/**
+ *	Modifies the NSLayoutConstraint constant,
+ *  only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
+ *  NSLayoutAttributeTop, NSLayoutAttributeLeft, NSLayoutAttributeBottom, NSLayoutAttributeRight
+ */
+- (void)setInsets:(MASEdgeInsets)insets;
+
+/**
+ *	Modifies the NSLayoutConstraint constant,
+ *  only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
+ *  NSLayoutAttributeWidth, NSLayoutAttributeHeight
+ */
+- (void)setSizeOffset:(CGSize)sizeOffset;
+
+/**
+ *	Modifies the NSLayoutConstraint constant,
+ *  only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
+ *  NSLayoutAttributeCenterX, NSLayoutAttributeCenterY
+ */
+- (void)setCenterOffset:(CGPoint)centerOffset;
+
+/**
+ *	Modifies the NSLayoutConstraint constant
+ */
+- (void)setOffset:(CGFloat)offset;
+
+
+// NSLayoutConstraint Installation support
+
+#if TARGET_OS_MAC && !TARGET_OS_IPHONE
+/**
+ *  Whether or not to go through the animator proxy when modifying the constraint
+ */
+@property (nonatomic, copy, readonly) MASConstraint *animator;
+#endif
+
+/**
+ *  Activates an NSLayoutConstraint if it's supported by an OS. 
+ *  Invokes install otherwise.
+ */
+- (void)activate;
+
+/**
+ *  Deactivates previously installed/activated NSLayoutConstraint.
+ */
+- (void)deactivate;
+
+/**
+ *	Creates a NSLayoutConstraint and adds it to the appropriate view.
+ */
+- (void)install;
+
+/**
+ *	Removes previously installed NSLayoutConstraint
+ */
+- (void)uninstall;
+
+@end
+
+
+/**
+ *  Convenience auto-boxing macros for MASConstraint methods.
+ *
+ *  Defining MAS_SHORTHAND_GLOBALS will turn on auto-boxing for default syntax.
+ *  A potential drawback of this is that the unprefixed macros will appear in global scope.
+ */
+#define mas_equalTo(...)                 equalTo(MASBoxValue((__VA_ARGS__)))
+#define mas_greaterThanOrEqualTo(...)    greaterThanOrEqualTo(MASBoxValue((__VA_ARGS__)))
+#define mas_lessThanOrEqualTo(...)       lessThanOrEqualTo(MASBoxValue((__VA_ARGS__)))
+
+#define mas_offset(...)                  valueOffset(MASBoxValue((__VA_ARGS__)))
+
+
+#ifdef MAS_SHORTHAND_GLOBALS
+
+#define equalTo(...)                     mas_equalTo(__VA_ARGS__)
+#define greaterThanOrEqualTo(...)        mas_greaterThanOrEqualTo(__VA_ARGS__)
+#define lessThanOrEqualTo(...)           mas_lessThanOrEqualTo(__VA_ARGS__)
+
+#define offset(...)                      mas_offset(__VA_ARGS__)
+
+#endif
+
+
+@interface MASConstraint (AutoboxingSupport)
+
+/**
+ *  Aliases to corresponding relation methods (for shorthand macros)
+ *  Also needed to aid autocompletion
+ */
+- (MASConstraint * (^)(id attr))mas_equalTo;
+- (MASConstraint * (^)(id attr))mas_greaterThanOrEqualTo;
+- (MASConstraint * (^)(id attr))mas_lessThanOrEqualTo;
+
+/**
+ *  A dummy method to aid autocompletion
+ */
+- (MASConstraint * (^)(id offset))mas_offset;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraintMaker.h b/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraintMaker.h
new file mode 100755
index 0000000000000000000000000000000000000000..7e318585d8387b60fedd439680b8295b6bbae4f0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/MASConstraintMaker.h
@@ -0,0 +1,132 @@
+//
+//  MASConstraintBuilder.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 20/07/13.
+//  Copyright (c) 2013 cloudling. All rights reserved.
+//
+
+#import "MASConstraint.h"
+#import "MASUtilities.h"
+
+typedef NS_OPTIONS(NSInteger, MASAttribute) {
+    MASAttributeLeft = 1 << NSLayoutAttributeLeft,
+    MASAttributeRight = 1 << NSLayoutAttributeRight,
+    MASAttributeTop = 1 << NSLayoutAttributeTop,
+    MASAttributeBottom = 1 << NSLayoutAttributeBottom,
+    MASAttributeLeading = 1 << NSLayoutAttributeLeading,
+    MASAttributeTrailing = 1 << NSLayoutAttributeTrailing,
+    MASAttributeWidth = 1 << NSLayoutAttributeWidth,
+    MASAttributeHeight = 1 << NSLayoutAttributeHeight,
+    MASAttributeCenterX = 1 << NSLayoutAttributeCenterX,
+    MASAttributeCenterY = 1 << NSLayoutAttributeCenterY,
+    MASAttributeBaseline = 1 << NSLayoutAttributeBaseline,
+    
+#if TARGET_OS_IPHONE
+    
+    MASAttributeLeftMargin = 1 << NSLayoutAttributeLeftMargin,
+    MASAttributeRightMargin = 1 << NSLayoutAttributeRightMargin,
+    MASAttributeTopMargin = 1 << NSLayoutAttributeTopMargin,
+    MASAttributeBottomMargin = 1 << NSLayoutAttributeBottomMargin,
+    MASAttributeLeadingMargin = 1 << NSLayoutAttributeLeadingMargin,
+    MASAttributeTrailingMargin = 1 << NSLayoutAttributeTrailingMargin,
+    MASAttributeCenterXWithinMargins = 1 << NSLayoutAttributeCenterXWithinMargins,
+    MASAttributeCenterYWithinMargins = 1 << NSLayoutAttributeCenterYWithinMargins,
+
+#endif
+    
+};
+
+/**
+ *  Provides factory methods for creating MASConstraints.
+ *  Constraints are collected until they are ready to be installed
+ *
+ */
+@interface MASConstraintMaker : NSObject
+
+/**
+ *	The following properties return a new MASViewConstraint
+ *  with the first item set to the makers associated view and the appropriate MASViewAttribute
+ */
+@property (nonatomic, strong, readonly) MASConstraint *left;
+@property (nonatomic, strong, readonly) MASConstraint *top;
+@property (nonatomic, strong, readonly) MASConstraint *right;
+@property (nonatomic, strong, readonly) MASConstraint *bottom;
+@property (nonatomic, strong, readonly) MASConstraint *leading;
+@property (nonatomic, strong, readonly) MASConstraint *trailing;
+@property (nonatomic, strong, readonly) MASConstraint *width;
+@property (nonatomic, strong, readonly) MASConstraint *height;
+@property (nonatomic, strong, readonly) MASConstraint *centerX;
+@property (nonatomic, strong, readonly) MASConstraint *centerY;
+@property (nonatomic, strong, readonly) MASConstraint *baseline;
+
+#if TARGET_OS_IPHONE
+
+@property (nonatomic, strong, readonly) MASConstraint *leftMargin;
+@property (nonatomic, strong, readonly) MASConstraint *rightMargin;
+@property (nonatomic, strong, readonly) MASConstraint *topMargin;
+@property (nonatomic, strong, readonly) MASConstraint *bottomMargin;
+@property (nonatomic, strong, readonly) MASConstraint *leadingMargin;
+@property (nonatomic, strong, readonly) MASConstraint *trailingMargin;
+@property (nonatomic, strong, readonly) MASConstraint *centerXWithinMargins;
+@property (nonatomic, strong, readonly) MASConstraint *centerYWithinMargins;
+
+#endif
+
+/**
+ *  Returns a block which creates a new MASCompositeConstraint with the first item set
+ *  to the makers associated view and children corresponding to the set bits in the
+ *  MASAttribute parameter. Combine multiple attributes via binary-or.
+ */
+@property (nonatomic, strong, readonly) MASConstraint *(^attributes)(MASAttribute attrs);
+
+/**
+ *	Creates a MASCompositeConstraint with type MASCompositeConstraintTypeEdges
+ *  which generates the appropriate MASViewConstraint children (top, left, bottom, right)
+ *  with the first item set to the makers associated view
+ */
+@property (nonatomic, strong, readonly) MASConstraint *edges;
+
+/**
+ *	Creates a MASCompositeConstraint with type MASCompositeConstraintTypeSize
+ *  which generates the appropriate MASViewConstraint children (width, height)
+ *  with the first item set to the makers associated view
+ */
+@property (nonatomic, strong, readonly) MASConstraint *size;
+
+/**
+ *	Creates a MASCompositeConstraint with type MASCompositeConstraintTypeCenter
+ *  which generates the appropriate MASViewConstraint children (centerX, centerY)
+ *  with the first item set to the makers associated view
+ */
+@property (nonatomic, strong, readonly) MASConstraint *center;
+
+/**
+ *  Whether or not to check for an existing constraint instead of adding constraint
+ */
+@property (nonatomic, assign) BOOL updateExisting;
+
+/**
+ *  Whether or not to remove existing constraints prior to installing
+ */
+@property (nonatomic, assign) BOOL removeExisting;
+
+/**
+ *	initialises the maker with a default view
+ *
+ *	@param	view	any MASConstrait are created with this view as the first item
+ *
+ *	@return	a new MASConstraintMaker
+ */
+- (id)initWithView:(MAS_VIEW *)view;
+
+/**
+ *	Calls install method on any MASConstraints which have been created by this maker
+ *
+ *	@return	an array of all the installed MASConstraints
+ */
+- (NSArray *)install;
+
+- (MASConstraint * (^)(dispatch_block_t))group;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/MASLayoutConstraint.h b/MPaaS/Frameworks/AntUI.framework/Headers/MASLayoutConstraint.h
new file mode 100755
index 0000000000000000000000000000000000000000..699041cbf10228d35f6b1a88aace981059b47e56
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/MASLayoutConstraint.h
@@ -0,0 +1,22 @@
+//
+//  MASLayoutConstraint.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 3/08/13.
+//  Copyright (c) 2013 Jonas Budelmann. All rights reserved.
+//
+
+#import "MASUtilities.h"
+
+/**
+ *	When you are debugging or printing the constraints attached to a view this subclass
+ *  makes it easier to identify which constraints have been created via Masonry
+ */
+@interface MASLayoutConstraint : NSLayoutConstraint
+
+/**
+ *	a key to associate with this constraint
+ */
+@property (nonatomic, strong) id mas_key;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/MASUtilities.h b/MPaaS/Frameworks/AntUI.framework/Headers/MASUtilities.h
new file mode 100755
index 0000000000000000000000000000000000000000..1b237b11f6f5b36c769609263f3ae81afd8b8767
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/MASUtilities.h
@@ -0,0 +1,132 @@
+//
+//  MASUtilities.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 19/08/13.
+//  Copyright (c) 2013 Jonas Budelmann. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#if TARGET_OS_IPHONE
+
+    #import <UIKit/UIKit.h>
+    #define MAS_VIEW UIView
+    #define MAS_VIEW_CONTROLLER UIViewController
+    #define MASEdgeInsets UIEdgeInsets
+
+    typedef UILayoutPriority MASLayoutPriority;
+    static const MASLayoutPriority MASLayoutPriorityRequired = UILayoutPriorityRequired;
+    static const MASLayoutPriority MASLayoutPriorityDefaultHigh = UILayoutPriorityDefaultHigh;
+    static const MASLayoutPriority MASLayoutPriorityDefaultMedium = 500;
+    static const MASLayoutPriority MASLayoutPriorityDefaultLow = UILayoutPriorityDefaultLow;
+    static const MASLayoutPriority MASLayoutPriorityFittingSizeLevel = UILayoutPriorityFittingSizeLevel;
+
+#elif TARGET_OS_MAC
+
+    #import <AppKit/AppKit.h>
+    #define MAS_VIEW NSView
+    #define MASEdgeInsets NSEdgeInsets
+
+    typedef NSLayoutPriority MASLayoutPriority;
+    static const MASLayoutPriority MASLayoutPriorityRequired = NSLayoutPriorityRequired;
+    static const MASLayoutPriority MASLayoutPriorityDefaultHigh = NSLayoutPriorityDefaultHigh;
+    static const MASLayoutPriority MASLayoutPriorityDragThatCanResizeWindow = NSLayoutPriorityDragThatCanResizeWindow;
+    static const MASLayoutPriority MASLayoutPriorityDefaultMedium = 501;
+    static const MASLayoutPriority MASLayoutPriorityWindowSizeStayPut = NSLayoutPriorityWindowSizeStayPut;
+    static const MASLayoutPriority MASLayoutPriorityDragThatCannotResizeWindow = NSLayoutPriorityDragThatCannotResizeWindow;
+    static const MASLayoutPriority MASLayoutPriorityDefaultLow = NSLayoutPriorityDefaultLow;
+    static const MASLayoutPriority MASLayoutPriorityFittingSizeCompression = NSLayoutPriorityFittingSizeCompression;
+
+#endif
+
+/**
+ *	Allows you to attach keys to objects matching the variable names passed.
+ *
+ *  view1.mas_key = @"view1", view2.mas_key = @"view2";
+ *
+ *  is equivalent to:
+ *
+ *  MASAttachKeys(view1, view2);
+ */
+#define MASAttachKeys(...)                                                    \
+    NSDictionary *keyPairs = NSDictionaryOfVariableBindings(__VA_ARGS__);     \
+    for (id key in keyPairs.allKeys) {                                        \
+        id obj = keyPairs[key];                                               \
+        NSAssert([obj respondsToSelector:@selector(setMas_key:)],             \
+                 @"Cannot attach mas_key to %@", obj);                        \
+        [obj setMas_key:key];                                                 \
+    }
+
+/**
+ *  Used to create object hashes
+ *  Based on http://www.mikeash.com/pyblog/friday-qa-2010-06-18-implementing-equality-and-hashing.html
+ */
+#define MAS_NSUINT_BIT (CHAR_BIT * sizeof(NSUInteger))
+#define MAS_NSUINTROTATE(val, howmuch) ((((NSUInteger)val) << howmuch) | (((NSUInteger)val) >> (MAS_NSUINT_BIT - howmuch)))
+
+/**
+ *  Given a scalar or struct value, wraps it in NSValue
+ *  Based on EXPObjectify: https://github.com/specta/expecta
+ */
+static inline id _MASBoxValue(const char *type, ...) {
+    va_list v;
+    va_start(v, type);
+    id obj = nil;
+    if (strcmp(type, @encode(id)) == 0) {
+        id actual = va_arg(v, id);
+        obj = actual;
+    } else if (strcmp(type, @encode(CGPoint)) == 0) {
+        CGPoint actual = (CGPoint)va_arg(v, CGPoint);
+        obj = [NSValue value:&actual withObjCType:type];
+    } else if (strcmp(type, @encode(CGSize)) == 0) {
+        CGSize actual = (CGSize)va_arg(v, CGSize);
+        obj = [NSValue value:&actual withObjCType:type];
+    } else if (strcmp(type, @encode(MASEdgeInsets)) == 0) {
+        MASEdgeInsets actual = (MASEdgeInsets)va_arg(v, MASEdgeInsets);
+        obj = [NSValue value:&actual withObjCType:type];
+    } else if (strcmp(type, @encode(double)) == 0) {
+        double actual = (double)va_arg(v, double);
+        obj = [NSNumber numberWithDouble:actual];
+    } else if (strcmp(type, @encode(float)) == 0) {
+        float actual = (float)va_arg(v, double);
+        obj = [NSNumber numberWithFloat:actual];
+    } else if (strcmp(type, @encode(int)) == 0) {
+        int actual = (int)va_arg(v, int);
+        obj = [NSNumber numberWithInt:actual];
+    } else if (strcmp(type, @encode(long)) == 0) {
+        long actual = (long)va_arg(v, long);
+        obj = [NSNumber numberWithLong:actual];
+    } else if (strcmp(type, @encode(long long)) == 0) {
+        long long actual = (long long)va_arg(v, long long);
+        obj = [NSNumber numberWithLongLong:actual];
+    } else if (strcmp(type, @encode(short)) == 0) {
+        short actual = (short)va_arg(v, int);
+        obj = [NSNumber numberWithShort:actual];
+    } else if (strcmp(type, @encode(char)) == 0) {
+        char actual = (char)va_arg(v, int);
+        obj = [NSNumber numberWithChar:actual];
+    } else if (strcmp(type, @encode(bool)) == 0) {
+        bool actual = (bool)va_arg(v, int);
+        obj = [NSNumber numberWithBool:actual];
+    } else if (strcmp(type, @encode(unsigned char)) == 0) {
+        unsigned char actual = (unsigned char)va_arg(v, unsigned int);
+        obj = [NSNumber numberWithUnsignedChar:actual];
+    } else if (strcmp(type, @encode(unsigned int)) == 0) {
+        unsigned int actual = (unsigned int)va_arg(v, unsigned int);
+        obj = [NSNumber numberWithUnsignedInt:actual];
+    } else if (strcmp(type, @encode(unsigned long)) == 0) {
+        unsigned long actual = (unsigned long)va_arg(v, unsigned long);
+        obj = [NSNumber numberWithUnsignedLong:actual];
+    } else if (strcmp(type, @encode(unsigned long long)) == 0) {
+        unsigned long long actual = (unsigned long long)va_arg(v, unsigned long long);
+        obj = [NSNumber numberWithUnsignedLongLong:actual];
+    } else if (strcmp(type, @encode(unsigned short)) == 0) {
+        unsigned short actual = (unsigned short)va_arg(v, unsigned int);
+        obj = [NSNumber numberWithUnsignedShort:actual];
+    }
+    va_end(v);
+    return obj;
+}
+
+#define MASBoxValue(value) _MASBoxValue(@encode(__typeof__((value))), (value))
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/MASViewAttribute.h b/MPaaS/Frameworks/AntUI.framework/Headers/MASViewAttribute.h
new file mode 100755
index 0000000000000000000000000000000000000000..f8eb70002a77dfc0bcd34ae4aeb772085d640180
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/MASViewAttribute.h
@@ -0,0 +1,49 @@
+//
+//  MASAttribute.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 21/07/13.
+//  Copyright (c) 2013 cloudling. All rights reserved.
+//
+
+#import "MASUtilities.h"
+
+/**
+ *  An immutable tuple which stores the view and the related NSLayoutAttribute.
+ *  Describes part of either the left or right hand side of a constraint equation
+ */
+@interface MASViewAttribute : NSObject
+
+/**
+ *  The view which the reciever relates to. Can be nil if item is not a view.
+ */
+@property (nonatomic, weak, readonly) MAS_VIEW *view;
+
+/**
+ *  The item which the reciever relates to.
+ */
+@property (nonatomic, weak, readonly) id item;
+
+/**
+ *  The attribute which the reciever relates to
+ */
+@property (nonatomic, assign, readonly) NSLayoutAttribute layoutAttribute;
+
+/**
+ *  Convenience initializer.
+ */
+- (id)initWithView:(MAS_VIEW *)view layoutAttribute:(NSLayoutAttribute)layoutAttribute;
+
+/**
+ *  The designated initializer.
+ */
+- (id)initWithView:(MAS_VIEW *)view item:(id)item layoutAttribute:(NSLayoutAttribute)layoutAttribute;
+
+/**
+ *	Determine whether the layoutAttribute is a size attribute
+ *
+ *	@return	YES if layoutAttribute is equal to NSLayoutAttributeWidth or NSLayoutAttributeHeight
+ */
+- (BOOL)isSizeAttribute;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/MASViewConstraint.h b/MPaaS/Frameworks/AntUI.framework/Headers/MASViewConstraint.h
new file mode 100755
index 0000000000000000000000000000000000000000..5c78f7ad7c097d04c59f87539277ab6d2cf51791
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/MASViewConstraint.h
@@ -0,0 +1,48 @@
+//
+//  MASConstraint.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 20/07/13.
+//  Copyright (c) 2013 cloudling. All rights reserved.
+//
+
+#import "MASViewAttribute.h"
+#import "MASConstraint.h"
+#import "MASLayoutConstraint.h"
+#import "MASUtilities.h"
+
+/**
+ *  A single constraint.
+ *  Contains the attributes neccessary for creating a NSLayoutConstraint and adding it to the appropriate view
+ */
+@interface MASViewConstraint : MASConstraint <NSCopying>
+
+/**
+ *	First item/view and first attribute of the NSLayoutConstraint
+ */
+@property (nonatomic, strong, readonly) MASViewAttribute *firstViewAttribute;
+
+/**
+ *	Second item/view and second attribute of the NSLayoutConstraint
+ */
+@property (nonatomic, strong, readonly) MASViewAttribute *secondViewAttribute;
+
+/**
+ *	initialises the MASViewConstraint with the first part of the equation
+ *
+ *	@param	firstViewAttribute	view.mas_left, view.mas_width etc.
+ *
+ *	@return	a new view constraint
+ */
+- (id)initWithFirstViewAttribute:(MASViewAttribute *)firstViewAttribute;
+
+/**
+ *  Returns all MASViewConstraints installed with this view as a first item.
+ *
+ *  @param  view  A view to retrieve constraints for.
+ *
+ *  @return An array of MASViewConstraints.
+ */
++ (NSArray *)installedConstraintsForView:(MAS_VIEW *)view;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/Masonry.h b/MPaaS/Frameworks/AntUI.framework/Headers/Masonry.h
new file mode 100755
index 0000000000000000000000000000000000000000..cc38a9a69522678afc3ca51f2f850451c5ec47e5
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/Masonry.h
@@ -0,0 +1,35 @@
+//
+//  Masonry.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 20/07/13.
+//  Copyright (c) 2013 cloudling. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//define this constant if you want to use Masonry without the 'mas_' prefix
+//#define MAS_SHORTHAND
+
+//define this constant if you want to enable auto-boxing for default syntax
+#define MAS_SHORTHAND_GLOBALS
+
+//! Project version number for Masonry.
+FOUNDATION_EXPORT double MasonryVersionNumber;
+
+//! Project version string for Masonry.
+FOUNDATION_EXPORT const unsigned char MasonryVersionString[];
+
+#import <AntUI/MASUtilities.h>
+#import <AntUI/View+MASAdditions.h>
+#import <AntUI/View+MASShorthandAdditions.h>
+#import <AntUI/ViewController+MASAdditions.h>
+#import <AntUI/NSArray+MASAdditions.h>
+#import <AntUI/NSArray+MASShorthandAdditions.h>
+#import <AntUI/MASConstraint.h>
+#import <AntUI/MASCompositeConstraint.h>
+#import <AntUI/MASViewAttribute.h>
+#import <AntUI/MASViewConstraint.h>
+#import <AntUI/MASConstraintMaker.h>
+#import <AntUI/MASLayoutConstraint.h>
+#import <AntUI/NSLayoutConstraint+MASDebugAdditions.h>
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/NSArray+MASAdditions.h b/MPaaS/Frameworks/AntUI.framework/Headers/NSArray+MASAdditions.h
new file mode 100755
index 0000000000000000000000000000000000000000..189d51f1915386f53ea71ebf359f084000584ee5
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/NSArray+MASAdditions.h
@@ -0,0 +1,47 @@
+//
+//  NSArray+MASAdditions.h
+//  
+//
+//  Created by Daniel Hammond on 11/26/13.
+//
+//
+
+#import "MASUtilities.h"
+#import "MASConstraintMaker.h"
+#import "MASViewAttribute.h"
+
+@interface NSArray (MASAdditions)
+
+/**
+ *  Creates a MASConstraintMaker with each view in the callee.
+ *  Any constraints defined are added to the view or the appropriate superview once the block has finished executing on each view
+ *
+ *  @param block scope within which you can build up the constraints which you wish to apply to each view.
+ *
+ *  @return Array of created MASConstraints
+ */
+- (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))block;
+
+/**
+ *  Creates a MASConstraintMaker with each view in the callee.
+ *  Any constraints defined are added to each view or the appropriate superview once the block has finished executing on each view.
+ *  If an existing constraint exists then it will be updated instead.
+ *
+ *  @param block scope within which you can build up the constraints which you wish to apply to each view.
+ *
+ *  @return Array of created/updated MASConstraints
+ */
+- (NSArray *)mas_updateConstraints:(void(^)(MASConstraintMaker *make))block;
+
+/**
+ *  Creates a MASConstraintMaker with each view in the callee.
+ *  Any constraints defined are added to each view or the appropriate superview once the block has finished executing on each view.
+ *  All constraints previously installed for the views will be removed.
+ *
+ *  @param block scope within which you can build up the constraints which you wish to apply to each view.
+ *
+ *  @return Array of created/updated MASConstraints
+ */
+- (NSArray *)mas_remakeConstraints:(void(^)(MASConstraintMaker *make))block;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/NSArray+MASShorthandAdditions.h b/MPaaS/Frameworks/AntUI.framework/Headers/NSArray+MASShorthandAdditions.h
new file mode 100755
index 0000000000000000000000000000000000000000..8b4736977e3ae5c1124a00552f81c7d5815df4de
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/NSArray+MASShorthandAdditions.h
@@ -0,0 +1,41 @@
+//
+//  NSArray+MASShorthandAdditions.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 22/07/13.
+//  Copyright (c) 2013 Jonas Budelmann. All rights reserved.
+//
+
+#import "NSArray+MASAdditions.h"
+
+#ifdef MAS_SHORTHAND
+
+/**
+ *	Shorthand array additions without the 'mas_' prefixes,
+ *  only enabled if MAS_SHORTHAND is defined
+ */
+@interface NSArray (MASShorthandAdditions)
+
+- (NSArray *)makeConstraints:(void(^)(MASConstraintMaker *make))block;
+- (NSArray *)updateConstraints:(void(^)(MASConstraintMaker *make))block;
+- (NSArray *)remakeConstraints:(void(^)(MASConstraintMaker *make))block;
+
+@end
+
+@implementation NSArray (MASShorthandAdditions)
+
+- (NSArray *)makeConstraints:(void(^)(MASConstraintMaker *))block {
+    return [self mas_makeConstraints:block];
+}
+
+- (NSArray *)updateConstraints:(void(^)(MASConstraintMaker *))block {
+    return [self mas_updateConstraints:block];
+}
+
+- (NSArray *)remakeConstraints:(void(^)(MASConstraintMaker *))block {
+    return [self mas_remakeConstraints:block];
+}
+
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/NSLayoutConstraint+MASDebugAdditions.h b/MPaaS/Frameworks/AntUI.framework/Headers/NSLayoutConstraint+MASDebugAdditions.h
new file mode 100755
index 0000000000000000000000000000000000000000..1279b4fd850a63c8f3a97a08d0fc538a3af887c0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/NSLayoutConstraint+MASDebugAdditions.h
@@ -0,0 +1,16 @@
+//
+//  NSLayoutConstraint+MASDebugAdditions.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 3/08/13.
+//  Copyright (c) 2013 Jonas Budelmann. All rights reserved.
+//
+
+#import "MASUtilities.h"
+
+/**
+ *	makes debug and log output of NSLayoutConstraints more readable
+ */
+@interface NSLayoutConstraint (MASDebugAdditions)
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/NSString+colorRGBArray.h b/MPaaS/Frameworks/AntUI.framework/Headers/NSString+colorRGBArray.h
new file mode 100755
index 0000000000000000000000000000000000000000..7187651d143fd186840953aade3dd6e35ab3c0cd
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/NSString+colorRGBArray.h
@@ -0,0 +1,27 @@
+//
+//  NSString+colorRGBArray.h
+//  APCommonUI
+//
+//  Created by 孟嵩 on 15/12/4.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSString (colorRGBArray)
+
+/**
+ *  将Color字符串转化为RGBArray
+ *
+ *  @return RGBArray,如[150,33,40]
+ */
+- (NSArray *)colorRGBArray;
+
+/**
+ *  该字符串是否可转化为RGBArray
+ *
+ *  @return 是否可以转换
+ */
+- (BOOL)isValidColor;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/NSThread+AUStackSympol.h b/MPaaS/Frameworks/AntUI.framework/Headers/NSThread+AUStackSympol.h
new file mode 100755
index 0000000000000000000000000000000000000000..236bb8e2e462b66159d24bca1ee87636a601d572
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/NSThread+AUStackSympol.h
@@ -0,0 +1,13 @@
+//
+//  NSThread+AUStackSympol.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/5/23.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@interface NSThread (AUStackSympol)
+
++ (NSString*)AntUICallStackString;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/TTTAttributedLabel.h b/MPaaS/Frameworks/AntUI.framework/Headers/TTTAttributedLabel.h
new file mode 100755
index 0000000000000000000000000000000000000000..6e797d5cce6c08f7c82096da0a266e565e0bcfda
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/TTTAttributedLabel.h
@@ -0,0 +1,377 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_Label_TTTAttributedLabel//程序自动生成
+// TTTAttributedLabel.h
+//
+// Copyright (c) 2011 Mattt Thompson (http://mattt.me)
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+#import <UIKit/UIKit.h>
+#import <CoreText/CoreText.h>
+
+#define UI_TTTAttributedLabel
+
+/**
+ Vertical alignment for text in a label whose bounds are larger than its text bounds
+ */
+typedef enum {
+    TTTAttributedLabelVerticalAlignmentCenter   = 0,
+    TTTAttributedLabelVerticalAlignmentTop      = 1,
+    TTTAttributedLabelVerticalAlignmentBottom   = 2,
+} TTTAttributedLabelVerticalAlignment;
+
+/**
+ Determines whether the text to which this attribute applies has a strikeout drawn through itself.
+ */
+extern NSString * const kTTTStrikeOutAttributeName;
+
+/**
+ The background fill color. Value must be a `CGColorRef`. Default value is `nil` (no fill).
+ */
+extern NSString * const kTTTBackgroundFillColorAttributeName;
+
+/**
+ The background stroke color. Value must be a `CGColorRef`. Default value is `nil` (no stroke).
+ */
+extern NSString * const kTTTBackgroundStrokeColorAttributeName;
+
+/**
+ The background stroke line width. Value must be an `NSNumber`. Default value is `1.0f`.
+ */
+extern NSString * const kTTTBackgroundLineWidthAttributeName;
+
+/**
+ The background corner radius. Value must be an `NSNumber`. Default value is `5.0f`.
+ */
+extern NSString * const kTTTBackgroundCornerRadiusAttributeName;
+
+@protocol TTTAttributedLabelDelegate;
+
+// Override UILabel @property to accept both NSString and NSAttributedString
+@protocol TTTAttributedLabel <NSObject>
+@property (nonatomic, copy) id text;
+@end
+
+/**
+ `TTTAttributedLabel` is a drop-in replacement for `UILabel` that supports `NSAttributedString`, as well as automatically-detected and manually-added links to URLs, addresses, phone numbers, and dates.
+ 
+ # Differences Between `TTTAttributedLabel` and `UILabel`
+ 
+ For the most part, `TTTAttributedLabel` behaves just like `UILabel`. The following are notable exceptions, in which `TTTAttributedLabel` properties may act differently:
+ 
+ - `text` - This property now takes an `id` type argument, which can either be a kind of `NSString` or `NSAttributedString` (mutable or immutable in both cases)
+ - `lineBreakMode` - This property displays only the first line when the value is `UILineBreakModeHeadTruncation`, `UILineBreakModeTailTruncation`, or `UILineBreakModeMiddleTruncation`
+ - `adjustsFontsizeToFitWidth` - Supported in iOS 5 and greater, this property is effective for any value of `numberOfLines` greater than zero. In iOS 4, setting `numberOfLines` to a value greater than 1 with `adjustsFontSizeToFitWidth` set to `YES` may cause `sizeToFit` to execute indefinitely.
+ 
+ Any properties affecting text or paragraph styling, such as `firstLineIndent` will only apply when text is set with an `NSString`. If the text is set with an `NSAttributedString`, these properties will not apply.
+ 
+ ### NSCoding
+ 
+ `TTTAttributedLabel`, like `UILabel`, conforms to `NSCoding`. However, if the build target is set to less than iOS 6.0, `linkAttributes` and `activeLinkAttributes` will not be encoded or decoded. This is due to an runtime exception thrown when attempting to copy non-object CoreText values in dictionaries.
+ 
+ @warning Any properties changed on the label after setting the text will not be reflected until a subsequent call to `setText:` or `setText:afterInheritingLabelAttributesAndConfiguringWithBlock:`. This is to say, order of operations matters in this case. For example, if the label text color is originally black when the text is set, changing the text color to red will have no effect on the display of the label until the text is set once again.
+ */
+@interface TTTAttributedLabel : UILabel <TTTAttributedLabel, UIGestureRecognizerDelegate>
+
+///-----------------------------
+/// @name Accessing the Delegate
+///-----------------------------
+
+/**
+ The receiver's delegate.
+ 
+ @discussion A `TTTAttributedLabel` delegate responds to messages sent by tapping on links in the label. You can use the delegate to respond to links referencing a URL, address, phone number, date, or date with a specified time zone and duration.
+ */
+@property (nonatomic, weak) id <TTTAttributedLabelDelegate> delegate;
+
+///--------------------------------------------
+/// @name Detecting, Accessing, & Styling Links
+///--------------------------------------------
+
+/**
+ A bitmask of `UIDataDetectorTypes` which are used to automatically detect links in the label text. This is `UIDataDetectorTypeNone` by default.
+ 
+ @warning You must specify `dataDetectorTypes` before setting the `text`, with either `setText:` or `setText:afterInheritingLabelAttributesAndConfiguringWithBlock:`.
+ */
+@property (nonatomic, assign) UIDataDetectorTypes dataDetectorTypes;
+
+/**
+ An array of `NSTextCheckingResult` objects for links detected or manually added to the label text.
+ */
+@property (readonly, nonatomic, strong) NSArray *links;
+
+/**
+ A dictionary containing the `NSAttributedString` attributes to be applied to links detected or manually added to the label text. The default link style is blue and underlined.
+ 
+ @warning You must specify `linkAttributes` before setting autodecting or manually-adding links for these attributes to be applied.
+ */
+@property (nonatomic, strong) NSDictionary *linkAttributes;
+
+/**
+ A dictionary containing the `NSAttributedString` attributes to be applied to links when they are in the active state. Supply `nil` or an empty dictionary to opt out of active link styling. The default active link style is red and underlined.
+ */
+@property (nonatomic, strong) NSDictionary *activeLinkAttributes;
+
+///---------------------------------------
+/// @name Acccessing Text Style Attributes
+///---------------------------------------
+
+/**
+ The shadow blur radius for the label. A value of 0 indicates no blur, while larger values produce correspondingly larger blurring. This value must not be negative. The default value is 0.
+ */
+@property (nonatomic, assign) CGFloat shadowRadius;
+
+/**
+ The shadow blur radius for the label when the label's `highlighted` property is `YES`. A value of 0 indicates no blur, while larger values produce correspondingly larger blurring. This value must not be negative. The default value is 0.
+ */
+@property (nonatomic, assign) CGFloat highlightedShadowRadius;
+/**
+ The shadow offset for the label when the label's `highlighted` property is `YES`. A size of {0, 0} indicates no offset, with positive values extending down and to the right. The default size is {0, 0}.
+ */
+@property (nonatomic, assign) CGSize highlightedShadowOffset;
+/**
+ The shadow color for the label when the label's `highlighted` property is `YES`. The default value is `nil` (no shadow color).
+ */
+@property (nonatomic, strong) UIColor *highlightedShadowColor;
+
+///--------------------------------------------
+/// @name Acccessing Paragraph Style Attributes
+///--------------------------------------------
+
+/**
+ The distance, in points, from the leading margin of a frame to the beginning of the paragraph's first line. This value is always nonnegative, and is 0.0 by default.
+ */
+@property (nonatomic, assign) CGFloat firstLineIndent;
+
+/**
+ The space in points added between lines within the paragraph. This value is always nonnegative and is 0.0 by default.
+ */
+@property (nonatomic, assign) CGFloat leading;
+
+/**
+ The line height multiple. This value is 1.0 by default.
+ */
+@property (nonatomic, assign) CGFloat lineHeightMultiple;
+
+/**
+ The distance, in points, from the margin to the text container. This value is `UIEdgeInsetsZero` by default.
+ 
+ @discussion The `UIEdgeInset` members correspond to paragraph style properties rather than a particular geometry, and can change depending on the writing direction.
+ 
+ ## `UIEdgeInset` Member Correspondence With `CTParagraphStyleSpecifier` Values:
+ 
+ - `top`: `kCTParagraphStyleSpecifierParagraphSpacingBefore`
+ - `left`: `kCTParagraphStyleSpecifierHeadIndent`
+ - `bottom`: `kCTParagraphStyleSpecifierParagraphSpacing`
+ - `right`: `kCTParagraphStyleSpecifierTailIndent`
+ 
+ */
+@property (nonatomic, assign) UIEdgeInsets textInsets;
+
+/**
+ The vertical text alignment for the label, for when the frame size is greater than the text rect size. The vertical alignment is `TTTAttributedLabelVerticalAlignmentCenter` by default.
+ */
+@property (nonatomic, assign) TTTAttributedLabelVerticalAlignment verticalAlignment;
+
+/**
+ The truncation token that appears at the end of the truncated line. `nil` by default.
+ 
+ @discussion When truncation is enabled for the label, by setting `lineBreakMode` to either `UILineBreakModeHeadTruncation`, `UILineBreakModeTailTruncation`, or `UILineBreakModeMiddleTruncation`, the token used to terminate the truncated line will be `truncationTokenString` if defined, otherwise the Unicode Character 'HORIZONTAL ELLIPSIS' (U+2026).
+ */
+@property (nonatomic, strong) NSString *truncationTokenString;
+
+///----------------------------------
+/// @name Setting the Text Attributes
+///----------------------------------
+
+/**
+ Sets the text displayed by the label.
+ 
+ @param text An `NSString` or `NSAttributedString` object to be displayed by the label. If the specified text is an `NSString`, the label will display the text like a `UILabel`, inheriting the text styles of the label. If the specified text is an `NSAttributedString`, the label text styles will be overridden by the styles specified in the attributed string.
+ 
+ @discussion This method overrides `UILabel -setText:` to accept both `NSString` and `NSAttributedString` objects. This string is `nil` by default.
+ */
+- (void)setText:(id)text;
+
+/**
+ Sets the text displayed by the label, after configuring an attributed string containing the text attributes inherited from the label in a block.
+ 
+ @param text An `NSString` or `NSAttributedString` object to be displayed by the label.
+ @param block A block object that returns an `NSMutableAttributedString` object and takes a single argument, which is an `NSMutableAttributedString` object with the text from the first parameter, and the text attributes inherited from the label text styles. For example, if you specified the `font` of the label to be `[UIFont boldSystemFontOfSize:14]` and `textColor` to be `[UIColor redColor]`, the `NSAttributedString` argument of the block would be contain the `NSAttributedString` attribute equivalents of those properties. In this block, you can set further attributes on particular ranges.
+ 
+ @discussion This string is `nil` by default.
+ */
+- (void)setText:(id)text
+afterInheritingLabelAttributesAndConfiguringWithBlock:(NSMutableAttributedString *(^)(NSMutableAttributedString *mutableAttributedString))block;
+
+///----------------------------------
+/// @name Accessing the Text Attributes
+///----------------------------------
+
+/**
+ A copy of the label's current attributedText. This returns `nil` if an attributed string has never been set on the label.
+ */
+@property (readwrite, nonatomic, copy) NSAttributedString *attributedText;
+
+///-------------------
+/// @name Adding Links
+///-------------------
+
+/**
+ Adds a link to an `NSTextCheckingResult`.
+ 
+ @param result An `NSTextCheckingResult` representing the link's location and type.
+ */
+- (void)addLinkWithTextCheckingResult:(NSTextCheckingResult *)result;
+
+/**
+ Adds a link to an `NSTextCheckingResult`.
+ 
+ @param result An `NSTextCheckingResult` representing the link's location and type.
+ @param attributes The attributes to be added to the text in the range of the specified link. If `nil`, no attributes are added.
+ */
+- (void)addLinkWithTextCheckingResult:(NSTextCheckingResult *)result
+                           attributes:(NSDictionary *)attributes;
+
+/**
+ Adds a link to a URL for a specified range in the label text.
+ 
+ @param url The url to be linked to
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ */
+- (void)addLinkToURL:(NSURL *)url
+           withRange:(NSRange)range;
+
+/**
+ Adds a link to an address for a specified range in the label text.
+ 
+ @param addressComponents A dictionary of address components for the address to be linked to
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ 
+ @discussion The address component dictionary keys are described in `NSTextCheckingResult`'s "Keys for Address Components."
+ */
+- (void)addLinkToAddress:(NSDictionary *)addressComponents
+               withRange:(NSRange)range;
+
+/**
+ Adds a link to a phone number for a specified range in the label text.
+ 
+ @param phoneNumber The phone number to be linked to.
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ */
+- (void)addLinkToPhoneNumber:(NSString *)phoneNumber
+                   withRange:(NSRange)range;
+
+/**
+ Adds a link to a date for a specified range in the label text.
+ 
+ @param date The date to be linked to.
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ */
+- (void)addLinkToDate:(NSDate *)date
+            withRange:(NSRange)range;
+
+/**
+ Adds a link to a date with a particular time zone and duration for a specified range in the label text.
+ 
+ @param date The date to be linked to.
+ @param timeZone The time zone of the specified date.
+ @param duration The duration, in seconds from the specified date.
+ @param range The range in the label text of the link. The range must not exceed the bounds of the receiver.
+ */
+- (void)addLinkToDate:(NSDate *)date
+             timeZone:(NSTimeZone *)timeZone
+             duration:(NSTimeInterval)duration
+            withRange:(NSRange)range;
+
+@end
+
+/**
+ The `TTTAttributedLabelDelegate` protocol defines the messages sent to an attributed label delegate when links are tapped. All of the methods of this protocol are optional.
+ */
+@protocol TTTAttributedLabelDelegate <NSObject>
+
+///-----------------------------------
+/// @name Responding to Link Selection
+///-----------------------------------
+@optional
+
+/**
+ Tells the delegate that the user did select a link to a URL.
+ 
+ @param label The label whose link was selected.
+ @param url The URL for the selected link.
+ */
+- (void)attributedLabel:(TTTAttributedLabel *)label
+   didSelectLinkWithURL:(NSURL *)url;
+
+/**
+ Tells the delegate that the user did select a link to an address.
+ 
+ @param label The label whose link was selected.
+ @param addressComponents The components of the address for the selected link.
+ */
+- (void)attributedLabel:(TTTAttributedLabel *)label
+didSelectLinkWithAddress:(NSDictionary *)addressComponents;
+
+/**
+ Tells the delegate that the user did select a link to a phone number.
+ 
+ @param label The label whose link was selected.
+ @param phoneNumber The phone number for the selected link.
+ */
+- (void)attributedLabel:(TTTAttributedLabel *)label
+didSelectLinkWithPhoneNumber:(NSString *)phoneNumber;
+
+/**
+ Tells the delegate that the user did select a link to a date.
+ 
+ @param label The label whose link was selected.
+ @param date The datefor the selected link.
+ */
+- (void)attributedLabel:(TTTAttributedLabel *)label
+  didSelectLinkWithDate:(NSDate *)date;
+
+/**
+ Tells the delegate that the user did select a link to a date with a time zone and duration.
+ 
+ @param label The label whose link was selected.
+ @param date The date for the selected link.
+ @param timeZone The time zone of the date for the selected link.
+ @param duration The duration, in seconds from the date for the selected link.
+ */
+- (void)attributedLabel:(TTTAttributedLabel *)label
+  didSelectLinkWithDate:(NSDate *)date
+               timeZone:(NSTimeZone *)timeZone
+               duration:(NSTimeInterval)duration;
+
+/**
+ Tells the delegate that the user did select a link to a text checking result.
+ 
+ @discussion This method is called if no other delegate method was called, which can occur by either now implementing the method in `TTTAttributedLabelDelegate` corresponding to a particular link, or the link was added by passing an instance of a custom `NSTextCheckingResult` subclass into `-addLinkWithTextCheckingResult:`.
+ 
+ @param label The label whose link was selected.
+ @param result The custom text checking result.
+ */
+- (void)attributedLabel:(TTTAttributedLabel *)label
+didSelectLinkWithTextCheckingResult:(NSTextCheckingResult *)result;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIActionSheet+DismissAUActionSheet.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIActionSheet+DismissAUActionSheet.h
new file mode 100755
index 0000000000000000000000000000000000000000..35005fa76a49b284f493894ea5fc8aa66f1274d3
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIActionSheet+DismissAUActionSheet.h
@@ -0,0 +1,23 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUActionSheet//程序自动生成
+//
+//  UIActionSheet+DismissAUActionSheet.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIActionSheet (DismissAUActionSheet)
+
+/**
+ *  清除所有APActionSheet的显示。
+ *  注意:对系统类做category时,加alipay前缀防止和系统函数冲突。
+ */
++ (void)alipayDismissAllAUActionSheets;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIAlertController+FixPos.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIAlertController+FixPos.h
new file mode 100755
index 0000000000000000000000000000000000000000..8b9b1d732caf14a34b909259f97d297a2aeaa801
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIAlertController+FixPos.h
@@ -0,0 +1,13 @@
+//
+//  UIAlertController+FixPos.h
+//  APCommonUI
+//
+//  Created by myy on 15/4/16.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface UIAlertController(FixPos)
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIAlertView+alipaysDismissAUDialogs.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIAlertView+alipaysDismissAUDialogs.h
new file mode 100755
index 0000000000000000000000000000000000000000..ead11ebe5929947ef9166cfdaca474d46e023fea
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIAlertView+alipaysDismissAUDialogs.h
@@ -0,0 +1,19 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  UIAlertView+DismissAUDialogs.h
+//  AntUI
+//
+//  Created by 莜阳 on 17/3/3.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+// 兼容框架不依赖 AntUI 依然能清除所有弹窗的情况
+
+@interface UIAlertView (alipaysDismissAUDialogs)
+
++ (void)alipaysDismissDialogs;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Blur.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Blur.h
new file mode 100755
index 0000000000000000000000000000000000000000..e67f616f502ef2dafb15a2553dcad3186a7a2f50
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Blur.h
@@ -0,0 +1,28 @@
+//
+//  UIImage+Blur.h
+//  APCommonUI
+//
+//  Created by liangbao.llb on 7/17/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIImage (Blur)
+
+/**
+ *  图片毛玻璃效果
+ *  @param  image 原始图片
+ *  @param  blur  效果程度:[0.0, 1.0]
+ *  @return 返回毛玻璃效果后的图片
+ */
++ (UIImage *)blurryImage:(UIImage *)image withBlurLevel:(CGFloat)blur;
+
+/**
+ *  图片毛玻璃效果
+ *  @param  blur  效果程度:[0.0, 1.0]
+ *  @return 返回毛玻璃效果后的图片
+ */
+- (UIImage *)blurryImageWithBlur:(CGFloat)blur;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+ChangeColor.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+ChangeColor.h
new file mode 100755
index 0000000000000000000000000000000000000000..8fa5d63612d48822a890d3a41a1f13d5efab0c03
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+ChangeColor.h
@@ -0,0 +1,20 @@
+//
+//  UIImage+ChangeColor.h
+//  APCommonUI
+//
+//  Created by 孟嵩 on 15/11/30.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIImage (ChangeColor)
+/**
+ *  图片变色函数
+ *
+ *  @param colorString 16进制字符串,支持0x开头(0xffffff),#开头(#ffffff),以及直接rgb数字(ffffff)
+ *
+ *  @return 返回变色后的图片
+ */
+- (UIImage *)changeToHexColorString:(NSString *)colorString;
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Color.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Color.h
new file mode 100755
index 0000000000000000000000000000000000000000..d11e0de5ed0ffb7d75df300c0f7cbd49b8f88d49
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Color.h
@@ -0,0 +1,28 @@
+//
+//  UIImage+Color.h
+//  MobileFoundation
+//
+//  Created by shenmo on 11/13/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface UIImage (Color)
+
+/**
+ *  生成1*1像素的纯色图片
+ */
++ (UIImage *)imageWithColor1x1:(UIColor *)color;
+
+/**
+ *  生成指定尺寸的纯色图片
+ */
++ (UIImage *)imageWithColor:(UIColor *)color size:(CGSize)size;
+
+/**
+ *  设置图片透明度
+ */
++ (UIImage *)imageByApplyingAlpha:(CGFloat)alpha image:(UIImage*)image;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Scale.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Scale.h
new file mode 100755
index 0000000000000000000000000000000000000000..7efbcbd4337d8cf086e9350feb446c75b3db1611
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIImage+Scale.h
@@ -0,0 +1,64 @@
+//
+//  UIImage+Scale.h
+//  WealthTally
+//
+//  Created by Yanzhi on 15/2/5.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIImage (Scale)
+
+/**
+ * @desc 计算图片的字节大小
+ *
+ * @param image 原始图片
+ *
+ * @return NSInteger 图片的字节大小
+ */
+- (NSInteger)bytesSize;
+
+/**
+ * @desc 计算图片的宽高比
+ *
+ * @param image 原始图像
+ *
+ * @return CGFloat 宽高比例
+ */
+- (CGFloat)aspectRatio;
+
+/**
+ * @desc 将UIImage按照宽高比,压缩成JPEG格式数据
+ *
+ * @param image 原始图像
+ * @param quality 压缩后的图像质量 0.0~1.0
+ *
+ * @return
+ */
+- (NSData *)compressToJPEGWithQuality:(CGFloat)quality;
+
+/**
+ * @desc 缩放图片到指定尺寸。size宽高比不与图片宽高比一致,图片会被拉伸
+ *
+ * @param image 原始图像
+ * @param size  目标尺寸
+ *
+ * @return
+ */
+- (UIImage *)scaleToSize:(CGSize)size;
+
+/**
+ * @desc 获取图片缩放后的最佳尺寸,针对“天顶盖”和“金箍棒”型的图片进行特殊处理
+ * @param maxWidth NSUInteger 缩放之后的最大边长
+ */
+- (CGSize)sizeAfterShrinkedWithMaxWidth:(NSUInteger)maxWidth;
+
+/**
+ * @desc 截取UIImage指定区域的图像
+ * @param rect 指定区域
+ * @return
+ */
+- (UIImage *)cropImageInRect:(CGRect)rect;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIImageEffects.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIImageEffects.h
new file mode 100755
index 0000000000000000000000000000000000000000..4232fedc5ecb1091eb7d9617cce8f0ff3c8340a0
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIImageEffects.h
@@ -0,0 +1,82 @@
+/*
+     File: UIImageEffects.h
+ Abstract: This class contains methods to apply blur and tint effects to an image. 
+ This is the code you’ll want to look out to find out how to use vImage to 
+ efficiently calculate a blur.
+  Version: 1.1
+ 
+ Disclaimer: IMPORTANT:  This Apple software is supplied to you by Apple
+ Inc. ("Apple") in consideration of your agreement to the following
+ terms, and your use, installation, modification or redistribution of
+ this Apple software constitutes acceptance of these terms.  If you do
+ not agree with these terms, please do not use, install, modify or
+ redistribute this Apple software.
+ 
+ In consideration of your agreement to abide by the following terms, and
+ subject to these terms, Apple grants you a personal, non-exclusive
+ license, under Apple's copyrights in this original Apple software (the
+ "Apple Software"), to use, reproduce, modify and redistribute the Apple
+ Software, with or without modifications, in source and/or binary forms;
+ provided that if you redistribute the Apple Software in its entirety and
+ without modifications, you must retain this notice and the following
+ text and disclaimers in all such redistributions of the Apple Software.
+ Neither the name, trademarks, service marks or logos of Apple Inc. may
+ be used to endorse or promote products derived from the Apple Software
+ without specific prior written permission from Apple.  Except as
+ expressly stated in this notice, no other rights or licenses, express or
+ implied, are granted by Apple herein, including but not limited to any
+ patent rights that may be infringed by your derivative works or by other
+ works in which the Apple Software may be incorporated.
+ 
+ The Apple Software is provided by Apple on an "AS IS" basis.  APPLE
+ MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
+ THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
+ OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
+ 
+ IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
+ MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
+ AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
+ STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ 
+ Copyright (C) 2014 Apple Inc. All Rights Reserved.
+ 
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface UIImageEffects : NSObject
+
++ (UIImage*)imageByApplyingLightEffectToImage:(UIImage*)inputImage;
++ (UIImage*)imageByApplyingExtraLightEffectToImage:(UIImage*)inputImage;
++ (UIImage*)imageByApplyingDarkEffectToImage:(UIImage*)inputImage;
++ (UIImage*)imageByApplyingTintEffectWithColor:(UIColor *)tintColor toImage:(UIImage*)inputImage;
+
+//| ----------------------------------------------------------------------------
+//! Applies a blur, tint color, and saturation adjustment to @a inputImage,
+//! optionally within the area specified by @a maskImage.
+//!
+//! @param  inputImage
+//!         The source image.  A modified copy of this image will be returned.
+//! @param  blurRadius
+//!         The radius of the blur in points.
+//! @param  tintColor
+//!         An optional UIColor object that is uniformly blended with the
+//!         result of the blur and saturation operations.  The alpha channel
+//!         of this color determines how strong the tint is.
+//! @param  saturationDeltaFactor
+//!         A value of 1.0 produces no change in the resulting image.  Values
+//!         less than 1.0 will desaturation the resulting image while values
+//!         greater than 1.0 will have the opposite effect.
+//! @param  maskImage
+//!         If specified, @a inputImage is only modified in the area(s) defined
+//!         by this mask.  This must be an image mask or it must meet the
+//!         requirements of the mask parameter of CGContextClipToMask.
++ (UIImage*)imageByApplyingBlurToImage:(UIImage*)inputImage withRadius:(CGFloat)blurRadius tintColor:(UIColor *)tintColor saturationDeltaFactor:(CGFloat)saturationDeltaFactor maskImage:(UIImage *)maskImage;
+
+@end
+
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UILabel+AntUIPatch.h b/MPaaS/Frameworks/AntUI.framework/Headers/UILabel+AntUIPatch.h
new file mode 100755
index 0000000000000000000000000000000000000000..1ad379fa18c19daa6108ec5e6be2d467b262e9de
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UILabel+AntUIPatch.h
@@ -0,0 +1,15 @@
+//
+//  UILabel+AntUIPatch.h
+//  AntUI
+//
+//  Created by maizhelun on 2017/4/12.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UILabel (AntUIPatch)
+
+- (void)aui_setAttributedText:(NSAttributedString *)attributedText;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UITextField+CustomKeyboard.h b/MPaaS/Frameworks/AntUI.framework/Headers/UITextField+CustomKeyboard.h
new file mode 100755
index 0000000000000000000000000000000000000000..abd79e40db757eccf5b3d0fc787737316baea4e6
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UITextField+CustomKeyboard.h
@@ -0,0 +1,17 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_keyboards_AUNumKeyboards//程序自动生成
+//
+//  UITextField+CustomKeyboard.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/26.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UITextField (CustomKeyboard)
+@property (nonatomic, readonly) NSRange AlipaySelectedRange;
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UITextField+NoCopyMenu.h b/MPaaS/Frameworks/AntUI.framework/Headers/UITextField+NoCopyMenu.h
new file mode 100755
index 0000000000000000000000000000000000000000..9224fdef198ceea9fdc32af0ccd4fa71a2c466c7
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UITextField+NoCopyMenu.h
@@ -0,0 +1,27 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_textfields//程序自动生成
+//
+//  UITextField+NoCopyMenu.h
+//  APCommonUI
+//
+//  Created by yang.zy on 14-1-18.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UITextField (NoCopyMenu)
+
+/**
+ * @param use 设置是否显示为自定义的菜单项
+ */
+- (void)setCustomMenu:(BOOL)use;
+
+/**
+ *  
+ */
+- (BOOL)canPerformAction:(SEL)action withSender:(id)sender;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIView+AUDialog.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIView+AUDialog.h
new file mode 100755
index 0000000000000000000000000000000000000000..d9ca7754f35f763324c1f0d5e3de4b09e13dc194
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIView+AUDialog.h
@@ -0,0 +1,20 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_alert//程序自动生成
+//
+//  UIView+AUDialog.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/21.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIView (AUDialog)
+
+- (UIResponder *)au_findFirstResponder;
+- (void)au_removeAllSubviews;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIView+AUTheme.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIView+AUTheme.h
new file mode 100755
index 0000000000000000000000000000000000000000..4d50d11fe8c5dc4490e70125bbe73d17d7ec0c18
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIView+AUTheme.h
@@ -0,0 +1,122 @@
+
+#import "AUTheme.h"
+
+//
+@interface UIView (AUTheme)
+
+#define AU_COLOR(key)           [self au_colorForKey:key]
+#define AU_FONT(key)            [self au_fontForKey:key]
+#define AU_ICONSIZE(key)        [self au_iconSizeForKey:key]
+#define AU_SPACE(key)           [self au_spaceForKey:key]
+#define AU_CORNERRADIUS(key)    [self au_cornerRadiusForKey:key]
+#define AU_IAMGE_NAME(key)      [self au_imageNameForKey:key]
+
+@property (nonatomic, strong) AUTheme *auTheme;
+
+/**AUTheme
+ 获取Theme中key对应的颜色值
+
+ @param key theme中的key
+ @return 颜色值
+ */
+- (UIColor *)au_colorForKey:(NSString *)key;
+
+/**
+ 获取Theme中key对应的字体
+
+ @param key them e中的key
+ @return 字体
+ */
+- (UIFont *)au_fontForKey:(NSString *)key;
+
+/**
+ 获取Theme中key对应的图标的大小
+
+ @param key theme中的key
+ @return icon的size
+ */
+- (CGSize)au_iconSizeForKey:(NSString *)key;
+
+/**
+ 获取Theme中key对应的间距
+
+ @param key theme中的key
+ @return 间距
+ */
+- (CGFloat)au_spaceForKey:(NSString *)key;
+
+
+/**
+ 获取Theme中key对应的圆角大小
+
+ @param key theme中的key
+ @return 圆角大小
+ */
+- (CGFloat)au_cornerRadiusForKey:(NSString *)key;
+
+/**
+ 获取Theme中key对应的图标名字
+ 
+ @param key theme中的key
+ @return 圆角大小
+ */
+- (NSString *)au_imageNameForKey:(NSString *)key;
+
+@end
+
+
+/**
+ 子类继承这里,以支持外部在非初始化的时候改变theme
+ */
+#define __bindTheme(selector, key, defaultValue) \
+[self au_bindTheme:(selector) key:(key) inBundle:@"AntUI" defaultValue:(defaultValue)];
+
+#define AntUIBundleName   @"AntUI"
+
+#define themeBlocks     @"themeBlocks"  //  
+typedef void (^AUBindThemeBlock)();
+
+@interface UIView (AUThemeInherit)
+
+@property (nonatomic, strong) NSMutableDictionary *auViewThemes;
+
+/** 手动刷新肤色
+ setTheme会自动调用updateThemeIfNeeded
+ 外部,请勿直接调用
+ */
+- (void)au_updateThemeIfNeeded;
+
+
+/*  自动刷新肤色
+ *  需要自动刷新的业务必须使用该方法设置 view 的主题,包括背景色,字体颜色,字体大小,图片等等
+ *  @param selectorStr 当前view设置肤色所需调用的方法,如setBackgroundColor
+ *  @param key 当前view设置肤色在主题库中的key
+ *  @param inBundle 所在bundle
+ *  @param defaultValue 当前view设置肤色默认值,如 [UIColor blueColor]
+ */
+- (void)au_bindTheme:(NSString *)selectorStr
+                 key:(NSString *)key
+            inBundle:(NSString *)bundle
+        defaultValue:(id)defaultValue;
+
+/*  自动刷新肤色 —— 主题肤色在AntUI内部
+ *  需要自动刷新的业务必须使用该方法设置 view 的主题,包括背景色,字体颜色,字体大小,图片等等
+ *  @param selectorStr 当前view设置肤色所需调用的方法,如setBackgroundColor
+ *  @param key 当前view设置肤色在主题库中的key
+ */
+- (void)au_bindTheme:(NSString *)selectorStr
+                 key:(NSString *)key;
+
+/*  自动刷新肤色 —— 多参数主题
+ */
+- (void)au_bindThemeBlock:(AUBindThemeBlock)block;
+
+/**
+ 当前控件支持的所有thme中key
+
+ @return 当前控件支持的所有thme中key
+ */
+- (NSArray *)au_allThemeKeys;
+
+@end
+
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIView+Helper.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIView+Helper.h
new file mode 100755
index 0000000000000000000000000000000000000000..a2a361a7017600b096b46864d975389d12afbbaf
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIView+Helper.h
@@ -0,0 +1,122 @@
+//
+//  UIView+Helper.h
+//  MobileFoundation
+//
+//  Created by shenmo on 11/13/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface UIView (Miscellaneous)
+
+/**
+ * Finds the first descendant view (including this view) that is a member of a particular class.
+ */
+- (UIView*)descendantOrSelfWithClass:(Class)cls;
+
+/**
+ * Finds the first ancestor view (including this view) that is a member of a particular class.
+ */
+- (UIView*)ancestorOrSelfWithClass:(Class)cls;
+
+/**
+ * Removes all subviews.
+ */
+- (void)removeAllSubviews;
+
+/**
+ * The view controller whose view contains this view.
+ */
+- (UIViewController*)viewController;
+
+/**
+ *  Capture the content of this view
+ */
+- (UIImage*)imageFromView;
+
+@end
+
+@interface UIView (Dimension)
+
+/**
+ * Shortcut for frame.origin.x.
+ *
+ * Sets frame.origin.x = left
+ */
+@property (nonatomic) CGFloat left;
+@property (nonatomic) CGFloat x;
+
+/**
+ * Shortcut for frame.origin.y
+ *
+ * Sets frame.origin.y = top
+ */
+@property (nonatomic) CGFloat top;
+@property (nonatomic) CGFloat y;
+
+/**
+ * Shortcut for frame.origin.x + frame.size.width
+ *
+ * Sets frame.origin.x = right - frame.size.width
+ */
+@property (nonatomic) CGFloat right;
+
+/**
+ * Shortcut for frame.origin.y + frame.size.height
+ *
+ * Sets frame.origin.y = bottom - frame.size.height
+ */
+@property (nonatomic) CGFloat bottom;
+
+/**
+ * Shortcut for frame.size.width
+ *
+ * Sets frame.size.width = width
+ */
+@property (nonatomic) CGFloat width;
+@property (nonatomic) CGFloat w;
+
+/**
+ * Shortcut for frame.size.height
+ *
+ * Sets frame.size.height = height
+ */
+@property (nonatomic) CGFloat height;
+@property (nonatomic) CGFloat h;
+
+/**
+ * Shortcut for center.x
+ *
+ * Sets center.x = centerX
+ */
+@property (nonatomic) CGFloat centerX;
+
+/**
+ * Shortcut for center.y
+ *
+ * Sets center.y = centerY
+ */
+@property (nonatomic) CGFloat centerY;
+
+/**
+ * Return the x coordinate on the screen, taking into account scroll views.
+ */
+@property (nonatomic, readonly) CGFloat screenViewX;
+
+/**
+ * Return the y coordinate on the screen, taking into account scroll views.
+ */
+@property (nonatomic, readonly) CGFloat screenViewY;
+
+/**
+ * Shortcut for frame.origin
+ */
+@property (nonatomic) CGPoint origin;
+
+/**
+ * Shortcut for frame.size
+ */
+@property (nonatomic) CGSize size;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIView+SnapShot.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIView+SnapShot.h
new file mode 100755
index 0000000000000000000000000000000000000000..b6fbd07ada1532acd3b6b92f90ae4aa17a9fb700
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIView+SnapShot.h
@@ -0,0 +1,14 @@
+//
+//  UIView+SnapShot.h
+//  MobileFoundation
+//
+//  Created by 孟嵩 on 15/11/2.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIView (SnapShot)
+- (UIImage *)snapShot;
+- (UIImage *)snapShotWithSize:(CGSize)size;
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIViewController+AUTheme.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIViewController+AUTheme.h
new file mode 100755
index 0000000000000000000000000000000000000000..a1015c37806729c576eda9f71bbe9c54c4da2b1a
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIViewController+AUTheme.h
@@ -0,0 +1,37 @@
+//
+//  UIViewController+AUTheme.h
+//  AntUI
+//
+//  Created by 莜阳 on 2017/6/26.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUTheme.h"
+
+#define AU_THEME_1              @"themes/theme1.strings"
+#define AU_THEME_2              @"themes/theme2.strings"
+
+/** 建议,bundle 配置主题规则如下
+ *  新建themes文件夹
+ *  设置默认主题肤色文件名:theme1.strings
+ *  设置常规主题肤色文件名:theme2.strings
+ */
+
+
+@interface UIViewController (AUTheme)
+
+@property (nonatomic, strong) AUTheme *auTheme; // 当前 VC 的当前主题
+@property (nonatomic, strong) NSString *auThemeName;    //默认值:themes/theme1.strings,自定义auThemeName则要早于auBundleName的设置
+@property (nonatomic, strong) NSString *auBundleName; // 所在的bundle,默认为空
+
+- (void)au_changeTheme:(NSString *)themeName;
+
+/**
+ setTheme会自动调用updateThemeIfNeeded
+ 外部,请勿直接调用
+ */
+- (void)au_updateThemeIfNeeded;
+
+@end
+
+
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/UIWindow+AUActionSheet.h b/MPaaS/Frameworks/AntUI.framework/Headers/UIWindow+AUActionSheet.h
new file mode 100755
index 0000000000000000000000000000000000000000..ac19a365907edf4e5cbe78bbefd8bf5ce6beae51
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/UIWindow+AUActionSheet.h
@@ -0,0 +1,21 @@
+#import "AUUILoadDefine.h"//程序自动生成
+#ifdef ANTUI_UI_actionSheet_AUActionSheet//程序自动生成
+//
+//  UIWindow+AUActionSheet.h
+//  AntUI
+//
+//  Created by QiXin on 2016/9/28.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIWindow (AUActionSheet)
+
+- (UIViewController *)au_viewControllerForStatusBarStyle;
+- (UIViewController *)au_viewControllerForStatusBarHidden;
+- (UIImage *)au_snapshot;
+
+@end
+
+#endif//程序自动生成
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/View+MASAdditions.h b/MPaaS/Frameworks/AntUI.framework/Headers/View+MASAdditions.h
new file mode 100755
index 0000000000000000000000000000000000000000..94e30504c74a5d65318b18ebba3878a9a0a51a3f
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/View+MASAdditions.h
@@ -0,0 +1,94 @@
+//
+//  UIView+MASAdditions.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 20/07/13.
+//  Copyright (c) 2013 cloudling. All rights reserved.
+//
+
+#import "MASUtilities.h"
+#import "MASConstraintMaker.h"
+#import "MASViewAttribute.h"
+
+/**
+ *	Provides constraint maker block
+ *  and convience methods for creating MASViewAttribute which are view + NSLayoutAttribute pairs
+ */
+@interface MAS_VIEW (MASAdditions)
+
+/**
+ *	following properties return a new MASViewAttribute with current view and appropriate NSLayoutAttribute
+ */
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_left;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_top;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_right;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottom;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_leading;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_trailing;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_width;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_height;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_centerX;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_centerY;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_baseline;
+@property (nonatomic, strong, readonly) MASViewAttribute *(^mas_attribute)(NSLayoutAttribute attr);
+
+#if TARGET_OS_IPHONE
+
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_leftMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_rightMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_topMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_leadingMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_trailingMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_centerXWithinMargins;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_centerYWithinMargins;
+
+#endif
+
+/**
+ *	a key to associate with this view
+ */
+@property (nonatomic, strong) id mas_key;
+
+/**
+ *	Finds the closest common superview between this view and another view
+ *
+ *	@param	view	other view
+ *
+ *	@return	returns nil if common superview could not be found
+ */
+- (instancetype)mas_closestCommonSuperview:(MAS_VIEW *)view;
+
+/**
+ *  Creates a MASConstraintMaker with the callee view.
+ *  Any constraints defined are added to the view or the appropriate superview once the block has finished executing
+ *
+ *  @param block scope within which you can build up the constraints which you wish to apply to the view.
+ *
+ *  @return Array of created MASConstraints
+ */
+- (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))block;
+
+/**
+ *  Creates a MASConstraintMaker with the callee view.
+ *  Any constraints defined are added to the view or the appropriate superview once the block has finished executing.
+ *  If an existing constraint exists then it will be updated instead.
+ *
+ *  @param block scope within which you can build up the constraints which you wish to apply to the view.
+ *
+ *  @return Array of created/updated MASConstraints
+ */
+- (NSArray *)mas_updateConstraints:(void(^)(MASConstraintMaker *make))block;
+
+/**
+ *  Creates a MASConstraintMaker with the callee view.
+ *  Any constraints defined are added to the view or the appropriate superview once the block has finished executing.
+ *  All constraints previously installed for the view will be removed.
+ *
+ *  @param block scope within which you can build up the constraints which you wish to apply to the view.
+ *
+ *  @return Array of created/updated MASConstraints
+ */
+- (NSArray *)mas_remakeConstraints:(void(^)(MASConstraintMaker *make))block;
+
+@end
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/View+MASShorthandAdditions.h b/MPaaS/Frameworks/AntUI.framework/Headers/View+MASShorthandAdditions.h
new file mode 100755
index 0000000000000000000000000000000000000000..5553912447e68d0f3669be2f81645da89c588c63
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/View+MASShorthandAdditions.h
@@ -0,0 +1,101 @@
+//
+//  UIView+MASShorthandAdditions.h
+//  Masonry
+//
+//  Created by Jonas Budelmann on 22/07/13.
+//  Copyright (c) 2013 Jonas Budelmann. All rights reserved.
+//
+
+#import "View+MASAdditions.h"
+
+#ifdef MAS_SHORTHAND
+
+/**
+ *	Shorthand view additions without the 'mas_' prefixes,
+ *  only enabled if MAS_SHORTHAND is defined
+ */
+@interface MAS_VIEW (MASShorthandAdditions)
+
+@property (nonatomic, strong, readonly) MASViewAttribute *left;
+@property (nonatomic, strong, readonly) MASViewAttribute *top;
+@property (nonatomic, strong, readonly) MASViewAttribute *right;
+@property (nonatomic, strong, readonly) MASViewAttribute *bottom;
+@property (nonatomic, strong, readonly) MASViewAttribute *leading;
+@property (nonatomic, strong, readonly) MASViewAttribute *trailing;
+@property (nonatomic, strong, readonly) MASViewAttribute *width;
+@property (nonatomic, strong, readonly) MASViewAttribute *height;
+@property (nonatomic, strong, readonly) MASViewAttribute *centerX;
+@property (nonatomic, strong, readonly) MASViewAttribute *centerY;
+@property (nonatomic, strong, readonly) MASViewAttribute *baseline;
+@property (nonatomic, strong, readonly) MASViewAttribute *(^attribute)(NSLayoutAttribute attr);
+
+#if TARGET_OS_IPHONE
+
+@property (nonatomic, strong, readonly) MASViewAttribute *leftMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *rightMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *topMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *bottomMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *leadingMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *trailingMargin;
+@property (nonatomic, strong, readonly) MASViewAttribute *centerXWithinMargins;
+@property (nonatomic, strong, readonly) MASViewAttribute *centerYWithinMargins;
+
+#endif
+
+- (NSArray *)makeConstraints:(void(^)(MASConstraintMaker *make))block;
+- (NSArray *)updateConstraints:(void(^)(MASConstraintMaker *make))block;
+- (NSArray *)remakeConstraints:(void(^)(MASConstraintMaker *make))block;
+
+@end
+
+#define MAS_ATTR_FORWARD(attr)  \
+- (MASViewAttribute *)attr {    \
+    return [self mas_##attr];   \
+}
+
+@implementation MAS_VIEW (MASShorthandAdditions)
+
+MAS_ATTR_FORWARD(top);
+MAS_ATTR_FORWARD(left);
+MAS_ATTR_FORWARD(bottom);
+MAS_ATTR_FORWARD(right);
+MAS_ATTR_FORWARD(leading);
+MAS_ATTR_FORWARD(trailing);
+MAS_ATTR_FORWARD(width);
+MAS_ATTR_FORWARD(height);
+MAS_ATTR_FORWARD(centerX);
+MAS_ATTR_FORWARD(centerY);
+MAS_ATTR_FORWARD(baseline);
+
+#if TARGET_OS_IPHONE
+
+MAS_ATTR_FORWARD(leftMargin);
+MAS_ATTR_FORWARD(rightMargin);
+MAS_ATTR_FORWARD(topMargin);
+MAS_ATTR_FORWARD(bottomMargin);
+MAS_ATTR_FORWARD(leadingMargin);
+MAS_ATTR_FORWARD(trailingMargin);
+MAS_ATTR_FORWARD(centerXWithinMargins);
+MAS_ATTR_FORWARD(centerYWithinMargins);
+
+#endif
+
+- (MASViewAttribute *(^)(NSLayoutAttribute))attribute {
+    return [self mas_attribute];
+}
+
+- (NSArray *)makeConstraints:(void(^)(MASConstraintMaker *))block {
+    return [self mas_makeConstraints:block];
+}
+
+- (NSArray *)updateConstraints:(void(^)(MASConstraintMaker *))block {
+    return [self mas_updateConstraints:block];
+}
+
+- (NSArray *)remakeConstraints:(void(^)(MASConstraintMaker *))block {
+    return [self mas_remakeConstraints:block];
+}
+
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Headers/ViewController+MASAdditions.h b/MPaaS/Frameworks/AntUI.framework/Headers/ViewController+MASAdditions.h
new file mode 100755
index 0000000000000000000000000000000000000000..c6f1c32d6185dcd61005938d9578ea92ffcb6db5
--- /dev/null
+++ b/MPaaS/Frameworks/AntUI.framework/Headers/ViewController+MASAdditions.h
@@ -0,0 +1,25 @@
+//
+//  UIViewController+MASAdditions.h
+//  Masonry
+//
+//  Created by Craig Siemens on 2015-06-23.
+//
+//
+
+#import "MASUtilities.h"
+#import "MASConstraintMaker.h"
+#import "MASViewAttribute.h"
+
+#ifdef MAS_VIEW_CONTROLLER
+
+@interface MAS_VIEW_CONTROLLER (MASAdditions)
+
+/**
+ *	following properties return a new MASViewAttribute with appropriate UILa 8youtGuide and NSLayoutAttribute
+ */
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_topLayoutGuide;
+@property (nonatomic, strong, readonly) MASViewAttribute *mas_bottomLayoutGuide;
+
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/AntUI.framework/Info.plist b/MPaaS/Frameworks/AntUI.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..e94bf913473c3858b9fa82e5682accabb7038e86
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/AntUI.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/AntUI.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/AntUI.framework/samplePng.png b/MPaaS/Frameworks/AntUI.framework/samplePng.png
new file mode 100755
index 0000000000000000000000000000000000000000..aeb070f4ae26e7a0e887c80fb00652be8bb16c23
Binary files /dev/null and b/MPaaS/Frameworks/AntUI.framework/samplePng.png differ
diff --git a/MPaaS/Frameworks/AntUIShellForMpass.framework/AntUIShellForMpass b/MPaaS/Frameworks/AntUIShellForMpass.framework/AntUIShellForMpass
new file mode 100755
index 0000000000000000000000000000000000000000..31dad1183111df17b54dc9a94595090bdb2752a5
Binary files /dev/null and b/MPaaS/Frameworks/AntUIShellForMpass.framework/AntUIShellForMpass differ
diff --git a/MPaaS/Frameworks/AntUIShellForMpass.framework/AntUIShellForMpass-Info.plist b/MPaaS/Frameworks/AntUIShellForMpass.framework/AntUIShellForMpass-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..01af302e9c77fb0f5defa0b747ac19471731e2f2
Binary files /dev/null and b/MPaaS/Frameworks/AntUIShellForMpass.framework/AntUIShellForMpass-Info.plist differ
diff --git a/MPaaS/Frameworks/AntUIShellForMpass.framework/Info.plist b/MPaaS/Frameworks/AntUIShellForMpass.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..61ffc614185fa70b30eccad54c75f379303f922e
Binary files /dev/null and b/MPaaS/Frameworks/AntUIShellForMpass.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/AntUIShellForMpass.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/AntUIShellForMpass.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/AntUIShellForMpass.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/AutoTracker.framework/AutoTracker b/MPaaS/Frameworks/AutoTracker.framework/AutoTracker
new file mode 100755
index 0000000000000000000000000000000000000000..8e96f66005b545dbaac65a00a03f6fb20ca7d0b5
Binary files /dev/null and b/MPaaS/Frameworks/AutoTracker.framework/AutoTracker differ
diff --git a/MPaaS/Frameworks/AutoTracker.framework/AutoTracker-Info.plist b/MPaaS/Frameworks/AutoTracker.framework/AutoTracker-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..01af302e9c77fb0f5defa0b747ac19471731e2f2
Binary files /dev/null and b/MPaaS/Frameworks/AutoTracker.framework/AutoTracker-Info.plist differ
diff --git a/MPaaS/Frameworks/AutoTracker.framework/Headers/APLogXPathTracker.h b/MPaaS/Frameworks/AutoTracker.framework/Headers/APLogXPathTracker.h
new file mode 100755
index 0000000000000000000000000000000000000000..43ffa4d3ed20ed1081d90ae2602f582782128d1d
--- /dev/null
+++ b/MPaaS/Frameworks/AutoTracker.framework/Headers/APLogXPathTracker.h
@@ -0,0 +1,35 @@
+//
+//  APLogXPathTracker.h
+//  APMonitor
+//
+//  Created by majie on 16/11/5.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@interface APLogXPathTracker : NSObject
+
+/**
+ 获取 \c view 的XPath.
+ 
+ @description
+    XPath的组成: //所在ViewController类名/SuperView类名[i]:${id}/.../当前View类名[0]:${id}|${ViewIndex}
+    其中 ${id}取值顺序为:
+        尝试取view的spmId值->然后尝试取view.actionName->尝试取view.senderAction->占位符"-"
+    ${ViewIndex}生成规则为:
+        当 \c view 所在的视图链中不存在 \c UITableViewCell 或 \c UICollectionViewCell 的子类时, ${ViewIndex} 为 -1
+        当 \c view 所在的视图链中存在 \c UITableViewCell 或 \c UICollectionViewCell 的子类时, ${ViewIndex} 为 [section][row]
+        当 \c view 所在的视图链中同时存在多个 \c UITableViewCell 和 \c UICollectionViewCell 的子类时, ${ViewIndex} 为 [section_0][row_0]|[section_1][row_1]|...
+ @note 请保证该View已经有superview时才调用,否则无法正确获得XPath.
+ @return \c view 对应的XPath. 当 view == nil 时,返回 \c nil.
+ */
++ (NSString *)xpathForView:(UIView *)view
+                     spmId:(NSString *)spmId
+                actionName:(NSString *)actionName;
+
+//Convenience
++ (NSString *)xpathForView:(UIView *)view;
+
+@end
diff --git a/MPaaS/Frameworks/AutoTracker.framework/Headers/AutoTracker.h b/MPaaS/Frameworks/AutoTracker.framework/Headers/AutoTracker.h
new file mode 100755
index 0000000000000000000000000000000000000000..85452eedd4e9182a305bcb6b32ff9617e7ea6710
--- /dev/null
+++ b/MPaaS/Frameworks/AutoTracker.framework/Headers/AutoTracker.h
@@ -0,0 +1,19 @@
+//
+//  AutoTracker.h
+//  AutoTracker
+//
+//  Created by Kaer on 2017/1/5.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifndef AutoTracker_h
+#define AutoTracker_h
+
+#import <AutoTracker/UIControl+AT.h>
+#import <AutoTracker/UIGestureRecognizer+AT.h>
+#import <AutoTracker/UITableViewCell+AT.h>
+#import <AutoTracker/UIView+SPM.h>
+#import <AutoTracker/UIViewController+AT.h>
+#import <AutoTracker/APLogXPathTracker.h>
+
+#endif /* AutoTracker_h */
diff --git a/MPaaS/Frameworks/AutoTracker.framework/Headers/UIControl+AT.h b/MPaaS/Frameworks/AutoTracker.framework/Headers/UIControl+AT.h
new file mode 100755
index 0000000000000000000000000000000000000000..da8e9c23cd5a8e8b436d5e7b74e75a84b9b4bb1f
--- /dev/null
+++ b/MPaaS/Frameworks/AutoTracker.framework/Headers/UIControl+AT.h
@@ -0,0 +1,30 @@
+//
+//  UIControl+AddAPMonitor.h
+//  APRemoteLogging
+//
+//  Created by zhiyuan.yzy on 14-2-12.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIControl (AT)
+
+/**
+ 业务指定的UIControl对应的Action的名称
+ 落入自动化埋点模型中字段33,业务未赋值时会使用 \c senderAction替代。
+ */
+@property (nonatomic, strong) NSString *actionName;
+
+#pragma mark - Private
+/**
+ SDK内部维护的UIControl对应的Action的方法名
+ */
+@property (nonatomic, strong) NSString *senderAction;
+
+/**
+ 监控模块(APMonitor)监控点击Laucnher上Tab切换按钮时使用的ID,普通业务方不需要关心.
+ */
+@property (nonatomic, strong) NSString *tabButtonId;
+
+@end
diff --git a/MPaaS/Frameworks/AutoTracker.framework/Headers/UIGestureRecognizer+AT.h b/MPaaS/Frameworks/AutoTracker.framework/Headers/UIGestureRecognizer+AT.h
new file mode 100755
index 0000000000000000000000000000000000000000..6a116d7afa3ceff56940171e27beac45cdd01903
--- /dev/null
+++ b/MPaaS/Frameworks/AutoTracker.framework/Headers/UIGestureRecognizer+AT.h
@@ -0,0 +1,32 @@
+//
+//  UIGestureRecognizer+Log.h
+//  APMonitor
+//
+//  Created by tashigaofei on 14-8-28.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIGestureRecognizer (AT)
+
+/**
+ 业务指定的UIGestureRecognizer对应的Action的名称
+ 落入自动化埋点模型中字段33,业务未赋值时会使用 \c senderAction替代。
+ */
+@property (nonatomic, strong) NSString *actionName;
+
+#pragma mark - Private
+/**
+ SDK内部维护的UIGestureRecognizer对应的Action的方法名
+ */
+@property (nonatomic, strong) NSString *senderAction;
+
+@end
+
+@interface UIGestureRecognizer (Deprecated)
+
+@property (nonatomic, strong) NSString *logEntityId __deprecated_msg("已废弃,仅为兼容保留");
+@property (nonatomic, strong) NSString *logSpmId __deprecated_msg("已废弃,仅为兼容保留");;
+
+@end
diff --git a/MPaaS/Frameworks/AutoTracker.framework/Headers/UITableViewCell+AT.h b/MPaaS/Frameworks/AutoTracker.framework/Headers/UITableViewCell+AT.h
new file mode 100755
index 0000000000000000000000000000000000000000..bd3496f4130dce3c9a233f1e3e9e0a8b2489b7a1
--- /dev/null
+++ b/MPaaS/Frameworks/AutoTracker.framework/Headers/UITableViewCell+AT.h
@@ -0,0 +1,19 @@
+//
+//  UITableViewCell+AddAPMonitor.h
+//  APRemoteLogging
+//
+//  Created by zhiyuan.yzy on 14-2-13.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UITableViewCell (AT)
+
+/**
+ 业务指定的UITableViewCell选中时对应的Action的名称
+ 落入自动化埋点模型中字段33,业务未赋值时会使用 \c @"CellAction"替代。
+ */
+@property (nonatomic, strong) NSString *actionName;
+
+@end
diff --git a/MPaaS/Frameworks/AutoTracker.framework/Headers/UIView+SPM.h b/MPaaS/Frameworks/AutoTracker.framework/Headers/UIView+SPM.h
new file mode 100755
index 0000000000000000000000000000000000000000..6480dc914f5d8a5e595a6b60bc997bd82f4d79a6
--- /dev/null
+++ b/MPaaS/Frameworks/AutoTracker.framework/Headers/UIView+SPM.h
@@ -0,0 +1,44 @@
+//
+//  DTRpcClient+AddAPMonitor.h
+//  APMonitor
+//
+//  Created by zhiyuan.yzy on 14-2-13.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIView (SPM)
+
+/**
+ SPM值. 落入自动化埋点模型的字段16
+ */
+@property (nonatomic, strong) NSString *logSpmId;
+
+/**
+ SCM(EntityId)值.落入自动化埋点模型的字段15
+ */
+@property (nonatomic, strong) NSString *logEntityId;
+
+/**
+ 埋点扩展参数4,字典会被转换成@“key1=value1^key2=value2”落入自动化埋点模型的字段23.
+ */
+@property (nonatomic, strong) NSDictionary *logExtendParam;
+
+/**
+ 过滤当前View的自动化点击埋点. 默认值为 \c NO .
+ */
+@property (nonatomic, assign) BOOL skipTrack;
+
+@end
+
+////////////////////////////////////////////////////////////////////////////////
+
+@interface UIView (Deprecated)
+
+/**
+ SPM值. 已废弃,使用logSpmId代替。
+ */
+@property (nonatomic, strong) NSString *spmTag __deprecated_msg("Use logSpmId instead.");
+
+@end
diff --git a/MPaaS/Frameworks/AutoTracker.framework/Headers/UIViewController+AT.h b/MPaaS/Frameworks/AutoTracker.framework/Headers/UIViewController+AT.h
new file mode 100755
index 0000000000000000000000000000000000000000..ee29c50b75ba20b6bd736a2f0af1a96b7796706f
--- /dev/null
+++ b/MPaaS/Frameworks/AutoTracker.framework/Headers/UIViewController+AT.h
@@ -0,0 +1,44 @@
+//
+//  UIViewController+Log.h
+//  APMonitor
+//
+//  Created by tashigaofei on 15/5/26.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIViewController (AT)
+
+@property (nonatomic, strong) NSString *appId;
+@property (nonatomic, strong) NSString *logPageId;
+@property (nonatomic, strong) NSString *logPageTitle;
+@property (nonatomic, strong) NSString *logSourceAppId;
+
+/**
+ 业务自定义的ABTestInfo值,落入自动化埋点模型的字段10.
+ 业务未赋值时,SDK内部会根据logSpmId自动查询ABTestSDK命中的实验ID列表作为替代.
+ */
+@property (atomic, strong) NSString *logABTestInfo;
+
+/**
+ SCM(EntityId)值,落入自动化埋点模型的字段15.
+ */
+@property (atomic, strong) NSString *logEntityId;
+
+/**
+ SPM值,落入自动化埋点模型的字段16
+ */
+@property (atomic, strong) NSString *logSpmId;
+
+/**
+ 埋点扩展参数4,字典会被转换成@“key1=value1^key2=value2”落入自动化埋点模型的字段23.
+ */
+@property (atomic, strong) NSDictionary *logExtendParam;
+
+/**
+ 过滤当前VC,不需要自动化PV埋点. 默认值为 \c NO.
+ */
+@property (nonatomic, assign) BOOL skipTrack;
+
+@end
diff --git a/MPaaS/Frameworks/AutoTracker.framework/Info.plist b/MPaaS/Frameworks/AutoTracker.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..c6ac27c71b0c10757be3cc1590b73abe616a7735
Binary files /dev/null and b/MPaaS/Frameworks/AutoTracker.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/AutoTracker.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/AutoTracker.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/AutoTracker.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/MPAnalysis.framework/AutoConfig.json b/MPaaS/Frameworks/MPAnalysis.framework/AutoConfig.json
new file mode 100755
index 0000000000000000000000000000000000000000..3a169c62d280ab4480ead3037ac026f01e76363b
--- /dev/null
+++ b/MPaaS/Frameworks/MPAnalysis.framework/AutoConfig.json
@@ -0,0 +1,24 @@
+{
+    "class": "MPAnalysisInterface",
+    "header": "<MPAnalysis/MPAnalysisInterface.h>",
+    "title": {
+        "chinese": "MAS移动分析",
+        "english": "MAS analysis"
+    },
+    "entries": [
+                    {
+                        "title": {
+                            "chinese": "网关地址",
+                            "english": "Gateway"
+                        },
+                        "declaration": "- (BOOL)shouldLogReportActive",
+                        "description": {
+                            "chinese": "重写此方法,确认后台回前台时是否报活。默认每次回前台都会报活",
+                            "english": "Override this method to decide wether reportactive when enter forground."
+                        },
+                        "optional": true,
+                        "type": "string",
+                        "default": "YES"
+                    }
+                ]
+}
\ No newline at end of file
diff --git a/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysis.h b/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysis.h
new file mode 100755
index 0000000000000000000000000000000000000000..ce17d0dab9e792eb0e9b4ed06b302c26f185b2d6
--- /dev/null
+++ b/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysis.h
@@ -0,0 +1,15 @@
+//
+//  MPAnalysis.h
+//  MPAnalysis
+//
+//  Created by yangwei on 16/12/8.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef MPAnalysis_h
+#define MPAnalysis_h
+
+#import "MPAnalysisHelper.h"
+#import "MPAnalysisInterface.h"
+
+#endif /* MPAnalysis_h */
diff --git a/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysisHelper.h b/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysisHelper.h
new file mode 100755
index 0000000000000000000000000000000000000000..2432c6873db6c952d6b4cdf72b9f037f6732e7a9
--- /dev/null
+++ b/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysisHelper.h
@@ -0,0 +1,55 @@
+//
+//  MPAnalysisHelper.h
+//  MPAnalysis
+//
+//  Created by yangwei on 16/12/6.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface MPAnalysisHelper : NSObject
+
++ (instancetype)sharedInstance;
+
+//启动性能监控,一般在启动后立刻调用,例如didFinishLauncher中
++ (void)startPerformanceMonitor;
+
+// 设置电量消耗的统计时间,默认为1800秒,也就是应用累计使用半个小时,将电量使用情况上报一次。最小设置值为300秒, 设置为0或不设置都是默认1800秒,如果需要设置,在启动性能监控前设置
++ (void)setBatteryMonitorPeriod:(NSTimeInterval)seconds;
+
+/**
+ *  使用日志记录App启动的时间,根据业务需要在合适的时机调用此方法写入报活日志,一般启动时机为app启动到闪屏结束首页显示出来的时间。
+ *  @param time          启动耗费的时间,单位毫秒(ms)
+ */
+- (void)writeLogForStartupWithTime:(NSTimeInterval )time;
+
+/**
+ *  是否存在闪退日志,如果有则上传日志
+ *
+ */
+- (void)writeLogForCrashReporter;
+
+/**
+ *  使用日志记录的数据进行设备报活,根据业务需要在合适的时机调用此方法写入设备报活日志,一般每次冷启动算一次报活,可在didFinishLauncher中调用此方法。
+ *  另外此方法默认会监听后台回前台的通知,可以配置从后台切回前台的报活最小间隔时间。
+ *  从后台切回前台时,距离上次报活时间少于多少秒时,不再报活。默认最小报活间隔为0,即每次回前台都会报活一次
+ *  业务可重写 - (NSTimeInterval)logReportActiveMinInterval 进行设置
+ */
+- (void)writeLogForReportActive;
+
+/**
+ *  使用日志记录的数据进行登录报活,一般在用户登录成功后调用此方法写入登录报活日志
+ *
+ *  @param style     指定登录的方式。如密码登录、指纹登录、免登等,业务自行设定字符串进行区分,相关数据会展示在mPaaS移动分析控制台 活跃用户 字段
+ */
+- (void)writeLogForLoginActiveWithStyle:(NSString *)style;
+
+/**
+ *  使用日志记录的数据进行注册报活,一般在用户注册成功后调用此方法写入注册报活日志
+ *
+ *  @param style     指定注册的方式。如用户名、手机号、第三方应用等,业务自行设定字符串进行区分,相关数据会以饼图形式展示在mPaaS移动分析控制台 注册用户 字段
+ */
+- (void)writeLogForRegistActiveWithStyle:(NSString *)style;
+
+@end
diff --git a/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysisInterface.h b/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysisInterface.h
new file mode 100755
index 0000000000000000000000000000000000000000..ae4c5e94b1c418322282d8b8395c83422dda0a81
--- /dev/null
+++ b/MPaaS/Frameworks/MPAnalysis.framework/Headers/MPAnalysisInterface.h
@@ -0,0 +1,29 @@
+//
+//  MPAnalysisInterface.h
+//  MPAnalysis
+//
+//  Created by yangwei on 16/12/7.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface MPAnalysisInterface : NSObject
+
++ (instancetype)sharedInstance;
+
+/**
+ *  后台回前台时,是否进行报活
+ *  该方法默认实现为YES。
+ */
+- (BOOL)shouldLogReportActiveWillEnterForeground;
+
+/**
+ *  当使用日志报活功能时,可以配置从后台切回前台的报活最小间隔时间。
+ *  从后台切回前台时,距离上次报活时间少于多少秒时,不再报活。如果传0,每次后台切回前台都会报活。
+ *  这个不影响冷启动,如果冷启动,每次都会报活。
+ *  该方法默认返回0,单位秒(s)
+ */
+- (NSTimeInterval)logReportActiveMinInterval;
+
+@end
diff --git a/MPaaS/Frameworks/MPAnalysis.framework/Info.plist b/MPaaS/Frameworks/MPAnalysis.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..6e1700ce3e6580971a0c601e52f7b63fa344b7ce
--- /dev/null
+++ b/MPaaS/Frameworks/MPAnalysis.framework/Info.plist
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>BuildMachineOSBuild</key>
+	<string>16E195</string>
+	<key>BuildTime</key>
+	<string>20170807 21:59:51</string>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleExecutable</key>
+	<string>MPAnalysis</string>
+	<key>CFBundleIdentifier</key>
+	<string>alipay.mpaas.MPAnalysis</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>MPAnalysis</string>
+	<key>CFBundlePackageType</key>
+	<string>BNDL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.1.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleSupportedPlatforms</key>
+	<array>
+		<string>iPhoneOS</string>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>0</string>
+	<key>CFPlugInDynamicRegisterFunction</key>
+	<string></string>
+	<key>CFPlugInDynamicRegistration</key>
+	<string>NO</string>
+	<key>CFPlugInFactories</key>
+	<dict>
+		<key>00000000-0000-0000-0000-000000000000</key>
+		<string>MyFactoryFunction</string>
+	</dict>
+	<key>CFPlugInTypes</key>
+	<dict>
+		<key>00000000-0000-0000-0000-000000000000</key>
+		<array>
+			<string>00000000-0000-0000-0000-000000000000</string>
+		</array>
+	</dict>
+	<key>CFPlugInUnloadFunction</key>
+	<string></string>
+	<key>DTCompiler</key>
+	<string>com.apple.compilers.llvm.clang.1_0</string>
+	<key>DTPlatformBuild</key>
+	<string>14B72</string>
+	<key>DTPlatformName</key>
+	<string>iphoneos</string>
+	<key>DTPlatformVersion</key>
+	<string>10.1</string>
+	<key>DTSDKBuild</key>
+	<string>14B72</string>
+	<key>DTSDKName</key>
+	<string>iphoneos10.1</string>
+	<key>DTXcode</key>
+	<string>0810</string>
+	<key>DTXcodeBuild</key>
+	<string>8B62</string>
+	<key>MinimumOSVersion</key>
+	<string>7.0</string>
+	<key>NSHumanReadableCopyright</key>
+	<string>Copyright © 2013年 Alipay. All rights reserved.</string>
+	<key>Resources</key>
+	<array/>
+	<key>UIDeviceFamily</key>
+	<array>
+		<integer>1</integer>
+		<integer>2</integer>
+	</array>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/MPAnalysis.framework/MPAnalysis b/MPaaS/Frameworks/MPAnalysis.framework/MPAnalysis
new file mode 100755
index 0000000000000000000000000000000000000000..767732abfe75cce13244ceca57b036b9fc33fafc
Binary files /dev/null and b/MPaaS/Frameworks/MPAnalysis.framework/MPAnalysis differ
diff --git a/MPaaS/Frameworks/MPAnalysis.framework/MPAnalysis-Info.plist b/MPaaS/Frameworks/MPAnalysis.framework/MPAnalysis-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..76638aa71eee9cffaae6df799c335cc213de92c1
Binary files /dev/null and b/MPaaS/Frameworks/MPAnalysis.framework/MPAnalysis-Info.plist differ
diff --git a/MPaaS/Frameworks/MPAnalysis.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/MPAnalysis.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/MPAnalysis.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APBusinessPreferences.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APBusinessPreferences.h
new file mode 100755
index 0000000000000000000000000000000000000000..cff4e3dbe0b149c81585045b916dbdf679a5f0d0
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APBusinessPreferences.h
@@ -0,0 +1,115 @@
+//
+//  APBusinessPreferences.h
+//  MobileFoundation
+//
+//  Created by shenmo on 14-9-23.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <sqlite3.h>
+#import "APDataCrypt.h"
+#import "APDAOResult.h"
+#import "APDAOTransaction.h"
+#import "APSharedPreferences.h"
+
+@class APSharedPreferences;
+
+@interface APBusinessPreferences : NSObject
+
+@property (nonatomic, strong, readonly) NSString* business;
+@property (nonatomic, strong, readonly) APSharedPreferences* targetPreferences;
+@property (nonatomic, assign, readonly) sqlite3* sqliteHandle;
+
+/**
+ *  外部不要调用,不要主动创建APBusinessPreferences对象
+ */
+- (id)initWithBusiness:(NSString*)business userDependent:(BOOL)userDependent;
+
+/**
+ *  外部不要调用,不要主动创建APBusinessPreferences对象
+ */
+- (id)initWithCustomPath:(NSString*)path identifier:(NSString*)identifier;
+
+#pragma mark KV Storage
+
+/**
+ *  删除存储项
+ */
+- (void)removeItemForKey:(NSString*)key;
+
+/**
+ *  按SQLite的like规则删除存储项
+ */
+- (void)removeItemsLike:(NSString*)pattern;
+
+/**
+ *  判断某个key是否存在
+ */
+- (BOOL)itemExistsForKey:(NSString*)key;
+
+/**
+ *  所有keys
+ */
+- (NSArray*)allKeys;
+
+/**
+ *  æ•´æ•°
+ */
+- (NSInteger)integerForKey:(NSString*)key;
+- (NSInteger)integerForKey:(NSString*)key defaultValue:(NSInteger)defaultValue; // 当数据不存在时默认值
+- (BOOL)setInteger:(NSInteger)value forKey:(NSString*)key;
+
+/**
+ *  long long
+ */
+- (long long)longLongForKey:(NSString*)key;
+- (long long)longLongForKey:(NSString*)key defaultValue:(long long)defaultValue; // 当数据不存在时默认值
+- (BOOL)setLongLong:(long long)value forKey:(NSString*)key;
+
+/**
+ *  BOOL
+ */
+- (BOOL)boolForKey:(NSString*)key;
+- (BOOL)boolForKey:(NSString*)key defaultValue:(BOOL)defaultValue; // 当数据不存在时默认值
+- (BOOL)setBool:(BOOL)value forKey:(NSString*)key;
+
+/**
+ *  double
+ */
+- (double)doubleForKey:(NSString*)key;
+- (double)doubleForKey:(NSString*)key defaultValue:(double)defaultValue; // 当数据不存在时默认值
+- (BOOL)setDouble:(double)value forKey:(NSString*)key;
+
+/**
+ *  NSString*,也可使用下面的setObject方法保存,推荐使用string方法
+ */
+- (NSString*)stringForKey:(NSString*)key;
+- (NSString*)stringForKey:(NSString*)key extension:(APDataCrypt*)extension;
+- (BOOL)setString:(NSString*)string forKey:(NSString*)key;
+- (BOOL)setString:(NSString*)string forKey:(NSString*)key extension:(APDataCrypt*)extension;
+
+/**
+ *  setObject是对PList对象,archiveObject是对支持NSCoding的对象,saveJsonObject对任意对象。
+ *  取对象的方法都是objectForKey:
+ */
+- (id)objectForKey:(NSString*)key;
+- (id)objectForKey:(NSString*)key extension:(APDataCrypt*)extension;
+- (BOOL)setObject:(id)object forKey:(NSString*)key;
+- (BOOL)setObject:(id)object forKey:(NSString*)key extension:(APDataCrypt*)extension;
+- (BOOL)setObject:(id)object forKey:(NSString*)key extension:(APDataCrypt*)extension options:(APDataOptions)options;
+- (BOOL)archiveObject:(id)object forKey:(NSString*)key;
+- (BOOL)archiveObject:(id)object forKey:(NSString*)key extension:(APDataCrypt*)extension;
+- (BOOL)archiveObject:(id)object forKey:(NSString*)key extension:(APDataCrypt*)extension options:(APDataOptions)options;
+- (BOOL)saveJsonObject:(id)object forKey:(NSString*)key;
+- (BOOL)saveJsonObject:(id)object forKey:(NSString*)key extension:(APDataCrypt*)extension;
+- (BOOL)saveJsonObject:(id)object forKey:(NSString*)key extension:(APDataCrypt*)extension options:(APDataOptions)options;
+
+#pragma mark DAO Access
+
+/**
+ *  DAO事务操作
+ */
+- (APDAOResult*)daoTransaction:(APDAOTransaction)transaction;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APCacheProtocol.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APCacheProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..3aabf93879aaeeb07cc1de98cfc5a205162e3583
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APCacheProtocol.h
@@ -0,0 +1,89 @@
+//
+//  APCacheProtocol.h
+//  MobileFoundation
+//
+//  Created by shenmo on 2/5/15.
+//  Copyright (c) 2015 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol APCacheProtocol <NSObject>
+
+@required
+
+/**
+ *  最多容纳多少条记录
+ */
+@property (nonatomic, assign, readonly) NSInteger capacity;
+
+/**
+ *  将对象存入缓存,如果object为nil,会删除对象。对象默认为永不过期。
+ */
+- (void)setObject:(id)object forKey:(NSString*)key;
+
+/**
+ *  缓存一个对象,并指定过期的时间戳
+ *
+ *  @param object 对象,如果为nil会删除指定key的对象
+ *  @param key    key
+ *  @param expire 过期时间戳,指定一个相对于1970的绝对时间戳。可以使用[date timeIntervalSince1970]。
+ */
+- (void)setObject:(id)object forKey:(NSString*)key expire:(NSTimeInterval)expire;
+
+/**
+ *  取对象
+ */
+- (id)objectForKey:(NSString*)key;
+
+/**
+ *  删除对象
+ */
+- (void)removeObjectForKey:(NSString*)key;
+
+/**
+ *  删除所有对象
+ */
+- (void)removeAllObjects;
+
+@optional
+
+/**
+ *  批量添加数据,无法单独设置每个对象的expire时间,默认都是永不过期的对象。
+ */
+- (void)addObjects:(NSDictionary*)objects;
+
+/**
+ *  批量删除数据
+ *
+ *  @param regex 正则表达式
+ */
+- (void)removeObjectsWithRegex:(NSString*)regex;
+
+/**
+ *  批量删除数据
+ *
+ *  @param like sql的like语句
+ */
+- (void)removeObjectsWithSqlLike:(NSString*)like;
+
+/**
+ *  批量删除数据
+ *
+ *  @param prefix key的前缀
+ */
+- (void)removeObjectsWithPrefix:(NSString*)prefix;
+
+/**
+ *  批量删除数据
+ *
+ *  @param prefix key的后缀
+ */
+- (void)removeObjectsWithSuffix:(NSString*)suffix;
+
+/**
+ *  批量删除数据,删除keys里所有包含的数据
+ */
+- (void)removeObjectsWithKeys:(NSSet*)keys;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APCustomStorage.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APCustomStorage.h
new file mode 100755
index 0000000000000000000000000000000000000000..73411ba889ed2d090fc915184e6a8a492023b11a
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APCustomStorage.h
@@ -0,0 +1,83 @@
+//
+//  APCustomStorage.h
+//  MobileFoundation
+//
+//  Created by shenmo on 12/5/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APBusinessPreferences.h"
+#import "APDAOProtocol.h"
+
+typedef NS_ENUM(NSUInteger, APCustomStorageEvent)
+{
+    APCustomStorageEventWillLoadDatabase = 0,   // 即将创建数据库连接
+    APCustomStorageEventDidReleaseDatabase,     // 数据库连接已经关闭
+};
+
+typedef void (^APCustomStorageEventListener)(APCustomStorageEvent event, NSString* databasePath, BOOL user);
+
+/**
+ *  统一存储APDataCenter对应的默认的存储空间为/Documents/Preferences目录。
+ *  业务可以根据需要创建自己的APCustomStorage对象,并指定它的目录。下属的commonPreferences和userPreferences等数据库文件在自己指定的目录里,与APDataCenter的不相关。
+ *  业务可以自己持有这个对象,也可以不持有,底层会对相同目录的APCustomStorage保留一份备份。支持与用户无关和相关的数据存储,业务同样无须关注用户切换的事件。
+ */
+@interface APCustomStorage : NSObject
+
+@property (nonatomic, strong, readonly) NSString* path;
+
+/**
+ *  设置监听方法
+ */
++ (void)setEventListener:(APCustomStorageEventListener)listener forStorageInDocumentsWithName:(NSString*)name;
+
+/**
+ *  创建路径为/Documents/name的自定义存储
+ *
+ *  @param name Documents下文件夹名称
+ */
++ (instancetype)storageInDocumentsWithName:(NSString*)name;
+
+/**
+ *  在指定路径创建自定义存储,通常不需要使用这个方法
+ *
+ *  @param path 路径
+ */
+- (id)initWithPath:(NSString*)path;
+
+/**
+ *  删除自定义存储的所有数据库文件,并重置;用于缓存清除。
+ */
+- (void)reset;
+
+/**
+ *  与用户无关的全局存储对象,使用key-value方式存取数据。
+ *  与APDataCenter的区别是:在业务的自定义存储空间里,存储key-value数据时不需要business参数,只需要key即可。
+ *
+ *  @return 存储对象,方法参看APBusinessPreferences
+ */
+- (APBusinessPreferences*)commonPreferences;
+
+/**
+ *  当前登录用户的存储对象,使用key-value方式存取数据。不是登录态时,取到的是nil。
+ *  与APDataCenter的区别是:在业务的自定义存储空间里,存储key-value数据时不需要business参数,只需要key即可。
+ *
+ *  @return 存储对象,方法参看APBusinessPreferences
+ */
+- (APBusinessPreferences*)userPreferences;
+
+/**
+ *  从一个配置文件生成DAO访问对象
+ *
+ *  @param filePath 文件路径,在main bundle里的文件使用下面方式:
+ *      NSString* filePath = [[NSBundle mainBundle] pathForResource:@"file" ofType:@"xml"];
+ *  @param userDependent 这个DAO对象操作的数据库文件是否是与用户相关的。如果为YES,那么切换到userB后,dao对象的操作实际会指向userB的数据库文件。
+        如果为NO,dao对象的操作会指向common数据库文件,也就是commonPreferences所在的数据库文件。
+ *
+ *  @return 返回DAO对象,业务不用关心它的类名,只需要使用业务自己定义的id<AProtocol>强制转换一下即可
+ *      返回的DAO对象,在需要时也可以使用id<APDAOProtocol>进行转换,调用默认提供的方法。所以自定义的AProtocol不要含有APDAOProtocol里定义的方法。
+ */
+- (id<APDAOProtocol>)daoWithPath:(NSString*)filePath userDependent:(BOOL)userDependent protocol:(Protocol*)protocol;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOProtocol.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..ed7c18515830c7877273ca57d80d1ba46622941f
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOProtocol.h
@@ -0,0 +1,244 @@
+//
+//  APDAOProtocol.h
+//  MobileFoundation
+//
+//  Created by shenmo on 9/29/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <sqlite3.h>
+#import "APDataCrypt.h"
+#import "APDAOResult.h"
+#import "APDAOTransaction.h"
+
+/**
+ *  使用下面方法在DAO执行时,插入切面,当获取数据库锁时,执行回调。可以在回调中同步执行 Query 方法。
+ *       [[[proxy forTable:@"ATable"] onLockAcquired:^ (sqlite3* sqliteHandle, NSString* tableName, NSDictionary* arguments) {
+ *          NSLog(@"on lock");
+ *       }] insertModels:models];
+ *
+ *  只有 forTable 方法返回的对象支持该协议。
+ */
+typedef void (^APDAOAspectOnLockAcquiredHandler)(id proxy, sqlite3* sqliteHandle, NSString* tableName, NSDictionary* arguments);
+
+@protocol APDAOAspectProtocol <NSObject>
+
+- (id)onLockAcquired:(APDAOAspectOnLockAcquiredHandler)callback;
+
+@end
+
+@protocol APDAOProtocol;
+
+typedef NS_ENUM (NSUInteger, APDAOProxyEventType)
+{
+    APDAOProxyEventShouldUpgrade = 0,   // 即将升级
+    APDAOProxyEventUpgradeFailed,       // 表升级失败
+    APDAOProxyEventTableCreated,        // 表被创建
+    APDAOProxyEventTableDeleted,        // 表被删除
+};
+
+typedef void (^APDAOProxyEventHandler)(id<APDAOProtocol> proxy, APDAOProxyEventType eventType, NSDictionary* arguments);
+
+typedef NSDictionary* (^APDAOProxyInsertionCallbackForSearchFields)(NSDictionary* arguments);
+
+/**
+ *  这个Protocol定义的方法每个DAO代理对象都支持,使用时使用id<APDAOProtocol>对DAO对象进行转换。
+ */
+@protocol APDAOProtocol <NSObject>
+
+/**
+ *  配置文件里module可以设置表名,如果想实现配置文件作为一个模板,操作不同的表,可以生成DAO对象后修改tableName。
+ *  但需要注意多线程并发情况下,设置表名,再进行数据库操作的同步问题。防止出现窜表的情况。
+ *  当要操作多个表时,推荐使用下面的“forTable:”方法。
+ */
+@property (atomic, strong) NSString* tableName;
+
+/**
+ *  返回这个proxy操作的表所在数据库文件的路径
+ */
+@property (atomic, strong, readonly) NSString* databasePath;
+
+/**
+ *  获取这个proxy操作的数据库文件的句柄
+ */
+@property (atomic, assign, readonly) sqlite3* sqliteHandle;
+
+/**
+ *  这个proxy的事件回调,业务自行设置。回调线程不确定。
+    注意循环引用的问题,业务对象持有proxy,这个handler方法里不要访问业务对象或proxy,proxy可以在回调的第一个参数里拿到。
+ */
+@property (atomic, copy) APDAOProxyEventHandler proxyEventHandler;
+
+/**
+ *  设置加密器,用于加密表里标记为需要加密的列的数据。向表里写数据时,碰到这个列,会调用进行加密。
+ *
+ *  @param crypt 加密结构体,会被拷贝一份。如果传入的crypt是外部创建的,需要外部进行free。如果是APDefaultEncrypt(),不需要进行释放。
+ */
+@property (atomic, assign) APDataCrypt* encryptMethod;
+
+/**
+ *  设置解密器,用于解密表里标记为需要加密的列的数据。从表里读数据时,碰到这个列,会调用进行解密。
+ *
+ *  @param crypt 解密结构体,会被拷贝一份。如果传入的crypt是外部创建的,需要外部进行free。如果是APDefaultDecrypt(),不需要进行释放。
+ */
+@property (atomic, assign) APDataCrypt* decryptMethod;
+
+/**
+ *  ORM 生成对象时,是否直接使用ivar操作来生成,速度最快。但是如果自定义了属性的setter方法,并不会调用。
+ *  该选项默认为 YES。如果关闭或设置为 NO,会调用相应属性的setter方法赋值。
+ */
+@property (atomic, assign) BOOL iVarDirectAccess;
+
+/**
+ *  这个方法获取一个对象,这个对象可以调用proxy的所有方法,同时指定操作某个表
+ *  使用这种方式可以解决切表频繁时的同步问题,无须整体加锁。
+ *  比如:
+ *      @synchronized(self)
+ *      {
+ *          [proxy setTableName:@"ATable"];
+ *          [proxy insertModels:models];
+ *      }
+ *  等价于:
+ *      [[proxy forTable:@"ATable"] insertModels:models];
+ *
+ *  @param tableName 表名
+ *
+ *  @return 对特定表生效的代理对象
+ */
+- (id)forTable:(NSString*)tableName;
+
+/**
+ *  直接执行SQL,支持绑定参数
+ *
+ *  @param sql       sql
+ *  @param arguments 参数数组
+ *
+ *  @return 是否成功
+ */
+- (APDAOResult*)executeUpdateWithSQL:(NSString*)sql arguments:(NSArray*)arguments;
+
+/**
+ *  直接执行SQL,支持绑定参数。
+ *
+ *  @param sql       sql
+ *  @param arguments 参数数组
+ *
+ *  @return 列字典组成的数组
+ */
+- (NSArray*)executeQueryWithSQL:(NSString*)sql arguments:(NSArray*)arguments;
+
+/**
+ *  返回sqlite的最后一条rowId
+ *
+ *  @return sqlite3_last_insert_rowid()
+ */
+- (sqlite_int64)lastInsertRowId;
+
+/**
+ *  返回上一次update、delete、insert操作影响的行数
+ *
+ *  @return sqlite3_changes()
+ */
+- (int)lastChangedRowCount;
+
+/**
+ *  获取配置文件定义的所有方法列表
+ */
+- (NSArray*)allMethodsList;
+
+/**
+ *  判断某个表是否存在,也可以判断getSchemaOfTable方法是否返回nil。
+ */
+- (BOOL)tableExistsForName:(NSString*)tableName;
+
+/**
+ *  获取当前proxy的tableName表的建表语句。
+ */
+- (NSString*)getSchema;
+
+/**
+ *  与getSchema方法相同,但是可以指定表名。
+ */
+- (NSString*)getSchemaOfTable:(NSString*)tableName;
+
+/**
+ *  删除配置文件里定义的表,可以用于特殊情况下的数据还原。删除表后,DAO对象仍可以正常使用,再次调用其它方法,会重新创建表。
+ *  默认删除这个proxy的tableName指定的表。
+ */
+- (APDAOResult*)deleteTable;
+
+/**
+ *  与deleteTable方法相同,但是可以指定表名。
+ */
+- (APDAOResult*)deleteTableWithName:(NSString*)tableName;
+
+/**
+ *  删除符合某个正则规则的所有表,请确保只删除本Proxy操作的表,否则可能发生异常
+ *  这个方法等价于 [self deleteTablesWithPredicate:[NSPredicate predicateWithFormat:@"SELF MATCHES %@", pattern] autovacuum:autovacuum progress:progress callback:callback];
+ *
+ *  @param pattern    正则表达式
+ *  @param autovacuum 删除完成是否自动调用vacuum清理数据库空间
+ *  @param progress   进度回调,可传nil,回调不保证主线程。为百分之后的结果
+ *  @param callback   每个要删除的表删除前会调用callback,返回YES会继续删除,返回NO就不删这个表
+ *
+ *  @return 操作是否成功
+ */
+- (APDAOResult*)deleteTablesWithRegex:(NSString*)pattern autovacuum:(BOOL)autovacuum progress:(void (^)(float progress))progress callback:(BOOL (^)(NSString* tableName))callback;
+
+/**
+ *  删除符合某个谓词规则的所有表,请确保只删除本Proxy操作的表,否则可能发生异常
+ *
+ *  @param predicate  谓词规则
+ *  @param autovacuum 删除完成是否自动调用vacuum清理数据库空间
+ *  @param progress   进度回调,可传nil,回调不保证主线程。为百分之后的结果
+ *  @param callback   每个要删除的表删除前会调用callback,返回YES会继续删除,返回NO就不删这个表
+ *
+ *  @return 操作是否成功
+ */
+- (APDAOResult*)deleteTablesWithPredicate:(NSPredicate*)predicate autovacuum:(BOOL)autovacuum progress:(void (^)(float progress))progress callback:(BOOL (^)(NSString* tableName))callback;
+
+/**
+ *  调用自己的数据库链接执行vacuum操作
+ */
+- (void)vacuumDatabase;
+
+/**
+ *  删除数据库文件,谨慎调用
+ */
+- (void)removeDatabaseFile;
+
+/**
+ *  DAO对象可以自己把操作放在事务里提升速度,实际调用的是该DAO对象操作的数据库文件APSharedPreferences的daoTransaction方法。
+ */
+- (APDAOResult*)daoTransaction:(APDAOTransaction)transaction;
+
+/**
+ *  创建一个数据库副连接,为接下来可能发生的并发select操作加速使用。可以调用多次,创建多个数据库连接待用。
+ *  这些创建的链接会自动关闭,业务层无须处理。
+ 
+ *  @param autoclose 在空闲状态多少秒后自动关闭,0表示使用系统值
+ */
+- (void)prepareParallelConnection:(NSTimeInterval)autoclose;
+
+/**
+ *  全局搜索对于插入操作,是采用数据库钩子。插入操作完成后钩子方法将变化的rowid给全局搜索,然后select出来相应的数据。
+ *  这种方式比较低效,所以业务方可以让自己的proxy通过这个方法注册回调方法。执行DAO操作时,会把model返回给业务方,由业务方决定哪些字段用来建索引。
+ *
+ *  @param methodSelector 需要关注的插入操作方法selector
+ *  @param callback       回调block
+ 
+ *  多个insert方法可以对应同一个回调block,比如proxy的接口有两个insert的DAO方法:
+ *
+ *  @protocol APChatMessageProxy <APDAOProtocol>
+ *  - (APDAOResult *)insertChatMessage:(APChatMessage *)message;
+ *  - (APDAOResult *)insertChatMessages:(NSArray *)messages;
+ *  @end
+ *
+ *  NSArray* (^block)(NSDictionary* arguments) = ^ (NSDictionary* arguments) { return @[];};
+ *  [proxy registerSearchFieldsForInsertMethod:@selector(insertChatMessage:) callback:block];
+ *  [proxy registerSearchFieldsForInsertMethod:@selector(insertChatMessages:) callback:block];
+ */
+- (void)registerSearchFieldsForInsertMethod:(SEL)methodSelector callback:(APDAOProxyInsertionCallbackForSearchFields)callback;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOProxy.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOProxy.h
new file mode 100755
index 0000000000000000000000000000000000000000..e4636f4543fe75ec0bd531b1b40ef66b7eb7e7b3
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOProxy.h
@@ -0,0 +1,160 @@
+//
+//  APDAOProxy.h
+//  MobileFoundation
+//
+//  Created by shenmo on 14-9-21.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <sqlite3.h>
+#import "APDAOVersionManager.h"
+#import "APDAOHistoryManager.h"
+#import "APDAOTransaction.h"
+
+@class APDAOConfig;
+@class APDatabaseConnection;
+
+@protocol APDAOProxyDelegate <NSObject>
+
+/**
+ *  连接是否良好
+ */
+- (BOOL)goodConnection;
+
+/**
+ *  锁主连接
+ */
+- (void)databaseConnectionLock:(NSString*)tag;
+
+/**
+ *  解锁主连接
+ */
+- (void)databaseConnectionUnlock;
+
+/**
+ *  主连接是否锁定
+ */
+- (BOOL)databaseLocked;
+
+/**
+ *  删除数据库文件
+ */
+- (void)removeDatabaseFile;
+
+/**
+ *  执行vacuum
+ */
+- (void)vacuumDatabase;
+
+/**
+ *  当出现SQLITE_FULL错误时,是否重试
+ */
+- (BOOL)shouldRetryOnSQLiteFull;
+
+/**
+ *  将temp_store改成1
+ */
+- (void)setTempStoreToFile;
+
+/**
+ *  取主连接
+ */
+- (APDatabaseConnection*)databaseConnection;
+
+/**
+ *  取一个并发连接
+ */
+- (APDatabaseConnection*)parallelDatabaseConnection;
+
+/**
+ *  释放并发连接
+ */
+- (void)releaseParallelDatabaseConnection:(APDatabaseConnection*)connection;
+
+/**
+ *  预先创建一个并发连接
+ *
+ *  @param autoclose 多少秒不用自动关闭
+ */
+- (void)prepareParallelConnection:(NSTimeInterval)autoclose;
+
+/**
+ *  取这个Proxy使用的版本管理器对象
+ */
+- (id<APDAOVersionManager>)versionManager;
+
+/**
+ *  取这个Proxy使用的历史管理器对象
+ */
+- (id<APDAOHistoryManager>)historyManager;
+
+/**
+ *  进行事务
+ */
+- (APDAOResult*)daoTransaction:(APDAOTransaction)transaction;
+
+/**
+ *  报告一个插入操作
+ *
+ *  @param fields    列信息
+ *  @param rowId     插入完成后位于数据库的rowId
+ *  @param tableName 操作的表
+ */
+- (void)reportInsertion:(NSDictionary*)fields rowId:(sqlite_int64)rowId tableName:(NSString*)tableName;
+
+/**
+ *  处理严重的SQLite错误,包括修复数据库,重置数据库
+ *
+ *  @param errorCode    错误码
+ *  @param errorString  错误信息
+ */
+- (void)handleFatalError:(int)errorCode errorString:(NSString*)errorString;
+
+/**
+ *  在APSharedPreferences打开数据库时,会回调业务钩子。写操作需要在钩子完全完成时再继续操作。
+ */
+- (void)waitUntilDatabaseOpenEventDone;
+
+@optional
+
+/**
+ *  注册自己
+ */
+- (void)registerProxy;
+
+/**
+ *  反注册自己
+ */
+- (void)unregisterProxy;
+
+@end
+
+@interface APDAOProxy : NSObject
+
+@property (nonatomic, strong, readonly) APDAOConfig* config;
+@property (nonatomic, weak) id<APDAOProxyDelegate> delegate;
+@property (nonatomic, assign) BOOL isVersionManager;
+@property (nonatomic, assign) BOOL isHistoryManager;
+
+/**
+ *  为protocol生成APDAOProxy的子类
+ */
++ (Class)proxyClassForProtocol:(Protocol*)protocol;
+
+/**
+ *  快速从Config和protocol生成APDAOProxy的子类实例。
+ */
++ (APDAOProxy*)proxyWithConfig:(APDAOConfig*)config protocol:(Protocol*)protocol;
+
+/**
+ *  快速从配置文件内容创建APDAOProxy的子类实例
+ */
++ (APDAOProxy*)proxyWithXMLContent:(NSString*)content protocol:(Protocol*)protocol;
+
+/**
+ *  默认且唯一的初始化方法
+ */
+- (id)initWithConfig:(APDAOConfig*)config;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOResult.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOResult.h
new file mode 100755
index 0000000000000000000000000000000000000000..cbbdc917d6275b2c62080e08bff1036642e45e8d
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOResult.h
@@ -0,0 +1,64 @@
+//
+//  APDAOResult.h
+//  MobileFoundation
+//
+//  Created by shenmo on 14-9-26.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM (NSUInteger, APDAOResultFlag)
+{
+    APDAOResultFlagUndefined = 0,
+    APDAOResultFlagTryBlockExecuted,        // 执行了Try
+    APDAOResultFlagExceptBlockExecuted,     // 执行了Except
+};
+
+@interface APDAOResult : NSObject
+
+/**
+ *  用于含有try...except块的DAO方法,返回到底执行的是try里面的语句还是except中的。
+ *  对于不含foreach的DAO方法,用flags[0]来取值,否则flags[i]对应业务传进来的循环数组里面的每个元素执行的到底是try还是except。
+ */
+@property (nonatomic, assign) APDAOResultFlag* flags;
+
+/**
+ *  对于foreach执行的update方法,当设置resumable时,这个数组返回失败的对象
+ */
+@property (nonatomic, strong) NSMutableArray* foreachFailedObjects;
+
+/**
+ *  成功的对象
+ */
++ (instancetype)success;
+
+/**
+ *  失败的对象
+ */
++ (instancetype)failure;
+
+/**
+ *  以BOOL值创建对象
+ */
++ (instancetype)resultWithBool:(BOOL)value;
+
+/**
+ *  是否成功
+ */
+- (BOOL)value;
+
+/**
+ *  是否成功
+ */
+- (BOOL)succeeded;
+
+/**
+ *  是否失败
+ */
+- (BOOL)failed;
+
+@end
+
+extern APDAOResult* APDAODefaultSuccess;
+extern APDAOResult* APDAODefaultFailure;
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOTransaction.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOTransaction.h
new file mode 100755
index 0000000000000000000000000000000000000000..e252d11675642f97765939e513f7832485202971
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOTransaction.h
@@ -0,0 +1,16 @@
+//
+//  APDAOTransaction.h
+//  MobileFoundation
+//
+//  Created by shenmo on 11/11/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM (unsigned int, APDAOTransaction)
+{
+    APDAOTransactionBegin = 0,
+    APDAOTransactionCommit,
+    APDAOTransactionRollback,
+};
\ No newline at end of file
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOVersionManager.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOVersionManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..d422e3f190564c81494b88566818a7b2118e3743
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDAOVersionManager.h
@@ -0,0 +1,47 @@
+//
+//  APDAOVersionManager.h
+//  MobileFoundation
+//
+//  Created by shenmo on 14-9-26.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APDAOResult.h"
+
+@protocol APDAOVersionManager <NSObject>
+
+/**
+ *  判断一个表是否存在
+ */
+- (id)tableExists:(NSString*)tableName;
+
+/**
+ *  取一个表的版本,返回的数据是[NSNumber numberWithDouble:]的
+ */
+- (NSNumber*)versionOfTable:(NSString*)tableName;
+
+/**
+ *  设置一个表的版本
+ *
+ *  @param tableName 表名
+ *  @param version   版本
+ *
+ *  @return 操作是否成功
+ */
+- (APDAOResult*)setTable:(NSString*)tableName version:(NSNumber*)version;
+
+/**
+ *  删除某个表的版本信息
+ */
+- (APDAOResult*)deleteTable:(NSString*)tableName;
+
+/**
+ *  取所有用户表名
+ */
+- (NSArray*)getAllUserTableNames;
+
+@end
+
+extern NSString* const APDAOVersionConfigXMLContent;
+extern NSString* const APDAOVersionConfigTableName;
\ No newline at end of file
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenter+Utils.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenter+Utils.h
new file mode 100755
index 0000000000000000000000000000000000000000..b628ea1a11083d8d13955bdd376db9312a780fb5
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenter+Utils.h
@@ -0,0 +1,65 @@
+//
+//  APDataCenter+Utils.h
+//  MobileFoundation
+//
+//  Created by shenmo on 12/16/15.
+//  Copyright © 2015 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ * 统一存储定期检查应用的存储空间状态,发生紧张的情况,会抛此通知。
+ */
+extern NSString* const kDidReceiveStorageSpaceWarningNotification;
+
+/**
+ *  当内部的数据库操作触发了SQLITE_FULL,SQLITE_CANTOPEN时,抛此异常。
+ *  由上层检测是否磁盘空间已满,同时进行一些操作。
+ *  该通知由统一存储抛出,上层代码监听。
+ */
+extern NSString* const kDidReceiveSQLiteFullExceptionNotification;
+
+/**
+ *  当上层处理了一次磁盘满的异常后,抛此通知。
+ *  该通知由上层代码抛出,统一存储监听。
+ */
+extern NSString* const kDidSQLiteFullExceptionHandledNotification;
+
+@interface APDataCenterUtils : NSObject
+
+/**
+ *  取某个目录的大小
+ */
++ (unsigned long long)folderSizeAtPath:(NSString *)path;
+
+/**
+ *  取本应用沙箱总大小
+ */
++ (unsigned long long)sandboxSize;
+
+/**
+ *  取系统剩余空间大小
+ */
++ (unsigned long long)freeDiskSpace;
+
+/**
+ *  硬件总存储空间大小
+ */
++ (unsigned long long)totalDiskSpace;
+
+/**
+ *  将字节数格式化成较好看的样子。小于700字节,用字节;小于700KB,用KB;。。。
+ *
+ *  @param size 字节数
+ *
+ *  @return 字符串
+ */
++ (NSString*)prettyBytesFormat:(unsigned long long)size;
+
+/**
+ *  开始后台检测空闲空间,当出现不足是抛出通知kDidReceiveStorageSpaceWarningNotification
+ */
++ (void)startCheckFreeSpaceInBackground;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenter.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenter.h
new file mode 100755
index 0000000000000000000000000000000000000000..fe69e57500b205cc4538239a2505841934d8c91a
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenter.h
@@ -0,0 +1,151 @@
+//
+//  APDataCenter.h
+//  AliPay
+//
+//  Created by shenmo on 14-9-17.
+//  Copyright (c) 2014å¹´ shenmo. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APSharedPreferences.h"
+#import "APPreferencesAccessor.h"
+#import "APDAOProtocol.h"
+#import "APCustomStorage.h"
+#import "APCacheProtocol.h"
+#import "APLRUMemoryCache.h"
+#import "APLRUDiskCache.h"
+#import "APUserCacheCleaner.h"
+#import "APPurgeablePath.h"
+#import "APDataCenter+Utils.h"
+#import "RavenJSONEncoder.h"
+#import "RavenJSONDecoder.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+/**
+ *  打开或关闭统一存储的控制台log,默认是打开的
+ */
+void APDataCenterLogSwitch(BOOL on);
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+/**
+ *  前一个用户的数据库文件将要关闭的事件通知。通知的object为前一个用户的userId。
+ */
+extern NSString* const kAPDataCenterWillLastUserResign;
+
+/**
+ *  用户状态已经发生切换的通知。有可能是user变为nil了,具体userId可以用currentUserId来获取。
+ *  这个通知附加的object是个字典,如果不为nil,里面@"switched"这个键值返回@YES表示确实发生了用户切换事件。
+ */
+extern NSString* const kAPDataCenterDidUserUpdated;
+
+/**
+ *  用户并没切换,APDataCenter重新收到登入事件。会抛这个通知。
+ */
+extern NSString* const kAPDataCenterDidUserRenew;
+
+#define APDefaultDataCenter [APDataCenter defaultDataCenter]
+#define APCommonPreferences [APDefaultDataCenter commonPreferences]
+#define APUserPreferences [APDefaultDataCenter userPreferences]
+#define APCurrentVersionStorage [APDefaultDataCenter currentVersionStorage]
+
+@interface APDataCenter : NSObject
+
+@property (atomic, strong, readonly) NSString* currentUserId;
+
+/**
+ *  单例对象
+ */
++ (instancetype)defaultDataCenter;
+
+/**
+ *  得到存储commonPreferences和userPreferences数据库文件夹的路径。
+ */
++ (NSString*)preferencesRootPath;
+
+/**
+ *  设置当前登录的用户Id,业务代码请不要调用,需要由登录模块调用。
+ */
+- (void)setCurrentUserId:(NSString*)currentUserId;
+
+/**
+ *  完全重置整个统一存储目录,请谨慎。
+ */
+- (void)reset;
+
+/**
+ *  完全重置整个统一存储目录,请谨慎。允许在reset之前和之后执行一个用户指定的回调方法。
+ */
+- (void)reset:(void(^)())before after:(void(^)())after;
+
+/**
+ *  与用户无关的全局存储数据库
+ *
+ *  @return 存储对象,方法参看APSharedPreferences
+ */
+- (APSharedPreferences*)commonPreferences;
+
+/**
+ *  当前登录用户的存储数据库。不是登录态时,取到的是nil。
+ *
+ *  @return 存储对象,方法参看APSharedPreferences
+ */
+- (APSharedPreferences*)userPreferences;
+
+/**
+ *  返回指定用户id的存储对象,业务层通常使用userPreferences方法即可。当有异步存储需要时,防止窜数据,可以使用该方法取特定用户的存储对象。
+ */
+- (APSharedPreferences*)preferencesForUser:(NSString*)userId;
+
+/**
+ *  根据business生成一个存取器,业务层需要自行持有这个对象。
+ *  使用这个对象访问key-value存储空间时,不需要传business。
+ *  比如:
+ *      APPreferencesAccessor* accessor = [[APDataCenter defaultDataCenter] accessorForBusiness:@"aBiz"];
+ *      [[accessor commonPreferences] doubleForKey:@"aKey"];
+ *  等价于调用
+ *      [[[APDataCenter defaultDataCenter] commonPreferences] doubleForKey:@"aKey" business:@"aBiz"];
+ *
+ *  业务层持有的APPreferencesAccessor,在切换用户后不需要重新创建。
+ *  @param business 业务名
+ *
+ *  @return 存取对象,方法参看APPreferencesAccessor
+ */
+- (APPreferencesAccessor*)accessorForBusiness:(NSString*)business;
+
+/**
+ *  统一存储会维护一个当前版本的数据库,当版本发生升级时,这个数据库会重置。
+ */
+- (APCustomStorage*)currentVersionStorage;
+
+/**
+ *  从一个配置文件生成DAO访问对象
+ *
+ *  @param filePath DAO配置文件的文件路径,在main bundle里的文件使用下面方式:
+ *      NSString* filePath = [[NSBundle mainBundle] pathForResource:@"file" ofType:@"xml"];
+ *  @param userDependent 指定这个DAO对象操作哪个数据库。如果userDependent=NO,表示与用户无关,那么DAO会在commonPreferences的数据库文件中建表。
+ *      如果userDependent=YES,那么DAO对象会在userPreferences的数据库文件中建表。当切换用户后,后续的DAO操作会自动在更换后的用户文件中进行,业务无须关心用户切换。
+ *  @param protocol ORM对象实现的接口
+ *
+ *  @return 返回DAO对象,业务不用关心它的类名,只需要使用业务自己定义的id<AProtocol>强制转换一下即可
+ *      返回的DAO对象,在需要时也可以使用id<APDAOProtocol>进行转换,调用默认提供的方法。所以自定义的AProtocol不要含有APDAOProtocol里定义的方法。
+ */
+- (id<APDAOProtocol>)daoWithPath:(NSString*)filePath userDependent:(BOOL)userDependent protocol:(Protocol*)protocol;
+
+/**
+ *  创建一个维护自己独立数据库文件的DAO访问对象
+ *  使用daoWithPath:userDependent:接口创建的DAO对象,操作的是commonPreferences或userPreferences。
+ *  这个接口会创建一个DAO对象,并且操作的是databasePath指定的特定数据库文件,文件不存在会创建。
+ *  可以创建多个DAO对象,指定相同的databasePath。
+ *
+ *  @param filePath     同daoWithPath:userDependent:接口
+ *  @param databasePath DAO数据库文件的位置,可以传绝对路径,也可以传'Documents/XXXX.db'或'Library/Movie/XXX.db'这样的相对路径
+ *
+ *  @return DAO对象
+ */
+- (id<APDAOProtocol>)daoWithPath:(NSString*)filePath databasePath:(NSString*)databasePath protocol:(Protocol*)protocol;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenterInterface.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenterInterface.h
new file mode 100755
index 0000000000000000000000000000000000000000..28e85366ffe41f2c1afc0da612727c204c0eccc1
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCenterInterface.h
@@ -0,0 +1,65 @@
+//
+//  APDataCenterInterface.h
+//  MPDataCenter
+//
+//  Created by shenmo on 5/4/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APDataCenterInterface : NSObject
+
+/**
+ *  单例对象
+ */
++ (instancetype)sharedInstance;
+
+#pragma mark - 默认加解密密钥,32字节的数组
+
+// 下面两个方法任选其一实现
+//      第一个方法由应用提供完整的32字节密钥
+//      第二个方法由应用提供一个AppId,由统一存储计算出32字节的密钥。
+
+/**
+ *  为了安全性,不使用Objective-C方法的返回值来设置加密Key。
+ *  接入应用使用Category覆盖此方法后,在实现中再回调setter方法,将加密key返回。
+ *  如果覆盖了此方法,返回YES。
+ */
+- (BOOL)setDefaultCryptKey:(void (*)(NSData* key))setter;
+
+#pragma mark - 日志方法
+
+/**
+ *  写本地文件日志
+ *  默认实现为调用APLogInfo接口写日志,Tag为"APDataCenter"
+ */
+- (void)writeLocalFileLog:(NSString*)line;
+
+/**
+ *  写远程日志,用于记录异常与错误
+ *  默认实现为:
+     [APRemoteLogger writeLogWithActionId:KActionID_Event
+                                extParams:@[[NSString stringWithFormat:@"[APDataCenter] %@", line]]
+                                    appId:@"data_center"
+                                     seed:@"data_center_log"
+                                     ucId:@""];
+ */
+- (void)writeRemoteLog:(NSString*)line;
+
+/**
+ *  写性能日志,用于记录性能监控数据
+ *  默认实现为:
+    [APRemoteLogger writePerformanceLogWithType:APLogTypeKeyBizTrace subType:@"KeyBiz" extraParams:parameters];
+ */
+- (void)writePerformanceLog:(NSArray*)parameters;
+
+# pragma mark - 监控使用的方法
+
+/**
+ *  应用启动完成会抛的通知,用于统一存储性能数据捕获。判断哪些调用是发生在启动过程中的。
+ *  默认返回nil。
+ */
+- (NSString*)launchingFinishNotificationName;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCrypt.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCrypt.h
new file mode 100755
index 0000000000000000000000000000000000000000..cd46f3edd7200bfa8306bc5b3000f06c408abb72
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APDataCrypt.h
@@ -0,0 +1,76 @@
+//
+//  APDataCrypt.h
+//  MobileFoundation
+//
+//  Created by shenmo on 14-9-19.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef struct APDataCrypt APDataCrypt;
+
+/**
+ *  加密方法原型
+ *  默认的加密方法input与返回都是NSData,但是用户定义的可以不是。比如input为一个string,输出为base64后的值。
+ *  在DAO里,这个方法用来加密OC类的属性。info1和info2分别用来返回加密的OC类名与属性名。
+ */
+typedef id (*APDataCryptFunc)(APDataCrypt* crypt, id input, id info1, id info2);
+
+struct APDataCrypt
+{
+    BOOL isDefault; // 内部使用,只有APDefaultEncrypt()和APDefaultDecrypt()返回的方法,这个值才是true。
+    char key[32];
+    unsigned int keyLength;
+    APDataCryptFunc pfCrypt;
+};
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+
+    /**
+     *  获取默认加密key的长度,目前是32字节。
+     */
+    unsigned int APDefaultCryptKeyLength();
+
+    /**
+     *  初始化一个APDataCrypt对象,请使用这个方法,不要自己malloc。
+     */
+    APDataCrypt* APCryptCreate();
+        
+    /**
+     *  复制一个加密解密器,返回的数据需要用户自行free
+     */
+    APDataCrypt* APCryptCopy(const APDataCrypt* source);
+
+    /**
+     *  默认的加密方法,使用样例:
+     *      [[[APDataCenter defaultDataCenter] commonPreferences] setObject:object forKey:@"aKey" business:@"aBiz" extension:APDefaultEncrypt()];
+     *  返回的加密方法的pfCrypt函数,接收的input与返回值都为NSData*
+     *  @return 返回方法结构体指针
+     */
+    APDataCrypt* APDefaultEncrypt();
+
+    /**
+     *  默认的解密方法,使用样例:
+     *      id object = [[[APDataCenter defaultDataCenter] commonPreferences] objectForKey:@"aKey" business:@"aBiz" extension:APDefaultDecrypt()];
+     *      如果是使用默认加密算法加密的数据,取数据时extension:APDefaultDecrypt()这个参数可以省略。
+     *  返回的加密方法的pfCrypt函数,接收的input与返回值都为NSData*
+     *  @return 返回方法结构体指针
+     */
+    APDataCrypt* APDefaultDecrypt();
+        
+    /**
+     *  安装自定义的默认加密方法。使用这个方法可以将默认的加密方法重定向到外部的任意函数。但必须在使用统一存储前进行设置。
+     */
+    void APInstallDefaultEncrypt(APDataCryptFunc func);
+        
+    /**
+     *  安装自定义的默认解密方法。使用这个方法可以将默认的加密方法重定向到外部的任意函数。但必须在使用统一存储前进行设置。
+     */
+    void APInstallDefaultDecrypt(APDataCryptFunc func);
+
+#ifdef __cplusplus
+}
+#endif // __cplusplus
\ No newline at end of file
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APExistenceTable.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APExistenceTable.h
new file mode 100755
index 0000000000000000000000000000000000000000..82194160538d3ce0259287ca007d61ba4b34d427
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APExistenceTable.h
@@ -0,0 +1,28 @@
+//
+//  APExistenceTable.h
+//  MobileFoundation
+//
+//  Created by shenmo on 3/1/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APExistenceTable : NSObject
+
+/**
+ *  添加对象
+ */
+- (void)addObject:(id)object;
+
+/**
+ *  是否含有对象
+ */
+- (BOOL)containsObject:(id)object;
+
+/**
+ *  删除对象
+ */
+- (void)removeObject:(id)object;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APLRUDiskCache.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APLRUDiskCache.h
new file mode 100755
index 0000000000000000000000000000000000000000..8b008f1f67402a4febb7be538b50eb661ced7839
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APLRUDiskCache.h
@@ -0,0 +1,70 @@
+//
+//  APLRUDiskCache.h
+//  MobileFoundation
+//
+//  Created by shenmo on 2/2/15.
+//  Copyright (c) 2015 Alipay. All rights reserved.
+//
+
+#import "APCacheProtocol.h"
+
+@interface APLRUDiskCache : NSObject <APCacheProtocol>
+
+@property (nonatomic, strong, readonly) NSString* name;
+@property (nonatomic, assign, readonly) BOOL crypted;
+@property (nonatomic, assign, readonly) BOOL userDependent;
+
+/**
+ *  创建一个持久化的LRU缓存,存入的对象需要支持NSCoding协议
+ *
+ *  @param name                 缓存的名字,用做数据库的表名。如果有前缀"LIB_CACHES.",会放到Library/Cache目录下面,如果"TMP."会放到tmp目录下,否则默认为Documents。
+ *  @param capacity             容量,实际容量会比这个大一些,解决缓存满时添加数据的性能问题
+ *  @param userDependent        是否与用户相关,如果与用户相关,当APDataCenter.currentUserId为空时缓存无法操作;
+        当切换用户后,缓存会自动指向当前用户的表,业务无须关心这个事件。
+ *  @param crypted              数据是否加密
+ *
+ *  @return 缓存实例,业务需要持有
+ */
+- (id)initWithName:(NSString*)name capacity:(NSInteger)capacity userDependent:(BOOL)userDependent crypted:(BOOL)crypted;
+
+/**
+ *  保存对象
+ */
+- (void)setObject:(id)object forKey:(NSString*)key;
+
+/**
+ *  保存对象并设置过期时间
+ */
+- (void)setObject:(id)object forKey:(NSString*)key expire:(NSTimeInterval)expire;
+
+/**
+ *  取对象
+ */
+- (id)objectForKey:(NSString*)key;
+
+/**
+ *  删除对象
+ */
+- (void)removeObjectForKey:(NSString*)key;
+
+/**
+ *  删除所有对象
+ */
+- (void)removeAllObjects;
+
+/**
+ *  批量添加对象
+ */
+- (void)addObjects:(NSDictionary*)objects;
+
+/**
+ *  按SQL的like语句规则删除满足条件的对象
+ */
+- (void)removeObjectsWithSqlLike:(NSString*)like;
+
+/**
+ *  删除key在keys中的所有对象
+ */
+- (void)removeObjectsWithKeys:(NSSet*)keys;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APLRUMemoryCache.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APLRUMemoryCache.h
new file mode 100755
index 0000000000000000000000000000000000000000..b892abc3b8b09b75155c1a7cbf71da40b6227f43
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APLRUMemoryCache.h
@@ -0,0 +1,93 @@
+//
+//  APLRUMemoryCache.h
+//  MobileFoundation
+//
+//  Created by shenmo on 2/2/15.
+//  Copyright (c) 2015 Alipay. All rights reserved.
+//
+
+#import "APCacheProtocol.h"
+
+@interface APLRUMemoryCache : NSObject <APCacheProtocol>
+
+/**
+ *  是否自动处理系统内存警告,如果为 YES,会在收到警告后将缓存清空
+ */
+@property (nonatomic, assign) BOOL handleMemoryWarning; // default NO
+
+/**
+ *  初始化并设置容量
+ */
+- (id)initWithCapacity:(NSInteger)capacity;
+
+/**
+ *  保存对象
+ */
+- (void)setObject:(id)object forKey:(NSString*)key;
+
+/**
+ *  保存对象并设置多少秒后过期
+ */
+- (void)setObject:(id)object forKey:(NSString*)key expire:(NSTimeInterval)expire;
+
+/**
+ *  取对象
+ */
+- (id)objectForKey:(NSString*)key;
+
+/**
+ *  删除对象
+ */
+- (void)removeObjectForKey:(NSString*)key;
+
+/**
+ *  删除所有对象
+ */
+- (void)removeAllObjects;
+
+/**
+ *  批量添加对象
+ */
+- (void)addObjects:(NSDictionary*)objects;
+
+/**
+ *  删除所有key满足regex正则表达式的对象
+ */
+- (void)removeObjectsWithRegex:(NSString*)regex;
+
+/**
+ *  删除所有key带prefix前缀的对象
+ */
+- (void)removeObjectsWithPrefix:(NSString*)prefix;
+
+/**
+ *  删除所有key带suffix后缀的对象
+ */
+- (void)removeObjectsWithSuffix:(NSString*)suffix;
+
+/**
+ *  删除key在keys中的所有对象
+ */
+- (void)removeObjectsWithKeys:(NSSet*)keys;
+
+/**
+ *  将缓存对象读取到一个数组里,但不做LRU缓存策略处理。fromHead为YES时,从头开始遍历,否则对尾开始遍历。
+ */
+- (NSArray*)peekObjects:(NSInteger)count fromHead:(BOOL)fromHead;
+
+/**
+ *  快速判断某个key的对象是否存在
+ */
+- (BOOL)objectExistsForKey:(NSString*)key;
+
+/**
+ *  更新容量,如果新容量比原先的小,会删除部分缓存
+ */
+- (void)resetCapacity:(NSInteger)capacity;
+
+/**
+ *  判断一个对象是否在缓存的前面(前5位),如果是的话,认为已经位于很靠前的位置。
+ */
+- (id)findObjectAtTopSequenceForKey:(NSString*)key atTop:(BOOL*)atTop;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APPreferencesAccessor.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APPreferencesAccessor.h
new file mode 100755
index 0000000000000000000000000000000000000000..7960d95ad7b82c8edec4e63b62bf7d485a037773
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APPreferencesAccessor.h
@@ -0,0 +1,29 @@
+//
+//  APPreferencesAccessor.h
+//  MobileFoundation
+//
+//  Created by shenmo on 14-9-23.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APBusinessPreferences.h"
+
+@interface APPreferencesAccessor : NSObject
+
+/**
+ *  根据业务名创建key-value存取对象,使用这个对象里的commonPreferences和userPreferences不需要再传business了。
+ */
+- (id)initWithBusiness:(NSString*)business;
+
+/**
+ *  返回与用户无关的全局存储对象的操作器
+ */
+- (APBusinessPreferences*)commonPreferences;
+
+/**
+ *  返回操作当前登录态用户的操作器,业务层持有的APPreferencesAccessor,在切换用户后不需要重新创建。
+ */
+- (APBusinessPreferences*)userPreferences;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APPurgeablePath.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APPurgeablePath.h
new file mode 100755
index 0000000000000000000000000000000000000000..69139565bbe76ed814b5242a612078028d996ffd
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APPurgeablePath.h
@@ -0,0 +1,44 @@
+//
+//  APPurgeablePath.h
+//  MobileFoundation
+//
+//  Created by shenmo on 12/3/15.
+//  Copyright © 2015 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM(NSUInteger, APPurgeableType)
+{
+    APPurgeableTypeManual = 0,          // 当用户手动清除缓存时清空
+    APPurgeableTypeThreeDays = 3,       // 自动删除三天前的数据
+    APPurgeableTypeOneWeek = 7,         // 自动删除一周前的数据
+    APPurgeableTypeTwoWeeks = 14,       // 自动删除两周前的数据
+    APPurgeableTypeOneMonth = 30,       // 自动删除一个月前的数据
+};
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    /**
+     *  根据用户的输入返回一个可被清理的存储路径,同时会自动判断目录是否存在,如果不存在会创建。
+     *
+     *  @param userPath 用户指定的路径,比如之前使用"Documents/SomePath"来拼接,现在使用APPurgeableStoragePath(@"Documents/SomePath")获得路径即可。
+     *  @param type 指定自动清空的类型,可以是用户手动或每周,或每三天。
+     *  @param size 指定当尺寸达到多大时,清空较老的数据,单位MB。0表示不设置上限。
+     *
+     *  @return 目标路径
+     */
+    NSString* APPurgeablePath(NSString* path);
+    NSString* APPurgeablePathType(NSString* path, APPurgeableType type);
+    NSString* APPurgeablePathTypeSize(NSString* path, APPurgeableType type, NSUInteger size /* MB */);
+    
+    /**
+     *  清空并重置所有注册的目录
+     */
+    void ResetAllPurgeablePaths();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
\ No newline at end of file
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APSharedPreferences.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APSharedPreferences.h
new file mode 100755
index 0000000000000000000000000000000000000000..3610ce2b304f18eba6d88082e72cdb711bd3989b
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APSharedPreferences.h
@@ -0,0 +1,206 @@
+//
+//  APSharedPreferences.h
+//  AliPay
+//
+//  Created by shenmo on 14-9-19.
+//  Copyright (c) 2014å¹´ shenmo. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <sqlite3.h>
+#import "APDataCrypt.h"
+#import "APDAOResult.h"
+#import "APDAOTransaction.h"
+
+// 对应基础表的options字段
+typedef NS_OPTIONS (unsigned int, APDataOptions)
+{
+    // 这两个选项不要在接口中使用,是标识数据的加密属性的,请使用extension来传递加密方法
+    APDataOptionDefaultEncrypted    = 1 << 0,       // 这个选项不要传,传了也没效果,统一存储会使用接口里的extension来做加密的判断,而不是options
+    APDataOptionCustomEncrypted     = 1 << 1,       // 这个选项不要传,传了也没效果,统一存储会使用接口里的extension来做加密的判断,而不是options
+    
+    // 标识该数据在清理缓存时可被清除,这里用unsinged int强转1,为因为某些编译选项下,右边的1<<31不能按照unsigned int 来计算,导致赋值失败
+    APDataOptionPurgeable           = (unsigned int)1 << 31,
+};
+
+/**
+ *  数据库连接的事件
+ */
+typedef NS_ENUM(NSUInteger, APSqliteConnectionEvent)
+{
+    APSqliteConnectionEventOpen = 0,
+    APSqliteConnectionEventWillClose,
+    APSqliteConnectionEventDidClose,
+    APSqliteConnectionEventDidRenew,    // 用户并没有切换,但是因为登出、登入导致数据库连接需要重新通知一下业务方。如果数据库已经关闭,不会发这个事件。
+};
+
+/**
+ *  数据库连接监听回调的函数指针定义
+ *  sqliteHandle,当事件为APSqliteConnectionEventClose时,这个sqliteHandle为已经关闭的连接的指针,!!!已经关闭,切勿使用 !!!
+ *  @return 返回值是这个APSharedPreferences是否要继续汇报自己的事件
+ */
+typedef BOOL (*APSqliteConnectionEventListener)(APSqliteConnectionEvent event, NSString* databasePath, sqlite3* sqliteHandle);
+
+/**
+ *  数据库数据变化的钩子,用于使用Objective-C对象作为参数调用DAO,修改数据库时。只支持Insert。
+ *  fields为NSDictionary,存储原始字符串,无加密。
+ */
+typedef void (*APSqliteInsertionListener)(NSString* databasePath, NSString* tableName, sqlite_int64 rowId, NSDictionary* fields);
+
+/**
+ *  统一存储默认的文件夹名:"Preferences",在Documents目录下
+ */
+extern NSString* const kAPDataCenterDefaultDirectoryName;
+
+@interface APSharedPreferences : NSObject
+
+/**
+ *  数据库文件的路径
+ */
+@property (atomic, strong, readonly) NSString* path;
+
+/**
+ *  sqlite3的句柄
+ */
+@property (atomic, assign, readonly) sqlite3* sqliteHandle;
+
+/**
+ *  设置数据库连接监听回调函数
+ */
++ (void)setSqliteConnectionEventListener:(APSqliteConnectionEventListener)listener;
+
+/**
+ *  设置监听数据库行变更的钩子方法
+ */
++ (void)setSqliteInsertionListener:(APSqliteInsertionListener)listener;
+
+/**
+ *  从一个路径创建,如果文件不存在,会在此路径自动生成数据库文件,并建表存储key-value数据。
+ */
+- (id)initWithPath:(NSString*)path;
+- (id)initWithPath:(NSString*)path customIdentifier:(NSString*)identifier;
+
+#pragma mark KV Storage
+
+/**
+ *  清空所有Key-Value数据
+ */
+- (void)reset;
+
+/**
+ *  删除数据库文件,谨慎调用
+ */
+- (void)removeDatabaseFile;
+
+/**
+ *  移除某个键值对应的数据
+ */
+- (void)removeItemForKey:(NSString*)key business:(NSString*)business;
+
+/**
+ *  删除符合某种模式的键值对应的数据,pattern使用sql的like语句那种形式就行
+ *  比如removeItemsLike:@"int_%" business:@"biz",会删除所有“int_%_biz”这种类型的数据
+ *  removeItemsLike:@"%" business:@"biz"会删除所有biz业务的数据
+ */
+- (void)removeItemsLike:(NSString*)pattern business:(NSString*)business;
+
+/**
+ *  某个键值是否存在
+ */
+- (BOOL)itemExistsForKey:(NSString*)key business:(NSString*)business;
+
+/**
+ *  default表里的所有条目的key
+ */
+- (NSArray*)allKeys;
+
+/**
+ *  default表里某个业务的所有key值
+ */
+- (NSArray*)allKeysOfBusiness:(NSString*)business;
+
+/**
+ *  大致计算一个business的所有数据的大小,返回字节数。
+ *  避免在主线程调用该方法。
+ */
+- (unsigned long long)approximateSizeOfBusiness:(NSString*)business;
+
+/**
+ *  删除所有可被清空的数据
+ */
+- (void)removePurgeableItems;
+
+/**
+ *  integer、long long、bool、double
+ */
+- (NSInteger)integerForKey:(NSString*)key business:(NSString*)business;
+- (NSInteger)integerForKey:(NSString*)key business:(NSString*)business defaultValue:(NSInteger)defaultValue; // 当数据不存在时默认值
+- (BOOL)setInteger:(NSInteger)value forKey:(NSString*)key business:(NSString*)business;
+
+- (long long)longLongForKey:(NSString*)key business:(NSString*)business;
+- (long long)longLongForKey:(NSString*)key business:(NSString*)business defaultValue:(long long)defaultValue; // 当数据不存在时默认值
+- (BOOL)setLongLong:(long long)value forKey:(NSString*)key business:(NSString*)business;
+
+- (BOOL)boolForKey:(NSString*)key business:(NSString*)business;
+- (BOOL)boolForKey:(NSString*)key business:(NSString*)business defaultValue:(BOOL)defaultValue; // 当数据不存在时默认值
+- (BOOL)setBool:(BOOL)value forKey:(NSString*)key business:(NSString*)business;
+
+- (double)doubleForKey:(NSString*)key business:(NSString*)business;
+- (double)doubleForKey:(NSString*)key business:(NSString*)business defaultValue:(double)defaultValue; // 当数据不存在时默认值
+- (BOOL)setDouble:(double)value forKey:(NSString*)key business:(NSString*)business;
+
+/**
+ *  存取字符串,支持加密,关于加密参考APDataCrypt.h
+ *  如果数据之前是使用默认方法加密的,也就是使用APDefaultEncrypt()加密,那么取数据时不需要传extension了,留NULL即可。
+ */
+- (NSString*)stringForKey:(NSString*)key business:(NSString*)business;
+- (NSString*)stringForKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension;
+- (BOOL)setString:(NSString*)string forKey:(NSString*)key business:(NSString*)business;
+- (BOOL)setString:(NSString*)string forKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension;
+
+/**
+ *  取对象,业务层不需要关心归档方式,统一使用该接口取对象。
+ *
+ *  @return 如果是Property List的归档方式,返回的对象和容器的子对象都是mutable的
+ */
+- (id)objectForKey:(NSString*)key business:(NSString*)business;
+- (id)objectForKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension;
+- (id)objectForKey:(NSString*)key business:(NSString*)business expectedClass:(Class)expectedClass error:(NSError**)error;
+
+/**
+ *  以PropertyList归档方式存对象,PList对象定义如下:
+ *  NSNumber、NSString、NSData、NSDate、NSArray、NSDictionary,NSArray和NSDictionary里的子对象也只能是Property List对象。Mutable的对象也可以
+ */
+- (BOOL)setObject:(id)object forKey:(NSString*)key business:(NSString*)business;
+- (BOOL)setObject:(id)object forKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension;
+- (BOOL)setObject:(id)object forKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension options:(APDataOptions)options;
+
+/**
+ *  使用Archive的方式存储对象,只要对象支持NSCoding,都可以归档。
+ *  Property List对象也可以使用archive方式归档,但速度要慢很多,建议当对象肯定为Property List时,使用setObject方法。
+ */
+- (BOOL)archiveObject:(id)object forKey:(NSString*)key business:(NSString*)business;
+- (BOOL)archiveObject:(id)object forKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension;
+- (BOOL)archiveObject:(id)object forKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension options:(APDataOptions)options;
+
+/**
+ *  使用Json decode/encode来归档对象,这种对象不需要为PList对象,也不需要自己实现NSCoding协议。
+ *  取数据仍然使用objectForKey。
+ */
+- (BOOL)saveJsonObject:(id)object forKey:(NSString*)key business:(NSString*)business;
+- (BOOL)saveJsonObject:(id)object forKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension;
+- (BOOL)saveJsonObject:(id)object forKey:(NSString*)key business:(NSString*)business extension:(APDataCrypt*)extension options:(APDataOptions)options;
+
+#pragma mark DAO Access
+
+/**
+ *  每个APSharedPreferences对象对应磁盘上的一个数据库文件,它也可能是DAO操作的目的文件(假如有DAO对象指向它)。
+ *  如果一系列DAO调用可以优化为同一个事务,那么在操作前调用daoTransaction:APDAOTransactionBegin,结束时使用daoTransaction:APDAOTransactionCommit会大大提升速度。
+ *
+ *  @param transaction transaction操作类别
+ *
+ *  @return 操作是否成功
+ */
+- (APDAOResult*)daoTransaction:(APDAOTransaction)transaction;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/APUserCacheCleaner.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APUserCacheCleaner.h
new file mode 100755
index 0000000000000000000000000000000000000000..f34a25e16f5c7c6f5af03279ee8c26be69351621
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/APUserCacheCleaner.h
@@ -0,0 +1,35 @@
+//
+//  APUserCacheCleaner.h
+//  MobileFoundation
+//
+//  Created by shenmo on 3/13/15.
+//  Copyright (c) 2015 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM(NSUInteger, APCacheCleanPhase)
+{
+    APCacheCleanPhasePreCalculating = 0,    // 执行前扫描沙箱大小
+    APCacheCleanPhaseCleaning,              // 正在清理
+    APCacheCleanPhasePostCalculating,       // 执行完成扫描沙箱大小
+    APCacheCleanPhaseDone,                  // 完成
+};
+
+/**
+ *  执行清理完成发出的通知,子线程抛出
+ */
+extern NSString* const kAPUserCacheCleanerDidExecuted;
+
+@interface APUserCacheCleaner : NSObject
+
+/**
+ *  异步执行清理。必须传一个回调方法。
+ *  当phase返回APCacheCleanPhasePreCalculating,APCacheCleanPhaseCleaning,APCacheCleanPhasePostCalculating时,progress代表真实的进度。最大为1.0。
+ *  当phase为APCacheCleanPhaseDone时,progress返回清理了多少MB的数据。
+ *
+ *  @param callback 回调方法
+ */
++ (void)execute:(void(^)(APCacheCleanPhase phase, float progress))callback;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/MPDataCenter.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/MPDataCenter.h
new file mode 100755
index 0000000000000000000000000000000000000000..13c13d563aeaf5939b4b3fb5e5a94559fe3a4729
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/MPDataCenter.h
@@ -0,0 +1,12 @@
+//
+//  MPDataCenter.h
+//  MPDataCenter
+//
+//  Created by shenmo on 12/28/14.
+//  Copyright (c) 2014 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "APDataCenter.h"
+#import "APDataCenterInterface.h"
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/NSString+Trim.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/NSString+Trim.h
new file mode 100755
index 0000000000000000000000000000000000000000..d1f0f0563b1e80438634be2272269437f41961de
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/NSString+Trim.h
@@ -0,0 +1,48 @@
+//
+//  NSString+Trim.h
+//  MobileFoundation
+//
+//  Created by shenmo on 14-9-24.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSString (TRIM)
+
+/**
+ *  删除左侧的所有空格
+ */
+- (NSString*)spaceLeftEndTrimmed;
+
+/**
+ *  删除右侧的所有空格
+ */
+- (NSString*)spaceRightEndTrimmed;
+
+/**
+ *  删除两边的空格
+ */
+- (NSString*)spaceBothEndsTrimmed;
+
+/**
+ *  删除左侧的空格和换行符,制表符
+ */
+- (NSString*)spaceNewLineTabLeftEndTrimmed;
+
+/**
+ *  删除右侧的空格和换行符,制表符
+ */
+- (NSString*)spaceNewLineTabRightEndTrimmed;
+
+/**
+ *  删除两边的空格和换行符,制表符
+ */
+- (NSString*)spaceNewLineTabBothEndsTrimmed;
+
+/**
+ *  判断字符串是否全为空格
+ */
+- (BOOL)trimmedStringIsEmpty;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDBImporter.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDBImporter.h
new file mode 100755
index 0000000000000000000000000000000000000000..bbe4c55e36f13003f4b9cb36cf99a53ffe2606f0
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDBImporter.h
@@ -0,0 +1,14 @@
+//
+//  RVFMDBImporter.h
+//  RavenDB
+//
+//  Created by shenmo on 12/28/14.
+//  Copyright (c) 2014 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "RVFMDatabase.h"
+#import "RVFMResultSet.h"
+#import "RVFMDatabaseAdditions.h"
+#import "RVFMDatabaseQueue.h"
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabase.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabase.h
new file mode 100755
index 0000000000000000000000000000000000000000..ba48ba4192bdd63741631f88793833534bc058d1
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabase.h
@@ -0,0 +1,1001 @@
+#import <Foundation/Foundation.h>
+#import "sqlite3.h"
+#import "RVFMResultSet.h"
+
+
+#if ! __has_feature(objc_arc)
+    #define RVFMDBAutorelease(__v) ([__v autorelease]);
+    #define RVFMDBReturnAutoreleased RVFMDBAutorelease
+
+    #define RVFMDBRetain(__v) ([__v retain]);
+    #define RVFMDBReturnRetained RVFMDBRetain
+
+    #define RVFMDBRelease(__v) ([__v release]);
+
+    #define RVFMDBDispatchQueueRelease(__v) (dispatch_release(__v));
+#else
+    // -fobjc-arc
+    #define RVFMDBAutorelease(__v)
+    #define RVFMDBReturnAutoreleased(__v) (__v)
+
+    #define RVFMDBRetain(__v)
+    #define RVFMDBReturnRetained(__v) (__v)
+
+    #define RVFMDBRelease(__v)
+
+// If OS_OBJECT_USE_OBJC=1, then the dispatch objects will be treated like ObjC objects
+// and will participate in ARC.
+// See the section on "Dispatch Queues and Automatic Reference Counting" in "Grand Central Dispatch (GCD) Reference" for details. 
+    #if OS_OBJECT_USE_OBJC
+        #define RVFMDBDispatchQueueRelease(__v)
+    #else
+        #define RVFMDBDispatchQueueRelease(__v) (dispatch_release(__v));
+    #endif
+#endif
+
+#if !__has_feature(objc_instancetype)
+    #define instancetype id
+#endif
+
+
+typedef int(^RVFMDBExecuteStatementsCallbackBlock)(NSDictionary *resultsDictionary);
+
+
+/** A SQLite ([http://sqlite.org/](http://sqlite.org/)) Objective-C wrapper.
+ 
+ ### Usage
+ The three main classes in RVFMDB are:
+
+ - `RVFMDatabase` - Represents a single SQLite database.  Used for executing SQL statements.
+ - `<RVFMResultSet>` - Represents the results of executing a query on an `RVFMDatabase`.
+ - `<RVFMDatabaseQueue>` - If you want to perform queries and updates on multiple threads, you'll want to use this class.
+
+ ### See also
+ 
+ - `<RVFMDatabasePool>` - A pool of `RVFMDatabase` objects.
+ - `<RVFMStatement>` - A wrapper for `sqlite_stmt`.
+ 
+ ### External links
+ 
+ - [RVFMDB on GitHub](https://github.com/ccgus/RVFMDB) including introductory documentation
+ - [SQLite web site](http://sqlite.org/)
+ - [RVFMDB mailing list](http://groups.google.com/group/RVFMDB)
+ - [SQLite FAQ](http://www.sqlite.org/faq.html)
+ 
+ @warning Do not instantiate a single `RVFMDatabase` object and use it across multiple threads. Instead, use `<RVFMDatabaseQueue>`.
+
+ */
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wobjc-interface-ivars"
+
+
+@interface RVFMDatabase : NSObject  {
+    
+    sqlite3*            _db;
+    NSString*           _databasePath;
+    BOOL                _logsErrors;
+    BOOL                _crashOnErrors;
+    BOOL                _traceExecution;
+    BOOL                _checkedOut;
+    BOOL                _shouldCacheStatements;
+    BOOL                _isExecutingStatement;
+    BOOL                _inTransaction;
+    NSTimeInterval      _maxBusyRetryTimeInterval;
+    NSTimeInterval      _startBusyRetryTime;
+    
+    NSMutableDictionary *_cachedStatements;
+    NSMutableSet        *_openResultSets;
+    NSMutableSet        *_openFunctions;
+
+    NSDateFormatter     *_dateFormat;
+    
+    void (*_logFunc)(NSString* format, ...);
+}
+
+///-----------------
+/// @name Properties
+///-----------------
+
+/** Whether should trace execution */
+
+@property (atomic, assign) BOOL traceExecution;
+
+/** Whether checked out or not */
+
+@property (atomic, assign) BOOL checkedOut;
+
+/** Crash on errors */
+
+@property (atomic, assign) BOOL crashOnErrors;
+
+/** Logs errors */
+
+@property (atomic, assign) BOOL logsErrors;
+
+/** Dictionary of cached statements */
+
+@property (atomic, retain) NSMutableDictionary *cachedStatements;
+
+- (void)shutdownLog;
+
+///---------------------
+/// @name Initialization
+///---------------------
+
+/** Create a `RVFMDatabase` object.
+ 
+ An `RVFMDatabase` is created with a path to a SQLite database file.  This path can be one of these three:
+
+ 1. A file system path.  The file does not have to exist on disk.  If it does not exist, it is created for you.
+ 2. An empty string (`@""`).  An empty database is created at a temporary location.  This database is deleted with the `RVFMDatabase` connection is closed.
+ 3. `nil`.  An in-memory database is created.  This database will be destroyed with the `RVFMDatabase` connection is closed.
+
+ For example, to create/open a database in your Mac OS X `tmp` folder:
+
+    RVFMDatabase *db = [RVFMDatabase databaseWithPath:@"/tmp/tmp.db"];
+
+ Or, in iOS, you might open a database in the app's `Documents` directory:
+
+    NSString *docsPath = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)[0];
+    NSString *dbPath   = [docsPath stringByAppendingPathComponent:@"test.db"];
+    RVFMDatabase *db     = [RVFMDatabase databaseWithPath:dbPath];
+
+ (For more information on temporary and in-memory databases, read the sqlite documentation on the subject: [http://www.sqlite.org/inmemorydb.html](http://www.sqlite.org/inmemorydb.html))
+
+ @param inPath Path of database file
+
+ @return `RVFMDatabase` object if successful; `nil` if failure.
+
+ */
+
++ (instancetype)databaseWithPath:(NSString*)inPath;
+
+/** Initialize a `RVFMDatabase` object.
+ 
+ An `RVFMDatabase` is created with a path to a SQLite database file.  This path can be one of these three:
+
+ 1. A file system path.  The file does not have to exist on disk.  If it does not exist, it is created for you.
+ 2. An empty string (`@""`).  An empty database is created at a temporary location.  This database is deleted with the `RVFMDatabase` connection is closed.
+ 3. `nil`.  An in-memory database is created.  This database will be destroyed with the `RVFMDatabase` connection is closed.
+
+ For example, to create/open a database in your Mac OS X `tmp` folder:
+
+    RVFMDatabase *db = [RVFMDatabase databaseWithPath:@"/tmp/tmp.db"];
+
+ Or, in iOS, you might open a database in the app's `Documents` directory:
+
+    NSString *docsPath = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)[0];
+    NSString *dbPath   = [docsPath stringByAppendingPathComponent:@"test.db"];
+    RVFMDatabase *db     = [RVFMDatabase databaseWithPath:dbPath];
+
+ (For more information on temporary and in-memory databases, read the sqlite documentation on the subject: [http://www.sqlite.org/inmemorydb.html](http://www.sqlite.org/inmemorydb.html))
+
+ @param inPath Path of database file
+ 
+ @return `RVFMDatabase` object if successful; `nil` if failure.
+
+ */
+
+- (instancetype)initWithPath:(NSString*)inPath;
+
+
+///-----------------------------------
+/// @name Opening and closing database
+///-----------------------------------
+
+/** Opening a new database connection
+ 
+ The database is opened for reading and writing, and is created if it does not already exist.
+
+ @return `YES` if successful, `NO` on error.
+
+ @see [sqlite3_open()](http://sqlite.org/c3ref/open.html)
+ @see openWithFlags:
+ @see close
+ */
+
+- (BOOL)open;
+
+/** Opening a new database connection with flags
+
+ @param flags one of the following three values, optionally combined with the `SQLITE_OPEN_NOMUTEX`, `SQLITE_OPEN_FULLMUTEX`, `SQLITE_OPEN_SHAREDCACHE`, `SQLITE_OPEN_PRIVATECACHE`, and/or `SQLITE_OPEN_URI` flags:
+
+ `SQLITE_OPEN_READONLY`
+
+ The database is opened in read-only mode. If the database does not already exist, an error is returned.
+ 
+ `SQLITE_OPEN_READWRITE`
+ 
+ The database is opened for reading and writing if possible, or reading only if the file is write protected by the operating system. In either case the database must already exist, otherwise an error is returned.
+ 
+ `SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE`
+ 
+ The database is opened for reading and writing, and is created if it does not already exist. This is the behavior that is always used for `open` method.
+ 
+ @return `YES` if successful, `NO` on error.
+
+ @see [sqlite3_open_v2()](http://sqlite.org/c3ref/open.html)
+ @see open
+ @see close
+ */
+
+#if SQLITE_VERSION_NUMBER >= 3005000
+- (BOOL)openWithFlags:(int)flags;
+#endif
+
+/** Closing a database connection
+ 
+ @return `YES` if success, `NO` on error.
+ 
+ @see [sqlite3_close()](http://sqlite.org/c3ref/close.html)
+ @see open
+ @see openWithFlags:
+ */
+
+- (BOOL)close;
+
+/** Test to see if we have a good connection to the database.
+ 
+ This will confirm whether:
+ 
+ - is database open
+ - if open, it will try a simple SELECT statement and confirm that it succeeds.
+
+ @return `YES` if everything succeeds, `NO` on failure.
+ */
+
+- (BOOL)goodConnection;
+
+
+///----------------------
+/// @name Perform updates
+///----------------------
+
+/** Execute single update statement
+ 
+ This method executes a single SQL update statement (i.e. any SQL that does not return results, such as `UPDATE`, `INSERT`, or `DELETE`. This method employs [`sqlite3_prepare_v2`](http://sqlite.org/c3ref/prepare.html), [`sqlite3_bind`](http://sqlite.org/c3ref/bind_blob.html) to bind values to `?` placeholders in the SQL with the optional list of parameters, and [`sqlite_step`](http://sqlite.org/c3ref/step.html) to perform the update.
+
+ The optional values provided to this method should be objects (e.g. `NSString`, `NSNumber`, `NSNull`, `NSDate`, and `NSData` objects), not fundamental data types (e.g. `int`, `long`, `NSInteger`, etc.). This method automatically handles the aforementioned object types, and all other object types will be interpreted as text values using the object's `description` method.
+
+ @param sql The SQL to be performed, with optional `?` placeholders.
+ 
+ @param outErr A reference to the `NSError` pointer to be updated with an auto released `NSError` object if an error if an error occurs. If `nil`, no `NSError` object will be returned.
+ 
+ @param ... Optional parameters to bind to `?` placeholders in the SQL statement. These should be Objective-C objects (e.g. `NSString`, `NSNumber`, etc.), not fundamental C data types (e.g. `int`, `char *`, etc.).
+
+ @return `YES` upon success; `NO` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see lastError
+ @see lastErrorCode
+ @see lastErrorMessage
+ @see [`sqlite3_bind`](http://sqlite.org/c3ref/bind_blob.html)
+ */
+
+- (BOOL)executeUpdate:(NSString*)sql withErrorAndBindings:(NSError**)outErr, ...;
+
+/** Execute single update statement
+ 
+ @see executeUpdate:withErrorAndBindings:
+ 
+ @warning **Deprecated**: Please use `<executeUpdate:withErrorAndBindings>` instead.
+ */
+
+- (BOOL)update:(NSString*)sql withErrorAndBindings:(NSError**)outErr, ... __attribute__ ((deprecated));
+
+/** Execute single update statement
+
+ This method executes a single SQL update statement (i.e. any SQL that does not return results, such as `UPDATE`, `INSERT`, or `DELETE`. This method employs [`sqlite3_prepare_v2`](http://sqlite.org/c3ref/prepare.html), [`sqlite3_bind`](http://sqlite.org/c3ref/bind_blob.html) to bind values to `?` placeholders in the SQL with the optional list of parameters, and [`sqlite_step`](http://sqlite.org/c3ref/step.html) to perform the update.
+
+ The optional values provided to this method should be objects (e.g. `NSString`, `NSNumber`, `NSNull`, `NSDate`, and `NSData` objects), not fundamental data types (e.g. `int`, `long`, `NSInteger`, etc.). This method automatically handles the aforementioned object types, and all other object types will be interpreted as text values using the object's `description` method.
+ 
+ @param sql The SQL to be performed, with optional `?` placeholders.
+
+ @param ... Optional parameters to bind to `?` placeholders in the SQL statement. These should be Objective-C objects (e.g. `NSString`, `NSNumber`, etc.), not fundamental C data types (e.g. `int`, `char *`, etc.).
+
+ @return `YES` upon success; `NO` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+ 
+ @see lastError
+ @see lastErrorCode
+ @see lastErrorMessage
+ @see [`sqlite3_bind`](http://sqlite.org/c3ref/bind_blob.html)
+ 
+ @note This technique supports the use of `?` placeholders in the SQL, automatically binding any supplied value parameters to those placeholders. This approach is more robust than techniques that entail using `stringWithFormat` to manually build SQL statements, which can be problematic if the values happened to include any characters that needed to be quoted.
+ 
+ @note If you want to use this from Swift, please note that you must include `RVFMDatabaseVariadic.swift` in your project. Without that, you cannot use this method directly, and instead have to use methods such as `<executeUpdate:withArgumentsInArray:>`.
+ */
+
+- (BOOL)executeUpdate:(NSString*)sql, ...;
+
+/** Execute single update statement
+
+ This method executes a single SQL update statement (i.e. any SQL that does not return results, such as `UPDATE`, `INSERT`, or `DELETE`. This method employs [`sqlite3_prepare_v2`](http://sqlite.org/c3ref/prepare.html) and [`sqlite_step`](http://sqlite.org/c3ref/step.html) to perform the update. Unlike the other `executeUpdate` methods, this uses printf-style formatters (e.g. `%s`, `%d`, etc.) to build the SQL. Do not use `?` placeholders in the SQL if you use this method.
+
+ @param format The SQL to be performed, with `printf`-style escape sequences.
+
+ @param ... Optional parameters to bind to use in conjunction with the `printf`-style escape sequences in the SQL statement.
+
+ @return `YES` upon success; `NO` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see executeUpdate:
+ @see lastError
+ @see lastErrorCode
+ @see lastErrorMessage
+ 
+ @note This method does not technically perform a traditional printf-style replacement. What this method actually does is replace the printf-style percent sequences with a SQLite `?` placeholder, and then bind values to that placeholder. Thus the following command
+
+    [db executeUpdateWithFormat:@"INSERT INTO test (name) VALUES (%@)", @"Gus"];
+
+ is actually replacing the `%@` with `?` placeholder, and then performing something equivalent to `<executeUpdate:>`
+
+    [db executeUpdate:@"INSERT INTO test (name) VALUES (?)", @"Gus"];
+
+ There are two reasons why this distinction is important. First, the printf-style escape sequences can only be used where it is permissible to use a SQLite `?` placeholder. You can use it only for values in SQL statements, but not for table names or column names or any other non-value context. This method also cannot be used in conjunction with `pragma` statements and the like. Second, note the lack of quotation marks in the SQL. The `VALUES` clause was _not_ `VALUES ('%@')` (like you might have to do if you built a SQL statement using `NSString` method `stringWithFormat`), but rather simply `VALUES (%@)`.
+ */
+
+- (BOOL)executeUpdateWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2);
+
+/** Execute single update statement
+
+ This method executes a single SQL update statement (i.e. any SQL that does not return results, such as `UPDATE`, `INSERT`, or `DELETE`. This method employs [`sqlite3_prepare_v2`](http://sqlite.org/c3ref/prepare.html) and [`sqlite3_bind`](http://sqlite.org/c3ref/bind_blob.html) binding any `?` placeholders in the SQL with the optional list of parameters.
+
+ The optional values provided to this method should be objects (e.g. `NSString`, `NSNumber`, `NSNull`, `NSDate`, and `NSData` objects), not fundamental data types (e.g. `int`, `long`, `NSInteger`, etc.). This method automatically handles the aforementioned object types, and all other object types will be interpreted as text values using the object's `description` method.
+
+ @param sql The SQL to be performed, with optional `?` placeholders.
+
+ @param arguments A `NSArray` of objects to be used when binding values to the `?` placeholders in the SQL statement.
+
+ @return `YES` upon success; `NO` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see lastError
+ @see lastErrorCode
+ @see lastErrorMessage
+ */
+
+- (BOOL)executeUpdate:(NSString*)sql withArgumentsInArray:(NSArray *)arguments;
+
+/** Execute single update statement
+
+ This method executes a single SQL update statement (i.e. any SQL that does not return results, such as `UPDATE`, `INSERT`, or `DELETE`. This method employs [`sqlite3_prepare_v2`](http://sqlite.org/c3ref/prepare.html) and [`sqlite_step`](http://sqlite.org/c3ref/step.html) to perform the update. Unlike the other `executeUpdate` methods, this uses printf-style formatters (e.g. `%s`, `%d`, etc.) to build the SQL.
+
+ The optional values provided to this method should be objects (e.g. `NSString`, `NSNumber`, `NSNull`, `NSDate`, and `NSData` objects), not fundamental data types (e.g. `int`, `long`, `NSInteger`, etc.). This method automatically handles the aforementioned object types, and all other object types will be interpreted as text values using the object's `description` method.
+
+ @param sql The SQL to be performed, with optional `?` placeholders.
+
+ @param arguments A `NSDictionary` of objects keyed by column names that will be used when binding values to the `?` placeholders in the SQL statement.
+
+ @return `YES` upon success; `NO` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see lastError
+ @see lastErrorCode
+ @see lastErrorMessage
+*/
+
+- (BOOL)executeUpdate:(NSString*)sql withParameterDictionary:(NSDictionary *)arguments;
+
+
+/** Execute single update statement
+
+ This method executes a single SQL update statement (i.e. any SQL that does not return results, such as `UPDATE`, `INSERT`, or `DELETE`. This method employs [`sqlite3_prepare_v2`](http://sqlite.org/c3ref/prepare.html) and [`sqlite_step`](http://sqlite.org/c3ref/step.html) to perform the update. Unlike the other `executeUpdate` methods, this uses printf-style formatters (e.g. `%s`, `%d`, etc.) to build the SQL.
+
+ The optional values provided to this method should be objects (e.g. `NSString`, `NSNumber`, `NSNull`, `NSDate`, and `NSData` objects), not fundamental data types (e.g. `int`, `long`, `NSInteger`, etc.). This method automatically handles the aforementioned object types, and all other object types will be interpreted as text values using the object's `description` method.
+
+ @param sql The SQL to be performed, with optional `?` placeholders.
+
+ @param args A `va_list` of arguments.
+
+ @return `YES` upon success; `NO` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see lastError
+ @see lastErrorCode
+ @see lastErrorMessage
+ */
+
+- (BOOL)executeUpdate:(NSString*)sql withVAList: (va_list)args;
+
+/** Execute multiple SQL statements
+ 
+ This executes a series of SQL statements that are combined in a single string (e.g. the SQL generated by the `sqlite3` command line `.dump` command). This accepts no value parameters, but rather simply expects a single string with multiple SQL statements, each terminated with a semicolon. This uses `sqlite3_exec`. 
+
+ @param  sql  The SQL to be performed
+ 
+ @return      `YES` upon success; `NO` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see executeStatements:withResultBlock:
+ @see [sqlite3_exec()](http://sqlite.org/c3ref/exec.html)
+
+ */
+
+- (BOOL)executeStatements:(NSString *)sql;
+
+/** Execute multiple SQL statements with callback handler
+ 
+ This executes a series of SQL statements that are combined in a single string (e.g. the SQL generated by the `sqlite3` command line `.dump` command). This accepts no value parameters, but rather simply expects a single string with multiple SQL statements, each terminated with a semicolon. This uses `sqlite3_exec`.
+
+ @param sql       The SQL to be performed.
+ @param block     A block that will be called for any result sets returned by any SQL statements. 
+                  Note, if you supply this block, it must return integer value, zero upon success (this would be a good opportunity to use SQLITE_OK),
+                  non-zero value upon failure (which will stop the bulk execution of the SQL).  If a statement returns values, the block will be called with the results from the query in NSDictionary *resultsDictionary.
+                  This may be `nil` if you don't care to receive any results.
+
+ @return          `YES` upon success; `NO` upon failure. If failed, you can call `<lastError>`,
+                  `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+ 
+ @see executeStatements:
+ @see [sqlite3_exec()](http://sqlite.org/c3ref/exec.html)
+
+ */
+
+- (BOOL)executeStatements:(NSString *)sql withResultBlock:(RVFMDBExecuteStatementsCallbackBlock)block;
+
+/** Last insert rowid
+ 
+ Each entry in an SQLite table has a unique 64-bit signed integer key called the "rowid". The rowid is always available as an undeclared column named `ROWID`, `OID`, or `_ROWID_` as long as those names are not also used by explicitly declared columns. If the table has a column of type `INTEGER PRIMARY KEY` then that column is another alias for the rowid.
+ 
+ This routine returns the rowid of the most recent successful `INSERT` into the database from the database connection in the first argument. As of SQLite version 3.7.7, this routines records the last insert rowid of both ordinary tables and virtual tables. If no successful `INSERT`s have ever occurred on that database connection, zero is returned.
+ 
+ @return The rowid of the last inserted row.
+ 
+ @see [sqlite3_last_insert_rowid()](http://sqlite.org/c3ref/last_insert_rowid.html)
+
+ */
+
+- (sqlite_int64)lastInsertRowId;
+
+/** The number of rows changed by prior SQL statement.
+ 
+ This function returns the number of database rows that were changed or inserted or deleted by the most recently completed SQL statement on the database connection specified by the first parameter. Only changes that are directly specified by the INSERT, UPDATE, or DELETE statement are counted.
+ 
+ @return The number of rows changed by prior SQL statement.
+ 
+ @see [sqlite3_changes()](http://sqlite.org/c3ref/changes.html)
+ 
+ */
+
+- (int)changes;
+
+
+///-------------------------
+/// @name Retrieving results
+///-------------------------
+
+/** Execute select statement
+
+ Executing queries returns an `<RVFMResultSet>` object if successful, and `nil` upon failure.  Like executing updates, there is a variant that accepts an `NSError **` parameter.  Otherwise you should use the `<lastErrorMessage>` and `<lastErrorMessage>` methods to determine why a query failed.
+ 
+ In order to iterate through the results of your query, you use a `while()` loop.  You also need to "step" (via `<[RVFMResultSet next]>`) from one record to the other.
+ 
+ This method employs [`sqlite3_bind`](http://sqlite.org/c3ref/bind_blob.html) for any optional value parameters. This  properly escapes any characters that need escape sequences (e.g. quotation marks), which eliminates simple SQL errors as well as protects against SQL injection attacks. This method natively handles `NSString`, `NSNumber`, `NSNull`, `NSDate`, and `NSData` objects. All other object types will be interpreted as text values using the object's `description` method.
+
+ @param sql The SELECT statement to be performed, with optional `?` placeholders.
+
+ @param ... Optional parameters to bind to `?` placeholders in the SQL statement. These should be Objective-C objects (e.g. `NSString`, `NSNumber`, etc.), not fundamental C data types (e.g. `int`, `char *`, etc.).
+
+ @return A `<RVFMResultSet>` for the result set upon success; `nil` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+ 
+ @see RVFMResultSet
+ @see [`RVFMResultSet next`](<[RVFMResultSet next]>)
+ @see [`sqlite3_bind`](http://sqlite.org/c3ref/bind_blob.html)
+ */
+
+- (RVFMResultSet *)executeQuery:(NSString*)sql, ...;
+
+/** Execute select statement
+
+ Executing queries returns an `<RVFMResultSet>` object if successful, and `nil` upon failure.  Like executing updates, there is a variant that accepts an `NSError **` parameter.  Otherwise you should use the `<lastErrorMessage>` and `<lastErrorMessage>` methods to determine why a query failed.
+ 
+ In order to iterate through the results of your query, you use a `while()` loop.  You also need to "step" (via `<[RVFMResultSet next]>`) from one record to the other.
+ 
+ @param format The SQL to be performed, with `printf`-style escape sequences.
+
+ @param ... Optional parameters to bind to use in conjunction with the `printf`-style escape sequences in the SQL statement.
+
+ @return A `<RVFMResultSet>` for the result set upon success; `nil` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see executeQuery:
+ @see RVFMResultSet
+ @see [`RVFMResultSet next`](<[RVFMResultSet next]>)
+
+ @note This method does not technically perform a traditional printf-style replacement. What this method actually does is replace the printf-style percent sequences with a SQLite `?` placeholder, and then bind values to that placeholder. Thus the following command
+ 
+    [db executeQueryWithFormat:@"SELECT * FROM test WHERE name=%@", @"Gus"];
+ 
+ is actually replacing the `%@` with `?` placeholder, and then performing something equivalent to `<executeQuery:>`
+ 
+    [db executeQuery:@"SELECT * FROM test WHERE name=?", @"Gus"];
+ 
+ There are two reasons why this distinction is important. First, the printf-style escape sequences can only be used where it is permissible to use a SQLite `?` placeholder. You can use it only for values in SQL statements, but not for table names or column names or any other non-value context. This method also cannot be used in conjunction with `pragma` statements and the like. Second, note the lack of quotation marks in the SQL. The `WHERE` clause was _not_ `WHERE name='%@'` (like you might have to do if you built a SQL statement using `NSString` method `stringWithFormat`), but rather simply `WHERE name=%@`.
+ 
+ @note If you want to use this from Swift, please note that you must include `RVFMDatabaseVariadic.swift` in your project. Without that, you cannot use this method directly, and instead have to use methods such as `<executeQuery:withArgumentsInArray:>`.
+
+ */
+
+- (RVFMResultSet *)executeQueryWithFormat:(NSString*)format, ... NS_FORMAT_FUNCTION(1,2);
+
+/** Execute select statement
+
+ Executing queries returns an `<RVFMResultSet>` object if successful, and `nil` upon failure.  Like executing updates, there is a variant that accepts an `NSError **` parameter.  Otherwise you should use the `<lastErrorMessage>` and `<lastErrorMessage>` methods to determine why a query failed.
+ 
+ In order to iterate through the results of your query, you use a `while()` loop.  You also need to "step" (via `<[RVFMResultSet next]>`) from one record to the other.
+ 
+ @param sql The SELECT statement to be performed, with optional `?` placeholders.
+
+ @param arguments A `NSArray` of objects to be used when binding values to the `?` placeholders in the SQL statement.
+
+ @return A `<RVFMResultSet>` for the result set upon success; `nil` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see RVFMResultSet
+ @see [`RVFMResultSet next`](<[RVFMResultSet next]>)
+ */
+
+- (RVFMResultSet *)executeQuery:(NSString *)sql withArgumentsInArray:(NSArray *)arguments;
+
+/** Execute select statement
+
+ Executing queries returns an `<RVFMResultSet>` object if successful, and `nil` upon failure.  Like executing updates, there is a variant that accepts an `NSError **` parameter.  Otherwise you should use the `<lastErrorMessage>` and `<lastErrorMessage>` methods to determine why a query failed.
+ 
+ In order to iterate through the results of your query, you use a `while()` loop.  You also need to "step" (via `<[RVFMResultSet next]>`) from one record to the other.
+ 
+ @param sql The SELECT statement to be performed, with optional `?` placeholders.
+
+ @param arguments A `NSDictionary` of objects keyed by column names that will be used when binding values to the `?` placeholders in the SQL statement.
+
+ @return A `<RVFMResultSet>` for the result set upon success; `nil` upon failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+
+ @see RVFMResultSet
+ @see [`RVFMResultSet next`](<[RVFMResultSet next]>)
+ */
+
+- (RVFMResultSet *)executeQuery:(NSString *)sql withParameterDictionary:(NSDictionary *)arguments;
+
+
+// Documentation forthcoming.
+- (RVFMResultSet *)executeQuery:(NSString*)sql withVAList: (va_list)args;
+
+///-------------------
+/// @name Transactions
+///-------------------
+
+/** Begin a transaction
+ 
+ @return `YES` on success; `NO` on failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+ 
+ @see commit
+ @see rollback
+ @see beginDeferredTransaction
+ @see inTransaction
+ */
+
+- (BOOL)beginTransaction;
+
+/** Begin a deferred transaction
+ 
+ @return `YES` on success; `NO` on failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+ 
+ @see commit
+ @see rollback
+ @see beginTransaction
+ @see inTransaction
+ */
+
+- (BOOL)beginDeferredTransaction;
+
+/** Commit a transaction
+
+ Commit a transaction that was initiated with either `<beginTransaction>` or with `<beginDeferredTransaction>`.
+ 
+ @return `YES` on success; `NO` on failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+ 
+ @see beginTransaction
+ @see beginDeferredTransaction
+ @see rollback
+ @see inTransaction
+ */
+
+- (BOOL)commit;
+
+/** Rollback a transaction
+
+ Rollback a transaction that was initiated with either `<beginTransaction>` or with `<beginDeferredTransaction>`.
+
+ @return `YES` on success; `NO` on failure. If failed, you can call `<lastError>`, `<lastErrorCode>`, or `<lastErrorMessage>` for diagnostic information regarding the failure.
+ 
+ @see beginTransaction
+ @see beginDeferredTransaction
+ @see commit
+ @see inTransaction
+ */
+
+- (BOOL)rollback;
+
+/** Identify whether currently in a transaction or not
+ 
+ @return `YES` if currently within transaction; `NO` if not.
+ 
+ @see beginTransaction
+ @see beginDeferredTransaction
+ @see commit
+ @see rollback
+ */
+
+- (BOOL)inTransaction;
+
+
+///----------------------------------------
+/// @name Cached statements and result sets
+///----------------------------------------
+
+/** Clear cached statements */
+
+- (void)clearCachedStatements;
+
+/** Close all open result sets */
+
+- (void)closeOpenResultSets;
+
+/** Whether database has any open result sets
+ 
+ @return `YES` if there are open result sets; `NO` if not.
+ */
+
+- (BOOL)hasOpenResultSets;
+
+/** Return whether should cache statements or not
+ 
+ @return `YES` if should cache statements; `NO` if not.
+ */
+
+- (BOOL)shouldCacheStatements;
+
+/** Set whether should cache statements or not
+ 
+ @param value `YES` if should cache statements; `NO` if not.
+ */
+
+- (void)setShouldCacheStatements:(BOOL)value;
+
+
+///-------------------------
+/// @name Encryption methods
+///-------------------------
+
+/** Set encryption key.
+ 
+ @param key The key to be used.
+
+ @return `YES` if success, `NO` on error.
+
+ @see http://www.sqlite-encrypt.com/develop-guide.htm
+ 
+ @warning You need to have purchased the sqlite encryption extensions for this method to work.
+ */
+
+- (BOOL)setKey:(NSString*)key;
+
+/** Reset encryption key
+
+ @param key The key to be used.
+
+ @return `YES` if success, `NO` on error.
+
+ @see http://www.sqlite-encrypt.com/develop-guide.htm
+
+ @warning You need to have purchased the sqlite encryption extensions for this method to work.
+ */
+
+- (BOOL)rekey:(NSString*)key;
+
+/** Set encryption key using `keyData`.
+ 
+ @param keyData The `NSData` to be used.
+
+ @return `YES` if success, `NO` on error.
+
+ @see http://www.sqlite-encrypt.com/develop-guide.htm
+ 
+ @warning You need to have purchased the sqlite encryption extensions for this method to work.
+ */
+
+- (BOOL)setKeyWithData:(NSData *)keyData;
+
+/** Reset encryption key using `keyData`.
+
+ @param keyData The `NSData` to be used.
+
+ @return `YES` if success, `NO` on error.
+
+ @see http://www.sqlite-encrypt.com/develop-guide.htm
+
+ @warning You need to have purchased the sqlite encryption extensions for this method to work.
+ */
+
+- (BOOL)rekeyWithData:(NSData *)keyData;
+
+
+///------------------------------
+/// @name General inquiry methods
+///------------------------------
+
+/** The path of the database file
+ 
+ @return path of database.
+ 
+ */
+
+- (NSString *)databasePath;
+
+/** The underlying SQLite handle 
+ 
+ @return The `sqlite3` pointer.
+ 
+ */
+
+- (sqlite3*)sqliteHandle;
+
+
+///-----------------------------
+/// @name Retrieving error codes
+///-----------------------------
+
+/** Last error message
+ 
+ Returns the English-language text that describes the most recent failed SQLite API call associated with a database connection. If a prior API call failed but the most recent API call succeeded, this return value is undefined.
+
+ @return `NSString` of the last error message.
+ 
+ @see [sqlite3_errmsg()](http://sqlite.org/c3ref/errcode.html)
+ @see lastErrorCode
+ @see lastError
+ 
+ */
+
+- (NSString*)lastErrorMessage;
+
+/** Last error code
+ 
+ Returns the numeric result code or extended result code for the most recent failed SQLite API call associated with a database connection. If a prior API call failed but the most recent API call succeeded, this return value is undefined.
+
+ @return Integer value of the last error code.
+
+ @see [sqlite3_errcode()](http://sqlite.org/c3ref/errcode.html)
+ @see lastErrorMessage
+ @see lastError
+
+ */
+
+- (int)lastErrorCode;
+
+/** Had error
+
+ @return `YES` if there was an error, `NO` if no error.
+ 
+ @see lastError
+ @see lastErrorCode
+ @see lastErrorMessage
+ 
+ */
+
+- (BOOL)hadError;
+
+/** Last error
+
+ @return `NSError` representing the last error.
+ 
+ @see lastErrorCode
+ @see lastErrorMessage
+ 
+ */
+
+- (NSError*)lastError;
+
+
+// description forthcoming
+- (void)setMaxBusyRetryTimeInterval:(NSTimeInterval)timeoutInSeconds;
+- (NSTimeInterval)maxBusyRetryTimeInterval;
+
+///----------------------------
+/// @name SQLite library status
+///----------------------------
+
++ (NSString*)RVFMDBUserVersion;
+
++ (SInt32)RVFMDBVersion;
+
+
+///------------------------
+/// @name Make SQL function
+///------------------------
+
+/** Adds SQL functions or aggregates or to redefine the behavior of existing SQL functions or aggregates.
+ 
+ For example:
+ 
+    [queue inDatabase:^(RVFMDatabase *adb) {
+
+        [adb executeUpdate:@"create table ftest (foo text)"];
+        [adb executeUpdate:@"insert into ftest values ('hello')"];
+        [adb executeUpdate:@"insert into ftest values ('hi')"];
+        [adb executeUpdate:@"insert into ftest values ('not h!')"];
+        [adb executeUpdate:@"insert into ftest values ('definitely not h!')"];
+
+        [adb makeFunctionNamed:@"StringStartsWithH" maximumArguments:1 withBlock:^(sqlite3_context *context, int aargc, sqlite3_value **aargv) {
+            if (sqlite3_value_type(aargv[0]) == SQLITE_TEXT) {
+                @autoreleasepool {
+                    const char *c = (const char *)sqlite3_value_text(aargv[0]);
+                    NSString *s = [NSString stringWithUTF8String:c];
+                    sqlite3_result_int(context, [s hasPrefix:@"h"]);
+                }
+            }
+            else {
+                NSLog(@"Unknown formart for StringStartsWithH (%d) %s:%d", sqlite3_value_type(aargv[0]), __FUNCTION__, __LINE__);
+                sqlite3_result_null(context);
+            }
+        }];
+
+        int rowCount = 0;
+        RVFMResultSet *ars = [adb executeQuery:@"select * from ftest where StringStartsWithH(foo)"];
+        while ([ars next]) {
+            rowCount++;
+            NSLog(@"Does %@ start with 'h'?", [rs stringForColumnIndex:0]);
+        }
+        RVFMDBQuickCheck(rowCount == 2);
+    }];
+
+ @param name Name of function
+
+ @param count Maximum number of parameters
+
+ @param block The block of code for the function
+
+ @see [sqlite3_create_function()](http://sqlite.org/c3ref/create_function.html)
+ */
+
+- (void)makeFunctionNamed:(NSString*)name maximumArguments:(int)count withBlock:(void (^)(sqlite3_context *context, int argc, sqlite3_value **argv))block;
+
+
+///---------------------
+/// @name Date formatter
+///---------------------
+
+/** Generate an `NSDateFormatter` that won't be broken by permutations of timezones or locales.
+ 
+ Use this method to generate values to set the dateFormat property.
+ 
+ Example:
+
+    myDB.dateFormat = [RVFMDatabase storeableDateFormat:@"yyyy-MM-dd HH:mm:ss"];
+
+ @param format A valid NSDateFormatter format string.
+ 
+ @return A `NSDateFormatter` that can be used for converting dates to strings and vice versa.
+ 
+ @see hasDateFormatter
+ @see setDateFormat:
+ @see dateFromString:
+ @see stringFromDate:
+ @see storeableDateFormat:
+
+ @warning Note that `NSDateFormatter` is not thread-safe, so the formatter generated by this method should be assigned to only one RVFMDB instance and should not be used for other purposes.
+
+ */
+
++ (NSDateFormatter *)storeableDateFormat:(NSString *)format;
+
+/** Test whether the database has a date formatter assigned.
+ 
+ @return `YES` if there is a date formatter; `NO` if not.
+ 
+ @see hasDateFormatter
+ @see setDateFormat:
+ @see dateFromString:
+ @see stringFromDate:
+ @see storeableDateFormat:
+ */
+
+- (BOOL)hasDateFormatter;
+
+/** Set to a date formatter to use string dates with sqlite instead of the default UNIX timestamps.
+ 
+ @param format Set to nil to use UNIX timestamps. Defaults to nil. Should be set using a formatter generated using RVFMDatabase::storeableDateFormat.
+ 
+ @see hasDateFormatter
+ @see setDateFormat:
+ @see dateFromString:
+ @see stringFromDate:
+ @see storeableDateFormat:
+ 
+ @warning Note there is no direct getter for the `NSDateFormatter`, and you should not use the formatter you pass to RVFMDB for other purposes, as `NSDateFormatter` is not thread-safe.
+ */
+
+- (void)setDateFormat:(NSDateFormatter *)format;
+
+/** Convert the supplied NSString to NSDate, using the current database formatter.
+ 
+ @param s `NSString` to convert to `NSDate`.
+ 
+ @return The `NSDate` object; or `nil` if no formatter is set.
+ 
+ @see hasDateFormatter
+ @see setDateFormat:
+ @see dateFromString:
+ @see stringFromDate:
+ @see storeableDateFormat:
+ */
+
+- (NSDate *)dateFromString:(NSString *)s;
+
+/** Convert the supplied NSDate to NSString, using the current database formatter.
+ 
+ @param date `NSDate` of date to convert to `NSString`.
+
+ @return The `NSString` representation of the date; `nil` if no formatter is set.
+ 
+ @see hasDateFormatter
+ @see setDateFormat:
+ @see dateFromString:
+ @see stringFromDate:
+ @see storeableDateFormat:
+ */
+
+- (NSString *)stringFromDate:(NSDate *)date;
+
+@end
+
+
+/** Objective-C wrapper for `sqlite3_stmt`
+ 
+ This is a wrapper for a SQLite `sqlite3_stmt`. Generally when using RVFMDB you will not need to interact directly with `RVFMStatement`, but rather with `<RVFMDatabase>` and `<RVFMResultSet>` only.
+ 
+ ### See also
+ 
+ - `<RVFMDatabase>`
+ - `<RVFMResultSet>`
+ - [`sqlite3_stmt`](http://www.sqlite.org/c3ref/stmt.html)
+ */
+
+@interface RVFMStatement : NSObject {
+    sqlite3_stmt *_statement;
+    NSString *_query;
+    long _useCount;
+    BOOL _inUse;
+}
+
+///-----------------
+/// @name Properties
+///-----------------
+
+/** Usage count */
+
+@property (atomic, assign) long useCount;
+
+/** SQL statement */
+
+@property (atomic, retain) NSString *query;
+
+/** SQLite sqlite3_stmt
+ 
+ @see [`sqlite3_stmt`](http://www.sqlite.org/c3ref/stmt.html)
+ */
+
+@property (atomic, assign) sqlite3_stmt *statement;
+
+/** Indication of whether the statement is in use */
+
+@property (atomic, assign) BOOL inUse;
+
+///----------------------------
+/// @name Closing and Resetting
+///----------------------------
+
+/** Close statement */
+
+- (void)close;
+
+/** Reset statement */
+
+- (void)reset;
+
+@end
+
+#pragma clang diagnostic pop
+
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabaseAdditions.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabaseAdditions.h
new file mode 100755
index 0000000000000000000000000000000000000000..97e598ebe6836bbfc7a1010f54c4ae71bfad493d
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabaseAdditions.h
@@ -0,0 +1,281 @@
+//
+//  RVFMDatabaseAdditions.h
+//  RVFMDB
+//
+//  Created by August Mueller on 10/30/05.
+//  Copyright 2005 Flying Meat Inc.. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "RVFMDatabase.h"
+
+
+/** Category of additions for `<RVFMDatabase>` class.
+ 
+ ### See also
+
+ - `<RVFMDatabase>`
+ */
+
+@interface RVFMDatabase (RVFMDatabaseAdditions)
+
+///----------------------------------------
+/// @name Return results of SQL to variable
+///----------------------------------------
+
+/** Return `int` value for query
+ 
+ @param query The SQL query to be performed. 
+ @param ... A list of parameters that will be bound to the `?` placeholders in the SQL query.
+
+ @return `int` value.
+ 
+ @note To use this method from Swift, you must include `RVFMDatabaseAdditionsVariadic.swift` in your project.
+ */
+
+- (int)intForQuery:(NSString*)query, ...;
+
+/** Return `long` value for query
+
+ @param query The SQL query to be performed.
+ @param ... A list of parameters that will be bound to the `?` placeholders in the SQL query.
+
+ @return `long` value.
+ 
+ @note To use this method from Swift, you must include `RVFMDatabaseAdditionsVariadic.swift` in your project.
+ */
+
+- (long)longForQuery:(NSString*)query, ...;
+
+/** Return `BOOL` value for query
+
+ @param query The SQL query to be performed.
+ @param ... A list of parameters that will be bound to the `?` placeholders in the SQL query.
+
+ @return `BOOL` value.
+ 
+ @note To use this method from Swift, you must include `RVFMDatabaseAdditionsVariadic.swift` in your project.
+ */
+
+- (BOOL)boolForQuery:(NSString*)query, ...;
+
+/** Return `double` value for query
+
+ @param query The SQL query to be performed.
+ @param ... A list of parameters that will be bound to the `?` placeholders in the SQL query.
+
+ @return `double` value.
+ 
+ @note To use this method from Swift, you must include `RVFMDatabaseAdditionsVariadic.swift` in your project.
+ */
+
+- (double)doubleForQuery:(NSString*)query, ...;
+
+/** Return `NSString` value for query
+
+ @param query The SQL query to be performed.
+ @param ... A list of parameters that will be bound to the `?` placeholders in the SQL query.
+
+ @return `NSString` value.
+ 
+ @note To use this method from Swift, you must include `RVFMDatabaseAdditionsVariadic.swift` in your project.
+ */
+
+- (NSString*)stringForQuery:(NSString*)query, ...;
+
+/** Return `NSData` value for query
+
+ @param query The SQL query to be performed.
+ @param ... A list of parameters that will be bound to the `?` placeholders in the SQL query.
+
+ @return `NSData` value.
+ 
+ @note To use this method from Swift, you must include `RVFMDatabaseAdditionsVariadic.swift` in your project.
+ */
+
+- (NSData*)dataForQuery:(NSString*)query, ...;
+
+/** Return `NSDate` value for query
+
+ @param query The SQL query to be performed.
+ @param ... A list of parameters that will be bound to the `?` placeholders in the SQL query.
+
+ @return `NSDate` value.
+ 
+ @note To use this method from Swift, you must include `RVFMDatabaseAdditionsVariadic.swift` in your project.
+ */
+
+- (NSDate*)dateForQuery:(NSString*)query, ...;
+
+
+// Notice that there's no dataNoCopyForQuery:.
+// That would be a bad idea, because we close out the result set, and then what
+// happens to the data that we just didn't copy?  Who knows, not I.
+
+
+///--------------------------------
+/// @name Schema related operations
+///--------------------------------
+
+/** Does table exist in database?
+
+ @param tableName The name of the table being looked for.
+
+ @return `YES` if table found; `NO` if not found.
+ */
+
+- (BOOL)tableExists:(NSString*)tableName;
+
+/** The schema of the database.
+ 
+ This will be the schema for the entire database. For each entity, each row of the result set will include the following fields:
+ 
+ - `type` - The type of entity (e.g. table, index, view, or trigger)
+ - `name` - The name of the object
+ - `tbl_name` - The name of the table to which the object references
+ - `rootpage` - The page number of the root b-tree page for tables and indices
+ - `sql` - The SQL that created the entity
+
+ @return `RVFMResultSet` of schema; `nil` on error.
+ 
+ @see [SQLite File Format](http://www.sqlite.org/fileformat.html)
+ */
+
+- (RVFMResultSet*)getSchema;
+
+/** The schema of the database.
+
+ This will be the schema for a particular table as report by SQLite `PRAGMA`, for example:
+ 
+    PRAGMA table_info('employees')
+ 
+ This will report:
+ 
+ - `cid` - The column ID number
+ - `name` - The name of the column
+ - `type` - The data type specified for the column
+ - `notnull` - whether the field is defined as NOT NULL (i.e. values required)
+ - `dflt_value` - The default value for the column
+ - `pk` - Whether the field is part of the primary key of the table
+
+ @param tableName The name of the table for whom the schema will be returned.
+ 
+ @return `RVFMResultSet` of schema; `nil` on error.
+ 
+ @see [table_info](http://www.sqlite.org/pragma.html#pragma_table_info)
+ */
+
+- (RVFMResultSet*)getTableSchema:(NSString*)tableName;
+
+/** Test to see if particular column exists for particular table in database
+ 
+ @param columnName The name of the column.
+ 
+ @param tableName The name of the table.
+ 
+ @return `YES` if column exists in table in question; `NO` otherwise.
+ */
+
+- (BOOL)columnExists:(NSString*)columnName inTableWithName:(NSString*)tableName;
+
+/** Test to see if particular column exists for particular table in database
+
+ @param columnName The name of the column.
+
+ @param tableName The name of the table.
+
+ @return `YES` if column exists in table in question; `NO` otherwise.
+ 
+ @see columnExists:inTableWithName:
+ 
+ @warning Deprecated - use `<columnExists:inTableWithName:>` instead.
+ */
+
+- (BOOL)columnExists:(NSString*)tableName columnName:(NSString*)columnName __attribute__ ((deprecated));
+
+
+/** Validate SQL statement
+ 
+ This validates SQL statement by performing `sqlite3_prepare_v2`, but not returning the results, but instead immediately calling `sqlite3_finalize`.
+ 
+ @param sql The SQL statement being validated.
+ 
+ @param error This is a pointer to a `NSError` object that will receive the autoreleased `NSError` object if there was any error. If this is `nil`, no `NSError` result will be returned.
+ 
+ @return `YES` if validation succeeded without incident; `NO` otherwise.
+ 
+ */
+
+- (BOOL)validateSQL:(NSString*)sql error:(NSError**)error;
+
+
+#if SQLITE_VERSION_NUMBER >= 3007017
+
+///-----------------------------------
+/// @name Application identifier tasks
+///-----------------------------------
+
+/** Retrieve application ID
+ 
+ @return The `uint32_t` numeric value of the application ID.
+ 
+ @see setApplicationID:
+ */
+
+- (uint32_t)applicationID;
+
+/** Set the application ID
+
+ @param appID The `uint32_t` numeric value of the application ID.
+ 
+ @see applicationID
+ */
+
+- (void)setApplicationID:(uint32_t)appID;
+
+#if TARGET_OS_MAC && !TARGET_OS_IPHONE
+/** Retrieve application ID string
+
+ @return The `NSString` value of the application ID.
+
+ @see setApplicationIDString:
+ */
+
+
+- (NSString*)applicationIDString;
+
+/** Set the application ID string
+
+ @param string The `NSString` value of the application ID.
+
+ @see applicationIDString
+ */
+
+- (void)setApplicationIDString:(NSString*)string;
+#endif
+
+#endif
+
+///-----------------------------------
+/// @name user version identifier tasks
+///-----------------------------------
+
+/** Retrieve user version
+ 
+ @return The `uint32_t` numeric value of the user version.
+ 
+ @see setUserVersion:
+ */
+
+- (uint32_t)userVersion;
+
+/** Set the user-version
+ 
+ @param version The `uint32_t` numeric value of the user version.
+ 
+ @see userVersion
+ */
+
+- (void)setUserVersion:(uint32_t)version;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabaseQueue.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabaseQueue.h
new file mode 100755
index 0000000000000000000000000000000000000000..7f9fde024c98ffb07e33dde69b6c43359db7bb83
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMDatabaseQueue.h
@@ -0,0 +1,168 @@
+//
+//  RVFMDatabaseQueue.h
+//  fmdb
+//
+//  Created by August Mueller on 6/22/11.
+//  Copyright 2011 Flying Meat Inc. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "sqlite3.h"
+
+@class RVFMDatabase;
+
+/** To perform queries and updates on multiple threads, you'll want to use `FMDatabaseQueue`.
+
+ Using a single instance of `<FMDatabase>` from multiple threads at once is a bad idea.  It has always been OK to make a `<FMDatabase>` object *per thread*.  Just don't share a single instance across threads, and definitely not across multiple threads at the same time.
+
+ Instead, use `FMDatabaseQueue`. Here's how to use it:
+
+ First, make your queue.
+
+    FMDatabaseQueue *queue = [FMDatabaseQueue databaseQueueWithPath:aPath];
+
+ Then use it like so:
+
+    [queue inDatabase:^(FMDatabase *db) {
+        [db executeUpdate:@"INSERT INTO myTable VALUES (?)", [NSNumber numberWithInt:1]];
+        [db executeUpdate:@"INSERT INTO myTable VALUES (?)", [NSNumber numberWithInt:2]];
+        [db executeUpdate:@"INSERT INTO myTable VALUES (?)", [NSNumber numberWithInt:3]];
+
+        FMResultSet *rs = [db executeQuery:@"select * from foo"];
+        while ([rs next]) {
+            //…
+        }
+    }];
+
+ An easy way to wrap things up in a transaction can be done like this:
+
+    [queue inTransaction:^(FMDatabase *db, BOOL *rollback) {
+        [db executeUpdate:@"INSERT INTO myTable VALUES (?)", [NSNumber numberWithInt:1]];
+        [db executeUpdate:@"INSERT INTO myTable VALUES (?)", [NSNumber numberWithInt:2]];
+        [db executeUpdate:@"INSERT INTO myTable VALUES (?)", [NSNumber numberWithInt:3]];
+
+        if (whoopsSomethingWrongHappened) {
+            *rollback = YES;
+            return;
+        }
+        // etc…
+        [db executeUpdate:@"INSERT INTO myTable VALUES (?)", [NSNumber numberWithInt:4]];
+    }];
+
+ `FMDatabaseQueue` will run the blocks on a serialized queue (hence the name of the class).  So if you call `FMDatabaseQueue`'s methods from multiple threads at the same time, they will be executed in the order they are received.  This way queries and updates won't step on each other's toes, and every one is happy.
+
+ ### See also
+
+ - `<FMDatabase>`
+
+ @warning Do not instantiate a single `<FMDatabase>` object and use it across multiple threads. Use `FMDatabaseQueue` instead.
+ 
+ @warning The calls to `FMDatabaseQueue`'s methods are blocking.  So even though you are passing along blocks, they will **not** be run on another thread.
+
+ */
+
+@interface RVFMDatabaseQueue : NSObject {
+    NSString            *_path;
+    dispatch_queue_t    _queue;
+    RVFMDatabase          *_db;
+    int                 _openFlags;
+}
+
+/** Path of database */
+
+@property (atomic, retain) NSString *path;
+
+/** Open flags */
+
+@property (atomic, readonly) int openFlags;
+
+///----------------------------------------------------
+/// @name Initialization, opening, and closing of queue
+///----------------------------------------------------
+
+/** Create queue using path.
+ 
+ @param aPath The file path of the database.
+ 
+ @return The `FMDatabaseQueue` object. `nil` on error.
+ */
+
++ (instancetype)databaseQueueWithPath:(NSString*)aPath;
+
+/** Create queue using path and specified flags.
+ 
+ @param aPath The file path of the database.
+ @param openFlags Flags passed to the openWithFlags method of the database
+ 
+ @return The `FMDatabaseQueue` object. `nil` on error.
+ */
++ (instancetype)databaseQueueWithPath:(NSString*)aPath flags:(int)openFlags;
+
+/** Create queue using path.
+
+ @param aPath The file path of the database.
+
+ @return The `FMDatabaseQueue` object. `nil` on error.
+ */
+
+- (instancetype)initWithPath:(NSString*)aPath;
+
+/** Create queue using path and specified flags.
+ 
+ @param aPath The file path of the database.
+ @param openFlags Flags passed to the openWithFlags method of the database
+ 
+ @return The `FMDatabaseQueue` object. `nil` on error.
+ */
+
+- (instancetype)initWithPath:(NSString*)aPath flags:(int)openFlags;
+
+/** Returns the Class of 'FMDatabase' subclass, that will be used to instantiate database object.
+ 
+ Subclasses can override this method to return specified Class of 'FMDatabase' subclass.
+ 
+ @return The Class of 'FMDatabase' subclass, that will be used to instantiate database object.
+ */
+
++ (Class)databaseClass;
+
+/** Close database used by queue. */
+
+- (void)close;
+
+///-----------------------------------------------
+/// @name Dispatching database operations to queue
+///-----------------------------------------------
+
+/** Synchronously perform database operations on queue.
+ 
+ @param block The code to be run on the queue of `FMDatabaseQueue`
+ */
+
+- (void)inDatabase:(void (^)(RVFMDatabase *db))block;
+
+/** Synchronously perform database operations on queue, using transactions.
+
+ @param block The code to be run on the queue of `FMDatabaseQueue`
+ */
+
+- (void)inTransaction:(void (^)(RVFMDatabase *db, BOOL *rollback))block;
+
+/** Synchronously perform database operations on queue, using deferred transactions.
+
+ @param block The code to be run on the queue of `FMDatabaseQueue`
+ */
+
+- (void)inDeferredTransaction:(void (^)(RVFMDatabase *db, BOOL *rollback))block;
+
+///-----------------------------------------------
+/// @name Dispatching database operations to queue
+///-----------------------------------------------
+
+/** Synchronously perform database operations using save point.
+
+ @param block The code to be run on the queue of `FMDatabaseQueue`
+ */
+
+@end
+
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMResultSet.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMResultSet.h
new file mode 100755
index 0000000000000000000000000000000000000000..abcfad8e3c0868a50909c183705e17ab49d10273
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RVFMResultSet.h
@@ -0,0 +1,469 @@
+#import <Foundation/Foundation.h>
+#import "sqlite3.h"
+
+#ifndef __has_feature      // Optional.
+#define __has_feature(x) 0 // Compatibility with non-clang compilers.
+#endif
+
+#ifndef NS_RETURNS_NOT_RETAINED
+#if __has_feature(attribute_ns_returns_not_retained)
+#define NS_RETURNS_NOT_RETAINED __attribute__((ns_returns_not_retained))
+#else
+#define NS_RETURNS_NOT_RETAINED
+#endif
+#endif
+
+@class RVFMDatabase;
+@class RVFMStatement;
+
+/** Represents the results of executing a query on an `<RVFMDatabase>`.
+ 
+ ### See also
+ 
+ - `<RVFMDatabase>`
+ */
+
+@interface RVFMResultSet : NSObject {
+    RVFMDatabase          *_parentDB;
+    RVFMStatement         *_statement;
+    
+    NSString            *_query;
+    NSMutableDictionary *_columnNameToIndexMap;
+}
+
+///-----------------
+/// @name Properties
+///-----------------
+
+/** Executed query */
+
+@property (atomic, retain) NSString *query;
+
+/** `NSMutableDictionary` mapping column names to numeric index */
+
+@property (readonly) NSMutableDictionary *columnNameToIndexMap;
+
+/** `RVFMStatement` used by result set. */
+
+@property (atomic, retain) RVFMStatement *statement;
+
+///------------------------------------
+/// @name Creating and closing database
+///------------------------------------
+
+/** Create result set from `<RVFMStatement>`
+ 
+ @param statement A `<RVFMStatement>` to be performed
+ 
+ @param aDB A `<RVFMDatabase>` to be used
+ 
+ @return A `RVFMResultSet` on success; `nil` on failure
+ */
+
++ (instancetype)resultSetWithStatement:(RVFMStatement *)statement usingParentDatabase:(RVFMDatabase*)aDB;
+
+/** Close result set */
+
+- (void)close;
+
+- (void)setParentDB:(RVFMDatabase *)newDb;
+
+///---------------------------------------
+/// @name Iterating through the result set
+///---------------------------------------
+
+/** Retrieve next row for result set.
+ 
+ You must always invoke `next` or `nextWithError` before attempting to access the values returned in a query, even if you're only expecting one.
+
+ @return `YES` if row successfully retrieved; `NO` if end of result set reached
+ 
+ @see hasAnotherRow
+ */
+
+- (BOOL)next;
+
+/** Retrieve next row for result set.
+ 
+  You must always invoke `next` or `nextWithError` before attempting to access the values returned in a query, even if you're only expecting one.
+ 
+ @param outErr A 'NSError' object to receive any error object (if any).
+ 
+ @return 'YES' if row successfully retrieved; 'NO' if end of result set reached
+ 
+ @see hasAnotherRow
+ */
+
+- (BOOL)nextWithError:(NSError **)outErr;
+
+/** Did the last call to `<next>` succeed in retrieving another row?
+
+ @return `YES` if the last call to `<next>` succeeded in retrieving another record; `NO` if not.
+ 
+ @see next
+ 
+ @warning The `hasAnotherRow` method must follow a call to `<next>`. If the previous database interaction was something other than a call to `next`, then this method may return `NO`, whether there is another row of data or not.
+ */
+
+- (BOOL)hasAnotherRow;
+
+///---------------------------------------------
+/// @name Retrieving information from result set
+///---------------------------------------------
+
+/** How many columns in result set
+ 
+ @return Integer value of the number of columns.
+ */
+
+- (int)columnCount;
+
+/** Column index for column name
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return Zero-based index for column.
+ */
+
+- (int)columnIndexForName:(NSString*)columnName;
+
+/** Column name for column index
+
+ @param columnIdx Zero-based index for column.
+
+ @return columnName `NSString` value of the name of the column.
+ */
+
+- (NSString*)columnNameForIndex:(int)columnIdx;
+
+/** Result set integer value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `int` value of the result set's column.
+ */
+
+- (int)intForColumn:(NSString*)columnName;
+
+/** Result set integer value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `int` value of the result set's column.
+ */
+
+- (int)intForColumnIndex:(int)columnIdx;
+
+/** Result set `long` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `long` value of the result set's column.
+ */
+
+- (long)longForColumn:(NSString*)columnName;
+
+/** Result set long value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `long` value of the result set's column.
+ */
+
+- (long)longForColumnIndex:(int)columnIdx;
+
+/** Result set `long long int` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `long long int` value of the result set's column.
+ */
+
+- (long long int)longLongIntForColumn:(NSString*)columnName;
+
+/** Result set `long long int` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `long long int` value of the result set's column.
+ */
+
+- (long long int)longLongIntForColumnIndex:(int)columnIdx;
+
+/** Result set `unsigned long long int` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `unsigned long long int` value of the result set's column.
+ */
+
+- (unsigned long long int)unsignedLongLongIntForColumn:(NSString*)columnName;
+
+/** Result set `unsigned long long int` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `unsigned long long int` value of the result set's column.
+ */
+
+- (unsigned long long int)unsignedLongLongIntForColumnIndex:(int)columnIdx;
+
+/** Result set `BOOL` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `BOOL` value of the result set's column.
+ */
+
+- (BOOL)boolForColumn:(NSString*)columnName;
+
+/** Result set `BOOL` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `BOOL` value of the result set's column.
+ */
+
+- (BOOL)boolForColumnIndex:(int)columnIdx;
+
+/** Result set `double` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `double` value of the result set's column.
+ 
+ */
+
+- (double)doubleForColumn:(NSString*)columnName;
+
+/** Result set `double` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `double` value of the result set's column.
+ 
+ */
+
+- (double)doubleForColumnIndex:(int)columnIdx;
+
+/** Result set `NSString` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `NSString` value of the result set's column.
+ 
+ */
+
+- (NSString*)stringForColumn:(NSString*)columnName;
+
+/** Result set `NSString` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `NSString` value of the result set's column.
+ */
+
+- (NSString*)stringForColumnIndex:(int)columnIdx;
+
+/** Result set `NSDate` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `NSDate` value of the result set's column.
+ */
+
+- (NSDate*)dateForColumn:(NSString*)columnName;
+
+/** Result set `NSDate` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `NSDate` value of the result set's column.
+ 
+ */
+
+- (NSDate*)dateForColumnIndex:(int)columnIdx;
+
+/** Result set `NSData` value for column.
+ 
+ This is useful when storing binary data in table (such as image or the like).
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `NSData` value of the result set's column.
+ 
+ */
+
+- (NSData*)dataForColumn:(NSString*)columnName;
+
+/** Result set `NSData` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `NSData` value of the result set's column.
+ */
+
+- (NSData*)dataForColumnIndex:(int)columnIdx;
+
+/** Result set `(const unsigned char *)` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `(const unsigned char *)` value of the result set's column.
+ */
+
+- (const unsigned char *)UTF8StringForColumnName:(NSString*)columnName;
+
+/** Result set `(const unsigned char *)` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `(const unsigned char *)` value of the result set's column.
+ */
+
+- (const unsigned char *)UTF8StringForColumnIndex:(int)columnIdx;
+
+/** Result set object for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return Either `NSNumber`, `NSString`, `NSData`, or `NSNull`. If the column was `NULL`, this returns `[NSNull null]` object.
+
+ @see objectForKeyedSubscript:
+ */
+
+- (id)objectForColumnName:(NSString*)columnName;
+
+/** Result set object for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return Either `NSNumber`, `NSString`, `NSData`, or `NSNull`. If the column was `NULL`, this returns `[NSNull null]` object.
+
+ @see objectAtIndexedSubscript:
+ */
+
+- (id)objectForColumnIndex:(int)columnIdx;
+
+/** Result set object for column.
+ 
+ This method allows the use of the "boxed" syntax supported in Modern Objective-C. For example, by defining this method, the following syntax is now supported:
+ 
+    id result = rs[@"employee_name"];
+ 
+ This simplified syntax is equivalent to calling:
+ 
+    id result = [rs objectForKeyedSubscript:@"employee_name"];
+ 
+ which is, it turns out, equivalent to calling:
+ 
+    id result = [rs objectForColumnName:@"employee_name"];
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return Either `NSNumber`, `NSString`, `NSData`, or `NSNull`. If the column was `NULL`, this returns `[NSNull null]` object.
+ */
+
+- (id)objectForKeyedSubscript:(NSString *)columnName;
+
+/** Result set object for column.
+
+ This method allows the use of the "boxed" syntax supported in Modern Objective-C. For example, by defining this method, the following syntax is now supported:
+
+    id result = rs[0];
+
+ This simplified syntax is equivalent to calling:
+
+    id result = [rs objectForKeyedSubscript:0];
+
+ which is, it turns out, equivalent to calling:
+
+    id result = [rs objectForColumnName:0];
+
+ @param columnIdx Zero-based index for column.
+
+ @return Either `NSNumber`, `NSString`, `NSData`, or `NSNull`. If the column was `NULL`, this returns `[NSNull null]` object.
+ */
+
+- (id)objectAtIndexedSubscript:(int)columnIdx;
+
+/** Result set `NSData` value for column.
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `NSData` value of the result set's column.
+
+ @warning If you are going to use this data after you iterate over the next row, or after you close the
+result set, make sure to make a copy of the data first (or just use `<dataForColumn:>`/`<dataForColumnIndex:>`)
+If you don't, you're going to be in a world of hurt when you try and use the data.
+ 
+ */
+
+- (NSData*)dataNoCopyForColumn:(NSString*)columnName NS_RETURNS_NOT_RETAINED;
+
+/** Result set `NSData` value for column.
+
+ @param columnIdx Zero-based index for column.
+
+ @return `NSData` value of the result set's column.
+
+ @warning If you are going to use this data after you iterate over the next row, or after you close the
+ result set, make sure to make a copy of the data first (or just use `<dataForColumn:>`/`<dataForColumnIndex:>`)
+ If you don't, you're going to be in a world of hurt when you try and use the data.
+
+ */
+
+- (NSData*)dataNoCopyForColumnIndex:(int)columnIdx NS_RETURNS_NOT_RETAINED;
+
+/** Is the column `NULL`?
+ 
+ @param columnIdx Zero-based index for column.
+
+ @return `YES` if column is `NULL`; `NO` if not `NULL`.
+ */
+
+- (BOOL)columnIndexIsNull:(int)columnIdx;
+
+/** Is the column `NULL`?
+
+ @param columnName `NSString` value of the name of the column.
+
+ @return `YES` if column is `NULL`; `NO` if not `NULL`.
+ */
+
+- (BOOL)columnIsNull:(NSString*)columnName;
+
+
+/** Returns a dictionary of the row results mapped to case sensitive keys of the column names. 
+ 
+ @returns `NSDictionary` of the row results.
+ 
+ @warning The keys to the dictionary are case sensitive of the column names.
+ */
+
+- (NSDictionary*)resultDictionary;
+ 
+/** Returns a dictionary of the row results
+ 
+ @see resultDictionary
+ 
+ @warning **Deprecated**: Please use `<resultDictionary>` instead.  Also, beware that `<resultDictionary>` is case sensitive! 
+ */
+
+- (NSDictionary*)resultDict  __attribute__ ((deprecated));
+
+///-----------------------------
+/// @name Key value coding magic
+///-----------------------------
+
+/** Performs `setValue` to yield support for key value observing.
+ 
+ @param object The object for which the values will be set. This is the key-value-coding compliant object that you might, for example, observe.
+
+ */
+
+- (void)kvcMagic:(id)object;
+
+ 
+@end
+
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/RavenJSONDecoder.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RavenJSONDecoder.h
new file mode 100755
index 0000000000000000000000000000000000000000..f32525c4d580ef7beb602432a4103cb3b216264f
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RavenJSONDecoder.h
@@ -0,0 +1,38 @@
+//
+//  RavenJSONDecoder.h
+//  APJSONKit
+//
+//  Created by pucheng on 16/5/19.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_OPTIONS(NSUInteger, RavenJSONReadingMutabilityOptions)
+{
+    RavenJSONReadingImmutable = 0,
+    RavenJSONReadingMutableContainers,
+    RavenJSONReadingMutableContainersAndLeaves
+};
+
+extern NSString * const NSRavenClassCastExpcetion;
+
+@interface RavenJSONDecoder : NSObject
+
+/**
+ *  创建获取一个反序列化对象。
+ *
+ *  @return 反序列化对象。
+ */
++ (RavenJSONDecoder *)decoder;
+
+/**
+ *  将JSON格式字符串反序列化成OC对象。
+ *
+ *  @param string       指定的json字符串。
+ *
+ *  @return OC对象。
+ */
+- (id)decodeFromJSONString:(NSString *)JSONString options:(RavenJSONReadingMutabilityOptions)options;
+
+@end
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/RavenJSONEncoder.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RavenJSONEncoder.h
new file mode 100755
index 0000000000000000000000000000000000000000..c020f535da417e5a93ca0e88e59b8185aa7d6c20
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/RavenJSONEncoder.h
@@ -0,0 +1,41 @@
+//
+//  RavenJSONEncoder.h
+//  APJSONKit
+//
+//  Created by pucheng on 16/5/20.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  @return 一个需要被过滤的属性名的set
+ */
+@protocol RavenJSONEncoderPropertyFilterProtocol
+
+- (NSSet *)RavenJSONEncoderPropertyFilter;
+
+@end
+
+@interface RavenJSONEncoder : NSObject
+
+/**
+ *  创建获取一个序列化对象
+ *  encoder的对象不要层次超过10次 会assert。
+ *  encoder的对象实现的协议不要是继承NSObject的, 这样的对象会加上NSObject协议里的四个属性hash superclass description debugDescription 层次很有可能会超过10层
+ *
+ *  @return 一个RavenJSONEncoder对象
+ */
++ (RavenJSONEncoder *)encoder;
+
+/**
+ *  序列化一个OC对象为JSON格式,该OC对象中的非property变量和struct不进行序列化
+ *
+ *  @param OC对象
+ *
+ *  @return 序列化后的JSON格式字符串
+ */
+- (NSString *)encodeObject:(id)object;
+
+@end
+
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Headers/sqlite_repair.h b/MPaaS/Frameworks/MPDataCenter.framework/Headers/sqlite_repair.h
new file mode 100755
index 0000000000000000000000000000000000000000..dbe212dc4fe83b7f95f613839da557cbf7464784
--- /dev/null
+++ b/MPaaS/Frameworks/MPDataCenter.framework/Headers/sqlite_repair.h
@@ -0,0 +1,65 @@
+//
+//  sqlite_repair.h
+//  SqliteSourceCode
+//
+//  Created by pucheng on 16/7/22.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef sqlite_repair_h
+#define sqlite_repair_h
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+/**
+ *  本工具需要包含sqlite3的C接口库
+ *
+ */
+
+
+/** 
+ *  SQLITE_REPAIR_ERROR_CODE
+ *  成功和错误的返回编码
+ */
+#define SQLITE_REPAIR_SUCCESS       0       //成功
+#define SQLITE_REPAIR_SQLFILE       1       //.sql文件打开失败
+#define SQLITE_REPAIR_OPEN          2       //数据库打开失败
+#define SQLITE_REPAIR_NOT_EXTIST    3       //数据库文件不存在
+#define SQLITE_REPAIR_BACKUP_FAIL   4       //数据库备份失败
+#define SQLITE_REPAIR_VERSION_TOO_OLD   5   //版本太旧 接口不支持
+
+/**
+ * 数据库完整性检测 
+ * 
+ * @return 损坏的数据库返回-1,完整的返回0
+ */
+int sqlite_db_integrity_check(const char *db_path);
+
+/**
+ * 修复sqlite数据库,对于损坏的数据库尽可能的导出了可用的数据,修复后的数据库配置都是默认的,需要重新配置
+ *
+ * @return 返回0表示成功 或者 返回上面定义的错误编码
+ */
+int sqlite_db_repair(
+                    const char *db_path,           //数据库路径
+                    const char *backup_dir_name    //旧数据库备份到同目录下的新建目录,NULL表示不留备份
+);
+
+/**
+ * 对输入路径的db进行备份,备份出的数据库是完全一样的,对损坏的数据库备份出的数据库很有可能还是损坏的
+ *
+ * @return 返回0表示成功 或者 返回上面定义的错误编码
+ */
+int sqlite_db_backup(
+           const char *db_path,         //数据库路径
+           const char *backup_path      //备份数据库的路径
+);
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+#endif /* sqlite_repair_h */
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/Info.plist b/MPaaS/Frameworks/MPDataCenter.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..e9ba99fc6a2e4686a2c828b36dd07e04fdcb0947
Binary files /dev/null and b/MPaaS/Frameworks/MPDataCenter.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/MPDataCenter b/MPaaS/Frameworks/MPDataCenter.framework/MPDataCenter
new file mode 100755
index 0000000000000000000000000000000000000000..1ef5b4278c61cd0413a7678b284d8e1ab079009b
Binary files /dev/null and b/MPaaS/Frameworks/MPDataCenter.framework/MPDataCenter differ
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/MPDataCenter-Info.plist b/MPaaS/Frameworks/MPDataCenter.framework/MPDataCenter-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..d2862e841d43576add50654259974c2742d76741
Binary files /dev/null and b/MPaaS/Frameworks/MPDataCenter.framework/MPDataCenter-Info.plist differ
diff --git a/MPaaS/Frameworks/MPDataCenter.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/MPDataCenter.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/MPDataCenter.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/AutoConfig.json b/MPaaS/Frameworks/MPHotpatchSDK.framework/AutoConfig.json
new file mode 100755
index 0000000000000000000000000000000000000000..3f15580ba4f2f498839c1a97407f602956f1b611
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/AutoConfig.json
@@ -0,0 +1,24 @@
+{
+    "class": "DynamicReleaseInterface",
+    "header": "<MPHotpatchSDK/MPHotpatchSDK.h>",
+    "title": {
+        "chinese": "Hotpatch",
+        "english": "Hotpatch"
+    },
+    "entries": [
+                    {
+                        "title": {
+                            "chinese": "Hotpatch加密Key",
+                            "english": "Hotpatch AESEncryptionKey"
+                        },
+                        "declaration": "- (NSString*)AESEncryptionKeyName",
+                        "description": {
+                            "chinese": "重写该方法返回Hotpatch安全流程涉及到AES加密,保存在无线保镖中的加密Key的名字",
+                            "english": "Override this method and return your RPC gateway which format is 'https://mobilegw.alipay.com/mgw.htm'.\nIf you want to use the default iOS system setting service of MPaaS to change environment, do not override this method.\nClick the delete button on right side to remove this entry."
+                        },
+                        "optional": true,
+                        "type": "string",
+                        "default": ""
+                    }
+                ]
+}
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/DynamicDeployment.bundle/policys.plist b/MPaaS/Frameworks/MPHotpatchSDK.framework/DynamicDeployment.bundle/policys.plist
new file mode 100755
index 0000000000000000000000000000000000000000..608299a125b5ea45d32230877eba717c9f4b9926
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/DynamicDeployment.bundle/policys.plist
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>start</key>
+	<dict>
+		<key>cmd</key>
+		<string>cmd</string>
+		<key>bandage</key>
+		<string>bandage</string>
+		<key>nest</key>
+		<string>nest</string>
+	</dict>
+	<key>login</key>
+	<dict/>
+	<key>foreground</key>
+	<dict>
+		<key>bandage</key>
+		<string>timeThreshold:30</string>
+		<key>cmd</key>
+		<string>timeThreshold:30</string>
+		<key>nest</key>
+		<string>timeThreshold:30</string>
+	</dict>
+	<key>background</key>
+	<dict/>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentBaseInteraction.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentBaseInteraction.h
new file mode 100755
index 0000000000000000000000000000000000000000..8f99ab9c412aff5dca9ba161200971d2da78ca03
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentBaseInteraction.h
@@ -0,0 +1,46 @@
+//
+//  APDynamicDeploymentBaseInteraction.h
+//  DynamicDeployment
+//
+//  Created by majie on 16/6/11.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//单个业务相关的request对象
+@class UnionResourceParam;
+
+//单个业务相关的response对象
+@class UnionResourceInfo;
+
+
+@interface APDynamicDeploymentBaseInteraction : NSObject
+
+/**
+ *  设置与业务相关rpc请求特定值(比如开关设置时间戳,hotpatch设置uuid)
+ *
+ *  @param request 必填,单个业务对象
+ *  @return void
+ */
+- (void)setRequest:(UnionResourceParam *)param;
+
+
+/**
+ *  与业务相关的rpc请求完成时的通知函数
+ *
+ *  @param responses 必填,发布中心返回的任务下载列表
+ *  @param error 必填,rpc返回状态
+ */
+- (void)responseInfo:(UnionResourceInfo *)info error:(NSError *)error;
+
+
+
+/**
+ *  与业务相关的长链接通知函数
+ *
+ *  @param responses 必填,长链接通知
+ */
+- (void)responseLongLinkNotification:(NSNotification *)notification;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentBusiness.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentBusiness.h
new file mode 100755
index 0000000000000000000000000000000000000000..b3c497d35db229f2396128419125c8d9b449b825
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentBusiness.h
@@ -0,0 +1,28 @@
+//
+//  APDynamicDeploymentBusiness.h
+//  DynamicDeployment
+//
+//  Created by majie on 16/6/15.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APDynamicDeploymentBusiness : NSObject
+
+//名称用来标识不同的业务类型
+//已确定业务名称bundle,nest,hotpatch,iosdynamic,cmd
+@property (atomic, strong) NSString *name;
+
+//业务和发布中心的交互类,业务使用APDynamicDeploymentBaseInteraction的派生类
+@property (atomic, strong) NSString *interactionClassName;
+
+//上次业务成功rpc同步的时间
+@property (atomic, strong, readonly) NSDate *lastRequestDate;
+
+/**
+ *  更新rpc成功时间
+ */
+- (void)updateRequestDate;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentCenter.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentCenter.h
new file mode 100755
index 0000000000000000000000000000000000000000..62a69b3744f8c9b9ed337314e0458f1e066d0800
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentCenter.h
@@ -0,0 +1,64 @@
+//
+//  APDynamicDeploymentCenter.h
+//  DynamicDeployment
+//
+//  Created by majie on 16/6/11.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APDynamicDeploymentDef.h"
+#import "UnionResourcePb.pb.h"
+
+@class APDynamicDeploymentBusiness;
+@class APDynamicDeploymentConfig;
+@class APDynamicDeploymentBaseInteraction;
+
+@interface APDynamicDeploymentCenter : NSObject
+
+/**
+ *  对发布中心进行业务注册,
+ *
+ *  @param business 必填,业务的注册对象
+ *  @param error 可填,错误对象
+ *  @return 是否注册成功
+ */
++ (BOOL)registerBusiness:(APDynamicDeploymentBusiness *)business error:(NSError **)error;
+
+/**
+ *  向发布平台同步请求相关业务的资源数据,
+ *
+ *  @param businessName 必填,业务名称集合
+ *  @param userId 可填,当前userid值。
+ */
++ (void)requestForBusinessNames:(NSArray *)businessNames userId:(NSString *)userId;
+
+/**
+ *  启动监听长链接,
+ *
+ *  @param void
+ *  @return void
+ */
++ (void)startListenLongLink;
+
+/**
+ *  对策略的请求
+ *
+ *  @param APDynamicDeploymentPolicyType 策略类型
+ *  @return void
+ */
++ (void)requestForPolicyType:(APDynamicDeploymentPolicyType)type;
+
+/**
+ *  对交互对象相关rpc做请求
+ *  @param interaction 交互对象
+ *  @return void
+ */
++ (void)requestForBusinessInteraction:(APDynamicDeploymentBaseInteraction *)interaction;
+
+/**
+ 使用交互对象同步请求
+ */
++ (BOOL)syncRequestForBusinessInteraction:(APDynamicDeploymentBaseInteraction *)interaction bizType:(UnionResourceBizType)bizType;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentConfig.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentConfig.h
new file mode 100755
index 0000000000000000000000000000000000000000..fcd31e4b4226de5d99c23a9e838f6246c30dc31b
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentConfig.h
@@ -0,0 +1,30 @@
+//
+//  APDynamicDeploymentConfig.h
+//  DynamicDeployment
+//
+//  Created by majie on 16/7/6.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APDynamicDeploymentConfig : NSObject
+
+@property (nonatomic,strong) NSString* productId;
+@property (nonatomic,strong) NSString* productVersion;
+@property (nonatomic,strong) NSString* releaseVersion;
+@property (nonatomic,strong) NSString* utdid;
+@property (nonatomic,strong) NSString* clientId;
+@property (nonatomic,strong) NSString* phoneBrand;
+@property (nonatomic,strong) NSString* phoneModel;
+@property (nonatomic,strong) NSString* osVersion;
+@property (nonatomic,strong) NSString* userId;
+
++ (instancetype)sharedInstance;
+
+/**
+ 用于从开关中获取值
+ */
+- (NSString *)stringValueForKey:(NSString *)key;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentDef.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentDef.h
new file mode 100755
index 0000000000000000000000000000000000000000..e2f8b207d25d6906e9fa14e918036e663f4389bc
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentDef.h
@@ -0,0 +1,83 @@
+//
+//  APDynamicDeploymentDef.h
+//  DynamicDeployment
+//
+//  Created by majie on 16/6/11.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef APDynamicDeploymentDef_h
+#define APDynamicDeploymentDef_h
+
+@class APDynamicDeploymentTaskModel;
+
+typedef enum
+{
+    RegisterClassNameError = 1,
+    RegisterClassFromStringError = 2,
+    RegisterClassNoInteraction = 3,
+    RegisterSuccess = 4
+    
+} APDynamicDeploymentRegisterBusinessStatus;
+
+
+typedef enum
+{
+    PolicyTypeStart = 1,
+    PolicyTypeLogin = 2,
+    PolicyTypeForeground = 3,
+    PolicyTypeBackground = 4,
+    PolicyTypeNone = 5
+    
+} APDynamicDeploymentPolicyType;
+
+
+typedef enum
+{
+    NetTypeNotReachable,
+    NetType2G,
+    NetType3G,
+    NetType4G,
+    NetTypeWifi,
+    NetTypeUnknown,
+    NetTypeAll,
+
+} APDynamicDeploymentNetType;
+
+
+typedef enum
+{
+    Unknown      = -1,
+    Http         = 0,
+    MultiMedia
+
+} APDynamicDeploymentDownloadType;
+
+
+typedef enum
+{
+    Image      = -1,
+    Video      = 0,
+    Audio,
+    Zip,
+    Txt
+
+} APDynamicDeploymentResourceType;
+
+
+static NSString * const APDynamicDeploymentCommandPolicyStart = @"start";
+static NSString * const APDynamicDeploymentCommandPolicyLogin = @"login";
+static NSString * const APDynamicDeploymentCommandPolicyForeground = @"foreground";
+static NSString * const APDynamicDeploymentCommandPolicyBackground = @"background";
+
+static NSString * const APDynamicDeploymentCommandBusinessName = @"cmd";
+
+static NSString * const kDynamicDeploymentErrorCode0  =  @"APDynamicDeployment add an request model in running enginer";
+static NSString * const kDynamicDeploymentErrorCode1  =  @"APDynamicDeployment download channel error";
+static NSString * const kDynamicDeploymentErrorCode2  =  @"APDynamicDeployment download url error";
+
+
+typedef void (^APDynamicDeploymentDownloadCompletionBlock)(APDynamicDeploymentTaskModel *model, NSData *data, NSError *error);
+typedef void (^APDynamicDeploymentEnginerCompletionBlock)(NSString *name, NSData *data, NSError *error);
+
+#endif /* APDynamicDeploymentDef_h */
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentDownloadManager.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentDownloadManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..0e2b410278597784ccc9d2e25516ccf0d8d8ca03
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentDownloadManager.h
@@ -0,0 +1,36 @@
+//
+//  APDynamicDeploymentTaskManager.h
+//  DynamicDeployment
+//
+//  Created by majie on 16/7/11.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APDynamicDeploymentTaskModel.h"
+#import "APDynamicDeploymentDef.h"
+
+@interface APDynamicDeploymentDownloadManager : NSObject
+
++ (instancetype)sharedManager;
+
+/**
+ *  请求下载任务,
+ *
+ *  @param model 必填,下载任务model
+ *  @param completionBlock 可填,下载任务完成回调
+ */
+- (void)requestTaskModel:(APDynamicDeploymentTaskModel *)model
+         completionBlock:(APDynamicDeploymentDownloadCompletionBlock)completionBlock;
+
+
+
+
+/**
+ *  取消下载任务,
+ *
+ *  @param model 必填,取消下载任务model
+ */
+- (void)cancel;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentLogger.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentLogger.h
new file mode 100755
index 0000000000000000000000000000000000000000..571cdfc1209e62866b1045ab0d43bb5d06ab3b92
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentLogger.h
@@ -0,0 +1,31 @@
+//
+//  APDynamicDeploymentLogger.h
+//  DynamicDeployment
+//
+//  Created by majie on 16/8/15.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APDynamicDeploymentLogger : NSObject
+
++ (void)writeLoggerWithParam1:(NSString *)param1 param2:(NSString *)param2 param3:(NSString *)param3;
++ (void)writeLoggerWithArray:(NSArray *)array param2:(NSString *)param2 param3:(NSString *)param3;
+
+/**
+ 动态发布统一埋点接口
+
+ @param bizType     业务类型。"HOTPATCH", "BIRDNEST", "COMMAND"..
+ @param action      执行的操作。"RPC", "Process", "Execute"
+ @param event       事件。"Start", "Success", "Fail", "Exception"
+ @param resId       资源Id,可为空。
+ @param extParams   扩展参数
+ */
++ (void)writeDynamicReleaseLog:(NSString*)bizType
+                        action:(NSString*)action
+                         event:(NSString*)event
+                         resId:(NSString*)resId
+                     extParams:(NSDictionary*)extParams;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentTaskModel.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentTaskModel.h
new file mode 100755
index 0000000000000000000000000000000000000000..a78f87b6d8897c566c7804cf09f155855fac1dc4
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APDynamicDeploymentTaskModel.h
@@ -0,0 +1,43 @@
+//
+//  APDynamicDeploymentTaskModel.h
+//  DynamicDeployment
+//
+//  Created by majie on 16/7/12.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "APDynamicDeploymentDef.h"
+
+//各个业务通过sync下发的数据需要转成统一model
+//然后调用通用下载器
+@interface APDynamicDeploymentTaskModel : NSObject<NSCopying>
+
+//业务线
+@property (nonatomic, strong) NSString *business;
+//资源名字
+@property (nonatomic, strong) NSString *name;
+//资源类型
+@property (nonatomic, assign) APDynamicDeploymentResourceType resType;
+//md5
+@property (nonatomic, strong) NSString *md5;
+//下载类型
+@property (nonatomic, assign) APDynamicDeploymentDownloadType downloadType;
+//下载地址
+@property (nonatomic, strong) NSString *downloadUrl;
+//网络类型
+@property (nonatomic, assign) APDynamicDeploymentNetType netType;
+//存储类型
+@property (nonatomic, strong) NSString *storeType;
+//扩展数据
+@property (nonatomic, strong) NSString *extraData;
+//zip文件解压标示
+@property (nonatomic, assign) BOOL needUnZip;
+//配置过期时间
+@property (nonatomic, strong) NSNumber *expireTime;
+//æ›´æ–°æ—¶é—´
+@property (nonatomic, strong) NSNumber *updateTime;
+
+- (BOOL)isValid;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APKouBeiResourceManager.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APKouBeiResourceManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..7de459cdbe13a99644fb249e2d596866b925801d
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APKouBeiResourceManager.h
@@ -0,0 +1,40 @@
+//
+//  APKouBeiResourceManager.h
+//  DynamicDeployment
+//
+//  Created by liangbao.llb on 16/7/21.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "APResourceManager.h"
+
+@interface APKouBeiResourceManager : APResourceManager
+
+/**
+*  获取本地缓存指定资源。注意:当资源版本不设置时,返回本地最新资源。
+*
+*  @param params   指定资源列表。注意:APResourceGetParams.version为nil,则返回最新版本资源
+*  @param bizId    业务名称,注意:不能为nil
+*  @param callback 结果回调
+*/
++ (void)getResFromCache:(NSArray<APResourceGetParams *> *)params business:(NSString *)bizId resResultsCallback:(APResResultsCallback)callback;
+
+/**
+ *  获取服务端指定资源。注意:当资源版本不设置时,返回本地最新资源。
+ *
+ *  @param params   指定资源列表
+ *  @param bizId    业务名称,注意:不能为nil
+ *  @param callback 结果回调
+ */
++ (void)getResFromNet:(NSArray<APResourceGetParams *> *)params business:(NSString *)bizId resResultsCallback:(APResResultsCallback)callback;
+
+/**
+ *  缓存指定资源。
+ *
+ *  @param params   指定资源列表
+ *  @param bizId    业务名称,注意:不能为nil
+ *  @param callback 结果回调
+ */
++ (void)putRes:(NSArray<APResourcePutParams *> *)params business:(NSString *)bizId resResultsCallback:(APResResultsCallback)callback;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APKoubeiResourceInteraction.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APKoubeiResourceInteraction.h
new file mode 100755
index 0000000000000000000000000000000000000000..b51f19863f2e2bbf4fe924abb059d29669eb15a3
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APKoubeiResourceInteraction.h
@@ -0,0 +1,17 @@
+//
+//  APKoubeiResourceInteraction.h
+//  DynamicDeployment
+//
+//  Created by liangbao.llb on 16/8/5.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "APDynamicDeploymentBaseInteraction.h"
+#import "APResourceGetParams.h"
+#import "APKouBeiResourceManager.h"
+
+@interface APKoubeiResourceInteraction : APDynamicDeploymentBaseInteraction
+
+- (void)getResFromNet:(NSArray<APResourceGetParams *> *)params business:(NSString *)bizId resResultsCallback:(APResResultsCallback)callback;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceBase.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceBase.h
new file mode 100755
index 0000000000000000000000000000000000000000..f00173e396a71e5ea12e4c3b675382035d33d183
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceBase.h
@@ -0,0 +1,18 @@
+//
+//  APResourceBase.h
+//  DynamicDeployment
+//
+//  Created by liangbao.llb on 16/8/8.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APResourceBase : NSObject
+
+@property (nonatomic, strong) NSString *bizId;      // 业务Id
+@property (nonatomic, strong) NSString *resId;      // 资源Id
+@property (nonatomic, strong) NSString *version;    // 资源版本,获取资源时,为nil则返回最新版本资源
+@property (nonatomic, strong) NSString *path;       // 资源缓存路径
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceGetParams.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceGetParams.h
new file mode 100755
index 0000000000000000000000000000000000000000..fba48b2498f61b96be01d1777976e580cb4cafc5
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceGetParams.h
@@ -0,0 +1,19 @@
+//
+//  APResourceGetParams.h
+//  DynamicDeployment
+//
+//  Created by liangbao.llb on 16/7/21.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "APResourceBase.h"
+
+@interface APResourceGetParams : APResourceBase
+
+/**
+ *  资源地址,为nil表示是rpc拉取资源
+ */
+@property (nonatomic, strong) NSString *url;
+
+@end
+
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceManager.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..a70e06a87298c020b61060673e94c96d1bd96553
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceManager.h
@@ -0,0 +1,45 @@
+//
+//  APResourceManager.h
+//  DynamicDeployment
+//
+//  Created by liangbao.llb on 16/7/21.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class APResourceGetParams, APResourcePutParams, APResourceResult;
+
+typedef void (^APResResultsCallback)(NSArray<APResourceResult *> *results);
+
+
+@interface APResourceManager : NSObject
+
+/**
+ *  获取本地缓存指定资源。注意:当资源版本不设置时,返回本地最新资源。
+ *
+ *  @param params   指定资源列表。注意:APResourceGetParams.version为nil,则返回最新版本资源
+ *  @param bizId    业务名称,注意:不能为nil
+ *  @param callback 结果回调
+ */
++ (void)getResFromCache:(NSArray<APResourceGetParams *> *)params business:(NSString *)bizId resResultsCallback:(APResResultsCallback)callback;
+
+/**
+ *  获取服务端指定资源。注意:当资源版本不设置时,返回本地最新资源。
+ *
+ *  @param params   指定资源列表
+ *  @param bizId    业务名称,注意:不能为nil
+ *  @param callback 结果回调
+ */
++ (void)getResFromNet:(NSArray<APResourceGetParams *> *)params business:(NSString *)bizId resResultsCallback:(APResResultsCallback)callback;
+
+/**
+ *  缓存指定资源。
+ *
+ *  @param params   指定资源列表
+ *  @param bizId    业务名称,注意:不能为nil
+ *  @param callback 结果回调
+ */
++ (void)putRes:(NSArray<APResourcePutParams *> *)params business:(NSString *)bizId resResultsCallback:(APResResultsCallback)callback;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourcePutParams.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourcePutParams.h
new file mode 100755
index 0000000000000000000000000000000000000000..2758b5112bbeaf8952a65172fe40ac155d6eed23
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourcePutParams.h
@@ -0,0 +1,18 @@
+//
+//  APResourcePutParams.h
+//  DynamicDeployment
+//
+//  Created by liangbao.llb on 16/7/21.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "APResourceBase.h"
+
+@interface APResourcePutParams : APResourceBase
+
+/**
+ *  资源数据, 注意:存储时path和data不能共存,优先选择存储data。
+ */
+@property (nonatomic, strong) NSData *data;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceResult.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceResult.h
new file mode 100755
index 0000000000000000000000000000000000000000..fdc28a403d768a0216abebed38830279000c602e
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/APResourceResult.h
@@ -0,0 +1,18 @@
+//
+//  APResourceResult.h
+//  DynamicDeployment
+//
+//  Created by liangbao.llb on 16/7/21.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import "APResourceBase.h"
+
+@interface APResourceResult : APResourceBase
+
+/**
+ *  处理失败信息
+ */
+@property (nonatomic, strong) NSError *error;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DRDownloadManager.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DRDownloadManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..247374a64d0fb9c0ee815822d25c87b698189cad
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DRDownloadManager.h
@@ -0,0 +1,39 @@
+//
+//  DRDownloadManager.h
+//  DynamicRelease
+//
+//  Created by ronghui.zrh on 16/3/3.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface DRDownloadRequest : NSObject
+@property (nonatomic, strong) NSString *urlString;
+@end
+
+typedef void (^DRDownloadRequestBlock)(DRDownloadRequest *request);
+
+typedef void (^DRDownloadOnSuccessBlock)(NSData *data);
+
+typedef void (^DRDownloadOnFailedBlock)(NSError *error);
+
+@interface DRDownloadManager : NSObject
+
+- (void)cancel;
+
+/**
+ *  同步下载接口,使用方法如下:
+ *  DRDownloadManager *downloadManager = [[DRDownloadManager alloc] init];
+    [downloadManager sendConnectionSyncWithRequest:^(DRDownloadRequest *request) {
+        request.urlString = "url";
+    } onSuccess:^(NSData *data) {
+    } onFailed:^(NSError *error) {
+    }];
+ *
+ */
+- (void)sendConnectionSyncWithRequest:(DRDownloadRequestBlock )requestBlock
+                            onSuccess:(DRDownloadOnSuccessBlock)successBlock
+                             onFailed:(DRDownloadOnFailedBlock)failedBlock;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicRelease.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicRelease.h
new file mode 100755
index 0000000000000000000000000000000000000000..739310e303065a5fdb51754678ce01f4d5523ea5
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicRelease.h
@@ -0,0 +1,151 @@
+//
+//  DynamicRelease.h
+//  DynamicRelease
+//
+//  Created by ronghui.zrh on 16/3/1.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "DynamicReleaseInterface.h"
+
+@class DynamicReleaseResponse;
+
+typedef void (^DRExecSuccessBlock)(void);
+typedef BOOL (^DRFetchSuccessBlock)(NSArray <DynamicReleaseResponse *> *packageArray);
+typedef void (^DRFailedBlock)(NSError *error);
+typedef void (^DRFinallyBlock)();
+
+@class DynamicReleaseRequest;
+
+typedef void (^DRRequest)(DynamicReleaseRequest *request);
+
+typedef NS_ENUM(NSInteger, DRActionType) {
+    DRActionTypeRollback=0,
+    DRActionTypeUpdate=1,
+};
+
+typedef NS_ENUM(NSInteger, DRExecuteHotPatchType) {
+    DRExecuteHotPatchTypeOnlyOnce=0,
+    DRExecuteHotPatchTypeEveryTime=5,
+};
+
+typedef NS_ENUM(NSInteger, DRDynamicReleasePackageType) {
+    DRDynamicReleasePackageTypeHotpatch = 1 << 0,
+    DRDynamicReleasePackageTypeBirdNest = 1 << 1,
+};
+
+typedef NS_ENUM(NSInteger, DRDynamicReleaseHotPatchScriptType) {
+    DRDynamicReleaseHotPatchScriptTypeUnknown,
+    DRDynamicReleaseHotPatchScriptTypeLua,
+    DRDynamicReleaseHotPatchScriptTypeJavaScript
+};
+
+typedef NS_ENUM(NSInteger, DRDynamicReleaseResultType) {
+    DRDynamicReleaseResultTypeUnknown = 0,
+    DRDynamicReleaseResultTypeHotPatchFailed = 1 << 0,
+    DRDynamicReleaseResultTypeHotPatchSuccess = 1 << 1,
+    DRDynamicReleaseResultTypeBirdNestFailed = 1 << 2,
+    DRDynamicReleaseResultTypeBirdNestSuccess = 1 << 3,
+    DRDynamicReleaseResultTypeFailed = DRDynamicReleaseResultTypeHotPatchFailed|DRDynamicReleaseResultTypeBirdNestFailed
+};
+
+typedef NS_ENUM(NSInteger, DRDynamicReleaseRequestType) {
+    DRDynamicReleaseRequestTypeUnknown,
+    DRDynamicReleaseRequestTypeManual,
+    DRDynamicReleaseRequestTypeAuto,
+};
+
+@interface DynamicReleaseRequest : NSObject
+
+
+/**
+ *  注册进来的self
+ */
+@property(nonatomic,weak)id weakSelf;
+
+/**
+ *  超时时间,暂时没用
+ */
+@property(nonatomic,assign)NSInteger timeout;
+
+/**
+ *  包类型
+ */
+@property(nonatomic,assign)DRDynamicReleasePackageType packageType;
+
+/**
+ *  请求的方式,手动触发,还是发布模块自动获取
+ */
+@property(nonatomic,assign)DRDynamicReleaseRequestType requestType;
+
+
+@property(nonatomic,strong)NSString *packageName;
+
+/**
+ *  是否强制调用
+ */
+@property(nonatomic,assign)BOOL forceFetch;
+
+@end
+
+@interface DynamicReleaseResponse : NSObject
+
+@property(nonatomic,strong)NSString *name;
+@property(nonatomic,strong)NSString *path;
+@property(nonatomic,strong)NSString *version;
+@property(nonatomic,strong)NSString *md5;
+@property(nonatomic,strong)NSString *type;
+
+/**
+ *  当rollBack为yes的时候,只有name字段,其他的为空
+ */
+@property(nonatomic,assign)BOOL rollBack;
+
+@end
+
+
+@protocol DynamicRelaseProtocol <NSObject>
+
+/**
+ *  暂时无用
+ */
++ (void)registerNotification;
+
+@end
+
+@interface DynamicRelease : NSObject
+
+
+/**
+ *  通过调用这个函数,注册新的包可用的回调,需要注意的是,callback是有返回值的,返回这个包是否成功的应用
+ *
+ *  @param requestBlock <#requestBlock description#>
+ *  @param callback     <#callback description#>
+ */
++ (void)registerPackageNotificationWithRequest:(DRRequest)requestBlock
+                                      callBack:(DRFetchSuccessBlock)callback;
+
+/**
+ *  <#Description#>
+ *
+ *  @param requestBlock <#requestBlock description#>
+ */
++ (void)removePackageNotificationWithRequest:(DRRequest)requestBlock;
+
+/**
+ *  执行包
+ *
+ *  @param requestBlock <#requestBlock description#>
+ *  @param successBlock <#successBlock description#>
+ *  @param failedBlock  <#failedBlock description#>
+ *
+ *  
+ */
++ (void)executuePackageWithRequest:(DRRequest)requestBlock
+                              type:(DRLocalBandageExecutionType)type
+                     onSuccess:(DRExecSuccessBlock)successBlock
+                      onFailed:(DRFailedBlock)failedBlock
+                     onFinally:(DRFinallyBlock)finallyBlock;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicReleaseDefines.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicReleaseDefines.h
new file mode 100755
index 0000000000000000000000000000000000000000..de850da2cfda0bcc1e132d0e9c3e92ddccfb495a
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicReleaseDefines.h
@@ -0,0 +1,73 @@
+//
+//  DynamicReleaseDefines.h
+//  DynamicRelease
+//
+//  Created by ronghui.zrh on 16/3/5.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef DynamicReleaseDefines_h
+#define DynamicReleaseDefines_h
+
+#define kDynamicReleaseDomain @"com.alipay.dynamicrelease"
+
+#define kDynamicReleaseError 299   //统一的错误
+
+#define kDynamicReleaseRPCErrorCode  300 //服务端返回not success
+#define kDynamicReleaseExceptionErrorCode  304   //异常
+#define kDynamicReleaseContentNilErrorCode 305 //数据为nil
+#define kDynamicReleaseContentMd5ErrorCode 306 //数据md5 error
+#define kDynamicReleaseSaveFileErrorCode 307 // 保存资源文件错误                // 9.9.1开始只用于鸟巢
+#define kDynamicReleaseSaveMetaInfoFileErrorCode 308 //保存metaInfo文件错误    // 9.9.1开始只用于鸟巢
+#define kDynamicReleaseRemoveFileErrorCode 309 //remove资源文件和metainfo文件失败
+#define kDynamicReleaseResourceTypeErrorCode 310 //资源类型错误
+
+// 9.9.1新增
+
+// 执行脚本阶段错误
+#define kDynamicReleaseReadSigErrorCode 400 // 读取sig文件错误
+#define kDynamicReleaseMD5MissingErrorCode 401 // 读取sig文件后检验md5,但在metainfo里没有md5
+#define kDynamicReleaseVerifyMD5ErrorCode 402 // 读取sig文件后校验md5错误
+#define kDynamicReleaseReadZipErrorCode 403 // 读取zip文件错误
+#define kDynamicReleaseVerifySignErrorCode 404 // hotpatch签名验证错误
+#define kDynamicReleaseHotpatchMissingErrorCode 405 // 执行hotpatch找不到资源文件
+
+#define kDynamicReleaseJSRunErrorCodeBase 1000 // JSPatch那边的运行结果加上1000
+
+// 处理脚本阶段错误
+#define kDynamicReleaseSGInitializeErrorCode 500 // 无线保镖初始化失败
+#define kDynamicReleaseSGEncryptErrorCode 501 // 无线保镖加密失败
+#define kDynamicReleasePListSerializationErrorCode 502 // 将对象序列化失败
+#define kDynamicReleaseProcessExceptionErrorCode 503 // 脚本处理阶段异常的错误
+#define kDynamicReleaseWriteToDiskErrorCode 504 // 写文件阶段错误
+#define kDynamicReleaseProcessUnknownErrorCode 505
+
+static NSString * const DR_HOTPATCH = @"BANDAGE";
+static NSString * const DR_BIRDNEST = @"BIRDNEST";
+static NSString * const DR_NEBULA = @"NEBULA";
+
+static NSString * const DR_DYNAMICRELEASE = @"DynamicRelease";
+static NSString * const DR_KEYBIZ = @"KeyBiz";
+static NSString * const DR_VERSION = @"version";
+static NSString * const DR_RESOURCEID = @"resId";
+static NSString * const DR_METHOD_COUNT = @"methodCount";
+static NSString * const DR_ERRORCODE = @"errorCode";
+static NSString * const DR_ERRORDESC = @"errorDesc";
+static NSString * const DR_FIRSTRUN = @"firstRun";
+static NSString * const DR_BN_RES = @"resDesc";
+
+static NSString * const DR_RPC = @"RPC";
+static NSString * const DR_DOWNLOAD = @"Download";
+static NSString * const DR_PROCESS = @"Process";
+static NSString * const DR_EXECUTE = @"Execute";
+static NSString * const DR_ROLLBACK = @"Rollback";
+static NSString * const DR_NOTIFY = @"Notify";
+
+static NSString * const DR_START = @"Start";
+static NSString * const DR_FAIL = @"Fail";
+static NSString * const DR_SUCCESS = @"Success";
+static NSString * const DR_EXCEPTION = @"Exception";
+
+#define DR_SAFE_STRING(s) ((s==nil)?@"":s)
+
+#endif /* DynamicReleaseDefines_h */
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicReleaseInterface.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicReleaseInterface.h
new file mode 100755
index 0000000000000000000000000000000000000000..2bc1d918daff8944a7c7fb4ca4e9db321ebd735d
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicReleaseInterface.h
@@ -0,0 +1,151 @@
+//
+//  DynamicReleaseInterface.h
+//  MPDynamicRelease
+//
+//  Created by shenmo on 4/29/16.
+//  Copyright © 2016 Alibaba. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "NebulaHandler.h"
+
+typedef NS_ENUM(NSInteger, DRLocalBandageExecutionType)
+{
+    DRLocalBandageExecutionAll = 0,         // 执行所有本地脚本
+    DRLocalBandageExecutionNonLazyload,     // 执行非Lazyload的脚本
+    DRLocalBandageExecutionLazyload,        // 执行Lazyload的脚本
+};
+
+@interface DynamicReleaseInterface : NSObject
+
+/**
+ *  单例对象
+ */
++ (instancetype)sharedInstance;
+
+#pragma mark - 配置方法,通过Category覆盖以下方法实现应用的自定义配置
+
+/**
+ *  拉取Rpc时使用的应用Id,默认实现为
+ *      [[[NSBundle mainBundle] infoDictionary] objectForKey:@"Product ID"]
+ *
+ *  @return 应用Id
+ */
+- (NSString*)productId;
+
+/**
+ *  拉取Rpc时使用的应用版本号,默认实现为
+ *      [[[NSBundle mainBundle] infoDictionary] objectForKey:@"Product Version"];
+ *
+ *  @return 应用版本号
+ */
+- (NSString*)productVersion;
+
+/**
+ *  拉取Rpc时上报的userId,不同用户拉取到的Hotpatch等资源可能不一样。接入应用有自己的账户系统,需要实现这个方法,返回相应的userId值。如果是未登录态,可以返回nil。
+ *
+ *  @return 当前的userId
+ */
+- (NSString*)userId;
+
+/**
+ *  Hotpatch安全流程涉及到AES加密,每款应用使用的加密Key是不同的,并且使用无线保镖进行黑盒加密。这里返回应用使用的保存在无线保镖中的加密Key的名字。
+ *
+ *  @return 加密Key名字
+ */
+- (NSString*)AESEncryptionKeyName;
+
+/**
+ *  是否使用SDK预置的同步功能,默认是YES。
+ *      当为YES时:SDK自动监听UIApplicationDidFinishLaunchingNotification和UIApplicationWillEnterForegroundNotification事件,
+                并同步脚本。
+ *      当为NO时:接入应用需要自己择机调用synchronizeBandage方法同步脚本。
+ *
+ *  @return 返回是否要使用SDK预置的同步功能
+ */
+- (BOOL)automaticSynchronization;
+
+#pragma mark - 生命期方法,不需要使用Category覆盖,直接使用[DynamicReleaseInterface sharedInstance]调用。
+
+/**
+ *  获取本地有哪些脚本,用"|"分隔的脚本ID。这个给日志模块上报使用,每条日志都会带上,所以直接拼好。
+ */
+- (NSString*)getLocalBandages;
+
+/**
+ *  获取已经执行了哪些脚本,返回ID数组。这个给Crash上报使用。
+ */
+- (NSArray*)getExecutedBandages;
+
+/**
+ *  执行本地已经下载的所有Hotpatch脚本,这个方法需要尽量早调用,建议放在应用的didFinishLaunching方法最前面。
+ */
+- (void)executeLocalBandage:(DRLocalBandageExecutionType)type;
+
+/**
+ *  启动阶段进行脚本同步
+ */
+- (void)synchronizeBootup;
+
+/**
+ *  与服务端同步脚本,包括脚本的下载与回滚,同步完成后会自动执行新的脚本。这个方法会异步执行,
+ */
+- (void)synchronizeBandage;
+
+/**
+ *  更多参数的同步方法,这个方法会异步执行,
+ *
+ *  @param forced    是否强制拉取
+ *  @param execute   拉取到后是否自动执行
+ *  @param failBlock 失败的回调方法
+ */
+- (void)synchronizeBandage:(BOOL)forced execute:(BOOL)execute onSuccess:(void(^)())successBlock onFailed:(void(^)(NSError*))failBlock;
+
+/**
+ *  获取H5离线包的同步方法,这个方法会异步执行,
+ *
+ *  @param forced    是否强制拉取
+ *  @param execute   拉取到后是否自动执行
+ *  @param successBlock   拉取成功的回调方法
+ *  @param failBlock 失败的回调方法
+ */
+
+- (void)synchronizeNebula:(NSDictionary *)dicApps forced:(BOOL)forced execute:(BOOL)execute onSuccess:(void(^)())successBlock onFailed:(void(^)(NSError*))failBlock;
+
+#pragma mark - 高级方法,目前用于极端情况处理
+
+/**
+ *  判断应用是否正在执行本地脚本,执行完成返回NO。
+ *  当监测到Crash时,校验这个方法的值,如果返回YES,表示极大可能因为Patch导致启动Crash。
+ *
+ *  @return 是否正在执行脚本。
+ */
+- (BOOL)executingBandages;
+
+/**
+ *  获取本地的hotpatch缓存工作目录,绝对路径
+ */
+- (NSString*)bandageLocalWorkspacePath;
+
+/**
+ *  重置Patch工作目录
+ *
+ *  @param reserveMetaInfo  是否保留元文件
+        传YES时,删除本地已有脚本,但保留元文件,之后不会再拉取这些脚本;
+        传NO时,删除整个目录,元文件也被删除,之后有脚本还是会同步回来。
+ */
+- (void)resetBandageWorkspace:(BOOL)reserveMetaInfo;
+
+/**
+ *  获取当前nebula包的appId
+ *
+ */
+- (NSDictionary *)getNebulaUuids;
+
+/**
+ *  设置nebula资源包请求结果的处理方法,默认为nil;
+ *
+ */
+- (id<NebulaHandler>)getNebulaHandler;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicResourcePb.pb.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicResourcePb.pb.h
new file mode 100755
index 0000000000000000000000000000000000000000..194b16fb91419fb08a9e6f8074def0c2b1ad62e0
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/DynamicResourcePb.pb.h
@@ -0,0 +1,100 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+
+@class AndroidParameter;
+@class DynamicResourceInfo;
+@class DynamicResourceItem;
+@class DynamicResourceRequest;
+@class DynamicResourceResult;
+@class ExtraData;
+@class IOSParameter;
+
+typedef NS_ENUM(SInt32, DynamicResourceBizType) {
+  DynamicResourceBizTypeUnknown = 0,
+  DynamicResourceBizTypeHotpatch = 1,
+  DynamicResourceBizTypeBundle = 2,
+  DynamicResourceBizTypeBirdnest = 3,
+  DynamicResourceBizTypeNebula = 4,
+  DynamicResourceBizTypeIosdynamic = 5,
+  DynamicResourceBizTypeCmd = 6,
+};
+
+typedef NS_ENUM(SInt32, AndroidVmType) {
+  AndroidVmTypeAll = 0,
+  AndroidVmTypeArt = 1,
+  AndroidVmTypeDalvik = 2,
+  AndroidVmTypeLemur = 3,
+  AndroidVmTypeAoc = 4,
+};
+
+@interface DynamicResourceResult : NSObject
+@property (nonatomic)BOOL success;
+@property (nonatomic,strong) NSString* message;
+@property (nonatomic,strong) NSMutableArray * info;
+@end
+
+@interface DynamicResourceInfo : NSObject
+@property (nonatomic)DynamicResourceBizType bizType;
+@property (nonatomic)BOOL success;
+@property (nonatomic,strong) NSString* message;
+@property (nonatomic,strong) NSString* version;
+@property (nonatomic)BOOL rollback;
+@property (nonatomic,strong) NSMutableArray * item;
+@end
+
+@interface DynamicResourceItem : NSObject
+@property (nonatomic,strong) NSString* resId;
+@property (nonatomic,strong) NSString* resVersion;
+@property (nonatomic,strong) NSString* resType;
+@property (nonatomic,strong) NSString* fileMd5;
+@property (nonatomic,strong) NSString* fileUrl;
+@property (nonatomic,strong) NSString* fileContent;
+@property (nonatomic)SInt32 resStatus;
+@property (nonatomic,strong) NSMutableArray * resExtraData;
+@property (nonatomic,strong) NSString* issueDesc;
+@property (nonatomic)SInt32 lazyLoad;
+@property (nonatomic,strong) NSString* frameworkId;
+@property (nonatomic)SInt32 quickRun;
+@property (nonatomic)SInt32 restartApp;
+@end
+
+@interface ExtraData : NSObject
+@property (nonatomic,strong) NSString* key;
+@property (nonatomic,strong) NSString* value;
+@end
+
+@interface DynamicResourceRequest : NSObject
+@property (nonatomic,strong) NSString* productId;
+@property (nonatomic,strong) NSString* productVersion;
+@property (nonatomic,strong) NSString* clientId;
+@property (nonatomic,strong) NSString* phoneBrand;
+@property (nonatomic,strong) NSString* phoneModel;
+@property (nonatomic,strong) NSString* userId;
+@property (nonatomic,strong) NSString* extraInfo;
+@property (nonatomic,strong) NSString* netType;
+@property (nonatomic,strong) AndroidParameter* androidParam;
+@property (nonatomic,strong) IOSParameter* iosParam;
+@property (nonatomic,strong) NSString* dynamicResourceType;
+@property (nonatomic,strong) NSMutableArray * cmdUuid;
+@property (nonatomic,strong) NSString* utdid;
+@end
+
+@interface AndroidParameter : NSObject
+@property (nonatomic)AndroidVmType vmType;
+@property (nonatomic,strong) NSString* releaseVersion;
+@property (nonatomic,strong) NSString* channel;
+@property (nonatomic,strong) NSString* apiLevel;
+@property (nonatomic,strong) NSString* bandageVersion;
+@property (nonatomic,strong) NSString* bundleVersion;
+@property (nonatomic,strong) NSString* birdnestVersion;
+@property (nonatomic,strong) NSString* nebulaVersion;
+@property (nonatomic,strong) NSString* issueDesc;
+@end
+
+@interface IOSParameter : NSObject
+@property (nonatomic,strong) NSString* osVersion;
+@property (nonatomic,strong) NSMutableArray * patchUuid;
+@property (nonatomic,strong) NSString* birdnestVersion;
+@property (nonatomic,strong) NSString* nebulaVersion;
+@property (nonatomic,strong) NSString* bundleVersion;
+@end
+
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JPEngineProtocol.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JPEngineProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..ced6fdf8508f6012e2864fadf4aaa367e0fdd6d0
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JPEngineProtocol.h
@@ -0,0 +1,16 @@
+//
+//  JPEngineProtocol.h
+//  JSHotpatchSDK
+//
+//  Created by shenmo on 5/27/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#include "JSPatchMangle.h"
+
+@protocol JPEngineProtocol <NSObject>
+
+@required
+- (void)didReplaceMethodForClass:(Class)klass selector:(SEL)selector originalImplementation:(IMP)originalImplementation typeEncoding:(NSString*)typeEncoding;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JSHotpatchGenerator.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JSHotpatchGenerator.h
new file mode 100755
index 0000000000000000000000000000000000000000..0ad0809ed916f46c7359ad39b55cbed79e6a80e4
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JSHotpatchGenerator.h
@@ -0,0 +1,73 @@
+//
+//  JSBandageGenerator.h
+//  JSHotpatchSDK
+//
+//  Created by shenmo on 4/7/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "JPEngineProtocol.h"
+
+@interface JSBandageGenerator : NSObject
+
+/**
+ *  启动JPEngine
+ */
++ (void)startEngine;
+
+/**
+ *  DEBUG调试脚本初始化
+ */
++ (void)debugPatchInit;
+
+#ifdef DEBUG
+
+/**
+ 向调试服务器写log
+ */
++ (void)writeServerLog:(NSString*)log;
+#endif
+
+/**
+ *  运行字符串脚本
+ *
+ *  @param jsString js脚本内容的字符串
+ *
+ *  @return 错误信息,若成功则返回nil
+ */
++ (NSError *)runJSString:(NSString *)jsString;
++ (NSError *)runJSString:(NSString *)jsString delegate:(id<JPEngineProtocol>)delegate;
+
+/**
+ *  运行本地文件的脚本
+ *  注意手机运行访问不了mac的目录!
+ *
+ *  @param filePath js脚本所在目录
+ *
+ *  @return 错误信息,若成功则返回nil
+ */
++ (NSError *)runJSFile:(NSString *)filePath;
++ (NSError *)runJSFile:(NSString *)filePath delegate:(id<JPEngineProtocol>)delegate;
+
+/**
+ *  运行加密压缩后的patch.zip文件
+ *
+ *  @param patchPath patch.zip文件所在目录
+ *
+ *  @return 错误信息,若成功则返回nil
+ */
++ (NSError *)runBandageFile:(NSString *)patchPath;
++ (NSError *)runBandageFile:(NSString *)patchPath delegate:(id<JPEngineProtocol>)delegate;
+
+/**
+ *  运行加密压缩后的patch.zip的文件流
+ *
+ *  @param bandageData patch.zip的文件刘
+ *
+ *  @return 错误信息,若成功则返回nil
+ */
++ (NSError *)runBandageData:(NSData *)bandageData;
++ (NSError *)runBandageData:(NSData *)bandageData delegate:(id<JPEngineProtocol>)delegate;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JSPatchMangle.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JSPatchMangle.h
new file mode 100755
index 0000000000000000000000000000000000000000..c61df7d7e8bd4340b6ef083c8695325982cd80d5
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/JSPatchMangle.h
@@ -0,0 +1,202 @@
+//
+//  Constant.h
+//
+//  Created by 夜禹 on 2017/5/8.
+//  Copyright © 2017 夜禹. All rights reserved.
+//
+
+#ifndef JSPatchMangle_h
+#define JSPatchMangle_h
+
+#define JSPatchCoreScriptContent BVJCoreContent
+
+#define JSBandageGenerator BVJBandageGenerator
+#define startEngine startMachine
+#define debugPatchInit debugBandageInit
+#define runJSString executeSource
+#define runJSFile executeFile
+
+
+//#define _JSOverideMethods _BVJReplacedFunctions
+//#define _JSMethodSignatureCache _BVJFunctionSignatureCache
+//#define _JSMethodSignatureLock _BVJFunctionSignatureLock
+//#define _JSMethodForwardCallLock _BVJFunctionForwardCallLock
+//#define JPEngine BVJMachine
+//#define evaluateScriptWithPath loadSourceWithPath
+//#define _evaluateScriptWithPath _loadSourceWithPath
+//#define _evaluateScript _loadSource
+
+#define JPEngineProtocol BVJMachineProtocol
+#define didReplaceMethodForClass didOverrideFunctionForClass
+
+//#define _JPEngineDelegate _BVJMachineDelegate
+//#define JPBoxing BVJWrapper
+//#define boxObj wrapObj
+//#define boxPointer wrapPointer
+//#define boxClass wrapClass
+//#define boxWeakObj wrapWeakObj
+//#define boxAssignObj wrapAssignObj
+//#define unbox unwrap
+//#define unboxPointer unwrapPointer
+//#define unboxClass unwrapClass
+//#define fixSignature amendSignature
+//#define jp_methodSignatureForSelector bvj_functionSignatureForSelector
+//#define jp_fixMethodSignature bvj_amendFunctionSignature
+//#define defineStruct makeStructDefinition
+//#define defineProtocol makeProtocolDefinition
+//#define addGroupMethodsToProtocol appendBatchFunctionsToProtocol
+//#define addMethodToProtocol appendFunctionToProtocol
+//#define defineClass makeClassDefinition
+//#define getJSFunctionInObjectHierachy getBVJFunctionInObjectTree
+//#define JPForwardInvocation BVJTransmitCall
+//#define JPExecuteORIGForwardInvocation BVJRunORITransmitCall
+//#define _initJPOverideMethods _setupBVJReplacedFunctions
+//#define overrideMethod replaceFunction
+//#define overideMethods replacedFunctions
+//#define callSelector invokeSelector
+//#define invokeVariableParameterMethod callVariadicFunction
+//#define genCallbackBlock makeCallbackLambda
+//#define sizeOfStructTypes getStructTypeSize
+//#define getStructDataWithDict transmitMapToStruct
+//#define getDictOfStruct transmitStructToMap
+//#define extractStructName getNameOfStruct
+//#define blockTypeIsObject lambdaTypeIsObject
+//#define convertJPSelectorString transmitBVJSelectorString
+//#define formatOCToJS transmitNativeToBVJ
+//#define formatJSToOC transmitBVJToNative
+//#define _formatOCToJSList transmitNativeToBVJArray
+//#define _unboxOCObjectToJS _unwrapNativeObjectToBVJ
+//#define JPExtension BVJExtension
+//#define formatPointerJSToOC transmitPointerBVJToNative
+//#define formatRetainedCFTypeOCToJS transmitRetainedCFTypeNativeToBVJ
+//#define formatPointerOCToJS transmitPointerNativeToBVJ
+//#define getStructDataWidthDict transmitMapToStruct
+//#define registeredStruct enrolledStruct
+//#define includedScriptPaths enrolledSourcePaths
+//#define JPFixedFlagKey testjsowjc
+//
+//
+//#define addExtensions addxNacubai
+//
+//#define _formatOCToJSStr fmocjsej2f
+//#define _regexStr regs2fs
+//#define _regex resffw
+//#define _replaceStr _rdepwlsjf
+//#define _formatCode _fmxccew
+//#define _regexByte _rgxfbyd
+//#define _replaceByte ctpyckcy
+//#define _nullObj _nuxbkcjs
+//#define _nilObj nilxcuduw
+//#define _exceptionBlock exptcblcks
+//#define decodeString dexcstring
+//
+//
+//#define _registeredStruct xrgstrs
+//#define _currInvokeSuperClsName xervdfw
+//#define kPropAssociatedObjectKey xffwerf
+//#define _autoConvert xer2df
+//#define _convertOCNumberToString x3fdfx
+//#define _scriptRootDir x55iew
+//#define _runnedScript xffxgh
+//#define _TMPMemoryPool x2ffx
+//#define _protocolTypeEncodeDict xqqes
+//#define _pointersToRelease xffbss
+//
+//
+//#define new_msgSend1 networkPasew
+//#define new_msgSend2 netbuilds
+//#define new_msgSend3 netPasrec
+//#define new_msgSend4 networkPsccw
+//#define new_msgSend5 networkErrst
+//#define new_msgSend6 networkEr2
+//#define new_msgSend7 networkSucc22c7
+//#define new_msgSend8 netcuskch
+//#define new_msgSend9 netcixysq
+//#define new_msgSend10 netixyd6
+//
+//#define blockTypeIsScalarPointer blokcyslcscpoibt
+//#define _wrapObj swuxpdksycj
+//
+//#define handleException hdcxciw24j
+
+//platform
+#define _cleanTmpFiles cltf2f
+#define _initUserData giiefj2
+#define _onUpdateError _ccfj223
+#define _parseCondition _chdkj3
+#define _parseSingleCondition _parseError22
+#define _removeAllScript _rmAll44
+#define _runScript _runall5
+#define _updateToVersion _updatevs2
+#define runAfterFetch _runFecc3
+
+
+
+
+//#define JPDouble acdoubaaa
+//#define JPFloat acfloaaaa
+//
+//#define __isBlockByte byisblkocks
+//#define JPBlockByte bybolockby
+//#define blockObjByte byblokoj
+//#define _JPSUPER_Byte bysuodd
+//#define mainjsByte bymsinjs
+//#define __isPerformInOCByte byisperform
+//#define __realClsNameByte byrealcbn
+//#define toJSByte bytcjs
+//#define __clsNameByte byclsncb
+//#define JPAtByte byjpbay
+//#define SUPER_AtByte bysupc
+//#define SUPER_Byte bysup_
+//#define _JPByte by_jc
+//#define __objByte by_bojd
+//#define ORIGdeallocByte byjoris
+//#define ORIGAtByte byojibsa
+//#define ORIGByte bywicjf
+//#define __isNilByte bysfbz
+//#define paramsTypeByte byfffpra
+//#define returnTypeByte bycskf
+//#define typeEncodeByte bytypkencby
+//#define clsNameByte byclsnamf
+//#define ORIGforwardInvocationByte byjrich
+//#define superClsByte bysupcjf
+//#define _context ctjskfhxhd
+//
+//#define propKey prlsjdif
+//#define _propKeys _prosjjci
+//#define getPropIMP getpoxkduw
+//#define setPropIMP setoskduf
+//#define methodTypesInProtocol skdfsslqf
+//
+//
+//#define forwardInvocationByte imgForInvoke
+//#define evaluateScriptByte imgForZipArcive
+//#define evaluateScriptWithSourceURLByte imgForHttpRequest
+//#define getPropByte imgForLockScreen
+//#define setPropByte imgForJson
+//#define JSContextByte imgForWebResource
+//#define JSValueByte imgUmeng
+//#define valueWithObjectInContextByte imgAdMobMore
+//#define currentContextByte imageControllersFM
+//#define callWithArgumentsByte imageTextScreenFM
+//#define currentArgumentsByte forParseMeix
+//#define isSpecialStructByte isASIHttpRequestUED
+
+
+// extensions
+#define JPDispatchQueue BVJDispatchQueue
+#define JPFile BVJFile
+#define JPLogger BVJLogger
+#define JPNumber BVJNumber
+#define JPStruct BVJStruct
+#define JPPointer BVJPointer
+#define JPCFunction BVJDialer
+#define callCFunction do
+//#define defineCFunction prepare
+#define JPMemory BVJMemory
+#define JPStructPointer BVJStructPointer
+#define JPCleaner BVJCleaner
+#define JPLocker BVJLocker
+
+
+#endif /* JSPatchMangle_h */
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/MPHotpatchSDK.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/MPHotpatchSDK.h
new file mode 100755
index 0000000000000000000000000000000000000000..6189b4990aca3a61f94098db8ad63ec9180d6241
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/MPHotpatchSDK.h
@@ -0,0 +1,17 @@
+//
+//  MPHotpatchSDK.h
+//  MPHotpatchSDK
+//
+//  Created by shenmo on 4/28/16.
+//  Copyright © 2016 Alibaba. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "JSHotpatchGenerator.h"
+
+#import "DynamicRelease.h"
+#import "DynamicReleaseDefines.h"
+#import "DynamicReleaseInterface.h"
+#import "sign.h"
+#import "buffer.h"
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/NebulaHandler.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/NebulaHandler.h
new file mode 100755
index 0000000000000000000000000000000000000000..19c11be8823be7dcf95702020f742e98b87c7788
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/NebulaHandler.h
@@ -0,0 +1,16 @@
+//
+//  NebulaHandler.h
+//  MPHotpatchSDK
+//
+//  Created by yangwei on 17/4/18.
+//  Copyright © 2017年 Alibaba. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "UnionResourcePb.pb.h"
+
+@protocol NebulaHandler <NSObject>
+
+- (void)handleNebulaWithInfo:(UnionResourceInfo *)info error:(NSError **)error;
+
+@end
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/UnionResourcePb.pb.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/UnionResourcePb.pb.h
new file mode 100755
index 0000000000000000000000000000000000000000..d96806391cdb3ac8ee2faec98608cfe63c98146f
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/UnionResourcePb.pb.h
@@ -0,0 +1,186 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+
+#import <APProtocolBuffers/ProtocolBuffers.h>
+
+@class UnionExtraData;
+@class UnionResourceIdv;
+@class UnionResourceInfo;
+@class UnionResourceItem;
+@class UnionResourceLimit;
+@class UnionResourceParam;
+@class UnionResourceRequest;
+@class UnionResourceResult;
+
+typedef NS_ENUM(SInt32, UnionPlatformType) {
+  UnionPlatformTypeAndroid = 0,
+  UnionPlatformTypeIos = 1,
+};
+
+typedef NS_ENUM(SInt32, UnionAndroidVmType) {
+  UnionAndroidVmTypeAll = 0,
+  UnionAndroidVmTypeArt = 1,
+  UnionAndroidVmTypeDalvik = 2,
+  UnionAndroidVmTypeLemur = 3,
+  UnionAndroidVmTypeAoc = 4,
+};
+
+typedef NS_ENUM(SInt32, UnionResourceBizType) {
+  UnionResourceBizTypeUnknown = 0,
+  UnionResourceBizTypeHotpatch = 1,
+  UnionResourceBizTypeBundle = 2,
+  UnionResourceBizTypeBirdnest = 3,
+  UnionResourceBizTypeNebula = 4,
+  UnionResourceBizTypeIosdynamic = 5,
+  UnionResourceBizTypeCmd = 6,
+  UnionResourceBizTypeResource = 7,
+};
+
+typedef NS_ENUM(SInt32, UnionStoreType) {
+  UnionStoreTypeSd = 0,
+  UnionStoreTypeMem = 1,
+};
+
+typedef NS_ENUM(SInt32, UnionDownloadType) {
+  UnionDownloadTypeCdn = 0,
+  UnionDownloadTypeCloudid = 1,
+};
+
+@interface UnionResourceRequest : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasPlatform;
+@property (readonly) BOOL hasProductId;
+@property (readonly) BOOL hasProductVersion;
+@property (readonly) BOOL hasReleaseVersion;
+@property (readonly) BOOL hasUtdid;
+@property (readonly) BOOL hasClientId;
+@property (readonly) BOOL hasPhoneBrand;
+@property (readonly) BOOL hasPhoneModel;
+@property (readonly) BOOL hasVmType;
+@property (readonly) BOOL hasChannel;
+@property (readonly) BOOL hasApiLevel;
+@property (readonly) BOOL hasOsVersion;
+@property (readonly) BOOL hasNetType;
+@property (readonly) BOOL hasExtraInfo;
+@property (readonly) BOOL hasUid;
+@property (readonly) BOOL hasManufacturer;
+@property (nonatomic)UnionPlatformType platform;
+@property (nonatomic,strong) NSString* productId;
+@property (nonatomic,strong) NSString* productVersion;
+@property (nonatomic,strong) NSString* releaseVersion;
+@property (nonatomic,strong) NSString* utdid;
+@property (nonatomic,strong) NSString* clientId;
+@property (nonatomic,strong) NSString* phoneBrand;
+@property (nonatomic,strong) NSString* phoneModel;
+@property (nonatomic)UnionAndroidVmType vmType;
+@property (nonatomic,strong) NSString* channel;
+@property (nonatomic,strong) NSString* apiLevel;
+@property (nonatomic,strong) NSString* osVersion;
+@property (nonatomic,strong) NSString* netType;
+@property (nonatomic,strong) NSString* extraInfo;
+@property (nonatomic,strong) NSMutableArray * resourceParam;
+@property (nonatomic,strong) NSString* uid;
+@property (nonatomic,strong) NSMutableArray * cpuInstructionList;
+@property (nonatomic,strong) NSString* manufacturer;
+@end
+
+@interface UnionResourceParam : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasBizType;
+@property (readonly) BOOL hasUpdateVersion;
+@property (readonly) BOOL hasIssueDesc;
+@property (readonly) BOOL hasBusiness;
+@property (nonatomic)UnionResourceBizType bizType;
+@property (nonatomic,strong) NSMutableArray * uuid;
+@property (nonatomic,strong) NSString* updateVersion;
+@property (nonatomic,strong) NSString* issueDesc;
+@property (nonatomic,strong) NSString* business;
+@property (nonatomic,strong) NSMutableArray * resourceIdv;
+@end
+
+@interface UnionResourceIdv : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasResId;
+@property (readonly) BOOL hasResVersion;
+@property (nonatomic,strong) NSString* resId;
+@property (nonatomic,strong) NSString* resVersion;
+@end
+
+@interface UnionResourceResult : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasSuccess;
+@property (readonly) BOOL hasMessage;
+@property (readonly) BOOL hasLimit;
+@property (nonatomic)BOOL success;
+@property (nonatomic,strong) NSString* message;
+@property (nonatomic,strong) NSMutableArray * info;
+@property (nonatomic,strong) UnionResourceLimit* limit;
+@end
+
+@interface UnionResourceLimit : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasWaittime;
+@property (readonly) BOOL hasRandomtime;
+@property (nonatomic)SInt32 waittime;
+@property (nonatomic)SInt32 randomtime;
+@end
+
+@interface UnionResourceInfo : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasBizType;
+@property (readonly) BOOL hasSuccess;
+@property (readonly) BOOL hasMessage;
+@property (readonly) BOOL hasVersion;
+@property (readonly) BOOL hasRollback;
+@property (readonly) BOOL hasQuickRollback;
+@property (nonatomic)UnionResourceBizType bizType;
+@property (nonatomic)BOOL success;
+@property (nonatomic,strong) NSString* message;
+@property (nonatomic,strong) NSString* version;
+@property (nonatomic)BOOL rollback;
+@property (nonatomic,strong) NSMutableArray * item;
+@property (nonatomic)SInt32 quickRollback;
+@end
+
+@interface UnionResourceItem : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasResId;
+@property (readonly) BOOL hasResVersion;
+@property (readonly) BOOL hasResType;
+@property (readonly) BOOL hasFileMd5;
+@property (readonly) BOOL hasFileUrl;
+@property (readonly) BOOL hasFileContent;
+@property (readonly) BOOL hasBusiness;
+@property (readonly) BOOL hasDownloadType;
+@property (readonly) BOOL hasStoreType;
+@property (readonly) BOOL hasResStatus;
+@property (readonly) BOOL hasIssueDesc;
+@property (readonly) BOOL hasLazyLoad;
+@property (readonly) BOOL hasFileData;
+@property (readonly) BOOL hasDiffMd5;
+@property (readonly) BOOL hasDiffUrl;
+@property (readonly) BOOL hasDiffContent;
+@property (readonly) BOOL hasFrameworkId;
+@property (readonly) BOOL hasQuickRun;
+@property (readonly) BOOL hasRestartApp;
+@property (nonatomic,strong) NSString* resId;
+@property (nonatomic,strong) NSString* resVersion;
+@property (nonatomic,strong) NSString* resType;
+@property (nonatomic,strong) NSString* fileMd5;
+@property (nonatomic,strong) NSString* fileUrl;
+@property (nonatomic,strong) NSString* fileContent;
+@property (nonatomic,strong) NSString* business;
+@property (nonatomic)UnionDownloadType downloadType;
+@property (nonatomic)UnionStoreType storeType;
+@property (nonatomic)SInt32 resStatus;
+@property (nonatomic,strong) NSMutableArray * resExtraData;
+@property (nonatomic,strong) NSString* issueDesc;
+@property (nonatomic)SInt32 lazyLoad;
+@property (nonatomic,strong) NSData* fileData;
+@property (nonatomic,strong) NSString* diffMd5;
+@property (nonatomic,strong) NSString* diffUrl;
+@property (nonatomic,strong) NSString* diffContent;
+@property (nonatomic,strong) NSString* frameworkId;
+@property (nonatomic)SInt32 quickRun;
+@property (nonatomic)SInt32 restartApp;
+@end
+
+@interface UnionExtraData : APPBGeneratedMessage<GeneratedMessageProtocol>
+@property (readonly) BOOL hasKey;
+@property (readonly) BOOL hasValue;
+@property (nonatomic,strong) NSString* key;
+@property (nonatomic,strong) NSString* value;
+@end
+
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/buffer.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/buffer.h
new file mode 100755
index 0000000000000000000000000000000000000000..1abb7d6a7c9c5222a5a720705e23f331fcf32cf4
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/buffer.h
@@ -0,0 +1,20 @@
+//
+//  buffer.h
+//  APMobileSecurity
+//
+//  Created by wenbi on 14-7-17.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#ifndef APMobileSecurity_buffer_h
+#define APMobileSecurity_buffer_h
+
+#include <stdint.h>
+
+typedef struct APSecBuffer
+{
+    size_t  length;
+    uint8_t data[1];
+} APSecBuffer, *APSecBufferRef;
+
+#endif
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/sign.h b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/sign.h
new file mode 100755
index 0000000000000000000000000000000000000000..28b1ee17a399343f3d61e5156b059e61725bafd2
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Headers/sign.h
@@ -0,0 +1,55 @@
+//
+//  Sign.h
+//  APMobileSecurity
+//
+//  Created by wenbi on 14-7-17.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#ifndef APMobileSecurity_Sign_h
+#define APMobileSecurity_Sign_h
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+    /**
+     * 保证钱包安全,需要对敏感文件进行签名和验签,
+     * 公钥用于验签,私钥用于签名,读取公钥文件,拿到公钥key
+     *
+     * @param path 公钥文件路径
+     *
+     * @return (int) 读取公钥key
+     */
+    int APSecInitPublicKey(const char *path);
+    
+    /**
+     * 验签Manifest文件
+     *
+     * @param path 需要验签Manifest文件路径
+     * @param sigbuf 签名数据首地址
+     * @param siglen 签名数据长度
+     *
+     * @return (int) 验签结果
+     */
+    int APSecVerifyManifest(const char *path, const void *sigbuf, size_t siglen);
+    
+    /**
+     * 验签文件
+     *
+     * @param path 需要验签文件路径
+     * @param sigbuf 签名数据首地址
+     * @param siglen 签名数据长度
+     *
+     * @return (int) 验签结果
+     */
+    int APSecVerifyFile(const char *path, const void *sigbuf, size_t siglen);
+    
+    //int APSecVerify
+
+    
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/Info.plist b/MPaaS/Frameworks/MPHotpatchSDK.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..a7ce64a5c95da3349fa388552b6c1b4fe8082b92
--- /dev/null
+++ b/MPaaS/Frameworks/MPHotpatchSDK.framework/Info.plist
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>BuildMachineOSBuild</key>
+	<string>16C68</string>
+	<key>BuildTime</key>
+	<string>20170823 16:12:17</string>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleExecutable</key>
+	<string>MPHotpatchSDK</string>
+	<key>CFBundleIdentifier</key>
+	<string>alipay.mpaas.MPHotpatchSDK</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>MPHotpatchSDK</string>
+	<key>CFBundlePackageType</key>
+	<string>FMWK</string>
+	<key>CFBundleShortVersionString</key>
+	<string>3.0.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleSupportedPlatforms</key>
+	<array>
+		<string>iPhoneOS</string>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>1</string>
+	<key>DTCompiler</key>
+	<string>com.apple.compilers.llvm.clang.1_0</string>
+	<key>DTPlatformBuild</key>
+	<string>14E8301</string>
+	<key>DTPlatformName</key>
+	<string>iphoneos</string>
+	<key>DTPlatformVersion</key>
+	<string>10.3</string>
+	<key>DTSDKBuild</key>
+	<string>14E8301</string>
+	<key>DTSDKName</key>
+	<string>iphoneos10.3</string>
+	<key>DTXcode</key>
+	<string>0833</string>
+	<key>DTXcodeBuild</key>
+	<string>8E3004b</string>
+	<key>MinimumOSVersion</key>
+	<string>7.0</string>
+	<key>Resources</key>
+	<array>
+		<string>DynamicDeployment.bundle</string>
+	</array>
+	<key>UIDeviceFamily</key>
+	<array>
+		<integer>1</integer>
+		<integer>2</integer>
+	</array>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/MPHotpatchSDK.framework/MPHotpatchSDK b/MPaaS/Frameworks/MPHotpatchSDK.framework/MPHotpatchSDK
new file mode 100755
index 0000000000000000000000000000000000000000..2b40cf90f9aa694c1364b6cffd7a3e2faad4fe03
Binary files /dev/null and b/MPaaS/Frameworks/MPHotpatchSDK.framework/MPHotpatchSDK differ
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMApp+private.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMApp+private.h
new file mode 100755
index 0000000000000000000000000000000000000000..76a5f0fbe123c4f2d3b58567c2b918676928794f
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMApp+private.h
@@ -0,0 +1,35 @@
+//
+//  NAMApp+private.h
+//  NebulaAppManager
+//
+//  Created by 扶瑶 on 16/3/25.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "NAMApp.h"
+
+@interface NAMApp (Private)
+@property (nonatomic, assign) NSTimeInterval lastRefreshTime;   // 上次更新时间
+@property (nonatomic, assign) BOOL limiting;                    // 异步请求被限流
+@property (nonatomic, assign) BOOL strictlimiting;              // 强制请求被限流
+
+/**
+ *  是否已过期
+ */
+- (BOOL)expired;
+
+/**
+ *  前置过期时间, 过期意味着本地资源不可用, 触发前置强制更新
+ */
+- (BOOL)preReqExpired;
+
+/**
+ *  更新上次请求时间
+ *
+ *  @param time    æ—¶é—´
+ *  @param limited 是否被限流
+ */
+- (void)refresh:(NSTimeInterval)time limited:(BOOL)limited strict:(BOOL)strict;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMApp.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMApp.h
new file mode 100755
index 0000000000000000000000000000000000000000..adf9b2a139f92f19811b00a887a24ac9e2aa17e9
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMApp.h
@@ -0,0 +1,156 @@
+//
+//  NAMApp.h
+//  NebulaAppManager
+//
+//  Created by chenwenhong on 15/9/16.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+// 下载时机,枚举值与服务端返回值对应
+typedef NS_ENUM (int, NAMDownType){
+    NAMDownTypeWifi = 0,
+    NAMDownTypeAny,
+    NAMDownTypeUse
+};
+
+// 安装类型,枚举值与服务端返回值对应
+typedef NS_ENUM (int, NAMInstallType){
+    NAMInstallTypeUse = 0,
+    NAMInstallTypeAny,
+};
+
+// 应用类型
+typedef NS_ENUM(int, NAMAppType){
+    NAMAppTypeH5 = 1,   // H5
+    NAMAppTypeRN = 5    // RN
+};
+
+// 应用来源
+typedef NS_ENUM(int, NAMAppChannel) {
+    NAMAppChannelAlipay = 1,        // 支付宝自建应用
+    NAMAppChannelAlibaba,           // 集团应用
+    NAMAppChannelThirdParty,        // 第三方
+    NAMAppChannelApplet             // 小程序
+};
+
+@interface NAMApp : NSObject <NSCopying>
+
+@property (nonatomic, readonly, copy) NSString *nbl_id;             // 应用唯一标识, e.g. AP_20000001
+@property (nonatomic, readonly, copy) NSString *app_id;             // 应用id, e.g. 20000001
+@property (nonatomic, readonly, copy) NSString *name;               // 应用名称, e.g. 机票
+@property (nonatomic, readonly, copy) NSString *version;            // 应用版本, e.g. 1.0.0.0
+@property (nonatomic, readonly, copy) NSString *desc;               // 应用描述 (钱包内请勿使用该参数)
+@property (nonatomic, readonly, copy) NSString *package_url;        // 应用离线包下载url
+@property (nonatomic, readonly, copy) NSString *icon_url;           // 应用图标url (钱包内请勿使用该参数)
+@property (nonatomic, readonly, copy) NSString *main_url;           // 主入口url
+@property (nonatomic, readonly, copy) NSString *vhost;              // 虚拟域名
+@property (nonatomic, readonly, copy) NSString *fallback_host;      // fallback地址
+@property (nonatomic, readonly, copy) NSString *patch;              // 增量包url
+@property (nonatomic, readonly, copy) NSString *third_platform;     // 第三方透传
+@property (nonatomic, readonly, copy) NSString *scene;              // 场景, 10.0.5新增
+@property (nonatomic, readonly, copy) NSString *release_type;       // 发布类型, 10.0.5新增
+@property (nonatomic, readonly, copy) NSString *api_permission;     // api权限, 10.0.12新增
+@property (nonatomic, readonly, copy) NSString *package_nick;       // 包ID, 10.0.15新增
+@property (nonatomic, readonly, copy) NSArray *sub_url;             // 限制入口url
+@property (nonatomic, readonly, copy) NSDictionary *extend_info;    // 应用扩展信息
+@property (nonatomic, readonly) BOOL isOnline;                      // 应用业务状态,如: 上线、下线
+@property (nonatomic, readonly) int local_report;                   // 控制是否跟随localAppInfo配置, 默认:0, 10.0.15新增
+@property (nonatomic, readonly) long long size;                     // 应用大小, Byte
+@property (nonatomic, readonly) NAMDownType downType;               // 下载时机,10.0.2新增属性
+@property (nonatomic, readonly) NAMAppType appType;                 // 应用类型 (钱包内请勿使用该参数)
+@property (nonatomic, readonly) NAMAppChannel appChannel;           // 应用来源
+@property (nonatomic, readonly) NAMInstallType installType;         // 安装类型
+
+/**
+ *  根据字典初始化对象
+ *
+ *  @return 字典格式非法、无appid、无version情况下返回nil
+ */
+- (instancetype)initWithDict:(NSDictionary *)dictionary;
+
+/**
+ *  将对象转为字典
+ */
+- (NSDictionary *)dictionary;
+
+/**
+ *  获取离线包地址
+ *
+ *  读取过程:
+ *  1. 通过 NAMConfigurationGet().internalPackageAMRPath 读取预置离线包地址,离线包命名格式: appid_version.amr
+ *  2. 预置离线包不存在时, 读取沙盒内下载的离线包地址
+ */
+- (NSString *)amrPath;
+
+/**
+ *  获取已安装包tar地址
+ *
+ *  读取过程:
+ *  1. 未兼容老版本, 先读取 appid.tar
+ *  2. appid.tar 不存在时候读取 nbl_id.tar
+ */
+- (NSString *)tarPath;
+
+/**
+ *  获取离线包解压地址
+ *
+ *  注:解压总文件夹地址可通过 NAMConfigurationGet().unzipRootPath 配置
+ */
+- (NSString *)unzipPath;
+
+/**
+ *  获取离线包下载地址
+ */
+- (NSString *)downloadPath;
+
+/**
+ *  获取离线包Url
+ *
+ *  @return 增量包返回patchUrl,全量包返回全量packageUrl
+ */
+- (NSString *)downloadUrl;
+
+/**
+ *  获取应用状态
+ */
+- (NAMAppStatus)appStatus;
+
+/**
+ *  是否已安装
+ */
+- (BOOL)isInstalled;
+
+/**
+ *  是否为增量包
+ */
+- (BOOL)isIncremental;
+
+/**
+ *  是否需要下载
+ */
+- (BOOL)needDownload;
+
+/**
+ *  去除增量属性, 变为全量包
+ */
+- (void)removeIncrementalResource;
+
+/**
+ *  第三方信息 (开发平台下发ID)
+ */
+- (NSDictionary *)thirdPlatformInfo;
+
+/**
+ *  应用下发场景
+ */
+- (NAMAppAutoScene)sceneType;
+
+/**
+ *  api权限配置
+ */
+- (NSDictionary *)apiPermission;
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMAppDataSource.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMAppDataSource.h
new file mode 100755
index 0000000000000000000000000000000000000000..c7b68d7540f667489e4a672e4d261a9d66326adb
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMAppDataSource.h
@@ -0,0 +1,115 @@
+//
+//  H5AppDataSource.h
+//  H5AppManager
+//
+//  Created by chenwenhong on 15-4-28.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+// App数据响应对象: 离线数据对象
+@interface NAMAppResponse : NSObject
+
+@property (nonatomic, copy) NSString *absoluteUrlString;    // 绝对地址
+@property (nonatomic, copy) NSString *mimeType;             // mimeType
+@property (nonatomic, strong) NSData *contentData;          // content data
+
+@end
+
+// App数据源对象: 离线数据的获取
+@interface NAMAppDataSource : NSObject
+
+@property (nonatomic, readonly, strong) NAMApp *app;
+@property (nonatomic, readonly, assign) BOOL verifyResult;
+
+/**
+ *  @brief 创建一个H5App数据源,步骤:1.验签app 2.验签成功,将app内容全部加载至内存
+ *
+ *  @date 2015-04-28
+ *
+ *  @param nbl_id 应用id
+ *
+ *  @return 返回数据源对象
+ */
+- (instancetype)initWithApp:(NAMApp *)app;
+
+/**
+ *  @brief 加载app离线数据
+ *
+ *  @date 2015-09-17
+ *
+ *  @param verify 是否验签
+ *
+ *  @return 返回是否加载成功
+ */
+- (NSInteger)loadAppData:(BOOL)needVerifyApp;
+
+/**
+ *  @brief app启动初始url
+ *
+ *  @date 2015-04-29
+ *
+ *  @return 返回完整的url str
+ */
+- (NSString *)launchUrlString:(NSString *)urlString;
+
+/**
+ *  @brief 根据相对路径,得到绝对url路径
+ *
+ *  @date 2015-04-28
+ *
+ *  @param urlString 相对、绝对路径
+ *
+ *  @return 返回绝对路径
+ */
+- (NSString *)absoluteUrlString:(NSString *)urlString;
+
+/**
+ *  @brief 获取指定url(相对、绝对)的response
+ *
+ *  @date 2015-04-28
+ *
+ *  @param urlString 相对、绝对路径
+ *
+ *  @return 返回response,nil表示未能获取到离线数据(此时应该走网络)
+ */
+- (NAMAppResponse *)responseWithUrlString:(NSString *)urlString;
+
+/**
+ *  @brief 验签安装文件
+ *
+ *  @param alert 验签失败时是否显示提示框
+ *
+ *  @return BOOL 是否验签成功.如果验签失败,会将应用安装目录删除,如果为增量包则会删除增量字段,下次触发下载时下载全量包
+ */
+- (BOOL)verifyWithAlert:(BOOL)alert;
+
+/**
+ *  @brief 返回当前app的权限控制对象
+ *
+ *  @date 2016-12-12
+ *
+ *  @return 返回授权数据
+ */
+- (NSDictionary *)readPermissionConfig;
+
+/**
+ *  @brief 返回当前app的配置
+ *
+ *  @date 2017-03-06
+ *
+ *  @return 返回配置数据
+ */
+- (NSDictionary *)readNBAppConfig;
+
+/**
+ *  @brief 通过指定key(路径)获取内存中对应离线内容
+ *         调用前需使用loadAppData加载离线资源
+ *
+ *  @param key 路径
+ *  @return 返回内存中对应离线内容
+ */
+- (NSData *)tarDataForKey:(NSString *)key;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMAppSignVerify.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMAppSignVerify.h
new file mode 100755
index 0000000000000000000000000000000000000000..8b2211a2ade79cab354a827676621201aaf91fee
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMAppSignVerify.h
@@ -0,0 +1,22 @@
+//
+//  SHH5AppSignatureVerification.h
+//  MYBHybridService
+//
+//  Created by theone on 14-7-9.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NAMAppSignVerify : NSObject
+
+/**
+ *  验签
+ *  
+ *  说明: 验签范围以CERT.json文件为准, 其中带android字符的文件除外
+ *
+ *  @param path 验签地址, unzipPath
+ */
+- (BOOL)verify:(NSString *)path;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMConfiguration.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMConfiguration.h
new file mode 100755
index 0000000000000000000000000000000000000000..c5f650f03d8f840e7d70e8c520f887886a3b48f0
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMConfiguration.h
@@ -0,0 +1,143 @@
+//
+//  NAMConfiguration.h
+//  NebulaAppManager
+//
+//  Created by chenwenhong on 15/9/16.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "NAMProtocol.h"
+
+
+// 服务器环境
+typedef NS_ENUM(NSUInteger, NAMEnvironment) {
+    NAMEnvironment_Online = 0,  // 线上
+    NAMEnvironment_Pre,         // 预发
+    NAMEnvironment_Test,        // 测试
+    NAMEnvironment_Dev,         // 开发
+};
+
+// 渠道
+typedef NS_ENUM(NSUInteger, NAMChannel) {
+    NAMChannel_Offical = 0,     // 正式
+    NAMChannel_RC,              // RC
+};
+
+
+@interface NAMConfiguration : NSObject
+
+@property (nonatomic, readonly, copy) NSString *sdkVersion;             // SDK版本号
+@property (nonatomic, readonly, copy) NSString *systemVersion;          // 设备系统版本号
+@property (nonatomic, readonly, copy) NSString *platform;               // 平台:ios
+@property (nonatomic, readonly, assign) NSTimeInterval updateReqRate;   // 单个应用更新频率,过期后触发异步更新, default:30分钟
+@property (nonatomic, readonly, assign) NSTimeInterval preReqRate;      // 单个应用'前置'更新频率,过期后触发同步更新, default:30天
+@property (nonatomic, readonly, assign) NSTimeInterval limitReqRate;    // 单个应用限流频率, default:10分钟
+@property (nonatomic, readonly, strong) NSMutableArray *commonAppList;  // 公共应用列表
+
+@property (nonatomic, assign) NSInteger appPoolCapacity;                // 应用池容量, default:3
+@property (nonatomic, assign) NAMEnvironment environment;               // 服务器环境, default:NAMEnvironment_Online
+@property (nonatomic, assign) NAMChannel channel;                       // 应用渠道, default:NAMChannel_Offical
+@property (nonatomic, assign) BOOL cacheReqTime;                        // 是否缓存更新时间,默认:否
+@property (nonatomic, assign) BOOL userMode;                            // 用户模式, 如需使用灰度功能等用户维度的功能, 此值必须配置YES, default:NO
+@property (nonatomic, assign) NSTimeInterval prepareTimeLimit;          // 准备应用超时时间, default:10s
+
+@property (nonatomic, copy) NSString *internalConfigPath;               // 配置文件路径,默认NAMConfig.plist
+@property (nonatomic, copy) NSString *documentDirectoryPath;            // 沙盒根目录, default:Documents
+@property (nonatomic, copy) NSString *dataRootPath;                     // 数据总路径, default:Documents/NAMAPP
+@property (nonatomic, copy) NSString *unzipRootPath;                    // 解压总路径, default:Documents/NAMAPP_UNZIP
+@property (nonatomic, copy) NSString *downloadRootPath;                 // 下载总路径, default:Documents/NAMAPP_AMR
+@property (nonatomic, copy) NSString *presetApplistPath;                // 预置应用列表路径, default:nil
+@property (nonatomic, copy) NSString *presetAppPackagePath;             // 预置离线资源包路径, default:nil
+@property (nonatomic, copy) NSString *clientBundleId;                   // 客户端id, default:nil
+@property (nonatomic, copy) NSString *clientVersion;                    // 客户端版本号, default:1.0.0.0
+@property (nonatomic, copy) NSString *serverURLString4UpdateApps;       // 服务器地址:更新app
+@property (nonatomic, strong) NSDictionary *grayRules;                  // 业务方自定义灰度规则列表
+@property (nonatomic, strong) NSString *signPublicKey;                  // 业务方指定的验证包签名的公钥
+
+/**
+ *  自定义代理
+ */
+@property (nonatomic, strong) id<NAMDynamicConfigProtocol> dynamicConfigManager;    // 动态配置
+@property (nonatomic, strong) id<NAMDownloadProtocol> downloadManager;              // 下载
+@property (nonatomic, strong) id<NAMZipArchiveProtocol> zipArchiveManager;          // 解压
+@property (nonatomic, strong) id<NAMDataStorageProtocol> dataStorage;               // 存储
+@property (nonatomic, strong) id<NAMRequestProtocol> requestManager;                // 请求
+@property (nonatomic, strong) id<NAMLogProtocol> logManager;                        // Log
+@property (nonatomic, strong) id<NAMAppInterface> appInterface;                     // App相关接口
+
+/**
+ *  动态根据配置文件配置代理
+ */
+- (void)presetMobileRuntime;
+
+/**
+ *  获取客户端配置
+ */
+- (id)serverConfigValueForKey:(NSString *)key  class:(Class)valueClass;
+
+/**
+ *  渠道名
+ *
+ *  Rc包: rc
+ *  å…¶ä»–: offical
+ */
+- (NSString *)channelName;
+
+/**
+ *  环境名
+ *
+ *  预发环境:preppub 
+ *  å…¶ä»–:production
+ */
+- (NSString *)environmentName;
+
+/**
+ *  获取通过代理过滤过的公共资源列表
+ *
+ *  可通过代理函数:supportNebulaApp配置是否支持为NebulaApp,如果为配置该协议默认返回配置的公共列表
+ *  @return 过滤后的公共应用id及对应版本号, e.g. {'20000196':'1.0.0'}
+ */
+- (NSDictionary *)filteredCommonApplist;
+
+/**
+ *  添加公共资源应用ID
+ *
+ *  @param list 应用id列表, e.g. ['20000196','20000202']
+ */
+- (void)addCommonApps:(NSArray *)list;
+
+@end
+
+
+
+#pragma mark - Unavalilable
+
+@interface NAMConfiguration (UNAVAILABLE)
+
+/**
+ *  不可分配内存空间
+ */
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可初始化
+ */
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可重写
+ */
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    
+    NAMConfiguration * NAMConfigurationGet();
+    
+#ifdef __cplusplus
+}
+#endif
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMDefine.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..4730436b7a78e2b9b5c2af4a87e42d5b284a12bb
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMDefine.h
@@ -0,0 +1,161 @@
+//
+//  NAMDefine.h
+//  NebulaAppManager
+//
+//  Created by 扶瑶 on 16/3/4.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+@class NAMApp;
+
+#pragma mark - Package Status
+
+typedef NS_ENUM(NSUInteger, NAMAppStatus) {
+    NAMAppStatusInstalled = 0,  // Installed
+    NAMAppStatusUninstalled,    // Uninstalled
+    NAMAppStatusInstalling,     // Installing (include Downloading and UnZipping)
+    NAMAppStatusOffline,        // Offline
+};
+
+#pragma mark - App Update Source
+
+typedef NS_ENUM(NSUInteger, NAMAppSource) {
+    NAMAppSourceRequest = 0,    // http request or rpc
+    NAMAppSourceSync,           // sync
+    NAMAppSourceBuildIn         // built-in
+};
+
+// app update scene
+typedef NS_ENUM(NSUInteger, NAMAppAutoScene) {
+    NAMAppAutoSceneNormal = 0,      // normal, default
+    NAMAppAutoSceneDebug,           // debug
+};
+
+/*
+ * NAMNOTI_APP_UPDATED
+ *
+ * app update notification (include update and delete)
+ *
+ * userinfo params:
+ *      NAMNOTI_APP_UPDATED_LIST:    appid list
+ *      NAMNOTI_APP_UPDATED_SOURCE:  update source, NSNumber object of NAMAppSource
+ */
+extern NSString *const NAMNOTI_APP_UPDATED;
+extern NSString *const NAMNOTI_APP_UPDATED_LIST;
+extern NSString *const NAMNOTI_APP_UPDATED_SOURCE;
+
+
+#pragma mark - Prepare (include Request & Install)
+
+extern NSString *const NAMPREPARE_OFFTYPE;
+
+typedef NS_ENUM(NSUInteger, NAMAppPrepareStep) {
+    NAMAppPrepareStepUnknown,
+    NAMAppPrepareStepStart,             // Start
+    NAMAppPrepareStepAcquireInfo,       // AcquireInfo
+    NAMAppPrepareStepAcquireInfoFinish, // AcquireInfoFinish
+    NAMAppPrepareStepDownload,          // Download
+    NAMAppPrepareStepUnzip,             // Unzip
+    NAMAppPrepareStepFinished,          // Finished
+    NAMAppPrepareStepLaunch             // LaunchPrepare
+};
+
+// prepare finish info key
+extern NSString *const NAMPreFinishInfoKeyReqType;
+extern NSString *const NAMPreFinishInfoKeyOfflineType;
+
+typedef void (^NAMAppPrepareProcess)(NAMAppPrepareStep step, id info);                  // prepare step
+typedef void (^NAMAppPrepareFinish)(NAMApp *app, NSError *error);                       // prepare finished
+typedef void (^NAMAppPrepareFinishWithInfo)(NAMApp *app, NSError *error, id info);      // prepare finished (include info)
+
+
+/*
+ * return: can be interrupt
+ * processor-dicInfo:
+ *      key      value
+ *      'error'  error
+ */
+typedef void (^NAMFinishBlock)(NSError *error);
+typedef NSError *(^NAMAppPrepareProcessor)(NAMAppPrepareStep step, NAMApp *app, NSDictionary *dicInfo, NAMFinishBlock finish);  // prepare step
+
+
+// request type
+typedef NS_ENUM (NSInteger, NAMActionReqType) {
+    NAMActionReqAsync = 0,      // async request
+    NAMActionReqSyncTry,        // try sync request
+    NAMActionReqSyncForce       // force sync request
+};
+
+// offline type
+typedef NS_ENUM (NSInteger, NAMActionOfflineType) {
+    NAMActionOfflineAsync = 0,  // async offline
+    NAMActionOfflineSyncForce,  // sync force offline
+    NAMActionOfflineSyncTry,    // sync try offline
+    NAMActionOfflineNone        // don't download
+};
+
+
+#pragma mark - Install (include Download & Unzip)
+
+typedef NS_ENUM(NSUInteger, NAMAppInstallStep) {
+    NAMAppInstallStepDownload,          // Download
+    NAMAppInstallStepUnzip,             // Unzip
+};
+
+typedef void (^NAMAppInstallProcess)(NAMAppInstallStep step, id info);  // install step
+typedef void (^NAMAppInstallFinish)(NAMApp *app, NSError *error);       // install finished
+
+
+#pragma mark - Acquire PackageInfo (include synchronous rpc)
+
+typedef NS_ENUM(NSUInteger, NAMAcquireAppStep) {
+    NAMAcquireAppStepRequesting,        // Requesting
+};
+
+typedef void (^NAMAcquireAppProcess)(NAMAcquireAppStep step);
+typedef void (^NAMAcquireAppFinish)(NAMApp *app, NSError *error);
+
+
+#pragma mark - ZipArchive
+
+extern NSString *const NAMNOTI_UNZIP_SUCCESS;
+
+typedef void (^NAMZipArchiveFinish)(NAMApp *app, NSError *error);
+typedef void (^NAMZipArchiveProcess)(float percent);   //  percent : 0.0 - 1.0
+
+
+#pragma mark - Download
+
+typedef void (^NAMDownloadFinish)(NSString *path, NSError *error);
+typedef void (^NAMDownloadProcess)(float percent); // percent : 0.0 - 1.0
+
+
+#pragma mark - Request
+
+typedef void (^NAMRequestFinish)(NSDictionary *data, NSError *error);
+
+#pragma mark - Verify
+
+extern NSString *const NAMNOTI_VERIFY_FINISHED;
+
+// userinfo key: status, alert
+extern NSString *const NAMNOTI_VERIFY_FINISHED_STATUS;
+extern NSString *const NAMNOTI_VERIFY_FINISHED_ALERT;
+
+
+#pragma mark - Network
+
+typedef NS_ENUM (NSUInteger, NAMNetworkStatus) {
+    NAMNetworkNotReachable = 0,
+    NAMNetworkWWAN         = 1,
+    NAMNetworkWiFi         = 2
+};
+
+
+#pragma mark - Notification
+
+extern NSString *const NAMNOTI_USER_UPDATED;
+extern NSString *const NAMNOTI_USER_STORAGE_RESET; // 用于内部用户重置通知, 业务不用关注
+
+@interface NAMDefine : NSObject
+@end
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMErrorCode.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMErrorCode.h
new file mode 100755
index 0000000000000000000000000000000000000000..e69671f0fa1328e97cdf3741a5ae7cea6b4c620a
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMErrorCode.h
@@ -0,0 +1,44 @@
+//
+//  NAMErrorCode.h
+//  NebulaAppManager
+//
+//  Created by 扶瑶 on 16/3/4.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef NAMErrorCode_h
+#define NAMErrorCode_h
+
+// 错误域
+extern NSString *const NAM_ERROR_DOMAIN;
+extern NSString *const NAM_ERROR_OPTIONS;
+
+/**
+    NAMErrorUnknown =           10000,
+    NAMErrorCanNotOpenApp =     10001,
+    NAMErrorUnzipFailed =       10003,
+    NAMErrorRPCException =      10004,
+    NAMErrorRPCCalling =        10005,
+    NAMErrorRPCNoExpired =      10006,
+    NAMErrorVerifyFailed =      10007,
+    NAMErrorPatchFailed =       10008,
+    NAMErrorAppCacheNotExist =  10009,
+    NAMErrorDownloadFailed =    10010
+ */
+typedef NS_ENUM(NSUInteger, NAMErrorCode) {
+    
+    NAMErrorUnknown = 10000,    //  未知错误
+    NAMErrorCanNotOpenApp,      //  无法打开包, appId异常
+    NAMErrorUnzipFailed,        //  解压包失败
+    NAMErrorRPCException,       //  rpc异常, 无应用
+    NAMErrorRPCCalling,         //  上一个请求尚未结束
+    NAMErrorRPCNoExpired,       //  请求的app未过期
+    NAMErrorVerifyFailed,       //  验签失败
+    NAMErrorPatchFailed,        //  增量更新失败
+    NAMErrorAppCacheNotExist,   //  应用本地缓存不存在 (e.g. 请求失败,本地无应用缓存)
+    NAMErrorDownloadFailed,     //  下载失败
+    NAMErrorPrepareTimeOut,     //  准备超时
+    NAMErrorOpenAppBreak        //  启动应用打断
+};
+
+#endif /* NAMErrorCode_h */
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMParamCenter.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMParamCenter.h
new file mode 100755
index 0000000000000000000000000000000000000000..c0280ef84f0e5568eb397f2f78706636b40434fe
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMParamCenter.h
@@ -0,0 +1,28 @@
+//
+//  NAMParamCenter.h
+//  NebulaAppManager
+//
+//  Created by 扶瑶 on 2017/2/24.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NAMParamCenter : NSObject
+
+// 下载类型 (支持启动参数+扩展参数)
++ (NAMActionOfflineType)actionOfflineType:(NSDictionary *)info;
+
+// 请求类型 (支持启动参数+扩展参数)
++ (NAMActionReqType)actionReqType:(NSDictionary *)info;
+
+// 请求时间限制
++ (NSTimeInterval)prepareLimit:(NAMApp *)app force:(BOOL)force;
+
+// 业务缓存资源appId
++ (NSArray *)pkgResApps:(NAMApp *)app;
+
+// 是否为资源型应用
++ (BOOL)isResApp:(NAMApp *)app;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMProtocol.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..7b172c9490811d3212139dd4c965ec4483197927
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMProtocol.h
@@ -0,0 +1,395 @@
+//
+//  NAMProtocol.h
+//  NebulaAppManager
+//
+//  Created by 扶瑶 on 16/3/11.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef NAMProtocol_h
+#define NAMProtocol_h
+
+#import "NAMDefine.h"
+
+#pragma mark - Download
+
+@protocol NAMDownloadProtocol <NSObject>
+
+/**
+ *  取消下载任务
+ *
+ *  @param task 任务唯一标识
+ */
+- (void)cancel:(id)task;
+
+@optional
+
+/**
+ *  下载指定url资源
+ *
+ *  @param url       资源url
+ *  @param process   进度回调
+ *  @param complete  完成回调
+ *
+ *  @return 任务唯一标识
+ */
+- (id)downloadUrl:(NSURL *)url
+          process:(void (^)(float percent, NSUInteger readBytes, NSUInteger totalBytes))process
+         complete:(void (^)(NSString *path, NSData *data, NSError *error))complete;
+
+- (id)downloadUrl:(NSURL *)url
+          process:(void (^)(float percent, NSUInteger readBytes, NSUInteger totalBytes))process
+           finish:(void (^)(NSString *path, NSError *error))finish;
+
+@end
+
+
+#pragma mark - Zip
+
+@protocol NAMZipArchiveProtocol <NSObject>
+
+/**
+ *  解压文件
+ *
+ *  @param file      待解压文件地址
+ *  @param path      解压后文件地址
+ *  @param overwrite 解压时是否覆盖
+ *
+ *  @return 是否成功
+ */
+- (BOOL)unzipFile:(NSString *)file
+           toPath:(NSString *)path
+        overwrite:(BOOL)overwrite;
+@end
+
+
+#pragma mark - Request
+
+extern NSString *NAMREQ_PARAMKEY_INSTALLED_APPS;
+extern NSString *NAMREQ_PARAMKEY_LOCAL_APPS;
+extern NSString *NAMREQ_PARAMKEY_SCENE;
+extern NSString *NAMREQ_PARAMKEY_FORCE;             // 强制请求,忽略请求频率
+extern NSString *NAMREQ_PARAMKEY_REQTYPE;           // 请求类型 异步async/同步尝试synctry/同步强制syncforce
+extern NSString *NAMREQ_PARAMKEY_RESAPP;            // 请求的资源应用Id [appId, ...]
+extern NSString *NAMREQ_PARAMKEY_STABLE;            // 强大rpc标记
+
+extern NSString *NAMREQ_RESPONSEKEY_DATA;
+extern NSString *NAMREQ_RESPONSEKEY_CONFIG;
+extern NSString *NAMREQ_RESPONSEKEY_REMOVELIST;
+extern NSString *NAMREQ_RESPONSEKEY_SCENE;
+
+@protocol NAMRequestProtocol <NSObject>
+
+/**
+ *  请求应用列表
+ *
+ *  @param dicApps 应用列表{appid:version}
+ *  @param params  参数
+ *  @param finish  完成回调
+ */
+- (void)requestApps:(NSDictionary *)dicApps
+             params:(NSDictionary *)params
+             finish:(void (^)(id data, NSError *error))finish;
+@end
+
+#pragma mark - Data Storage
+
+
+
+@protocol NAMDataStorageProtocol <NSObject>
+
+/**
+ *  获取所有应用信息
+ *
+ *  @return {appId:{version:NAMApp对象}}
+ */
+- (NSDictionary *)allApps:(NAMAppAutoScene)autoscene;
+
+/**
+ *  保存应用信息
+ *
+ *  注意: 因灰度功能, 应用信息需要'用户维度'存储
+ *
+ *  @param apps {appId:{version:NAMApp对象}} 待保存应用列表
+ *
+ *  @return 是否成功
+ */
+- (BOOL)saveApps:(NSDictionary *)apps scene:(NAMAppAutoScene)autoscene;
+
+/**
+ *  获取已安装应用信息
+ *
+ *  @return {appid:已安装应用版本号version}
+ */
+- (NSDictionary *)installedApps:(NAMAppAutoScene)autoscene;
+
+/**
+ *  保存已安装应用信息
+ *
+ *  @param installedApps {appid:已安装应用版本号version}
+ *
+ *  @return 是否成功
+ */
+- (BOOL)saveInstalledApps:(NSDictionary *)installedApps scene:(NAMAppAutoScene)autoscene;
+
+/**
+ *  获取客户端配置
+ *
+ *  @return {key:value}
+ */
+- (NSDictionary *)clientConfigs;
+
+/**
+ *  保存客户端配置
+ *
+ *  @param clientConfigs {key:value}
+ *
+ *  @return 是否成功
+ */
+- (BOOL)saveClientConfigs:(NSDictionary *)clientConfigs;
+
+/**
+ *  获取指定信息
+ *
+ *  @param key 键值
+ *
+ *  @return value
+ */
+- (id)valueForKey:(NSString *)key;
+
+/**
+ *  保存指定信息
+ *
+ *  @param data 数据
+ *  @param key  键值
+ *
+ *  @return 是否成功
+ */
+- (BOOL)saveData:(id)data forKey:(NSString *)key;
+
+
+@optional
+
+- (NSDictionary *)allApps __deprecated;
+- (BOOL)saveApps:(NSDictionary *)apps __deprecated;
+- (NSDictionary *)installedApps __deprecated;
+- (BOOL)saveInstalledApps:(NSDictionary *)installedApps __deprecated;
+
+@end
+
+
+#pragma mark - Log
+
+extern NSString *const NAMLogParamApp;
+extern NSString *const NAMLogParamAppId;
+extern NSString *const NAMLogParamVersion;
+extern NSString *const NAMLogParamCustom;
+extern NSString *const NAMLogParamBizType;
+
+extern NSString *const NAMLogParamBizTypeWebstat;
+
+typedef NS_ENUM (NSUInteger, NAMLogStep) {
+    NAMLogStepBegin = 0,
+    NAMLogStepFinished,
+};
+
+/**
+ *  包管理原始埋点类型, 已通过NebulaSDK中NBMonitor输出, 业务方直接使用NBMonitor代理即可
+ *
+ *  埋点seedId:
+ *
+ *      NAMLogTypePrepareApp            H5_APP_PREPARE
+ *      NAMLogTypeDownloadApp           H5_APP_DOWNLOAD
+ *      NAMLogTypeUnzipApp              H5_APP_UNZIP
+ *      NAMLogTypeVerifyApp             H5_APP_VERIFY
+ *      NAMLogTypeRequestApps           H5_APP_REQUEST
+ *      NAMLogTypeAppPool               H5_APP_POOL
+ *      NAMLogTypeExceptionHandler      H5_APP_EXCEP
+ *
+ */
+typedef NS_ENUM (NSUInteger, NAMLogType) {
+    NAMLogTypeUnknown = 0,
+    NAMLogTypePrepareApp,           // 准备应用
+    NAMLogTypeDownloadApp,          // 下载应用
+    NAMLogTypeUnzipApp,             // 解压应用 (增量更新)
+    NAMLogTypeVerifyApp,            // 验签应用
+    NAMLogTypeRequestApps,          // 请求应用
+    NAMLogTypeAppPool,              // 包管理池变更,增、删、改
+    NAMLogTypeExceptionHandler,     // 异常管理, 1. 强制请求列表增、删 2. 验证url
+
+    // Webstat
+    NAMLogTypeWebstatZhuangjiliang, // 装机量埋点
+};
+
+@class NAMApp;
+@interface NAMLogContext : NSObject;
+@property (nonatomic, assign) NAMLogType type;
+@property (nonatomic, assign) NAMLogStep step;
+@property (nonatomic, strong) NSError *error;
+@property (nonatomic, strong) NSDictionary *data;
+@property (nonatomic, copy) NSString *customStep;
+@property (nonatomic, copy) NSString *seedId;
+
++ (NAMLogContext *)type:(NAMLogType)type
+                   step:(NAMLogStep)step;
+
++ (NAMLogContext *)type:(NAMLogType)type
+                   step:(NAMLogStep)step
+                  error:(NSError *)error
+                   data:(NSDictionary *)data;
+
++ (NAMLogContext *)type:(NAMLogType)type
+                cusStep:(NSString *)cusStep
+                   data:(NSDictionary *)data;
+
++ (NAMLogContext *)type:(NAMLogType)type
+                cusStep:(NSString *)cusStep
+                  error:(NSError *)error
+                   data:(NSDictionary *)data;
+
++ (NAMLogContext *)type:(NAMLogType)type
+                   data:(NSDictionary *)data;
+
+/**
+ *  获取log唯一标识
+ *
+ *  @return string
+ */
+- (NSString *)seedId;
+
+/**
+ *  获取log参数
+ *
+ *  @return {key:value}
+ */
+- (NSDictionary *)params;
+
+@end
+
+
+@protocol NAMLogProtocol <NSObject>
+@optional
+
+/**
+ *  输出log
+ *
+ *  @param context log上下文
+ */
+- (void)log:(NAMLogContext *)context;
+@end
+
+#pragma mark - Config
+
+@protocol NAMDynamicConfigProtocol <NSObject>
+@optional
+
+/**
+ *  是否为覆盖安装
+ *
+ *  说明: 如果配置了预置应用列表, 覆盖安装时候会用预置列表覆盖一次磁盘缓存
+ */
+- (BOOL)coverInstall;
+
+/**
+ *  返回用户userId
+ *
+ *  注意: 该值只在开启用户模式下生效
+ *  说明: 默认加入灰度规则中, 为nil时候认为未登录
+ */
+- (NSString *)currentUserId;
+
+/**
+ *  返回网络状态, 辅助判断下载时机等
+ */
+- (NAMNetworkStatus)networkStatus;
+
+/**
+ *  是否强制下载离线包
+ *
+ *  说明: 请求成功后会判断是否需要下载离线包, 可通过该方法配置, 如果应用配置了auto_install=YES,则不受该方法限制,强制下载
+ *  
+ *  已废弃,下载时机统一由平台通过参数配置,请实现networkStatus函数返回网络环境辅助判断
+ */
+- (BOOL)forcedDownload __deprecated;
+
+@end
+
+#pragma mark - App Interface
+
+@protocol NAMAppInterface <NSObject>
+@optional
+
+/**
+ *  是否支持NebulaApp
+ *
+ *  说明: 
+ *      支持: 从包管理池中读取对象, 如果对象不存在, 则通过以下findApp:version:方法读取定制的应用对象
+ *      不支持: 直接通过以下 findApp:version: 方法读取定制的应用对象
+ */
+- (BOOL)supportNebulaApp:(NSString *)appid version:(NSString *)version __deprecated;
+- (BOOL)supportNebulaApp:(NSString *)appid version:(NSString *)version nebulaVersion:(NSString **)nebulaVersion;
+
+/**
+ *  定制应用对象
+ */
+- (NAMApp *)findApp:(NSString *)appid version:(NSString *)version;
+
+/**
+ *  配置指定应用id不被删除的版本号
+ *
+ *  说明: 应用信息池受容量控制, 当超过最大容量时会默认删除最小版本号应用信息, 可通过该方法配置不可删除的版本
+ */
+- (NSArray *)permanentVersionsForApp:(NSString *)appid;
+
+/**
+ *  在公共离线资源未下载完成的场景下, 是否允许离线包降级至已安装版本
+ *
+ *  说明: 可降级至已安装版本/预置版本, 默认:NO
+ */
+- (BOOL)enableCommonResourceDegrade:(NSString *)appid;
+
+
+/**
+ *  获取应用场景
+ *  注: 仅钱包内调试模式使用
+ */
+- (NSString *)sceneForApp:(NSString *)appId;
+
+/**
+ *  是否允许强大request, sdk默认允许
+ */
+- (BOOL)enableStableReq;
+
+/**
+ *  是否支持加载指定公共appId资源
+ */
+- (BOOL)enableLoadPubAppId:(NSString *)appid contextApp:(NAMApp *)contextApp version:(NSString **)version;
+
+/**
+ *  应用是否享有高优先级 (钱包内: 智能列表中的应用享有高优先级)
+ *
+ *  权利:
+ *      1. 预解压
+ *      2. 使用强大rpc
+ */
+- (BOOL)isAppHighPriority:(NSString *)appId;
+
+/**
+ * 是否允许加载业务资源包, 默认:是
+ */
+- (BOOL)enableLoadPkgResApps:(NSNumber **)numLimit;
+
+/**
+ * 是否允许忽略预置信息入口版本, 取最高版本, 默认:是
+ */
+- (BOOL)enableIgnorePresetVersion;
+
+/**
+ * 是否是资源型应用
+ */
+- (BOOL)isResApp:(NSString *)appId;
+
+@end
+
+
+#endif /* NAMProtocol_h */
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMService.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMService.h
new file mode 100755
index 0000000000000000000000000000000000000000..c975dabab0392ebfb4571acca11991c5c9e4b205
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMService.h
@@ -0,0 +1,304 @@
+//
+//  NAMService.h
+//  NebulaAppManager
+//
+//  Created by 扶瑶 on 16/3/3.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol NAMInterface <NSObject>
+
+/**
+ *  查找指定id和版本号的应用信息
+ *
+ *  @param appId   应用id
+ *  @param version 应用版本号, 支持版本号模糊匹配 e.g. '*' 匹配最高版本号 '1.*' 匹配1开头的版本号总最高版本号等,最长4位
+ *
+ *  @return 返回某个appid指定版本号应用对象
+ *
+ *  注意:
+ *      1. 不区分应用上下线 (即下线的应用也会通过该接口返回)
+ *      2. 函数内通过NAMAppInterface协议判断是否支持NebulaApp, 并且在未找到应用的情况下通过协议函数:findApp查找.
+ *      NAMAppInterface协议可通过 NAMConfigurationGet().appInterface 指定
+ */
+- (NAMApp *)findApp:(NSString *)appId version:(NSString *)version;
+
+/**
+ *  查找指定id和版本号的可用应用信息
+ *
+ *  注意: 过滤已下线应用
+ */
+- (NAMApp *)findAvailableApp:(NSString *)appId version:(NSString *)version;
+
+
+/**
+ *  准备应用信息
+ *
+ *  @param appId   应用id
+ *  @param version 应用版本号, 支持版本号模糊匹配 e.g. '*' 匹配最高版本号 '1.*' 匹配1开头的版本号总最高版本号等,最长4位
+ *  @param process 准备过程回调, 过程包含:更新包信息(频率限制)->异步下载离线包->解压离线包
+ *  @param finish  完成回调
+ */
+- (void)prepareApp:(NSString *)appId
+           version:(NSString *)version
+           process:(NAMAppPrepareProcess)process
+            finish:(NAMAppPrepareFinish)finish;
+- (void)prepareApp:(NSString *)appId
+           version:(NSString *)version
+            params:(NSDictionary *)params
+           process:(NAMAppPrepareProcess)process
+            finish:(NAMAppPrepareFinish)finish;
+
+/**
+ *  定制准备应用方式
+ *
+ *  @param appId        应用id
+ *  @param version      应用版本号, 支持版本号模糊匹配 e.g. '*' 匹配最高版本号 '1.*' 匹配1开头的版本号总最高版本号等,最长4位
+ *  @param reqType      请求方式: 同步尝试更新、同步强制更新、异步更新
+ *  @param offlineType  离线方式: 同步离线、异步离线
+ *  @param params       参数, 现支持:
+ *  @param finish  完成回调
+ */
+- (BOOL)prepareApp:(NSString *)appId
+           version:(NSString *)version
+            params:(NSDictionary *)params
+           reqType:(NAMActionReqType)reqType
+       offlineType:(NAMActionOfflineType)offlineType
+         processor:(NAMAppPrepareProcessor)processor
+            finish:(NAMAppPrepareFinishWithInfo)finish;
+
+
+/**
+ *  安装应用
+ *
+ *  @param app     应用对象
+ *  @param process 安装过程回调, 过程包含: 异步下载离线包->解压离线包
+ *  @param finish  完成回调
+ */
+- (void)installApp:(NAMApp *)app
+           process:(NAMAppInstallProcess)process
+            finish:(NAMAppInstallFinish)finish;
+
+
+/**
+ *  全量请求
+ *
+ *  注:
+ *      9.9.9前: 请求成功后Wifi下自动下载离线包,非Wifi只下载auto_install为YES的离线包
+ *      9.9.9及之后: 可针对每个应用配置下载时机, 通过服务端配置, 默认WIFI下载
+ *
+ *  @param param  请求参数 预留参数,暂时无用,可传nil
+ *  @param finish 完成回调
+ */
+- (void)requestAllApps:(NSDictionary *)param
+                finish:(NAMRequestFinish)finish;
+
+
+/**
+ *  单个应用请求
+ *
+ *  注:
+ *      9.9.9前: 请求成功后Wifi下自动下载离线包,非Wifi只下载auto_install为YES的离线包
+ *      9.9.9及之后: 可针对每个应用配置下载时机, 通过服务端配置, 默认WIFI下载
+ *
+ *  @param apps   请求列表 格式:{appid:version},可传多个appid,不指定version时传空传,默认取最高版本
+ *                支持版本号模糊匹配 e.g. '*' 匹配最高版本号 '1.*' 匹配1开头的版本号总最高版本号等,最长4位
+ *  @param param  请求参数 预留参数,暂时无用,可传nil
+ *  @param finish 完成回调
+ */
+- (void)requestApps:(NSDictionary *)apps
+              param:(NSDictionary *)param
+             finish:(NAMRequestFinish)finish;
+
+/**
+ *  全量下载
+ *
+ *  注:
+ *      9.9.9前: 请求成功后Wifi下自动下载离线包,非Wifi只下载auto_install为YES的离线包
+ *      9.9.9及之后: 可针对每个应用配置下载时机, 通过服务端配置, 默认WIFI下载
+ */
+- (void)downloadAllApps;
+
+/**
+ *  触发批量下载 (根据应用配置的下载时机决定是否下载)
+ *
+ *  @param apps 字典{appId:version},指定要下载的appId和版本号,从包管理池中读取并下载
+ */
+- (void)downloadApps:(NSDictionary *)apps;
+
+
+/**
+ *  获取请求失败的应用列表
+ *  
+ *  注: 该应用列表会跟随下次请求一起发出
+ *
+ *  @return 返回列表字典, 格式:{appid:version}字典
+ */
+- (NSDictionary *)failedRequestApplist;
+
+/**
+ *  需要强制同步更新的应用列表 (仅在支付宝内使用)
+ */
+- (NSArray *)unavailableApplist;
+- (void)addUnavailableApplist:(NSArray *)list;
+
+/**
+ *  添加应用
+ *
+ *  注: 应用的更新时间自动置为最新
+ *
+ *  @param apps 应用数组, 格式:NAMApp对象数组
+ *  @param download 是否触发下载 (是:根据应用下载时机判断是否下载 否:不下载)
+ *  @param source 更新来源
+ */
+- (void)addApps:(NSArray *)apps source:(NAMAppSource)source download:(BOOL)download;
+- (void)addApps:(NSArray *)apps source:(NAMAppSource)source scene:(NSString *)scene download:(BOOL)download;
+
+
+/**
+ *  更新客户端配置
+ *
+ *  @param config 配置字典, 格式:{key:value}
+ */
+- (void)updateClientConfig:(NSDictionary *)config;
+
+/**
+ *  取消所有离线包下载任务 (排除:down_type!=wifi强制下载的离线包,即只能取消down_type==WIFI的包)
+ */
+- (void)cancelAllDownloadTask;
+
+/**
+ *  入口安全校验
+ *  
+ *  校验逻辑: 对于主入口url,首先匹配和main_url的scheme和host是否完全匹配,不匹配时再sub_url对比,都不匹配时候校验失败
+ *  注意
+ *      1. 如果urlString为/或file://开头,则直接通过校验
+ *      2. SDK内默认对入口URL不做安全校验, 如业务方有安全校验需求可以调用该接口校验
+ */
+- (BOOL)isMainUrlValid:(NSString *)urlString app:(NAMApp *)app;
+
+/**
+ *  获取指定应用本地已有资源的版本
+ *  
+ *  逻辑: 查找 已安装版本 -> 预置版本 -> 业务方定制的应用版本
+ *  现应用场景: 加载公共资源包资源时,如果本地离线包未安装,会触发加载本地已安装的版本(因降级受包特性影响, 只有纯资源并且和版本无关的应用类型才支持降级。SDK降级开关默认:关, 业务方如需配置请联系@扶瑶, 其他场景勿用)。
+ */
+- (NAMApp *)findResourcesPreparedApp:(NSString *)appId;
+
+/**
+ *  版本号比对
+ *
+ *  @return 
+ *          version1 > version2 : 1
+ *          version1 = version2 : 0
+ *          version1 < version2 : -1
+ */
+- (NSInteger)compareVersions:(NSString *)version1 withVersion:(NSString *)version2;
+
+/**
+ *  添加公共资源应用列表
+ *
+ *  说明: 暂仅用于应用更新, 为了统一请求入口, 提高公共资源更新率, 每次请求时查看公共资源是否过期一并请求
+ *
+ *  @param  list  应用ID列表, e.g. ['20000196','20000202']
+ */
+- (void)addCommonApps:(NSArray *)list;
+
+/**
+ * 查询已安装应用列表
+ *
+ * @param list å­—å…¸ {appId:version}
+ */
+- (NSDictionary *)installApps:(NSDictionary *)list;
+
+/**
+ * 查询全量ID列表
+ *
+ * @param array 数组 [appId,appId...]
+ */
+- (NSArray *)allAppIds;
+
+/**
+ * 判断指定appId是否为资源型应用
+ * 
+ * @param 指定应用appId
+ */
+- (BOOL)isResApp:(NSString *)appId;
+
+@end
+
+
+@class NAMApp;
+@class NAMAppDataSource;
+@interface NAMService : NSObject <NAMInterface>
+
+/**
+ *  获取应用数据源对象
+ *
+ *  @param appId   应用id
+ *  @param version 应用版本号
+ *
+ *  @return 返回应用数据源对象
+ */
+- (NAMAppDataSource *)findAppDataSource:(NSString *)appId version:(NSString *)version;
+
+/**
+ *  添加Log, 最终通过NBMonitor输出
+ */
+- (void)log:(NAMLogContext *)context;
+
+
+/**
+ * 其他渠道数据更新处理
+ */
+- (void)processData:(NSDictionary *)data reqlist:(NSDictionary *)reqlist autoDownload:(BOOL)autoDownload;
+
+@end
+
+
+
+
+
+
+#pragma mark - Unavalilable
+
+@interface NAMService (UNAVAILABLE)
+
+/**
+ *  不可分配内存空间
+ */
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可分配内存空间
+ */
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可分配内存空间
+ */
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可初始化
+ */
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可复制
+ */
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
+@end
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    NAMService * NAMServiceGet();
+#ifdef __cplusplus
+}
+#endif
+
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMTask.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMTask.h
new file mode 100755
index 0000000000000000000000000000000000000000..a4428832cf879f9b8282ae6debe5e2f68ce3361c
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NAMTask.h
@@ -0,0 +1,37 @@
+//
+//  NAMTask.h
+//  NebulaAppManager
+//
+//  Created by 扶瑶 on 16/3/29.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NAMTask : NSObject
+
++ (void)presetAppList;
+
+/*
+ * amr目录清理逻辑: 一个appId仅保留一个amr,清除多余低版本。
+ *
+ * @return 是否成功
+ */
++ (BOOL)clearAmrStorage;
+
+/*
+ * unzip目录清理逻辑: 清除超过指定时间的目录
+ *
+ * @param expireTime 目录过期时间
+ * @return 是否成功
+ */
++ (BOOL)clearUnzipStorage:(NSTimeInterval)expireTime;
+
+/*
+ * 生成装机量数据, 供业务层上报
+ *
+ * @return NSArray 数组, 每条格式: appid_version_isDownloaded_isInstalled
+ */
++ (BOOL)uploadWebstatZhuangjiliang;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NSFileManager+NAMTar.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NSFileManager+NAMTar.h
new file mode 100755
index 0000000000000000000000000000000000000000..9b1d8f5f4d352bb963aaa532a51b64169719c49d
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NSFileManager+NAMTar.h
@@ -0,0 +1,36 @@
+//
+//  NSFileManager+Tar.h
+//  Tar
+//
+//  Created by Mathieu Hausherr Octo Technology on 25/11/11.
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions
+// are met:
+// 1. Redistributions of source code must retain the above copyright
+//    notice, this list of conditions and the following disclaimer.
+// 2. Redistributions in binary form must reproduce the above copyright
+//    notice, this list of conditions and the following disclaimer in the
+//    documentation and/or other materials provided with the distribution.
+//
+// THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
+// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+// OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+// IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
+// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+// NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSFileManager (NAMTar)
+
+- (BOOL)createFilesAndDirectoriesAtURL:(NSURL *)url withTarData:(NSData *)tarData error:(NSError **)error;
+- (BOOL)createFilesAndDirectoriesAtPath:(NSString *)path withTarData:(NSData *)tarData error:(NSError **)error;
+- (BOOL)createFilesAndDirectoriesAtPath:(NSString *)path withTarPath:(NSString *)tarPath error:(NSError **)error;
+- (NSDictionary *)readTar:(NSString *)tarPath error:(NSError *)error;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NebulaAppManager.h b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NebulaAppManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..ce106f9fbadb5209be0ecc7a9327923e9dfd4912
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/Headers/NebulaAppManager.h
@@ -0,0 +1,27 @@
+//
+//  NebulaAppManager.h
+//  NebulaAppManager
+//
+//  Created by 扶瑶 on 16/3/2.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef NebulaAppManager_h
+#define NebulaAppManager_h
+
+#import <NebulaAppManager/NAMConfiguration.h>
+#import <NebulaAppManager/NAMErrorCode.h>
+#import <NebulaAppManager/NAMDefine.h>
+#import <NebulaAppManager/NAMApp.h>
+#import <NebulaAppManager/NAMAppDataSource.h>
+#import <NebulaAppManager/NAMService.h>
+#import <NebulaAppManager/NAMProtocol.h>
+#import <NebulaAppManager/NAMParamCenter.h>
+
+#endif
+
+
+
+
+
+
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/Info.plist b/MPaaS/Frameworks/NebulaAppManager.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..b401a96d18103edc819d85adf17da29529f02c7c
Binary files /dev/null and b/MPaaS/Frameworks/NebulaAppManager.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/NebulaAppManager b/MPaaS/Frameworks/NebulaAppManager.framework/NebulaAppManager
new file mode 100755
index 0000000000000000000000000000000000000000..378666cc30f86010901afbb1845925532ce57c35
Binary files /dev/null and b/MPaaS/Frameworks/NebulaAppManager.framework/NebulaAppManager differ
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/NebulaAppManager.bundle/NAMConfig.plist b/MPaaS/Frameworks/NebulaAppManager.framework/NebulaAppManager.bundle/NAMConfig.plist
new file mode 100755
index 0000000000000000000000000000000000000000..986ef2c442d068e235e0cd76f90dbeba5f314b8f
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaAppManager.framework/NebulaAppManager.bundle/NAMConfig.plist
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>MobileRuntime</key>
+	<dict>
+		<key>Delegate</key>
+		<array>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDownloadProtocol</string>
+				<key>name</key>
+				<string>NAMDownloadBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMZipArchiveProtocol</string>
+				<key>name</key>
+				<string>NAMZipArchiveBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMRequestProtocol</string>
+				<key>name</key>
+				<string>NAMRequestBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDataStorageProtocol</string>
+				<key>name</key>
+				<string>NAMDataStorageBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDynamicConfigProtocol</string>
+				<key>name</key>
+				<string>NAMConfigBiz</string>
+			</dict>
+		</array>
+	</dict>
+	<key>ClientConfig</key>
+	<dict/>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/NebulaAppManager.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/NebulaAppManager.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/NebulaAppManager.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBAutoLogConfigs.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBAutoLogConfigs.h
new file mode 100755
index 0000000000000000000000000000000000000000..cce8966a72cd0aa9572894de93f0b369983464af
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBAutoLogConfigs.h
@@ -0,0 +1,62 @@
+//
+//  H5LogConfigs.h
+//  NebulaBiz
+//
+//  Created by Glance on 2017/5/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#ifndef NB_AUTOLOG_CONFIGS
+#define NB_AUTOLOG_CONFIGS
+
+//CONFIGS_START
+
+#define h5_al_page_start                           1100
+#define h5_al_page_finish                          1060
+#define h5_al_page_load_fail                       1110
+#define h5_al_page_appear                          3333
+#define h5_al_page_resume                          1120
+#define h5_al_network_start                        2044
+#define h5_al_network_performance_warn             2041
+#define h5_al_network_performance_error            2042
+#define h5_page_performance	                       2020
+#define h5_page_abnormal	                       2021
+#define h5_al_jsapi_result_error                   4101
+#define h5_al_page_jsError                         2050
+#define h5_al_page_syncajax                        2030
+#define h5_al_session_from_native                  4008
+
+#define h5_psd_loadplugins_fail                    5500
+#define h5_al_session_httpProxy                    4130
+#define h5_al_session_map_success                  4160
+#define h5_al_session_fallback                     4161
+#define h5_wk_process_terminate                    6000
+#define h5_wk_process_reload_fail                  6002
+#define h5_al_resource_first_offline               7000
+
+#define h5_app_prepare                             5000
+#define h5_app_download                            5001
+#define h5_app_unzip                               5002
+#define h5_app_request                             5003
+#define h5_app_pool                                5004
+#define h5_app_verify                              5005
+#define h5_app_excep                               5006
+#define h5_app_biz_sync                            5007
+#define h5_app_biz_appcenter                       5008
+#define h5_app_biz_excp                            5009
+#define h5_app_rpc_exception                       5010
+#define h5_app_load_datasource                     5011
+#define h5_al_page_res_redirect                    5012
+#define h5_app_smart                               5013
+
+#endif
+
+@interface NBAutoLogConfigs : NSObject
+
+NSDictionary * NBAutoLogMappingDict();
+NSDictionary * NBAutoLogDefaultConfigs();
+
++ (NSDictionary*)readPreConfigByLid:(NSInteger)lid;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBAutoLogger.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBAutoLogger.h
new file mode 100755
index 0000000000000000000000000000000000000000..36f569dfd89b9f02b0f7c7e4e577f5d8f17c8b45
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBAutoLogger.h
@@ -0,0 +1,63 @@
+//
+//  H5AutoLogger.h
+//  H5Service
+//
+//  Created by 八爪 on 15/3/12.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <NebulaLogging/NBAutoLogConfigs.h>
+
+/*
+ * 添加埋点设置已移至文件AutoLogConfigs.h
+ * 请勿修改本类文件
+ */
+
+
+#pragma mark 自动埋点入参支持键名
+
+extern NSString * const kH5Url       ; //当前页面URL
+extern NSString * const kH5Referer   ; //来源页面URL
+extern NSString * const kH5Title     ; //当前页面标题
+extern NSString * const kH5AppId     ; //当前应用ID
+extern NSString * const kH5PublicId  ; //当前服务窗ID
+extern NSString * const kH5Version   ; //当前应用版本
+extern NSString * const kH5BizScenario    ; //当前窗口创建场景
+extern NSString * const kH5CustomParams   ; //当前窗口创建时的自定义参数
+
+// ------ 以上入参覆盖 自动通用字段, 落于扩展参数4
+extern NSString * const kH5LogStr    ; //当前埋点的特定信息
+// ------ 埋点信息落于扩展参数3
+
+extern NSString * const kH5Lid       ; //用于动态控制上传配置 非必需
+extern NSString * const kH5SeedId    ; //埋点名称
+extern NSString * const kH5RealTime  ; //用于指明该埋点是否单条即上传
+extern NSString * const kH5LogHeader ; //用于指明该埋点的日志头
+extern NSString * const kH5UseNSLog  ; //用于指明该埋点需控制台输出,默认为YES
+
+// ------ 请勿直接使用字符串值作为日志入参
+
+@interface NBAutoLogger : NSObject
+
+/**
+ 兼容NebulaSDK的埋点接口,NebulaSDK不支持传入整型lid
+ 自动埋点方法以lid为序号,区分上传配置
+
+ @param seedStr 埋点名
+ @return 上传配置序号
+ */
++ (NSInteger)findSeedNumberWithSeedStr:(NSString *)seedStr;
+
+/**
+ 自动埋点调用接口
+
+ @param options 支持键值参考前文常量
+ */
+//+ (void)logWithOptions:(NSDictionary *)options;
+
++ (void)logWithOptions:(NSDictionary *)options inSession:(PSDSession *)session;
+
++ (void)logWithOptions:(NSDictionary *)options inPage:(PSDPage *)psdPage;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogClickAgent.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogClickAgent.h
new file mode 100755
index 0000000000000000000000000000000000000000..95912edfa3443a881350016e4b042a7036010703
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogClickAgent.h
@@ -0,0 +1,13 @@
+//
+//  NBLogClickAgent.h
+//  NebulaLogging
+//
+//  Created by Glance on 16/11/9.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBLogClickAgent : NSObject<NBLogClickAgentProtocol>
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfigService.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfigService.h
new file mode 100755
index 0000000000000000000000000000000000000000..ac109333ea7d20505dc801a4dd0c585ab2062797
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfigService.h
@@ -0,0 +1,27 @@
+//
+//  NBLogConfigServiceDelegate.h
+//  NebulaLogging
+//
+//  Created by Glance on 2017/8/5.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "NBLogConfigServiceDelegate.h"
+
+@interface NBLogConfigService : NSObject <NBLogConfigServiceDelegate>
+
++ (BOOL)useAsyncLogThread;
++ (BOOL)isCurrentWifi;
++ (int)reportAbnormalResourceSize;
++ (int)reportAbnormalResourceSizeWarn;
++ (int)reportAbnormalPageRenderLimitSec;
++ (int)reportAbnormalPageRenderWifiLimitSec;
++ (BOOL)logNebulaTechEnable;
++ (NSArray *)logWebAppWhitelist;
++ (NSArray *)jsapiResultErrorLogBlackList;
++ (BOOL)shouldEnableHAR;
++ (NSDictionary *)logNewBlankScreenConfig;
++ (NSString *)jsUrl4SPMLog;
++ (float)stopLoadingWaitingTime;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfigServiceDelegate.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfigServiceDelegate.h
new file mode 100755
index 0000000000000000000000000000000000000000..202ad7505ed5af8aaa1a9bf712911c37fd8539a9
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfigServiceDelegate.h
@@ -0,0 +1,25 @@
+//
+//  NBLogConfigServiceDelegate.h
+//  NebulaLogging
+//
+//  Created by Glance on 2017/8/5.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+@protocol NBLogConfigServiceDelegate
+@optional
+@property(nonatomic, readonly) BOOL useAsyncLogThread; // 是否使用异步线程执行埋点事件分发和埋落操作 default NO
+@property(nonatomic, readonly) BOOL isCurrentWifi;     // 接入方实现是否wifi的判断 default NO
+@property(nonatomic, readonly) BOOL logNebulaTechEnable; // 历史原因导致webapp类型日志量过大,需切出至NebulaTech default YES
+@property(nonatomic, readonly) NSArray *logWebAppWhitelist; // webapp切至NebulaTech时,需保留的埋点名 default 正则数组@[@"H5_PAGE_PERFORMANCE|H5_AL_SESSION_FROM_NATIVE|H5_AL_SESSION_MAP_SUCCESS|H5_AL_SESSION_FALLBACK|H5_GETLOCATION_RESULT"];
+@property(nonatomic, readonly) int reportAbnormalResourceSize; //网络资源toobig异常的阈值 default 1024(kB)
+@property(nonatomic, readonly) int reportAbnormalResourceSizeWarn; //网络资源toobig异常的阈值 default 300(kB)
+@property(nonatomic, readonly) int reportAbnormalPageRenderLimitSec; //页面longRender的非wifi渲染延迟的阈值 default 60s
+@property(nonatomic, readonly) int reportAbnormalPageRenderWifiLimitSec; //页面longRender的wifi渲染延迟的阈值 default 20s
+@property(nonatomic, readonly) NSArray *jsapiResultErrorLogBlackList; // 某些JsApi可能带有敏感信息,支持白名单参数过滤 default nil
+@property(nonatomic, readonly) NSDictionary *logNewBlankScreenConfig; // 新的白屏埋点的开关及阈值控制 default @{@"enable":@"NO",@"wifiLimit":@10,@"elseNetWork":@30,@"testFilter":@6}
+@property(nonatomic, readonly) BOOL  shouldEnableHAR; // 是否开启HAR采集,前提是serviceOptions中有开启
+@property(nonatomic, readonly) NSString *jsUrl4SPMLog; // 用于spm埋点的jsSDK资源链接,前提是shouldInjectSPMJS开启
+@property(nonatomic, readonly) float stopLoadingWaitingTime; // 异步渲染页面的等待时间 default 1s
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfiguration.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfiguration.h
new file mode 100755
index 0000000000000000000000000000000000000000..d6e956773694b50826caee8becf70e1a0e847000
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogConfiguration.h
@@ -0,0 +1,101 @@
+//
+//  NBLogConfiguration.h
+//  NebulaLogging
+//
+//  Created by Glance on 16/11/8.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_OPTIONS(NSUInteger, NBLogServiceOption) {
+    NBLogServiceNone        = 0,      // 关闭所有埋点类型
+    NBLogServicePerformance = 1 << 0, // 页面性能和页面异常 默认启动
+    NBLogServiceRemoteLog   = 1 << 1, // 提供remoteLog jsapi供前端调用 默认启动
+    NBLogServiceManualSPM   = 1 << 2, // 手动SPM  pageMonitor/clicked支持 默认启动
+    NBLogServiceAutoSPM     = 1 << 3, // 自动SPM auto_openPage/auto_click支持 默认启动
+    NBLogServiceHAR         = 1 << 4, // 采集HAR页面数据,接入方调用-[PSDPage triggerRecord] 写入本地沙盒tempg下nebula目录,目前在试用中 默认关闭
+    NBLogServiceNetWorkStart = 1 << 5, // 采集页面发起,数量较大,谨慎使用。或者监听monitor.log.before事件筛选指定url 默认关闭
+    NBLogServicemtBizLog    = 1 << 7,  // 提供mtBizReport jsapi供前端调用 默认启动
+    NBLogServiceOtherLog    = 1 << 6,  // 自动产出应用打开,JS异常,资源异常,API异常等自动埋点 默认启动
+    NBLogServiceAll         = 0xffffff, // 开启所有埋点类型
+};
+
+@interface NBLogConfiguration : NSObject
+
+@property (nonatomic, readonly) NSString *sdkVersion; // SDK版本号
+@property (nonatomic, assign)   NBLogServiceOption serviceOption; // 开启的服务项 default NBLogServicePerformance | NBLogServiceRemoteLog | NBLogServiceManualSPM | NBLogServiceAutoSPM | NBLogServiceOtherLog | NBLogServicemtBizLog
+@property (nonatomic, assign)   BOOL shouldInjectPerformaceJS; // 开启后,自动注入性能统计使用的JS文件,h5_performance.js default YES
+@property (nonatomic, assign)   BOOL shouldInjectReportClickJS; // 开启后,自动注入点击统计使用的JS文件,h5_reportClick.js default YES
+@property (nonatomic, assign)   BOOL shouldInjectSPMJS; // 开启后,自动注入性能统计使用的JS文件,h5_performance.js default YES
+@property (nonatomic, weak)     id<NBLogConfigServiceDelegate> configServiceDelegate; // 部分埋点阈值的动态支持 default references NBLogConfigServiceDelegate.h
+
+@property (nonatomic, copy)     NSArray<NSString *> *loadResourceApis; // 网络访问相关的JSAPI列表,default ["rpc","openRpc", "httpRequest"], 用于统计异步页面的加载完成时间,对应性能字段中的stoploading指标
+// ============================ 自动 容器 埋点 ================== //
+@property (nonatomic, strong)   Class logConfigClass; // NBAutoLogger接口的配置类 default null。在接口调用时有传入kH5SeedId对应的值时,非必需设置该属性。使用场景:1.只使用埋点序号做埋点管理时,提供管理类,以供查询埋点序号对应的字符串埋点名。2.埋点事件派发时,事件中含有该埋点序号,可用于开关控制。类编码要求:1.序号使用时请注意不与NBAutoLogConfigs.h中重复 2.实现+ (NSDictionary*)readPreConfigByLid:(NSInteger)lid 方法, 在方法中返回埋点配置,例如
+/*
+ 
+ @implementation H5AutoLogConfigs
+ NSDictionary * H5AutoLogDefaultConfigs()
+ {
+ return @{
+ @"21001":@{@"seedId": @"H5_AL_INTERCEPT_SCHEME", @"output": @"mdap"},
+ };
+ }
+ static NSDictionary *logConfigList = nil; // 本地预置上传配置
+ + (NSDictionary*)readPreConfigByLid:(NSInteger)lid {
+ static dispatch_once_t onceToken;
+ dispatch_once(&onceToken, ^{
+ logConfigList = H5AutoLogDefaultConfigs();
+ });
+ return [logConfigList objectForKey:[[NSString alloc] initWithFormat:@"%ld",(long)lid]];
+ }
+ @end
+ */
+
+// ============================ 自动 SPM 埋点 ================== //
+@property (nonatomic, assign)    BOOL shouldFilterPVWhenSubView; // 开启后,自动spm不计入嵌入页面的pageMonitor   default YES prerequisite: PSDContext.currentViewController实现isSubViewMode方法
+@property (nonatomic, strong)    id<NBLogTrackAgentProtocol> trackAgent; //  pageMonitor代理 default NBDefaultLogTrackAgent
+@property (nonatomic, strong)    id<NBLogClickAgentProtocol> clickAgent; // autoClick代理 default NBLogClickAgent
+@property (nonatomic, strong)    id<NBLogExtraParamProtocol> paramAgent; // 业务数据代理 default nil
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+    
+    NBLogConfiguration * NBLogConfigurationGet();
+    
+#ifdef __cplusplus
+}
+#endif
+
+
+
+
+#pragma mark - Unavalilable
+
+@interface NBLogConfiguration (UNAVAILABLE)
+
+/**
+ *  不可分配内存空间
+ */
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可初始化
+ */
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可重写
+ */
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
+@end
+
+
+
+
+
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogDefine.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..0a9353a8e0cb55978921cee4c65444cfaa4d982f
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogDefine.h
@@ -0,0 +1,26 @@
+//
+//  NBLogDefine.h
+//  NebulaLogging
+//
+//  Created by Glance on 2017/7/31.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifndef NBLogDefine_h
+#define NBLogDefine_h
+
+static const char * _Nonnull kNBLogContentViewExpando_KEY = "kNBLogContentViewExpando_KEY";
+static const NSString * _Nonnull kHeader4TrackAndClick = @"H5-AM";
+
+// 日志头
+#define kNBLogHeaderError @"H-EM"
+#define kNBLogHeaderBehavior @"H5-VM"
+#define kNBLogHeaderBehaviorAuto @"HD-VM"
+#define kNBLogHeaderCommon @"H-MM"
+
+// 日志类型
+#define kNBLogBizType135 @"135"
+#define kNBLogBizTypeBehavior @"NBbehavior"
+
+
+#endif /* NBLogDefine_h */
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogHelper.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogHelper.h
new file mode 100755
index 0000000000000000000000000000000000000000..46cb16c1a72a84b20b814bef5ed0feebe8b2ef1d
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogHelper.h
@@ -0,0 +1,131 @@
+//
+//  H5LogHelper.h
+//  H5Service
+//
+//  Created by bingye.yu on 12/15/15.
+//  Copyright (c) 2015 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface NBLogHelper : NSObject
+
+@property(nonatomic, copy) NSString *url;
+@property(nonatomic, copy) NSString *referer;
+@property(nonatomic, readonly) unsigned long long lastH5Tap;
+
+
++ (NBLogHelper *)sharedInstance;
+
++ (void)setLastH5Tap:(unsigned long long)lastH5Tap;
+
+- (NSString *)generateUUID;
+- (NSString *)generateUUID:(PSDKernel *)target;
+
++ (NSString *)getTimeNow;
++ (NSString *)getLogTimeStr:(NSDate *)date forHAR:(BOOL)forHAR;
+
+- (void)clearAll;
+
++ (NSString *)safeSplitFromStr:(NSString *)origStr;
+
+double NBLogGetUsedMemory();
+BOOL NBLogRegexTest(NSString *str, NSArray *patterns);
+
+
+#pragma mark - 通用字段
+/***************************************************************************
+ * 通用字段:appId(产品ID),publicId(服务窗ID), openAppId(开放平台ID),shopId(商铺ID), version(产品版本号), url、referer(上一个页面的URL), token(native控件的唯一标识),viewId(当前native控件ID),refviewId(上一个native控件ID),h5Token(每一次页面访问的唯一标识),h5SessionToken(每一次H5会话的唯一标识), appmode(op或nb,标识应用中心或nebula平台),psd(online或local,标识在线页面或离线页面), bizScenario(业务场景来源),sourceId(上一个产品ID),customParams(自定义启动参数,通常用于埋点),  log_release_type(发布类型), isTinyApp(是否为小程序)。19项
+ *
+ */
+
+
+/**
+ 扩展参数预处理
+
+ @param params 原始扩展参数
+ @return count为1~4的扩展参数
+ */
++ (NSArray *)formateArray:(NSArray *)params;
+
+/**
+ 拼接入参,加入通用容器埋点字段;当参数冲突时,优先使用入参params中的参数
+
+ @param params 原始参数
+ @param ucId 用例ID
+ @param actionId 行为ID
+ @param seedId 埋点名
+ @return count<=4的非nil数组
+ */
++ (NSArray * _Nonnull)resultParamsWithParams:(NSArray *)params
+                                        ucId:(NSString *)ucId
+                                    actionId:(NSString *)actionId
+                                      seedId:(NSString *)seedId;
+
++ (NSArray *)resultParamsWithParams:(NSArray *)params ucId:(NSString *)ucId actionId:(NSString *)actionId seedId:(NSString *)seedId inSession:(PSDSession * _Nullable)session;
+
++ (NSArray *)resultParamsWithParams:(NSArray *)params ucId:(NSString *)ucId actionId:(NSString *)actionId seedId:(NSString *)seedId inPage:(PSDPage * _Nonnull)psdPage;
+/**
+ 基于事件的埋点时,自行获取通用字段,尽量不依赖H5LogHeler单例
+
+ @param page 当前页面 session 当前应用 useGenerateFirst 页面退出时获取不可靠,使用缓存项
+ @return 可靠的通用字段字典
+ */
++ (NSDictionary *)generalFields;
++ (NSDictionary *)generalFieldsFromPage:(PSDPage *)page;
++ (NSDictionary *)generalFieldsFromPage:(PSDPage *)page useGenerateFirst:(BOOL)useGenerateFirst;
++ (NSDictionary *)generalFieldsFromSession:(PSDSession *)psdSession;
+
+/**
+ 将字典用'^', '='拼接起来
+
+ @param dict 原始字典
+ @return 拼接结果
+ */
++ (NSString * _Nonnull)concatedLogFromDictionary:(NSDictionary *)dict;
+
+
+/**
+ 统一性能日志入口
+ 过滤webapp日志分离
+
+ @param tpye 类型
+ @param subType 子类型,业务可以自己定义
+ @param extraParams 扩展字段,共四个item,第四个item是字典,字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ @param formatterDictionary 业务可以根据需求自定义formatter字典值,格式头可以通过此字典参数设置
+ @param perUploadNum达到number条日志时,触发一次日志上传,当number==1时,实时上传日志。0表示忽略此参数.
+ */
++ (void)doPerformanceLogWithType:(APLogType)type
+                         subType:(NSString *)subType
+                     extraParams:(NSArray *)extraParams
+             formatterDictionary:(NSDictionary *)formatterDictionary
+                    perUploadNum:(NSUInteger)number
+                          target:(PSDKernel *)target;
+
++ (void)doBehaviorLogWithActionId:(NSString *)actionId
+                        extParams:(nullable NSArray *)extParams
+                            appId:(nullable NSString *)appId
+                             seed:(NSString *)seed
+                             ucId:(nullable NSString *)ucId
+                          bizType:(nullable NSString *)bizType
+              formatterDictionary:(nullable NSDictionary *)formatterDictionary
+                           target:(PSDKernel *)target;
+
++ (void)doPerformanceLogWithType:(APLogType)type
+                         subType:(NSString *)subType
+                             lid:(NSString *)lid
+                     extraParams:(NSArray *)extraParams
+             formatterDictionary:(NSDictionary *)formatterDictionary
+                    perUploadNum:(NSUInteger)number
+                          target:(PSDKernel *)target;
+
+
++ (void)enqueueTaskSync:(void(^)())block;
++ (void)enqueueTaskAsync:(void(^)())block;
+
+#pragma mark - 自动spm日志自动参数
+
++ (NSDictionary *)extraParamForPSDContext:(__unused PSDContext *)psdContext trackContext:(__unused APLogTrackContext *)trackContext;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogJsApiHandler4RemoteLog.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogJsApiHandler4RemoteLog.h
new file mode 100755
index 0000000000000000000000000000000000000000..106cf2addebe3b4ff9ae55690dbe25b1b78880a8
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogJsApiHandler4RemoteLog.h
@@ -0,0 +1,14 @@
+//
+//  JsApiHandler4RemoteLog.h
+//  H5Service
+//
+//  Created by chenwenhong on 14-8-26.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+
+@interface NBLogJsApiHandler4RemoteLog : PSDJsApiHandler
+
+- (void)remoteLog:(NSDictionary *)data url:(NSString *)url callback:(PSDJsApiResponseCallbackBlock)callback context:(PSDContext *)context;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPageHAR.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPageHAR.h
new file mode 100755
index 0000000000000000000000000000000000000000..e7de344453b32670e3a7a65ab8bc6db64706f73e
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPageHAR.h
@@ -0,0 +1,43 @@
+//
+//  H5PageHAR.h
+//  NebulaBiz
+//
+//  Created by 章海滨 on 2017/4/30.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBLogPageHAR : NSObject
+
+/**
+ 立即将现有采集的HAR集合写入沙盒
+ */
++ (void) saveHARFiles;
+
+/**
+ 记录当前HAR并触发写入
+ */
+- (void) triggerRecord;
+
+/**
+ 将当前HAR缓存到临时数组
+ */
+- (void) addCurrentHAR2TempPool;
+
+/**
+ 采集pageload和domReady时间
+ */
+- (void) setPagesWithMainUrl:(NSString *)mainUrl startDate:(NSDate *)startDate onContentLoad:(NSTimeInterval)onContentLoad onLoad:(NSTimeInterval)onLoad;
+
+/**
+ 采集网络发起
+ */
+- (void) addRequest:(NSURLRequest *)request WithUniqueId:(NSString *)uniqueId requestTime:(NSDate *) requestTime;
+
+/**
+ 采集网络返回
+ */
+- (void) addEntriesWithUniqueId:(NSString *)uniqueId response:(NSHTTPURLResponse *)response receiveData:(NSData *)receiveData responseTime:(NSDate *)responseTime;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPagePerformance.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPagePerformance.h
new file mode 100755
index 0000000000000000000000000000000000000000..420043250ac8158d19e23ba4f83936d04a9698ea
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPagePerformance.h
@@ -0,0 +1,61 @@
+//
+//  NBLogPagePerformance.h
+//  H5Service
+//
+//  Created by chenwenhong on 14-10-17.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <NebulaSDK/NBContentViewPageProfile.h>
+
+#define kReportErrorRequest     @"errorRequest"
+#define kReportErrorResponse    @"errorResponse"
+#define kReportLongRender       @"longRender"
+#define kReportErrorRender      @"errorRender"
+#define kReportByUser           @"userReport"
+#define kReportByJS             @"jsReport"
+
+@interface NBLogPerformanceTiming : NSObject
+
+@property(nonatomic, assign) NSTimeInterval requestStart;
+@property(nonatomic, assign) NSTimeInterval responseEnd;
+
+@end
+
+@interface NBLogPagePerformance : NBContentViewPageProfile
+
+@property(nonatomic, readonly)   NSString *errorType; //异常类型
+@property(nonatomic, readonly)   NSDictionary *generateFirst; // 页面打开时记录,防止页面结束时无法取到正确数据
+@property(nonatomic, readonly)   NBLogPerformanceTiming *performanceTiming;// 未使用
+@property(nonatomic, readonly)   BOOL loadWithSPDY; // 是否启用了SPDY
+@property(nonatomic, copy)       NSString *fromType; // 是否启用了SPDY
+
+
+// 用于记录连续请求的发起 对应 stopLoading字段 SDK内部默认hook资源请求和rpc/openRpc两个jsapi调用
+- (void)reportReqStart;
+- (void)reportReqEnd;
+
+// 用于记录连续请求及定位的发起 对应 stopLoadingWithoutLocating字段 SDK内部未hook定位过程
+- (void)reportLocStart;
+- (void)reportLocEnd;
+
+- (void)reportCreateDate:(NSDate *)date; // 上报页面创建时间
+- (void)reportRenderTime:(NSDate *)date; // 上报页面开始渲染时间(白屏点)
+- (void)reportDidFinishedLoadDate:(NSDate *)date; // 上报页面加载完成时间(同步资源请求完成)
+
+// 由注入JS自动采集
+- (void)reportJSMonitor:(NSArray *)monitorData;
+- (void)reportJSReport:(NSArray *)monitorData;
+
+// 由SDK内部在页面离开时上报
+- (void)reportPerformance;
+- (void)reportPageAbnormal;
+- (void)reportPageAbnormalWithErrorType:(NSString *)errorType andErrorCode:(NSString *)errorCode;
+- (void)reportPageAbnormalWithErrorType:(NSString *)errorType withError:(NSError *)error;
+
+
+- (void)reportValue:(id)value forKey:(NSString *) key;
+
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPagePerformanceEvent.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPagePerformanceEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..555a72fb5acfd43e059c79caa7580095b0bf7fe2
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogPagePerformanceEvent.h
@@ -0,0 +1,15 @@
+//
+//  NBLogPagePerformanceEvent.h
+//  NebulaBiz
+//
+//  Created by Glance on 2017/8/4.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <NebulaPoseidon/NebulaPoseidon.h>
+
+@interface NBLogPagePerformanceEvent : PSDEvent
+
+@property (nonatomic, copy) NSDictionary *eventData;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogProtocol.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..519be63fd8ccc900ffa2b2eade20c9d9af7bd00e
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogProtocol.h
@@ -0,0 +1,160 @@
+//
+//  NBLogProtocol.h
+//  NebulaLogging
+//
+//  Created by Glance on 16/11/4.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class APLogTrackContext;
+
+/**
+ 复写TrackAgent需实现的协议,至少有一个pageStart/end周期,且必须配对出现
+ 在pageEnd时可添加自有业务所需的日志项
+ 可继承NBLogTrackAgent抽象基类做继承复写
+ */
+@protocol NBLogTrackAgentProtocol <NSObject>
+@optional
+
+/**
+ 在pageEnd时可添加自有业务所需的日志项
+
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+
+ @return 额外的自定义业务日志
+ */
+- (NSDictionary *)extraPageEndParamForPSDContext:(PSDContext *)psdContext trackContext:(APLogTrackContext *)trackContext;
+
+/**
+ 由H5或RN前端报告页面开始,默认作为一次pageStart; 或持续报告页面信息
+
+ @param psdContext Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param data 前端在页面加载后向容器报告初始化信息"spm",或细节信息"spmDetail",参考文档jsapi-reportData
+
+ @return 由报告信息创建或更新后的APRemoteLogging上下文
+ */
+- (APLogTrackContext *)context:(PSDContext *)psdContext didReportData:(NSDictionary *)data;
+
+/**
+ 页面第一次将要出现,不建议使用
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext willFirstAppear:(APLogTrackContext *)trackContext;
+
+/**
+ 页面第一次已经出现,不建议使用
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext didFirstAppear:(APLogTrackContext *)trackContext;
+
+
+/**
+ 所在ViewController将要被压至次栈顶或出栈,可选为pageEnd
+
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext willDisAppear:(APLogTrackContext *)trackContext;
+
+/**
+ 所在ViewController已经被压至次栈顶或出栈,可选为pageEnd
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext didDisAppear:(APLogTrackContext *)trackContext;
+
+
+/**
+ UIKIT中的viewWillAppear,并且页面是由pop引起的,可选为pageStart
+
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext willResume:(APLogTrackContext *)trackContext;
+
+
+/**
+ UIKIT中的viewDidAppear,并且页面是由pop引起的,可选为pageStart
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+
+- (void)context:(PSDContext *)psdContext didResume:(APLogTrackContext *)trackContext;
+// 所在PSDPage被销毁(UIWebView中的一次主文档更新)
+
+
+/**
+ Nebula中的psdContentPage析构且VC未更换,即同VC内页面主文档更换
+
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext didMainDocChange:(APLogTrackContext *)trackContext;
+
+/**
+ 接入客户端应用,如支付宝钱包,由后台进入前台,可选为pageStart
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext willAppResume:(APLogTrackContext *)trackContext;
+
+/**
+ 接入客户端应用,如支付宝钱包,由前台进入后台,可选为pageEnd
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext willAppPause:(APLogTrackContext *)trackContext;
+
+
+@end
+
+
+@protocol NBLogClickAgentProtocol <NSObject>
+@optional
+
+/**
+ 在点击时可添加自有业务所需的日志项
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ 
+ @return 额外的自定义业务日志
+ */
+- (NSDictionary *)extraClickParamForPSDContext:(PSDContext *)psdContext trackContext:(APLogTrackContext *)trackContext;
+
+/**
+ 控件点击
+
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param data 前端在区块点击时上报日志相关数据, 参考文档jsapi-autoClick
+ */
+- (void)context:(PSDContext *)psdContext didClickWithData:(NSDictionary *)data;
+
+@end
+
+@protocol NBLogExtraParamProtocol <NSObject>
+
+/**
+ 可添加自有业务所需的自动日志公共项
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+
+ @return 额外的自定义业务日志
+ */
+- (NSDictionary *)extraParamForPSDContext:(PSDContext *)psdContext trackContext:(APLogTrackContext *)trackContext;
+
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogService.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogService.h
new file mode 100755
index 0000000000000000000000000000000000000000..91df0ea34dcca216538bbe3b8564e897d366ac7c
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogService.h
@@ -0,0 +1,61 @@
+//
+//  NBLogManager.h
+//  NebulaLogging
+//
+//  Created by Glance on 16/11/4.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+@protocol NBLogTrackAgentProtocol;
+@interface NBLogService : NSObject<NBMonitorDelegate>
+
+
+/**
+ 运行服务 e.g. [NBLogServiceGet() start]
+ */
+- (void)start;
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    NBLogService * NBLogServiceGet();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+
+
+#pragma mark - Unavalilable
+
+@interface NBLogService (UNAVAILABLE)
+
+/**
+ *  不可分配内存空间
+ */
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可分配内存空间
+ */
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可分配内存空间
+ */
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可初始化
+ */
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  不可复制
+ */
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogTrackAgent.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogTrackAgent.h
new file mode 100755
index 0000000000000000000000000000000000000000..7876ac6c4297bc4eb1ddc256f48854a20aa3c97b
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogTrackAgent.h
@@ -0,0 +1,64 @@
+//
+//  NBLogTrackAgent.h
+//  NebulaLogging
+//
+//  Created by Glance on 16/11/4.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBLogTrackAgent : NSObject<NBLogTrackAgentProtocol>
+
+@end
+
+
+/**
+ 为简化继承的复写成本,提供便捷方法
+ */
+@interface NBLogTrackAgent (convenience)
+
+/**
+ 一个页面内存生命周期中,多次PV的刷新起始点(第一次起始由H5页面调用reportData触发)
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext resumeStart:(APLogTrackContext *)trackContext;
+
+/**
+ PV的结束点,必须对应一次reportData或resumStart
+ 
+ @param psdContext   Nebula框架中定义的上下文,可取到View/VC/Session等对象
+ @param trackContext APReoteLogging组件上定义的上下文,可取到spmId,bizType等
+ */
+- (void)context:(PSDContext *)psdContext pageEnd:(APLogTrackContext *)trackContext;
+
+@end
+
+/*==================================Example======================================================================================================================*/
+
+/* 继承复写示例 - 需求:页面销毁时才做PV统计
+ * 默认实现为页面出现在用户视野一次即一次PV
+
+@interface CustomTrackAgent : NBLogTrackAgent
+@end
+
+@implementation CustomTrackAgent
+
+#pragma mark - NBLogTrackAgentProtocol
+- (APLogTrackContext *)context:(PSDContext *)psdContext didReportData:(NSDictionary *)data
+{
+    // 该时机为通用pageMonitor开始时机,建议调用super实现
+    return [super context:psdContext didReportData:data];
+}
+
+
+- (void)context:(PSDContext *)psdContext didDestroy:(APLogTrackContext *)trackContext
+{
+    // 对应reportData一次start, 此时为end, 完成成一个PV周期
+    [super context:psdContext pageEnd:trackContext];
+}
+@end
+
+*/
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogger.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogger.h
new file mode 100755
index 0000000000000000000000000000000000000000..ba8d7550ce2f61451e00696333d25d1fb2764d05
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBLogger.h
@@ -0,0 +1,131 @@
+//
+//  H5Logger+private.h
+//  NebulaBiz
+//
+//  Created by Glance on 16/9/22.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+
+// 默认除H5_PAGE_PERFORMANCE|H5_AL_SESSION_FROM_NATIVE|H5_AL_SESSION_MAP_SUCCESS|H5_AL_SESSION_FALLBACK|H5_GETLOCATION_RESULT之外的常规性能日志会切至NebulaTech类型行为日志。可改写
+
+@interface NBLogger : NSObject
+
+// =================================== 指定发生场景 建议使用 提高准确性 ============================== //
+
+
+/**
+ 行为埋点 未使用自动开关控制,大促时无差别降级
+
+ @param seedID 埋点名
+ @param ucId 用例组标识
+ @param params 埋点入参
+ @param page 发生页面
+ */
++ (void)behaviorLogger:(NSString *)seedID params:(NSArray *)params inPage:(PSDPage *)page;
++ (void)behaviorLogger:(NSString *)seedID ucId:(NSString *)ucId params:(NSArray *)params inPage:(PSDPage *)page;
+
+
+/**
+ 性能埋点 未使用自动开关控制,大促时无差别降级
+
+ @param seedID 埋点名
+ @param ucId 用例组标识
+ @param params 埋点入参
+ @param page 发生页面
+ */
++ (void)performaceLogger:(NSString *)seedID params:(NSArray *)params inPage:(PSDPage *)page;
+
+
+/**
+ 异常埋点 未使用自动开关控制,大促时无差别降级
+
+ @param seedID 埋点名
+ @param ucId 用例组标识
+ @param params 埋点入参
+ @param page 发生页面
+ */
++ (void)errorLogger:(NSString *)seedID params:(NSArray *)params inPage:(PSDPage *)page;
+
+
+/**
+ 通用埋点 未使用自动开关控制,大促时无差别降级
+
+ @param seedID 埋点名
+ @param ucId 埋点入参
+ @param params 埋点入参
+ @param logHeader 日志头
+ @param realTime 是否需要实时上传
+ @param page 发生页面
+ */
++ (void)monitorLogger:(NSString *)seedID
+                 ucId:(NSString *)ucId
+               params:(NSArray *)params
+            logHeader:(NSString *)logHeader
+             realTime:(BOOL)realTime
+               inPage:(PSDPage *)page;
+
+
+// =================================== 业务手动埋点接口 ============================== //
+
++ (void)behaviorLogger:(NSString *)seedID
+                  ucId:(NSString *)ucId
+              actionId:(NSString *)actionId
+                params:(NSArray *)params
+              logLevel:(NSInteger)logLevel
+               bizType:(NSString *)bizType
+              spmToken:(NSObject *)spmToken
+            abTestInfo:(NSString *)abTestInfo
+              entityId:(NSString *)entityId
+            extLogInfo:(NSDictionary *)extLogInfo
+                inPage:(PSDPage *)page;
+
+
+// =================================== 自动页面信息不准 建议换用以上新接口 ============================== //
+
+
+/**
+ *  读取当前环境参数的快捷方法
+ *
+ */
++ (void)getAppId:(NSString **)appId publicId:(NSString **)publicId version:(NSString **)version sourceId:(NSString **)sourceId bizScenario:(NSString **)bizScenario;
+
++ (void)getAppId:(NSString **)appId publicId:(NSString **)publicId openAppId:(NSString **)openAppId shopId:(NSString **)shopId version:(NSString **)version sourceId:(NSString **)sourceId bizScenario:(NSString **)bizScenario customParams:(NSString **)customParams;
+
+/**
+ *  行为埋点
+ *  @param seedID 埋点名
+ *  @param ucId 用例组标识
+ *  @params params  埋点的数组,数组中支持4个项,最后一项目需要传入数组
+ */
++ (void)behaviorLogger:(NSString *)seedID ucId:(NSString *)ucId params:(NSArray *)params;
+
+/**
+ *  性能埋点
+ *  @param seedID 埋点名
+ *  @param ucId 用例组标识
+ *  @params params  埋点的数组,数组中支持4个项,最后一项目需要传入数组
+ */
++ (void)performaceLogger:(NSString *)subType params:(NSArray *)params;
+
+/**
+ *  常规监控埋点
+ *  @param seedID 埋点名
+ *  @param ucId 用例组标识
+ *  @params params  埋点的数组,数组中支持4个项,最后一项目需要传入数组
+ */
++ (void)monitorLogger:(NSString *)seedID ucId:(NSString *)ucId params:(NSArray *)params;
+
+/**
+ *  通用性能模型埋点方法
+ *  @param seedID 埋点名
+ *  @param ucId 用例组标识
+ *  @params params  埋点的数组,数组中支持4个项,最后一项目需要传入数组
+ *  @params logHeader 传入 "H-MM"时做性能埋点, 传入"H-EM"时做异常埋点用
+ *  @params realTime 是否实时上报
+ */
++ (void)monitorLogger:(NSString *)seedID ucId:(NSString *)ucId params:(NSArray *)params logHeader:(NSString *)logHeader realTime:(BOOL)realTime;
+
+
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBSPMHelper.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBSPMHelper.h
new file mode 100755
index 0000000000000000000000000000000000000000..cdc49b242d2c6941ef02e9adbdf9e654453dcb72
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NBSPMHelper.h
@@ -0,0 +1,45 @@
+//
+//  NBLogSPMHelper.h
+//  NebulaBiz
+//
+//  Created by Glance on 16/8/10.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+static const char *kNBSPMInfo_KEY = "kNBSPMInfo_KEY";
+
+
+@interface H5SPMToken : NSObject<NSCopying>
+
+@property (nonatomic, copy) NSString *uuid;
+
+@end
+
+
+@interface NBSPMInfo : NSObject
+
+@property(nonatomic, strong) NSString *spmId;
+@property(nonatomic, strong) H5SPMToken *spmToken;
+@property(nonatomic, strong) NSString *bizType;
+@property(nonatomic, strong) NSString *chInfo;
+@property(nonatomic, strong) NSDictionary *spmDetail;
+
+@end
+
+
+@interface NBSPMHelper : NSObject
+
++ (NSDictionary *)getTracerInfoFromScene:(PSDScene *)scene;
+
++ (H5SPMToken *)tokenOfPSDContentView:(PSDContentView *)view;
+
++ (void)logPageStartWithSpmId:(NSString *)spmId index:(NSObject *)index;
+
++ (void)logPageEndWithSpmId:(NSString *)spmId index:(NSObject *)index bizType:(NSString *)bizType param:(NSDictionary *)param;
+
++ (void)updateLastSpm:(NSString *)spmId index:(NSObject *)index;
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/NebulaLogging.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NebulaLogging.h
new file mode 100755
index 0000000000000000000000000000000000000000..be532257b062e5b851b0b774fdd3eed45b5a367a
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/NebulaLogging.h
@@ -0,0 +1,48 @@
+//
+//  NebulaLogging.h
+//  NebulaLogging
+//
+//  Created by Glance on 16/11/8.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef NBLOG_CONSOLE
+#define NBLOG_CONSOLE
+
+#define NBLogConsole(format, ...) \
+if (NO) { \
+    NSLog(format, ##__VA_ARGS__); \
+}
+
+#endif
+
+#import <APRemoteLogging/APRemoteLogging.h>
+#import <APRemoteLogging/APLogTrackManager.h>
+#import <APRemoteLogging/APLogTrackAgent.h>
+#import <AutoTracker/AutoTracker.h>
+
+#import <NebulaLogging/NBLogProtocol.h>
+#import <NebulaLogging/NBLogConfigServiceDelegate.h>
+#import <NebulaLogging/NBLogConfigService.h>
+
+#import <NebulaLogging/NBLogService.h>
+#import <NebulaLogging/NBLogConfiguration.h>
+
+#import <NebulaLogging/NBLogDefine.h>
+#import <NebulaLogging/NBLogger.h>
+#import <NebulaLogging/NBAutoLogger.h>
+#import <NebulaLogging/NBAutoLogConfigs.h>
+#import <NebulaLogging/NBLogHelper.h>
+
+#import <NebulaLogging/NBSPMHelper.h>
+#import <NebulaLogging/NBLogTrackAgent.h>
+
+#import <NebulaLogging/NBLogPagePerformance.h>
+#import <NebulaLogging/NBLogPagePerformanceEvent.h>
+#import <NebulaLogging/UIViewController+NBLog.h>
+#import <NebulaLogging/NBLogPageHAR.h>
+#import <NebulaLogging/PSDPage+pageHAR.h>
+
+
+
+
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/PSDPage+pageHAR.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/PSDPage+pageHAR.h
new file mode 100755
index 0000000000000000000000000000000000000000..be677916cedc6025ce69e4d40ebe0b43092f0844
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/PSDPage+pageHAR.h
@@ -0,0 +1,16 @@
+//
+//  PSDPage+pageHAR.h
+//  NebulaBiz
+//
+//  Created by Glance on 2017/8/4.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+
+@interface PSDPage (pageHAR)
+
+- (NBLogPageHAR *)getH5PageHAR;
+
+- (void)triggerRecord;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Headers/UIViewController+NBLog.h b/MPaaS/Frameworks/NebulaLogging.framework/Headers/UIViewController+NBLog.h
new file mode 100755
index 0000000000000000000000000000000000000000..200b8198e9c12ad6ab56b64b468f75e36cfbc5a5
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/Headers/UIViewController+NBLog.h
@@ -0,0 +1,15 @@
+//
+//  UIViewController+NBLog.h
+//  NebulaLogging
+//
+//  Created by Glance on 2017/8/5.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface UIViewController (NBLog)
+
+- (NBLogPagePerformance *)currentPagePerformance;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/Info.plist b/MPaaS/Frameworks/NebulaLogging.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..cb6a9cf977ed4539e67116e89fffadda47533aa9
Binary files /dev/null and b/MPaaS/Frameworks/NebulaLogging.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging b/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging
new file mode 100755
index 0000000000000000000000000000000000000000..3192fb5af9f5ab9a3cbaa39a592146a9a2f47c01
Binary files /dev/null and b/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging differ
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging.bundle/h5_performance.js b/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging.bundle/h5_performance.js
new file mode 100755
index 0000000000000000000000000000000000000000..62dedcd1a1286c97b20b1536ef8324fc0559b4b5
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging.bundle/h5_performance.js
@@ -0,0 +1,227 @@
+(window.AlipayH5Performance && !window.AlipayCallFromJS) || (function(){
+    var iframe = {};
+    var sendMessageQueue={};
+    var timerHandler={};
+    function type(obj) {
+        return Object.prototype.toString.call(obj).replace(/\[object (\w+)\]/, '$1').toLowerCase();
+    }
+    var monitorKernel={
+        init:function(){
+            this.init=null;
+            this.renderIframe();
+            this.monitorDOMReady();
+            this.monitorPageLoad();
+            this.monitorJSErrors();
+            this.monitorDNSTime();
+            this.monitorCacheRate();
+            this.monitorMixedContent();
+        },
+        monitorDOMReady:function(){
+            var t=this;
+            var readyRE = /complete|loaded|interactive/;
+            if (readyRE.test(document.readyState)) {
+                t.pushMessage('monitor',{
+                    name:'domReady',
+                    value:new Date().getTime(),
+                    extra:'completed'
+                });
+                t.sendSignal();
+            } else {
+                document.addEventListener("DOMContentLoaded", function(event) {
+                    t.pushMessage('monitor',{
+                        name:'domReady',
+                        value:event.timeStamp?event.timeStamp:new Date().getTime(),
+                        extra:'complete'
+                    });
+                    t.sendSignal();
+                },true);
+            }
+        },
+        monitorPageLoad:function(){
+            var t=this;
+            window.addEventListener("load", function(event) {
+                t.pushMessage('monitor',{
+                    name:'pageLoad',
+                    value:event.timeStamp?event.timeStamp:new Date().getTime(),
+                    extra:'load'
+                });
+                t.sendSignal();
+            },true);
+        },
+        monitorJSErrors:function(){
+            var t=this;
+            window.addEventListener("error", function(event) {
+                if (event.message) {
+                    t.pushMessage('monitor',{
+                        name:'jsErrors',
+                        value:event.message,
+                        filename:event.filename,
+                        lineno:event.lineno
+                    });
+                    t.sendSignal();
+                }
+            },true);
+        },
+        monitorDNSTime:function(){
+            var t=this;
+            window.addEventListener("load", function(event) {
+                if(window.performance && window.performance.timing && window.performance.timing.domainLookupEnd-window){
+                    t.pushMessage('monitor',{
+                        name:'dns',
+                        value:window.performance.timing.domainLookupEnd-window.performance.timing.domainLookupStart,
+                        extra:'support'
+                    });
+                }else{
+                    t.pushMessage('monitor',{
+                        name:'dns',
+                        value:'',
+                        extra:'notsupport'
+                    });
+                }
+                t.sendSignal();
+            },true);
+        },
+        monitorMixedContent:function(){
+            var t=this;
+            var errorArr=[];
+            var readyRE = /complete|loaded|interactive/;
+            if (readyRE.test(document.readyState)) {
+                window.location.protocol == 'https:' && [].slice.call(document.querySelectorAll('link[rel=stylesheet][href^="http:"], script[src^="http:"], img[src^="http:"]')).forEach(function (elem) {
+                    errorArr.push(elem.tagName + ':' + (elem.src || elem.href));
+                });
+                if(errorArr.length>0){
+                    t.pushMessage('monitor',{
+                        name:'mixedContent',
+                        value:errorArr.join('@|@')
+                    });
+                    t.sendSignal();
+                }
+            } else {
+                document.addEventListener("DOMContentLoaded", function(event) {
+                    window.location.protocol == 'https:' && [].slice.call(document.querySelectorAll('link[rel=stylesheet][href^="http:"], script[src^="http:"], img[src^="http:"]')).forEach(function (elem) {
+                        errorArr.push(elem.tagName + ':' + (elem.src || elem.href));
+                    });
+                    if(errorArr.length>0){
+                        t.pushMessage('monitor',{
+                            name:'mixedContent',
+                            value:errorArr.join('@|@')
+                        });
+                        t.sendSignal();
+                    }
+                },true);
+            }
+        },
+        monitorCacheRate:function(){
+            var t=this,
+                result={
+                    name:'cacheRate'
+                },resourceArr;
+            window.addEventListener("load", function(event) {
+                if(window.performance && typeof window.performance.getEntriesByType ==='function' && (resourceArr=window.performance.getEntriesByType("resource"))){
+                    if(resourceArr.length>0){
+                        var cacheCount=0;
+                        for(var i=0;i<resourceArr.length;i++){
+                            if(resourceArr[i].duration===0){
+                                cacheCount++;
+                            }
+                        }
+                        result.value=(cacheCount/resourceArr.length).toFixed(4);
+
+                    }else{
+                        result.value=0.0000;
+                    }
+                    result.extra='support';
+                }else{
+                    result.value='';
+                    result.extra='notsupport';
+                }
+                t.pushMessage('monitor',result);
+                t.sendSignal();
+            },true);
+        },
+        sendSignal:function(timer,tag){
+            timer = (typeof timer=='number' &&timer>=0)?timer:500;
+            tag = tag || 'monitor';
+            clearTimeout(timerHandler[tag]);
+            timerHandler[tag]=setTimeout(function(){
+                if (!(iframe && iframe[tag])){
+                    monitorKernel.renderIframe(tag);
+                }
+                iframe[tag].src='alipay'+tag.toLowerCase()+'://dispatch_'+tag.toLowerCase()+'_message';
+            },timer);
+        },
+        renderIframe:function(tag) {
+            tag = tag || 'monitor';
+            if (iframe && iframe[tag]) return;
+            try {
+                var iframeElement = document.createElement("iframe");
+                iframeElement.id = "__AlipayH5"+tag+"Iframe";
+                iframeElement.style.display = "none";
+                document.documentElement.appendChild(iframeElement);
+                iframe[tag] = iframeElement;
+            } catch (e) {}
+        },
+        pushMessage:function(tag,obj){
+            tag = tag || 'monitor';
+            if(!(sendMessageQueue && type(sendMessageQueue[tag]) == 'array')){
+                sendMessageQueue[tag] = [];
+            }
+            sendMessageQueue[tag].push(obj);
+
+        },
+        getMessage:function(tag){
+            tag = tag || 'monitor';
+            if(!(sendMessageQueue && type(sendMessageQueue[tag]) == 'array')){
+                sendMessageQueue[tag] = [];
+            }
+            var messageQueueString = JSON.stringify(sendMessageQueue[tag]);
+            sendMessageQueue[tag] = [];
+            return messageQueueString;
+
+        }
+    }
+    monitorKernel.init();
+    var monitorInterface={
+        fetchMessageQueue: function (tag) {
+            return monitorKernel.getMessage(tag);
+        },
+        pushMessage:function(tag,obj){
+            monitorKernel.pushMessage(tag,obj);
+        },
+        addTrackData:function(obj,tag){
+            tag = tag || 'monitor';
+            if(obj.value){
+                obj.value+=('|time='+new Date().getTime());
+            }
+            monitorKernel.pushMessage(tag,obj);
+            monitorKernel.sendSignal(0);
+        },
+        addTimeReport:function(obj){
+            var objStr = '';
+            for(var item in obj){
+                objStr += (((objStr=='')?'':'&')+item+'='+obj[item]);
+            }
+            monitorInterface.addTrackData({
+                'name':'timeReport',
+                'value':objStr
+            });
+        },
+        sendSignal:function(tag){
+            monitorKernel.renderIframe(tag);
+            monitorKernel.sendSignal(0,tag);
+        },
+        version:'1.2'
+    }
+    window.AlipayH5Performance = monitorInterface;
+})();
+(window.AlipayH5Report && !window.AlipayCallFromJS) || (function(){
+    if (navigator.userAgent.indexOf(' AlipayClient/') < 0) {
+        return;
+    }
+    var monitorInterface={
+        fetchMessageQueue: function (tag) {
+            return window.AlipayH5Performance.fetchMessageQueue('report');
+        }
+    }
+    window.AlipayH5Report = monitorInterface;
+})();
diff --git a/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging.bundle/h5_reportClick.js b/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging.bundle/h5_reportClick.js
new file mode 100755
index 0000000000000000000000000000000000000000..99980d3f58b3b72d6329b4df1e6782bcb6bf2952
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaLogging.framework/NebulaLogging.bundle/h5_reportClick.js
@@ -0,0 +1,23 @@
+(function(){
+	if (window.NEBULALOGHASADDEDTOUCHEVENT) {
+		return;
+	};
+	function onDOMReady(callback){
+	 	var readyRE = /complete|loaded|interactive/;
+	 	 if(readyRE.test(document.readyState)) {
+			 setTimeout(function() {
+			            callback();
+			            }, 1);
+		 } else {
+		 	document.defaultView.addEventListener('DOMContentLoaded', function () {
+		                                       callback();
+		                                       }, false);
+		 }
+	}
+ 	onDOMReady(function(){
+     		document.addEventListener("touchstart",function(event){
+                                      AlipayJSBridge.call("reportNBLogClickTime");
+                                      }, false);
+    });
+ 	window.NEBULALOGHASADDEDTOUCHEVENT = true;
+ })();
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/NebulaPoseidon.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/NebulaPoseidon.h
new file mode 100755
index 0000000000000000000000000000000000000000..b24dea64bb36ee6e05e8a7634c486ee5bc004285
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/NebulaPoseidon.h
@@ -0,0 +1,50 @@
+//
+//  Header.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-19.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <NebulaPoseidon/PSDDefine.h>
+#import <NebulaPoseidon/PSDService.h>
+#import <NebulaPoseidon/PSDConfiguration.h>
+
+#import <NebulaPoseidon/PSDSession.h>
+#import <NebulaPoseidon/PSDScene.h>
+#import <NebulaPoseidon/PSDView.h>
+#import <NebulaPoseidon/PSDWebView.h>
+#import <NebulaPoseidon/PSDPage.h>
+
+#import <NebulaPoseidon/PSDContext.h>
+
+#import <NebulaPoseidon/PSDEvent.h>
+#import <NebulaPoseidon/PSDApplicationEvent.h>
+#import <NebulaPoseidon/PSDSessionEvent.h>
+#import <NebulaPoseidon/PSDSceneEvent.h>
+#import <NebulaPoseidon/PSDViewEvent.h>
+#import <NebulaPoseidon/PSDPageEvent.h>
+#import <NebulaPoseidon/PSDNavigationEvent.h>
+#import <NebulaPoseidon/PSDInvocationEvent.h>
+#import <NebulaPoseidon/PSDProxyEvent.h>
+#import <NebulaPoseidon/PSDProxyMonitorEvent.h>
+
+#import <NebulaPoseidon/PSDProxy.h>
+#import <NebulaPoseidon/PSDJsBridge.h>
+#import <NebulaPoseidon/PSDJsApiConfig.h>
+#import <NebulaPoseidon/PSDJsApi.h>
+#import <NebulaPoseidon/PSDJsApiHandler.h>
+#import <NebulaPoseidon/PSDJsApiManager.h>
+
+#import <NebulaPoseidon/PSDPluginConfig.h>
+#import <NebulaPoseidon/PSDPluginManager.h>
+#import <NebulaPoseidon/PSDViewControllerProtocol.h>
+#import <NebulaPoseidon/PSDPluginProtocol.h>
+#import <NebulaPoseidon/PSDExpandoProtocol.h>
+#import <NebulaPoseidon/PSDPluginHostProtocol.h>
+#import <NebulaPoseidon/PSDEventTargetProtocol.h>
+
+#import <NebulaPoseidon/PSDConnectionProfile.h>
+#import <NebulaPoseidon/PSDLoggerProtocol.h>
+#import <NebulaPoseidon/PSDArgumentsChecker.h>
+
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDApplicationEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDApplicationEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..89c96b9af8c42bbed5cfca132550f01059b841b2
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDApplicationEvent.h
@@ -0,0 +1,58 @@
+//
+//  PSDApplicationEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDEvent.h"
+
+@interface PSDApplicationEvent : PSDEvent
+
+/**
+ *  @brief 创建一个all事件,可以监听所有的application事件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return 返回一个all事件
+ */
++ (instancetype)allEvent;
+
+/**
+ *  @brief 创建一个start事件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return 返回一个start事件
+ */
++ (instancetype)startEvent;
+
+/**
+ *  @brief 创建一个pause事件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return 返回一个pause事件
+ */
++ (instancetype)pauseEvent;
+
+/**
+ *  @brief 创建一个resume事件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return 返回一个resume事件
+ */
++ (instancetype)resumeEvent;
+
+/**
+ *  @brief 创建一个exit事件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return 返回一个exit事件
+ */
++ (instancetype)exitEvent;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDArgumentsChecker.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDArgumentsChecker.h
new file mode 100755
index 0000000000000000000000000000000000000000..4dd5778ead3ad6e454f0b885b87617518c97fda6
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDArgumentsChecker.h
@@ -0,0 +1,132 @@
+//
+//  PSDArgumentsChecker.h
+//  NebulaPoseidon
+//
+//  Created by theone on 2017/8/7.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#define PSD_TYPE_OF_NUMBER              @"NSNumber"
+#define PSD_TYPE_OF_STRING              @"NSString"
+#define PSD_TYPE_OF_OBJECT              @"NSDictionary"
+#define PSD_TYPE_OF_BOOL                @"NSNumber"
+#define PSD_TYPE_OF_ARRAY               @"NSArray"
+#define PSD_TYPE_OF_ARRAYBUFFER         @"NSString"
+
+
+#define PSD_CHECKER_NAME                @"name"
+#define PSD_CHECKER_TYPE                @"type"
+#define PSD_CHECKER_REQUIRE             @"require"
+#define PSD_CHECKER_SUPPORTVERSION      @"supportVersion"
+#define PSD_CHECKER_RULE                @"rule"
+
+#define PSD_CHECKER_REQUIRE_YES         @YES
+#define PSD_CHECKER_REQUIRE_NO          @NO
+
+
+/**
+ 定义JSAPI入参规则
+ 
+ DECLAREARGUMENTRULE(url,@"url", PSD_TYPE_OF_String,@"请求的url字段", PSD_CHECKER_REQUIRE_YES, @"10.0.0", @".*")
+ 
+ @param constVar plain 索引键
+ @param argumentName  string  参数名称
+ @param type string 参数类型
+ @param desc string 参数代表的业务含义
+ @param require BOOL  是否必填
+ @param supportVersion string 参数开始支持的版本
+ @param rule string  参数值范围的正则规则
+ @return void
+ */
+#define DECLAREARGUMENTRULE(constVar,argumentName, type, desc, require, supportVersion, rule) \
+NSMutableDictionary *constVar##dic = [NSMutableDictionary dictionary];\
+if([argumentName isKindOfClass:[NSString class]]){[constVar##dic setValue:argumentName forKey:PSD_CHECKER_NAME];}\
+if([type isKindOfClass:[NSString class]]){[constVar##dic setValue:type forKey:PSD_CHECKER_TYPE];}\
+if([require isKindOfClass:[NSNumber class]]){[constVar##dic setValue:require forKey:PSD_CHECKER_REQUIRE];}\
+if([supportVersion isKindOfClass:[NSString class]]){[constVar##dic setValue:supportVersion forKey:PSD_CHECKER_SUPPORTVERSION];}\
+if([rule isKindOfClass:[NSString class]]){[constVar##dic setValue:rule forKey:PSD_CHECKER_RULE];}\
+[self.checker declareJsApiArgumentsRule:constVar##dic];\
+
+
+/**
+ 定义JSAPI调用结果规则规则
+ 
+ DECLAREARGUMENTRULE(data,@"data", PSD_TYPE_OF_String,@"请求返回的结果", PSD_CHECKER_REQUIRE_YES, @"10.0.0", @".*")
+ 
+ @param constVar plain 索引键
+ @param resultName string  参数名称
+ @param type string 参数类型
+ @param desc 参数代表的业务含义
+ @param require 是否必填
+ @param supportVersion 参数开始支持的版本
+ @param rule 参数值范围的正则规则
+ @return void
+ */
+#define DECLARERESULTRULE(constVar,resultName,type, desc, require, supportVersion, rule) \
+NSMutableDictionary *constVar##dic = [NSMutableDictionary dictionary];\
+if([resultName isKindOfClass:[NSString class]]){[constVar##dic setValue:resultName forKey:PSD_CHECKER_NAME];}\
+if([type isKindOfClass:[NSString class]]){[constVar##dic setValue:type forKey:PSD_CHECKER_TYPE];}\
+if([require isKindOfClass:[NSNumber class]]){[constVar##dic setValue:require forKey:PSD_CHECKER_REQUIRE];}\
+if([supportVersion isKindOfClass:[NSString class]]){[constVar##dic setValue:supportVersion forKey:PSD_CHECKER_SUPPORTVERSION];}\
+if([rule isKindOfClass:[NSString class]]){[constVar##dic setValue:rule forKey:PSD_CHECKER_RULE];}\
+[self.checker declareJsApiResultRule:constVar##dic];\
+
+#define DECLAREERROR(errorCode,errorDesc)
+
+@protocol PSDArgumentsCheckerProtocal;
+
+@interface PSDArgumentsChecker : NSObject
+@property(nonatomic, readonly, strong) NSMutableArray *argumentsRules;
+@property(nonatomic, readonly, strong) NSMutableArray *callbackResultRules;
+
+- (instancetype)initWithParent:(id<PSDArgumentsCheckerProtocal>)parent;
+
+/**
+ 给jsApi入参校验器加一条验证规则
+ 
+ 规则格式如下:
+ @{@"type":PSD_TYPE_OF_Number,@"name":@"xxx",@"require":@YES/@NO,@"supportVersion":@"10.0"}
+ 
+ @param rule 校验规则
+ */
+- (void)declareJsApiArgumentsRule:(NSDictionary *)rule;
+
+/**
+ 给jsApi调用结果加一条验证规则
+ 
+ 规则格式如下:
+ @{@"type":PSD_TYPE_OF_Number,@"name":@"xxx",@"require":@YES/@NO,@"supportVersion":@"10.0"}
+ 
+ @param rule 校验规则
+ */
+- (void)declareJsApiResultRule:(NSDictionary *)rule;
+
+/**
+ 执行jsApi入参校验,返回校验失败的项
+ */
+- (NSArray *)checkArguments:(NSDictionary *)arguments;
+
+/**
+ 执行jsApi结果校验,返回校验失败的项
+ */
+- (NSArray *)checkResult:(NSDictionary *)result;
+@end
+
+
+@protocol PSDArgumentsCheckerProtocal <NSObject>
+@property(nonatomic, strong) PSDArgumentsChecker *checker;
+@optional
+
+/**
+ 实现类实现该方法,在方法中使用DECLARERULE这个宏来指定参数规则
+ */
+- (void)declareJsApiArgumentsRules;
+
+
+/**
+ 实现类实现该方法,在方法中使用DECLARERULE这个宏来指定参数规则
+ */
+- (void)declareJsApiResultRules;
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDConfiguration.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDConfiguration.h
new file mode 100755
index 0000000000000000000000000000000000000000..3a7174658e0e6d413651d808d06622ff8f3afbb1
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDConfiguration.h
@@ -0,0 +1,49 @@
+//
+//  PSDConfiguration.h
+//  NebulaPoseidon
+//
+//  Created by chenwenhong on 15/10/12.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol PSDLoggerProtocol;
+@class WKWebViewConfiguration;
+
+@interface PSDConfiguration : NSObject
+
+@property(nonatomic, readonly, copy) NSString      *sdkVersion;
+@property(nonatomic, copy) NSString      *pluginsBundleName;
+@property(nonatomic, copy) NSString      *extraPluginsFilePath;
+@property(nonatomic, weak) id<PSDLoggerProtocol> logger;
+@property(nonatomic, strong) WKWebViewConfiguration *wkConfiguration;
+@property(nonatomic, assign) BOOL        shouldUseJSCInjectJS;
+@property(nonatomic, assign) BOOL        shouldSyncWKCookie;
+@property(nonatomic, assign) BOOL        shouldUseNewMessageReplacing;
+
+
++ (instancetype)defaultConfiguration;
+
+//禁止创建实例
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    PSDConfiguration * PSDConfigurationGet();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDConnectionProfile.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDConnectionProfile.h
new file mode 100755
index 0000000000000000000000000000000000000000..2f71eb1966ce3518d0d72ada09697aabf0bafec1
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDConnectionProfile.h
@@ -0,0 +1,84 @@
+//
+//  PSDConnectionProfile.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-10-14.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//访问路由
+@interface PSDRouter : NSObject
+
+@property(nonatomic, copy) NSString         *url;
+@property(nonatomic, copy) NSString         *redirectUrl;
+@property(nonatomic, assign) NSInteger      statusCode;
+@property(nonatomic, weak) PSDRouter        *previousRouter;
+@property(nonatomic, strong) PSDRouter      *nextRouter;
+@property(nonatomic, weak) PSDRouter        *lastRouter;
+@property(nonatomic, strong) NSDate         *startDate;
+@property(nonatomic, strong) NSDate         *finishDate;
+
+- (instancetype)initWithUrl:(NSString *)url statusCode:(NSInteger)statusCode redirectUrl:(NSString *)redirectUrl;
+
+- (void)addRouter:(PSDRouter *)nextRouter;
+
+@end
+
+@interface PSDConnectionProfile : NSObject
+
+@property(nonatomic, copy) NSString *channelId; // 通道ID
+@property(nonatomic, strong) NSDate *startDate; // 请求发起时间
+@property(nonatomic, strong) NSDate *firstByteDate; // 首字节时间
+@property(nonatomic, strong) NSDate *lastByteDate; // 尾字时间
+@property(nonatomic, strong) NSDate *finishLoadDate; // 完成时间
+
+@property(nonatomic, strong) NSMutableArray *requestURLs; // 请求的所有url
+
+@property(nonatomic, assign) int statusCode; // 当前statusCode,不会merge
+@property(nonatomic, assign) int statusCode105Number; // 105个数
+@property(nonatomic, assign) int statusCode302Number; // 302个数
+@property(nonatomic, assign) int statusCode304Number; // 304个数
+@property(nonatomic, assign) int statusCode300_399Number; // 300+个数(不包含304)
+@property(nonatomic, assign) int statusCode404Number; // 404个数
+@property(nonatomic, assign) int statusCode400_499Number; // 400+个数
+@property(nonatomic, assign) int statusCode500_599Number; // 500+个数
+@property(nonatomic, assign) int statusCode1000Number; // 1000个数
+
+@property(nonatomic, assign) int htmlNumber; // html页面个数
+@property(nonatomic, assign) int cssNumber; // css文件个数
+@property(nonatomic, assign) int jsNumber; // js文件个数
+@property(nonatomic, assign) int imageNumber; // 图片资源个数
+@property(nonatomic, assign) int otherNumber; // 其他资源个数
+@property(nonatomic, assign) int totalNumber; // 请求总数
+
+@property(nonatomic, assign) float mainDocHtmlSize; // 主页面html大小
+@property(nonatomic, assign) float htmlTotalSize; // html文档总大小
+@property(nonatomic, assign) float cssTotalSize; // css总大小
+@property(nonatomic, assign) float jsTotalSize; // js总大小
+@property(nonatomic, assign) float imageTotalSize; // 图片总大小
+@property(nonatomic, assign) float otherTotalSize; // 其他资源总大小
+@property(nonatomic, assign) float totalSize; // 总大小
+
+@property(nonatomic, assign) int resourceSize50kNumber; // 资源大于50K的个数
+@property(nonatomic, assign) int resourceSize200kNumber; // 资源大于200K的个数
+@property(nonatomic, assign) int syncAjaxNumber; // 同步ajax请求个数
+
+@property(nonatomic, assign) int imageSize60kNumber; // 图片大于60K的个数
+@property(nonatomic, strong) NSMutableArray *imageSize60kUrls; // 图片超60k的urls
+@property(nonatomic, strong) NSMutableArray *resourceSize200kUrls; // 资源超200k的urls
+
+@property(nonatomic, assign) BOOL       isXHR;
+@property(nonatomic, assign) BOOL       isMainDoc;
+@property(nonatomic, strong) PSDRouter  *router;
+@property(nonatomic, strong) NSString   *gzip;
+@property(nonatomic, strong) NSString   *contentType;
+
+- (void)reset; // 重置
+
+- (void)merge:(PSDConnectionProfile *)profile; // 除了startDate,startTime,status
+
+- (void)printProfile;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDContext.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..dff7442047558071f041285d8e9f63336ed76fa5
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDContext.h
@@ -0,0 +1,30 @@
+//
+//  PSDContext.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/21.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class PSDEvent;
+
+//上下文对象
+@interface PSDContext : NSObject
+
+@property(nonatomic, readonly, weak) PSDEvent *event;
+@property(nonatomic, readonly, strong) NSArray *eventTargetList; // 事件链路
+
+/**
+ *  @brief 创建一个上下文对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param eventTargetList 事件链路
+ *
+ *  @return 返回一个上下文对象
+ */
++ (instancetype)contextWithEvent:(PSDEvent *)event eventTargetList:(NSArray *)eventTargetList;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDDefine.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..5f4bddbad8334761afd15df602c537798c6c708a
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDDefine.h
@@ -0,0 +1,154 @@
+//
+//  PSDDefine.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/25.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef NS_ENUM(NSUInteger, PSDEventPhase) {
+    PSDEventPhase_Capture,
+    PSDEventPhase_Target,
+    PSDEventPhase_Bubbling,
+};
+
+typedef NS_ENUM(NSInteger, PSDPluginPriority) {
+    PSDPluginPriority_High = 2,
+    PSDPluginPriority_Default = 0,
+    PSDPluginPriority_Low = -2,
+};
+
+#define kPSDBundleName                          @"NebulaPoseidon.bundle"
+#define kJSBridgeFileName                       @"h5_bridge"
+#define kJSPerformanceFileName                  @"h5_performance"
+#define kJSDelegateGeoFileName                  @"h5_delegateGeo"
+#define kJSShareFileName                        @"h5_share"
+
+#define kJSBridgeFileReplaceString              @"\"JS_BRIDGE_JS_***_REPLACE_STRING_***_SJ_EGDIRB_SJ\""
+
+#define kPSDScope_Proxy                         @"proxy" // global级别
+#define kPSDScope_Service                       @"service" // global级别
+#define kPSDScope_Session                       @"session" // global级别,对所有session生效
+#define kPSDScope_Scene                         @"scene" // global级别,对所有scene生效
+
+// proxy--request的headers中包含以下key会走拦截
+#define kPSDProxyRequestHeaderKey               @"kPSDProxyRequestHeaderKey"
+#define kPSDProxyRequestHeaderKey1              @"kPSDProxyRequestHeaderKey1"
+// ChannelId(id获取优先级:header > ua)
+#define kPSDProxyRequestHeaderChannelIdKey      @"kPSDProxyRequestHeaderChannelIdKey" // --> 同一个页面配置相同的ChannelId
+
+#define kPSDProxyRequestFromSDK                 @"Nebula"
+
+#define KPSDWKFakePersistentCookie              @"KPSDWKFAKEPERSISTENTCOOKIE"
+#define KPSDWKSharedCookies                     @"KPSDWKSharedCookies"
+
+
+//*******************************Events***************************//
+#define kEvent_All                              @"*.*"
+#define kEvent_None                             @"-"
+
+//**********************Application Events************************//
+#define kEvent_Application_Start                @"application.start"
+#define kEvent_Application_Pause                @"application.pause"
+#define kEvent_Application_Resume               @"application.resume"
+#define kEvent_Application_Exit                 @"application.exit"
+#define kEvent_Application_All                  @"application.*"
+
+//**********************Session     Events************************//
+#define kEvent_Session_Create                   @"session.create"
+#define kEvent_Session_Destroy                  @"session.destroy"
+#define kEvent_Session_All                      @"session.*"
+
+//**********************Scene       Events************************//
+#define kEvent_Scene_Create                     @"scene.create"
+#define kEvent_Scene_Appear_Before              @"scene.appear.before"
+#define kEvent_Scene_Appear_After               @"scene.appear.after"
+#define kEvent_Scene_Load                       @"scene.load"
+#define kEvent_Scene_Didload                    @"scene.didload"
+#define kEvent_Scene_Ready                      @"scene.ready"
+#define kEvent_Scene_Layout                     @"scene.layout"
+#define kEvent_Scene_DidUnload                  @"scene.didunload"
+#define kEvent_Scene_Disappear_Before           @"scene.disappear.before"
+#define kEvent_Scene_Disappear_After            @"scene.disappear.after"
+#define kEvent_Scene_Destroy_Before             @"scene.destroy.before"
+#define kEvent_Scene_Destroy                    @"scene.destroy"
+#define kEvent_Scene_All                        @"scene.*"
+
+//**********************View        Events************************//
+#define kEvent_View_Create                      @"view.create"
+#define kEvent_View_Resize                      @"view.resize"
+#define kEvent_View_Destroy                     @"view.destroy"
+#define kEvent_View_Config                      @"view.config"
+#define kEvent_View_Inject_JS                   @"view.inject.js"
+#define kEvent_View_Show_Panel                  @"view.show.panel"
+#define kEvent_View_Reload_Fail                 @"view.reload.fail" //WK进程crash,重试几次后依然失败的事件
+#define kEvent_View_All                         @"view.*"
+
+//**********************Page        Events************************//
+#define kEvent_Page_Create                      @"page.create"
+#define kEvent_Page_Load_Start                  @"page.load.start"
+#define kEvent_Page_Load_FirstByte              @"page.load.firstbyte"
+#define kEvent_Page_Load_Progress               @"page.load.progress"
+#define kEvent_Page_Load_DomReady               @"page.load.domready"
+#define kEvent_Page_Load_Complete               @"page.load.complete"
+#define kEvent_Page_Load_Error                  @"page.load.error"
+#define kEvent_Page_Destroy                     @"page.destroy"
+#define kEvent_Page_All                         @"page.*"
+
+//**********************Navigation   Events***********************//
+#define kEvent_Navigation_Start                 @"navigation.start" // 监听该事件,可以调用preventDefault阻止默认行为(默认是将要开始加载请求),若阻止了,则不会进行加载
+#define kEvent_Navigation_Complete              @"navigation.complete"
+#define kEvent_Navigation_Error                 @"navigation.error"
+#define kEvent_Navigation_All                   @"navigation.*"
+
+//**********************Invocation   Events***********************//
+#define kEvent_Invocation_Invocation_Before     @"invocation.invoke.before" // 监听该事件,可以阻止事件
+
+#define kEvent_Invocation_Event_Start           @"invocation.event.start" // 监听该事件,可以调用preventDefault阻止默认行为(默认是询问是否可以执行),若阻止了,则不会往下执行调用
+#define kEvent_Invocation_Start                 @"invocation.start" // 监听该事件,可以调用preventDefault阻止默认行为(默认是询问是否可以执行),若阻止了,则不会往下执行调用
+#define kEvent_Invocation_Invoke                @"invocation.invoke" // 监听该事件,可以调用preventDefault阻止默认行为(默认是将要开始执行方法),若要自定义执行方法,则需要执行`responseCallback`将结果回调给页面
+#define kEvent_Invocation_Complete              @"invocation.complete"
+#define kEvent_Invocation_Error                 @"invocation.error"
+#define kEvent_Invocation_All                   @"invocation.*"
+
+//**********************Proxy      Events***********************//
+#define kEvent_Proxy_Request_Start_Handler      @"proxy.request.start.handle" // 监听该事件,可以调用preventDefault阻止默认行为(默认是将要开始加载请求),如阻止了,则不会进行加载;若要自定义请求,则可以设置`request`或者设置其headers
+#define kEvent_Proxy_Request_Start_Dest         @"proxy.request.start.dest"
+#define kEvent_Proxy_Request_Response_Handler   @"proxy.request.response.handle" // 监听该事件,可以调用preventDefault阻止默认行为(默认是继续加载请求),若阻止了默认行为,则可以设置`willRedirectRequest`、并会重定向到当前的`request`(一般用途是处理登录后重新发出请求)
+#define kEvent_Proxy_Request_ReceiveResponse    @"proxy.request.response.receive" // 监听该事件,可以处理`response`,比如修改或者新增headers
+#define kEvent_Proxy_Request_Redirect_Before    @"proxy.request.redirect.before"
+#define kEvent_Proxy_Request_ReceiveData        @"proxy.request.data.receive" // 监听该事件,可以处理`willHoldReceiveData`和`reveiceData`,如果willHoldReceiveData=YES,则数据会被暂时持有在内存 处理:分段data,处理过程中不会response已有的receive data
+#define kEvent_Proxy_Request_FinishReceiveData  @"proxy.request.data.finish" // 监听该事件,可以处理`receiveData` 处理:完整data,并response回去
+#define kEvent_Proxy_Request_Finish             @"proxy.request.finish"
+#define kEvent_Proxy_Request_Finish_Metrics     @"proxy.request.finish.metrics"
+
+
+//**********************ProxyMonitor Events***********************//
+#define kEvent_ProxyMonitor_Report_Profile      @"proxy.monitor.report.profile"
+
+
+//**********************Monitor Events***********************//
+#define kEvent_Monitor_Log_Before               @"monitor.log.before"
+
+//**********************Message Handler***********************//
+
+#define KPSDBRIDGEMESSAGEHANDLER        @"PSDBRIDGEMESSAGEHANDLER"
+#define KPSDBRIDGEDOMREADY              @"PSDBRIDGEDOMREADY"
+#define KPSDXMLHTTPREQUESTMESSAGE       @"PSDXMLHTTPREQUESTMESSAGE"
+#define KPSDXNEBULAXMLHTTPREQUEST       @"X-NEBULAXMLHTTPREQUEST"
+#define KPSDXMSGID                      @"msgId"
+#define KPSDXMSGCOOKIE                  @"msgCookie"
+#define KPSDXMSGMAINURL                 @"msgMainUrl"
+#define KPSDXMSGVAL                     @"val"
+#define KPSDXMSGTYPE                    @"type"
+#define KPSDXMSGENCTYPE                 @"FormEnctype"
+#define KPSDXMSGACCEPTCHARSET           @"AcceptCharset"
+#define KPSDXMSGDOCUMENTCHARSET         @"DocumentCharset"
+#define KPSDXMSGISSTREAM                @"IsStream"
+#define KPSDXMSGNAME                    @"name"
+#define KPSDXMSGVALUE                   @"value"
+#define KPSDFORMENCTYPEOFURLENCODE      @"application/x-www-form-urlencoded"
+#define KPSDFORMENCTYPEOFPLAIN          @"text/plain"
+#define kPSDSceneInjectRequest          @"kPSDSceneInjectRequest"
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..49b80ac5f0d07a9f2c30990e52967b30db205d73
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDEvent.h
@@ -0,0 +1,61 @@
+//
+//  PSDEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/21.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "PSDEventTargetProtocol.h"
+#import "PSDDefine.h"
+
+@class PSDContext;
+
+@interface PSDEvent : NSObject
+
+@property(nonatomic, readonly) BOOL bubbles;                           // 事件是否可以冒泡
+@property(nonatomic, readonly) BOOL cancelable;                        // 事件是否可以被取消
+@property(nonatomic, assign)   PSDEventPhase eventPhase;               // 事件处理阶段
+@property(nonatomic, readonly) NSTimeInterval timeStamp;               // 事件发生的时间戳
+@property(nonatomic, readonly, copy) NSString *eventType;                    // 事件类型
+@property(nonatomic, strong)   id<PSDEventTargetProtocol> target;         // 事件产生的目标对象
+@property(nonatomic, strong)   id<PSDEventTargetProtocol> currentTarget;  // 事件的当前处理对象
+@property(nonatomic, strong)   PSDContext *context;                    // 事件的上下文
+
+@property(nonatomic, readonly) BOOL isCancelled;                       // 事件是否已经取消了
+@property(nonatomic, readonly) BOOL isStoped;                          // 事件是否已经停止传递
+
+
+/**
+ *  @brief 创建一个对象,给定对象的类型、是否冒泡、是否可取消
+ *
+ *  @date 2014-07-31
+ *
+ *  @param eventType  事件类型
+ *  @param canBubble  是否可以冒泡
+ *  @param cancelable 是否可以被取消
+ *
+ *  @return 返回一个事件
+ */
+- (instancetype)initWithEventType:(NSString *)eventType canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable;
+
+/**
+ *  @brief 停止事件传递
+ *
+ *  @date 2014-07-31
+ *
+ *  @return æ— 
+ */
+- (void)stopPropagation;
+
+/**
+ *  @brief 取消事件传递,如果可取消的话
+ *
+ *  @date 2014-07-31
+ *
+ *  @return æ— 
+ */
+- (void)preventDefault;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDEventTargetProtocol.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDEventTargetProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..2ddb46895aa7597fa499c3ddde76e465e938e279
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDEventTargetProtocol.h
@@ -0,0 +1,35 @@
+//
+//  EventTargetProtocol.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/24.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "PSDPluginProtocol.h"
+
+@class PSDEvent;
+
+//事件目标对象协议
+@protocol PSDEventTargetProtocol <NSObject>
+
+/**
+ *  给EventTarget对像添加事件监听者
+ *
+ *  @param eventType     事件类型
+ *  @param eventListener 事件监听者:weak引用,不会strong
+ *  @param useCapture    是否捕获消息
+ */
+- (void)addEventListener:(NSString *)eventType withListener:(id<PSDPluginProtocol>)eventListener useCapture:(BOOL)useCapture;
+
+/**
+ *  给EventTarget对象移除事件监听对象
+ *
+ *  @param eventType     事件类型
+ *  @param eventListener 事件监听者
+ *  @param useCapture    是否捕获事件
+ */
+- (void)removeEventListener:(NSString *)eventType withListener:(id<PSDPluginProtocol>)eventListener useCapture:(BOOL)useCapture;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDExpandoProtocol.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDExpandoProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..1cced125ee3f0ceb76a995913d7eb05a2a206fc8
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDExpandoProtocol.h
@@ -0,0 +1,38 @@
+//
+//  PSDExpandoProtocol.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/21.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//扩展协议
+@protocol PSDExpandoProtocol <NSObject>
+
+/**
+ *  根据属性名添加扩展属性
+ *
+ *  @param expandProperty 属性名
+ *  @param value          扩展属性对象
+ */
+- (void)setExpando:(NSString *)expandProperty withValue:(id)value;
+
+/**
+ *  根据属性名获取扩展属性对象
+ *
+ *  @param expandProperty 扩展属性名
+ *
+ *  @return 扩展属性对象
+ */
+- (id)getExpando:(NSString *)expandProperty;
+
+/**
+ *  根据属性名删除扩展属性
+ *
+ *  @param expandProperty 扩展属性名
+ */
+- (void)deleteExpando:(NSString *)expandProperty;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDInvocationEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDInvocationEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..ba1510b45979792aa10243f6add8dba0e5e01913
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDInvocationEvent.h
@@ -0,0 +1,55 @@
+//
+//  PSDInvocationEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDEvent.h"
+#import "PSDJsApi.h"
+
+@interface PSDInvocationEvent : PSDEvent
+
+@property(nonatomic, readonly, copy) NSString                           *invocationName;
+@property(nonatomic, readonly, strong) NSDictionary                     *invocationData; //当前携带的数据对象
+@property(nonatomic, strong) NSDictionary                               *invocationResult; // 返回结果
+@property(nonatomic, readonly, copy) NSString                           *url;
+@property(nonatomic, readonly, strong) PSDJsApi                         *jsApi;
+@property(nonatomic, readonly, strong) PSDJsApiResponseCallbackBlock    responseCallback;
+
++ (instancetype)allEvent:(NSString *)invocationName url:(NSString *)url;
+
+// can preventDefault
++ (instancetype)startEvent:(NSString *)invocationName
+            invocationData:(NSDictionary *)invocationData
+                       url:(NSString *)url;
+
+// can preventDefault and can invoke custom yourself(you should set invocationResult to responseCallback)
++ (instancetype)invokeEvent:(NSString *)invocationName
+             invocationData:(NSDictionary *)invocationData
+                        url:(NSString *)url
+                      jsApi:(PSDJsApi *)jsApi
+           responseCallback:(PSDJsApiResponseCallbackBlock)responseCallback;
+
++ (instancetype)completeEvent:(NSString *)invocationName
+             invocationResult:(NSDictionary *)invocationResult
+                          url:(NSString *)url  DEPRECATED_ATTRIBUTE; // 废弃方法,请使用下面方法
+
++ (instancetype)completeEvent:(NSString *)invocationName
+               invocationData:(NSDictionary *)invocationData
+             invocationResult:(NSDictionary *)invocationResult
+                          url:(NSString *)url;
+
++ (instancetype)errorEvent:(NSString *)invocationName url:(NSString *)url;
+
++ (instancetype)startEvent:(NSString *)invocationName
+                 eventData:(NSDictionary *)invocationData
+                       url:(NSString *)url;
+
++ (instancetype)invokeBeforeEvent:(NSString *)invocationName
+             invocationData:(NSDictionary *)invocationData
+                        url:(NSString *)url
+                      jsApi:(PSDJsApi *)jsApi
+                 responseCallback:(PSDJsApiResponseCallbackBlock)responseCallback;
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApi.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApi.h
new file mode 100755
index 0000000000000000000000000000000000000000..7414a7734f47c0decd0872648c61b0b4ae99e9c2
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApi.h
@@ -0,0 +1,150 @@
+//
+//  PSDJsApi.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-13.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "PSDArgumentsChecker.h"
+
+@class PSDContext;
+@class PSDJsApiHandler;
+
+typedef void (^PSDJsApiResponseCallbackBlock)(id responseData);
+typedef void (^PSDJsApiHandlerBlock)(NSDictionary *data, PSDContext *context, PSDJsApiResponseCallbackBlock responseCallbackBlock);
+
+//JsApi类,注:优先使用PSDJsApiHandlerBlock,若不存在,才使用handlerClass进行处理
+@interface PSDJsApi : NSObject <PSDArgumentsCheckerProtocal>
+
+@property(nonatomic, readonly, copy) NSString               *name; // JsApi名称
+@property(nonatomic, copy) NSString *alias;
+@property(nonatomic, readonly, strong) PSDJsApiHandlerBlock handler; // JsApi处理函数,优先使用
+@property(nonatomic, readonly, assign) Class                handlerClass; // JsApi处理类
+@property(nonatomic, readonly, assign) BOOL                 checkParams; // 是否检查参数(检查是否NSDictionary类型)
+@property(nonatomic, readonly, assign) BOOL                 isPrivate; // 是否私有(决定是否能被反注册、覆盖)
+@property(nonatomic, readonly, copy) NSString               *scope; // 作用域
+
+@property(nonatomic, strong) PSDJsApiHandler                *jsApiHandler;
+@property(nonatomic, strong) PSDArgumentsChecker            *checker;
+/**
+ *  @brief 创建一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param name    JsApi名称
+ *  @param handler JsApi处理函数
+ *
+ *  @return 返回一个JsApi对象
+ */
++ (instancetype)jsApi:(NSString *)name
+              handler:(PSDJsApiHandlerBlock)handler;
+
+/**
+ *  @brief 创建一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param name         JsApi名称
+ *  @param handlerClass JsApi处理类
+ *
+ *  @return 返回一个JsApi对象
+ */
++ (instancetype)jsApi:(NSString *)name
+         handlerClass:(Class)handlerClass;
+
+/**
+ *  @brief 创建一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param name    JsApi名称
+ *  @param handler JsApi处理函数
+ *  @param checkParams 是否检查参数
+ *  @param isPrivate 是否私有api
+ *  @param scope 作用域
+ *
+ *  @return 返回一个JsApi对象
+ */
++ (instancetype)jsApi:(NSString *)name
+              handler:(PSDJsApiHandlerBlock)handler
+          checkParams:(BOOL)checkParams
+            isPrivate:(BOOL)isPrivate
+                scope:(NSString *)scope;
+
+/**
+ *  @brief 创建一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param name    JsApi名称
+ *  @param alias   JsApi别名
+ *  @param handler JsApi处理函数
+ *  @param checkParams 是否检查参数
+ *  @param isPrivate 是否私有api
+ *  @param scope 作用域
+ *
+ *  @return 返回一个JsApi对象
+ */
++ (instancetype)jsApi:(NSString *)name
+                alias:(NSString *)alias
+              handler:(PSDJsApiHandlerBlock)handler
+          checkParams:(BOOL)checkParams
+            isPrivate:(BOOL)isPrivate
+                scope:(NSString *)scope;
+
+/**
+ *  @brief 创建一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param name         JsApi名称
+ *  @param handlerClass JsApi处理类
+ *  @param checkParams 是否检查参数
+ *  @param isPrivate 是否私有api
+ *  @param scope 作用域
+ *
+ *  @return 返回一个JsApi对象
+ */
++ (instancetype)jsApi:(NSString *)name
+         handlerClass:(Class )handlerClass
+          checkParams:(BOOL)checkParams
+            isPrivate:(BOOL)isPrivate
+                scope:(NSString *)scope;
+
+/**
+ *  @brief 创建一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param name         JsApi名称
+ *  @param alias        JsApi别名
+ *  @param handlerClass JsApi处理类
+ *  @param checkParams 是否检查参数
+ *  @param isPrivate 是否私有api
+ *  @param scope 作用域
+ *
+ *  @return 返回一个JsApi对象
+ */
++ (instancetype)jsApi:(NSString *)name
+                alias:(NSString *)alias
+         handlerClass:(Class )handlerClass
+          checkParams:(BOOL)checkParams
+            isPrivate:(BOOL)isPrivate
+                scope:(NSString *)scope;
+
+/**
+ *  @brief 处理JsApi函数
+ *
+ *  @date 2014-08-20
+ *
+ *  @param data     处理的消息参数
+ *  @param context  当前上下文信息
+ *  @param callback 回调
+ *
+ *  @return æ— 
+ */
+- (void)handler:(NSDictionary *)data context:(PSDContext *)context callback:(PSDJsApiResponseCallbackBlock)callback;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiConfig.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiConfig.h
new file mode 100755
index 0000000000000000000000000000000000000000..2b340269266effaf92808bd43aece389dec86051
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiConfig.h
@@ -0,0 +1,89 @@
+//
+//  PSDJsApiConfig.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-20.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "PSDJsApi.h"
+
+//JsApi配置类
+@interface PSDJsApiConfig : NSObject
+
+@property(nonatomic, readonly, copy) NSString               *name; // JsApi实现类名
+@property(nonatomic, readonly, copy) NSString               *alias;
+@property(nonatomic, readonly, copy) NSString               *jsApi; // JsApi名称
+@property(nonatomic, readonly, strong) PSDJsApiHandlerBlock handler; // JsApi处理函数
+@property(nonatomic, readonly, copy) NSString               *scope; // 作用域, default is service
+@property(nonatomic, readonly, assign) BOOL                 checkParams; // 检查参数(是否字典类型)
+@property(nonatomic, readonly, assign) BOOL                 isPrivateAPI; // 私有api(决定是否能被反注册、覆盖)
+
+/**
+ *  @brief 插件一个JsApi配置对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param name  JsApi实现类名
+ *  @param jsApi JsApi名称
+ *
+ *  @return 返回JsApi配置对象
+ */
++ (instancetype)jsApiCfg:(NSString *)className
+                   jsApi:(NSString *)jsApi;
+
+/**
+ *  @brief 插件一个JsApi配置对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param handler  JsApi处理函数block
+ *  @param jsApi    JsApi名称
+ *
+ *  @return 返回JsApi配置对象
+ */
++ (instancetype)jsApiCfgWithHandlerBlock:(PSDJsApiHandlerBlock)handler
+                                   jsApi:(NSString *)jsApi;
+
+/**
+ *  @brief 插件一个JsApi配置对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param handler      JsApi处理函数block
+ *  @param jsApi        JsApi名称
+ *  @param checkParams  是否检查参数
+ *  @param isPrivateAPI 是否私有api
+ *  @param scope        作用域
+ *
+ *  @return 返回JsApi配置对象
+ */
++ (instancetype)jsApiCfgWithHandlerBlock:(PSDJsApiHandlerBlock)handler
+                                   jsApi:(NSString *)jsApi
+                             checkParams:(BOOL)checkParams
+                            isPrivateAPI:(BOOL)isPrivateAPI
+                                   scope:(NSString *)scope;
+
+/**
+ *  @brief 插件一个JsApi配置对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param name  JsApi实现类名
+ *  @param jsApi JsApi名称
+ *  @param alias JsApi的别名
+ *  @param checkParams 是否检查参数
+ *  @param isPrivateAPI 是否私有api
+ *  @param scope 作用域
+ *
+ *  @return 返回JsApi配置对象
+ */
++ (instancetype)jsApiCfg:(NSString *)name
+                   jsApi:(NSString *)jsApi
+                   alias:(NSString *)alias
+             checkParams:(BOOL)checkParams
+            isPrivateAPI:(BOOL)isPrivateAPI
+                   scope:(NSString *)scope;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiHandler.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiHandler.h
new file mode 100755
index 0000000000000000000000000000000000000000..c47769125f361786f986b17efae6b2620a51418a
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiHandler.h
@@ -0,0 +1,48 @@
+//
+//  PSDJsApiHandler.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-20.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "PSDJsApi.h"
+#import "PSDArgumentsChecker.h"
+
+//通用错误回调 
+void ErrorCallback(PSDJsApiResponseCallbackBlock callback, int code);
+
+//通用错误码
+#define e_invalid_api           1   //无效的api接口
+#define e_inavlid_params        2   //无效的api入参
+#define e_unknown_error         3   //未知错误
+#define e_permission_denied     4   //无权调用该接口
+
+#define e_user_cancel           11  //用户取消操作
+
+#define PSD_CALLBACK_TYPE_INFO              @"NEBULATYPEINFO"
+#define PSD_CALLBACK_KEY_OF_TYPE            @"type"
+#define PSD_CALLBACK_TYPE_ARRAYBUFFER       @"ArrayBuffer"
+
+
+
+@class PSDContext;
+
+//JsApi处理类(基类)
+@interface PSDJsApiHandler : NSObject <PSDArgumentsCheckerProtocal>
+@property(nonatomic, strong) PSDArgumentsChecker *checker;
+/**
+ *  @brief JsApi处理函数
+ *
+ *  @date 2014-08-20
+ *
+ *  @param data     处理的内容
+ *  @param context  当前上下文信息
+ *  @param callback 回调
+ *
+ *  @return æ— 
+ */
+- (void)handler:(NSDictionary *)data context:(PSDContext *)context callback:(PSDJsApiResponseCallbackBlock)callback;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiManager.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..e2b7421306696026af565cbe452da9387979ee94
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsApiManager.h
@@ -0,0 +1,87 @@
+//
+//  PSDJsApiMgr.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-13.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+/********************/
+/*关于groupId
+分组管理jsApi
+ */
+/********************/
+
+@class PSDJsApi;
+
+//JsApi管理类
+@interface PSDJsApiManager : NSObject
+
+@property(nonatomic, copy) NSString     *scope;
+
+/**
+ *  @brief 注册默认的已经配置的JsApi:JsApi Handler,只在调用的时候才初始化,并常驻.默认是在分组
+ *
+ *  @date 2014-08-20
+ *
+ *  @return æ— 
+ */
+- (void)registerDefaultJsApis;
+
+/**
+ *  @brief 注册一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param jsApi JsApi对象
+ *
+ *  @return æ— 
+ */
+- (void)registerJsApi:(PSDJsApi *)jsApi groupId:(NSString *)groupId;
+- (void)registerJsApi:(PSDJsApi *)jsApi; // 默认分组
+
+/**
+ *  @brief 注册一组JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param jsApis JsApi对象数组
+ *
+ *  @return æ— 
+ */
+- (void)registerJsApis:(NSArray *)jsApis groupId:(NSString *)groupId; // PSDJsApi
+- (void)registerJsApis:(NSArray *)jsApis; // PSDJsApi 默认分组
+
+/**
+ *  @brief 在指定分组下,反注册一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param jsApi JsApi对象
+ *
+ *  @return æ— 
+ */
+- (void)unregisterJsApi:(PSDJsApi *)jsApi groupId:(NSString *)groupId;
+- (void)unregisterJsApi:(PSDJsApi *)jsApi; // 默认分组
+
+- (void)unregisterJsApis:(NSString *)groupId;
+
+/**
+ *  @brief 根据JsApi名称,返回一个JsApi对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param jsApiName JsApi名称
+ *
+ *  @return 返回一个JsApi对象
+ */
+- (PSDJsApi *)jsApi:(NSString *)jsApiName groupId:(NSString *)groupId;
+- (PSDJsApi *)jsApi:(NSString *)jsApiName; // 默认分组
+
+- (NSArray *)jsApis:(NSString *)groupId;
+- (NSArray *)jsApis; // 默认分组
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsBridge.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsBridge.h
new file mode 100755
index 0000000000000000000000000000000000000000..263fe767bf17ce5836c317b1bfad545e7beb60dc
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDJsBridge.h
@@ -0,0 +1,170 @@
+//
+//  PSDJsBridge.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-13.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+#import "PSDJsApi.h"
+
+@class PSDPage;
+@class PSDContentView;
+@class PSDPageParam;
+
+//JsBridge类,用来处理Native和Js的相互调用
+@interface PSDJsBridge : NSObject<UIWebViewDelegate>
+
+/**
+ *  @brief 创建一个JsBridge对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param page     关联的PSDPage对象
+ *  @param webView  关联的contentView对象
+ *  @param delegate contentView的代理
+ *
+ *  @return 返回一个JsBridge对象
+ */
++ (instancetype)bridge4Page:(PSDPage *)page contentView:(PSDContentView *)contentView webViewDelegate:(id<UIWebViewDelegate>)delegate;
+
+
+/**
+ *  @brief 创建一个JsBridge对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param page     关联的PSDPage对象
+ *  @param webView  关联的contentView对象
+ *  @param delegate contentView的代理
+ *
+ *  @return 返回一个JsBridge对象
+ */
++ (instancetype)bridge4Page:(PSDPage *)page contentView:(PSDContentView *)contentView pageParam:(PSDPageParam *)pageParam;
+
+
+/**
+ *  @brief 日志打印开关
+ *
+ *  @date 2014-08-20
+ *
+ *  @return æ— 
+ */
++ (void)enableLogging;
+
+/**
+ *  @brief 返回bridge是否准备好(已经注入基本的bridge)
+ *
+ *  @date 2014-11-21
+ *
+ *  @return 返回是否准备好
+ */
+- (BOOL)isBridgeReady;
+
+/**
+ *  @brief Native调用Js
+ *
+ *  @date 2014-08-20
+ *
+ *  @param message 传递的消息参数
+ *
+ *  @return æ— 
+ */
+- (void)send:(NSDictionary *)message;
+
+/**
+ *  @brief Native调用Js
+ *
+ *  @date 2014-08-20
+ *
+ *  @param message          传递的消息参数
+ *  @param responseCallback 回调
+ *
+ *  @return æ— 
+ */
+- (void)send:(NSDictionary *)message responseCallback:(PSDJsApiResponseCallbackBlock)responseCallback;
+
+/**
+ *  @brief Native调用Js
+ *
+ *  @date 2014-08-20
+ *
+ *  @param handlerName js函数
+ *
+ *  @return æ— 
+ */
+- (void)callHandler:(NSString *)handlerName;
+
+/**
+ *  @brief Native调用Js
+ *
+ *  @date 2014-08-20
+ *
+ *  @param handlerName js函数
+ *  @param data        传递的消息参数
+ *
+ *  @return æ— 
+ */
+- (void)callHandler:(NSString *)handlerName data:(NSDictionary *)data;
+
+/**
+ *  @brief Native调用Js
+ *
+ *  @date 2014-08-20
+ *
+ *  @param handlerName      js函数
+ *  @param data             传递的消息参数
+ *  @param responseCallback 回调
+ *
+ *  @return æ— 
+ */
+- (void)callHandler:(NSString *)handlerName data:(NSDictionary *)data responseCallback:(PSDJsApiResponseCallbackBlock)responseCallback;
+
+- (void)callJsApi:(NSString *)jsApiName
+              url:(NSString *)url
+             data:(NSDictionary *)data
+ responseCallback:(PSDJsApiResponseCallbackBlock)responseCallback;
+
+/**
+ *  @brief 向html插入本地js文件
+ *
+ *  @date 2014-08-20
+ *
+ *  @param webView 关联的webView对象
+ *
+ *  @return æ— 
+ */
+- (void)loadJSBridgeFileWithDynamicInjectJsCodeSnippets:(NSString *)dynamicInjectJsCodeSnippets;
+
+/**
+ *  @brief 注入js
+ *
+ *  @date 2014-11-21
+ *
+ *  @param js js片段
+ *
+ *  @return æ— 
+ */
+- (void)loadJS:(NSString *)js;
+
+/**
+ *  @brief 重置JsBridge状态
+ *
+ *  @date 2014-08-20
+ *
+ *  @return æ— 
+ */
+- (void)reset;
+
+
+/**
+ 转化ResponseData,支持ArrayBuffer
+
+ @param NSDictionary 原始数值
+ @return 转化后的数据
+ */
+- (NSDictionary *)transformResponseData:(id)responseData;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDKernel.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDKernel.h
new file mode 100755
index 0000000000000000000000000000000000000000..29a1ced86ba69ec4a43b9764f2cfa44f6a9a2ee0
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDKernel.h
@@ -0,0 +1,163 @@
+//
+//  PSDKernel.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/17.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "PSDEventTargetProtocol.h"
+#import "PSDExpandoProtocol.h"
+#import "PSDEvent.h"
+
+
+#define PSD_DEFINE_FUNCTION(returnType, var)              \
+- (id)var                                                 \
+{                                                         \
+    if (_##var == nil) {                                  \
+        _##var = [[returnType alloc] init];               \
+    }                                                     \
+    return _##var;                                        \
+}
+
+#define PSD_ASSERT(condition) \
+if (!condition) {\
+    NSString *reason = [NSString stringWithFormat:@"\n\n***********************************************************\nPOSEIDON内核抛出的断言(Kernel Assert):\n函数:%s-%d \ncondition=%s\n\n", __FUNCTION__, __LINE__, #condition];\
+    NSLog(@"%@",reason);\
+}
+
+#define PSD_ASSERT2(condition, desc) \
+if (!condition) {\
+    NSString *reason = [NSString stringWithFormat:@"\n\n***********************************************************\nPOSEIDON内核抛出的断言(Kernel Assert):\n函数:%s-%d \ncondition=%s desc=%@\n\n", __FUNCTION__, __LINE__, #condition, desc];\
+    NSLog(@"%@", reason);\
+}
+
+@class PSDJsApiManager;
+@class PSDPluginManager;
+
+//内核对象
+@interface PSDKernel : NSObject <PSDEventTargetProtocol, PSDExpandoProtocol>
+
+/**
+ *  @brief 获取jsApi管理实例
+ *
+ *  @date 2015-08-14
+ *
+ *  @return 返回jsApi管理实例
+ */
+- (PSDJsApiManager *)jsApiManager;
+
+/**
+ *  @brief 获取plugin管理实例
+ *
+ *  @date 2015-08-14
+ *
+ *  @return 返回plugin管理实例
+ */
+- (PSDPluginManager *)pluginManager;
+
+/**
+ *  @brief 返回父节点对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @return 返回父节点对象
+ */
+- (PSDKernel *)parentKernelObject;
+
+/**
+ *  @brief 添加一个子节点对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param object 子节点对象
+ *
+ *  @return æ— 
+ */
+- (void)addSubObject:(PSDKernel *)object;
+
+/**
+ *  @brief 移除一个子节点对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param object 子节点对象
+ *
+ *  @return æ— 
+ */
+- (void)removeSubObject:(PSDKernel *)object;
+
+/**
+ *  @brief 移除第一个子节点
+ *
+ *  @date 2015-08-14
+ *
+ *  @return æ— 
+ */
+- (void)removeFirstSubObject;
+
+/**
+ *  @brief 移除最后一个子节点
+ *
+ *  @date 2015-08-14
+ *
+ *  @return æ— 
+ */
+- (void)removeLastSubObject;
+
+/**
+ *  @brief 从父节点移除
+ *
+ *  @date 2014-08-20
+ *
+ *  @return æ— 
+ */
+- (void)removeFromSuperObject;
+
+/**
+ *  @brief 返回所有子节点对象数组
+ *
+ *  @date 2014-08-20
+ *
+ *  @return 返回所有子节点对象数组
+ */
+- (NSArray *)subObjects;
+
+/**
+ *  @brief 获取第一个子节点
+ *
+ *  @date 2015-08-14
+ *
+ *  @return 返回第一个子节点
+ */
+- (PSDKernel *)firstSubObject;
+
+/**
+ *  @brief 获取最后一个子节点
+ *
+ *  @date 2015-08-14
+ *
+ *  @return 返回最后一个子节点
+ */
+- (PSDKernel *)lastSubObject;
+
+/**
+ *  @brief 返回唯一id
+ *
+ *  @date 2014-08-20
+ *
+ *  @return 返回唯一id
+ */
+- (NSString *)uniqueId;
+
+/**
+ *  分发消息给当前的EventTarget对象
+ *
+ *  @param event PSDEvent类型的事件对象
+ *
+ *  @return 如果事件处理过程中,有target调用了preventDefault,就返回NO
+ */
+- (BOOL)dispatchEvent:(PSDEvent *)event;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDLoggerProtocol.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDLoggerProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..2bf5a96f4ce35fb8fa0e9e92617e847666fb6906
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDLoggerProtocol.h
@@ -0,0 +1,11 @@
+//
+//  PSDLoggerProtocol.h
+//  NebulaPoseidon
+//
+//  Created by theone on 16/11/25.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+@protocol PSDLoggerProtocol <NSObject>
+- (void)doLogWithLogId:(NSString *)logId params:(NSDictionary *)params;
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDMonitorEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDMonitorEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..922fa28dd1f0f440404a660dbb435333fe02f3c7
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDMonitorEvent.h
@@ -0,0 +1,21 @@
+//
+//  PSDMontorEvent.h
+//  NebulaPoseidon
+//
+//  Created by Glance on 2017/7/1.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <NebulaPoseidon/NebulaPoseidon.h>
+
+@interface PSDMonitorEvent : PSDEvent
+
+@property (nonatomic, strong) NSString *lid; //支持传入较短的开关名供客户端动态开关使用
+@property (nonatomic, strong) NSString *seedId;
+@property (nonatomic, strong) NSString *bizType;
+@property (nonatomic, copy) NSArray *params;
+
++ (PSDMonitorEvent *)logBeforeEvent:(NSString *)seedId bizType:(NSString *)bizType params:(NSArray *)params;
++ (PSDMonitorEvent *)logBeforeEvent:(NSString *)seedId bizType:(NSString *)bizType params:(NSArray *)params lid:(NSString *)lid;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDNavigationEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDNavigationEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..0acf8d8e8a999ca91733430ebb2a6e331ad01036
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDNavigationEvent.h
@@ -0,0 +1,26 @@
+//
+//  PSDNavigationEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDEvent.h"
+#import <UIKit/UIKit.h>
+
+@interface PSDNavigationEvent : PSDEvent
+
+@property(nonatomic, strong) NSURLRequest *request;
+@property(nonatomic, assign) UIWebViewNavigationType navigationType;
+@property(nonatomic, strong) NSError *error;
+
++ (instancetype)allEvent:(NSURLRequest *)request;
+
++ (instancetype)startEvent:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType;
+
++ (instancetype)completeEvent:(NSURLRequest *)request;
+
++ (instancetype)errorEvent:(NSURLRequest *)request error:(NSError *)error;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPage.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPage.h
new file mode 100755
index 0000000000000000000000000000000000000000..9f238209268d81b9656107d5f3c9a7b4264ea613
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPage.h
@@ -0,0 +1,51 @@
+//
+//  PSDPage.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-8.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDKernel.h"
+#import <UIKit/UIKit.h>
+
+@class PSDPageParam;
+@class PSDView;
+@class PSDJsBridge;
+@class PSDContentView;
+@protocol WKNavigationDelegate;
+@protocol WKUIDelegate;
+
+//Page类:代指浏览器打开一个页面,所产生的对象,通常一个一次跳转或者刷新产生一个Page。
+@interface PSDPage : PSDKernel
+
+@property(nonatomic, readonly, strong) PSDJsBridge *bridge;
+@property(nonatomic, strong) NSString *pageUUID;
+
+
+- (PSDPageParam *)createParam;
+
+/**
+ *  @brief 给定一个pageParam参数,创建一个Page对象
+ *
+ *  @date 2014-08-08
+ *
+ *  @param pageParam 要创建所需要的参数,不能为nil
+ *
+ *  @return 返回Page对象
+ */
++ (instancetype)pageWithPageParam:(PSDPageParam *)pageParam parentObject:(PSDKernel *)parentObject;
+
+@end
+
+//创建Page所需的参数类
+@interface PSDPageParam : NSObject
+
+@property(nonatomic, weak) PSDContentView           *contentView;
+@property(nonatomic, weak) id<UIWebViewDelegate>    webViewDelegate4PsdView;
+@property(nonatomic, weak) id<WKNavigationDelegate> webViewNavigationDelegate4PsdView;
+@property(nonatomic, weak) id<WKUIDelegate>         webViewUIDelegate4PsdView;
+@property(nonatomic, strong) NSDictionary           *expandParams;
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPageEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPageEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..c743060abb7bcbcbb73b941d30f1b67605aabe3c
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPageEvent.h
@@ -0,0 +1,33 @@
+//
+//  PSDPageEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDEvent.h"
+
+@interface PSDPageEvent : PSDEvent
+
+@property(nonatomic, strong) NSError *error;
+
++ (instancetype)allEvent;
+
++ (instancetype)createEvent;
+
++ (instancetype)loadStartEvent;
+
++ (instancetype)loadFirstByteEvent;
+
++ (instancetype)loadProgressEvent;
+
++ (instancetype)loadDomReadyEvent;
+
++ (instancetype)loadCompleteEvent;
+
++ (instancetype)loadErrorEvent:(NSError *)error;
+
++ (instancetype)destroyEvent;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginConfig.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginConfig.h
new file mode 100755
index 0000000000000000000000000000000000000000..536ee5b0859d142d6ccceeb1e1a5857c53b805e1
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginConfig.h
@@ -0,0 +1,69 @@
+//
+//  PSDPluginConfig.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//插件配置类
+@interface PSDPluginConfig : NSObject
+
+@property(nonatomic, readonly, copy) NSString   *name; // 插件类名
+@property(nonatomic, readonly, copy) NSString   *scope; // 作用域
+@property(nonatomic, readonly, strong) NSArray  *events; // 插件要监听的事件名列表,PSDPluginConfigEvent
+
+/**
+ *  @brief 创建一个插件配置对象
+ *
+ *  @date 2014-08-11
+ *
+ *  @param name       插件类名
+ *  @param events     插件要监听的事件列表,PSDPluginConfigEvent
+ *  @param useCapture 是否是捕获消息,否则是冒泡消息,默认是NO
+ *
+ *  @return 返回插件配置对象,以便进行插件的创建等处理
+ */
++ (instancetype)pluginCfgWithName:(NSString *)name
+                            scope:(NSString *)scope
+                           events:(NSArray *)events;
+
+/**
+ *  @brief 创建一个插件配置对象
+ *
+ *  @date 2014-08-11
+ *
+ *  @param name       插件类名
+ *  @param events     插件要监听的事件名列表
+ *  @param useCapture 是否是捕获消息,否则是冒泡消息,默认是NO
+ *
+ *  @return 返回插件配置对象,以便进行插件的创建等处理
+ */
++ (instancetype)pluginCfgWithName:(NSString *)name
+                            scope:(NSString *)scope
+                       eventNames:(NSArray *)eventNames
+                       useCapture:(BOOL)useCapture;
+
+@end
+
+//插件配置事件类
+@interface PSDPluginConfigEvent : NSObject
+
+@property(nonatomic, readonly, copy) NSString   *event; // 事件名称
+@property(nonatomic, readonly, assign) BOOL     useCapture; // 是否捕获
+
+/**
+ *  @brief 创建一个插件配置事件对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param event      插件名称
+ *  @param useCapture 是否捕获
+ *
+ *  @return 返回一个插件配置事件对象
+ */
++ (instancetype)pluginConfigEvent:(NSString *)event useCapture:(BOOL)useCapture;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginHostProtocol.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginHostProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..937a7b7dda8b630438b79f710dc114945ecd7770
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginHostProtocol.h
@@ -0,0 +1,18 @@
+//
+//  PluginHostProtocol.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/21.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+//插件管理协议
+@protocol PSDPluginHostProtocol <NSObject>
+
+- (void)addPlugin:(id<PSDPluginHostProtocol>)plugin;
+
+- (void)removePlugin:(id<PSDPluginProtocol>)plugin;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginManager.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..84d90de37df2e6acfd28b3b55c91ae67c37e1c29
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginManager.h
@@ -0,0 +1,68 @@
+//
+//  PSDPluginMgr.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class PSDPluginConfig;
+@protocol PSDPluginProtocol;
+
+//插件管理类
+@interface PSDPluginManager : NSObject
+
+@property(nonatomic, weak) PSDKernel    *target;
+@property(nonatomic, copy) NSString     *scope;
+
+/**
+ *  @brief 注册默认的已经配置的插件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return æ— 
+ */
+- (void)registerDefaultPlugins;
+
+/**
+ *  @brief 注册一个插件配置对象
+ *
+ *  @date 2014-08-20
+ *
+ *  @param pluginCfg 插件配置对象
+ *
+ *  @return æ— 
+ */
+- (void)registerPlugin:(PSDPluginConfig *)pluginCfg groupId:(NSString *)groupId;
+- (void)registerPlugin:(PSDPluginConfig *)pluginCfg;
+
+/**
+ *  @brief 注册一组插件配置对象
+ *
+ *  @date 2014-08-11
+ *
+ *  @param pluginCfgs 插件配置对象数组,类型是PSDPluginConfig
+ *
+ *  @return æ— 
+ */
+- (void)registerPlugins:(NSArray *)pluginCfgs groupId:(NSString *)groupId;
+- (void)registerPlugins:(NSArray *)pluginCfgs;
+
+- (void)unregisterPlugin:(PSDPluginConfig *)pluginCfg groupId:(NSString *)groupId;
+- (void)unregisterPlugin:(PSDPluginConfig *)pluginCfg;
+
+- (void)unregisterPluginName:(NSString *)pluginName groupId:(NSString *)groupId;
+- (void)unregisterPluginName:(NSString *)pluginName;
+
+- (void)unregisterPlugins:(NSString *)groupId;
+- (void)unregisterPlugins;
+
+- (NSArray *)plugins:(NSString *)groupId;
+- (NSArray *)plugins;
+
+- (id<PSDPluginProtocol>)plugin:(NSString *)name groupId:(NSString *)groupId;
+- (id<PSDPluginProtocol>)plugin:(NSString *)name;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginProtocol.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..8c2d9faa7688e01c5c7b9d17cbd8da3266b210bb
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDPluginProtocol.h
@@ -0,0 +1,26 @@
+//
+//  PluginProtocol.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/17.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+@class PSDEvent;
+@class PSDKernel;
+
+//插件协议
+@protocol PSDPluginProtocol <NSObject>
+
+@property(nonatomic, readonly, copy) NSString   *name; // 插件名称
+
+@required
+- (void)handleEvent:(PSDEvent *)event; // 插件事件处理函数
+
+@optional
+- (void)associateWeakTarget:(PSDKernel *)weakTarget; // 请用weak,每添加一个事件调用一次
+
+- (int)priority; // 每添加一个事件调用一次
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxy.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxy.h
new file mode 100755
index 0000000000000000000000000000000000000000..1d359ab933f92e819bb281580ad07e2832ef8f39
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxy.h
@@ -0,0 +1,83 @@
+//
+//  PSDProxy.h
+//  Poseidon
+//
+//  Created by silentcloud on 8/13/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+#import <UIKit/UIKit.h>
+#import "PSDResponse.h"
+
+@class PSDKernel;
+
+@interface PSDProxy : PSDKernel
+
+//禁止创建实例
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+
+// 启动仅仅是初始化,如果要启用,需要调用enableProxy
++ (void)startWithCanInterceptWebRequest:(BOOL)canInterceptWebRequest
+                     canProcessResponse:(BOOL)canProcessResponse
+                             canMonitor:(BOOL)canMonitor
+                      canIgnoreSSLError:(BOOL)canIgnoreSSLError;
+
++ (void)enableProxy;
+
++ (void)disableProxy;
+
++ (BOOL)canMonitor;
+
++ (BOOL)canProcessResponse;
+
++ (BOOL)canIgnoreSSLError;
+
++ (void)setUseDiskCache:(BOOL)use;
+
++ (BOOL)canUseDiskCache;
+
++ (BOOL)canUseNSURLSession;
+
++ (void)setCanUseNSURLSession:(BOOL)use;
+
++ (void)setNSURLSessionExtraProtocolClasses:(NSArray<Class> *)classes;
+
++ (NSArray<Class> *)nSURLSessionExtraProtocolClasses;
+
+/**
+ *  清除WKBody缓存
+ */
++ (void)clearWKBodyCache;
+
+/**
+ *  给EventTarget对像添加事件监听者
+ *
+ *  @param eventType     事件类型
+ *  @param eventListener 事件监听者:weak引用,不会strong
+ *  @param useCapture    是否捕获消息
+ */
++ (void)addEventListener:(NSString *)eventType
+            withListener:(id<PSDPluginProtocol>)eventListener
+              useCapture:(BOOL)useCapture;
+
+/**
+ *  给EventTarget对象移除事件监听对象
+ *
+ *  @param eventType     事件类型
+ *  @param eventListener 事件监听者
+ *  @param useCapture    是否捕获事件
+ */
++ (void)removeEventListener:(NSString *)eventType
+               withListener:(id<PSDPluginProtocol>)eventListener
+                 useCapture:(BOOL)useCapture;
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxyEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxyEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..a0181d4c3ebf615808cb483c65adac30721372ae
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxyEvent.h
@@ -0,0 +1,98 @@
+//
+//  PSDProxyEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-11-4.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDEvent.h"
+
+@class PSDResponse;
+
+@interface PSDProxyEvent : PSDEvent
+
+@property(nonatomic, readonly, copy) NSString       *uniqueId;
+@property(nonatomic, readonly, copy) NSString       *channelId;
+@property(nonatomic, strong) NSURLRequest           *request; // 当前的请求对象
+@property(nonatomic, strong) NSURLRequest           *origRequest; // 当前请求为重定向时,指向上个请求
+@property(nonatomic, readonly, strong) NSDate       *requestDate; // 请求时间
+@property(nonatomic, strong) NSURLResponse          *response; // 响应对象
+@property(nonatomic, readonly, strong) NSDate       *responseDate; // 响应时间
+@property(nonatomic, strong) NSData                 *receiveData; // 生效:kEvent_Proxy_Request_ReceiveData、kEvent_Proxy_Request_FinishReceiveData、kEvent_Proxy_Request_Finish;当event为kEvent_Proxy_Request_FinishReceiveData时,仅mimeType是:text/html、image/png、image/jpg、application/javascript、application/json、text/css时才有
+@property(nonatomic, readonly, strong) NSError      *error;
+@property(nonatomic, assign) BOOL                   willRedirectRequest; // 生效:kEvent_Proxy_Request_Start_Handler、kEvent_Proxy_Request_Response_Handler
+@property(nonatomic, assign) BOOL                   willHoldReceiveData; // 生效:kEvent_Proxy_Request_ReceiveData
+@property(nonatomic, assign) NSUInteger             receiveDataLength; // 生效:kEvent_Proxy_Request_Finish
+@property(nonatomic, readonly, strong) PSDResponse  *customResponse;
+@property(nonatomic, strong) NSURLSessionTask       *task;
+@property(nonatomic, strong) NSURLSessionTaskMetrics *metrics;
+//处理request
++ (instancetype)requestHandlerEvent:(NSURLRequest *)request
+                        requestDate:(NSDate *)requestDate
+                     customResponse:(PSDResponse *)customResponse
+                          channelId:(NSString *)channelId;
+
++ (instancetype)startLoadEvent:(NSURLRequest *)request
+                   requestDate:(NSDate *)requestDate
+                      uniqueId:(NSString *)uniqueId
+                     channelId:(NSString *)channelId;
+
+//将要重定向
++ (instancetype)willRedirectEvent:(NSURLRequest *)request
+                      origRequest:(NSURLRequest *)origRequest
+                 redirectResponse:(NSURLResponse *)response
+                     redirectDate:(NSDate *)redirectDate
+                         uniqueId:(NSString *)uniqueId
+                        channelId:(NSString *)channelId;
+
+//处理response、重定向
++ (instancetype)responseHandler:(NSURLRequest *)request
+                       response:(NSURLResponse *)response
+                    requestDate:(NSDate *)requestDate
+                   responseDate:(NSDate *)responseDate
+                      channelId:(NSString *)channelId;
+
+//处理response
++ (instancetype)receiveResponse:(NSURLResponse *)response
+                        request:(NSURLRequest *)request
+                    requestDate:(NSDate *)requestDate
+                   responseDate:(NSDate *)responseDate
+                       uniqueId:(NSString *)uniqueId
+                      channelId:(NSString *)channelId;
+
+//处理分段data
++ (instancetype)receiveDataEvent:(NSURLRequest *)request
+                        response:(NSURLResponse *)response
+                     receiveData:(NSData *)data
+                        uniqueId:(NSString *)uniqueId
+                       channelId:(NSString *)channelId;
+
+//处理data
++ (instancetype)finishReceiveDataEvent:(NSURLRequest *)request
+                              response:(NSURLResponse *)response
+                           requestDate:(NSDate *)requestDate
+                          responseDate:(NSDate *)responseDate
+                           receiveData:(NSData *)data
+                                 error:(NSError *)error
+                              uniqueId:(NSString *)uniqueId
+                             channelId:(NSString *)channelId;
+
++ (instancetype)finishLoadEvent:(NSURLRequest *)request
+                       response:(NSURLResponse *)response
+                    requestDate:(NSDate *)requestDate
+                   responseDate:(NSDate *)responseDate
+                    receiveData:(NSData *)receiveData
+              receiveDataLength:(NSUInteger)receiveDataLength
+                          error:(NSError *)error
+                       uniqueId:(NSString *)uniqueId
+                      channelId:(NSString *)channelId;
+
++ (instancetype)finishCollectingMetricsEvent:(NSURLSessionTaskMetrics *)metrics
+                                     request:(NSURLRequest *)request
+                                    response:(NSURLResponse *)response
+                                        task:(NSURLSessionTask *)task
+                                    uniqueId:(NSString *)uniqueId
+                                   channelId:(NSString *)channelId;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxyMonitorEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxyMonitorEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..f9610464dd874e8f0011a96d3df8eb1128c440ed
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDProxyMonitorEvent.h
@@ -0,0 +1,18 @@
+//
+//  PSDProxyMonitorEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 15-1-29.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+@class PSDConnectionProfile;
+
+@interface PSDProxyMonitorEvent : PSDEvent
+
+@property(nonatomic, readonly, copy) NSString   *channelId;
+@property(nonatomic) PSDConnectionProfile       *profile;
+
++ (instancetype)monitorEvent:(NSString *)channelId profile:(PSDConnectionProfile *)profile;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDResponse.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDResponse.h
new file mode 100755
index 0000000000000000000000000000000000000000..c3d425936895acace1879f6e892309bb942aadcf
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDResponse.h
@@ -0,0 +1,74 @@
+//
+//  PSDResponse.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-10-15.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+typedef void (^StopLoadingHandler)();
+
+@class PSDWebViewURLProtocol;
+
+@interface NSURLCustomResponse : NSHTTPURLResponse
+
+@property(atomic, copy) NSString *customMIMEType;
+
+@end
+
+@interface PSDResponse : NSObject <NSURLConnectionDataDelegate>
+
+@property(nonatomic, assign) NSURLCacheStoragePolicy cachePolicy; //cache policy for response
+
+- (id)initWithProtocol:(PSDWebViewURLProtocol*)protocol;
+
+/**
+ *  用类型响应对应的请求
+ *  图片、文本、html、json
+ */
+- (void)respondWithImage:(UIImage *)image;
+- (void)respondWithImage:(UIImage *)image mimeType:(NSString *)mimeType;
+- (void)respondWithText:(NSString *)text;
+- (void)respondWithHTML:(NSString *)html;
+- (void)respondWithJSON:(NSDictionary *)jsonObject;
+
+/**
+ *  手动停止比较耗时的加载请求
+ *  @param stopLoadingHandler 回调
+ */
+- (void)handleStopLoadingRequest:(void (^)(void))stopLoadingHandler;
+
+/**
+ *  HTTP status error code and text
+ *  @param statusCode 错误码 text  错误信息
+ *  eg: respondWithError:404 text:@"Not found"
+ */
+- (void)respondWithError:(NSInteger)statusCode text:(NSString *)text;
+
+/**
+ *  设置响应头
+ *  eg : setHeader:@"Content-Type" value:@"image/gif"
+ */
+- (void)setHeader:(NSString *)headerName value:(NSString *)headerValue;
+
+//TODO 有可能为多个同 key ,但是 NSURLResponse - (instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(NSString *)HTTPVersion headerFields:(NSDictionary *)headerFields 传的是 dictionary
+
+- (void)setHeaders:(NSDictionary *)headers;
+
+/**
+ *  data 响应
+ *  eg: respondWithData:data mimeType:@"text/plain"
+ */
+- (void)respondWithData:(NSData *)data mimeType:(NSString *)mimeType;
+- (void)respondWithData:(NSData *)data mimeType:(NSString *)mimeType statusCode:(NSInteger)statusCode;
+
+- (void)startLoading;
+- (void)responseWithCode:(NSInteger)code mimeType:(NSString *)mimeType contentLength:(NSString *)length;
+- (void)finishLoadData:(NSData *)data;
+- (void)failLoadWithError:(NSError *)error;
+
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDScene.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDScene.h
new file mode 100755
index 0000000000000000000000000000000000000000..118ca78fdf9eeebfc94e4abc317afa39a5d91ab4
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDScene.h
@@ -0,0 +1,67 @@
+//
+//  PSDScene.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-8.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDKernel.h"
+#import <UIKit/UIKit.h>
+
+@class PSDSceneParam;
+@class PSDSession;
+@class PSDView;
+
+//Scene类:类似一个ViewController。
+@interface PSDScene : PSDKernel
+
+@property(nonatomic, strong) PSDView *psdView;
+
+- (PSDSceneParam *)createParam;
+
+- (UIViewController *)viewController;
+
+- (NSArray *)dynamicJsUrls;
+
+- (NSString *)startupParamsJs;
+
+- (NSString *)codeSnippets4InsertAlipayJsBridgeFile;
+
+- (NSArray *)independenceUserScripts;
+
+- (NSArray *)relayOnAlipayJsBridgeUserScripts;
+
+- (void)injectIndependenceJs; // 注入单独的JS文件
+
+- (void)injectJsRelyOnAlipayJsBridge; // 依赖于AlipayJSBridge
+
+/**
+ *  @brief 给定一个sceneParam参数,创建一个Scene对象,该Scene对象包含一个View对象
+ *
+ *  @date 2014-08-08
+ *
+ *  @param sceneParam 要创建所需要的参数,不能为nil
+ *
+ *  @return 返回Scene对象
+ */
++ (instancetype)sceneWithSceneParam:(PSDSceneParam *)sceneParam parentObject:(PSDKernel *)parentObject;
+
+@end
+
+
+/**
+ *  @brief 创建Scene的参数类
+ *
+ *  @date 2014-08-08
+ *
+ *  @return æ— 
+ */
+@interface PSDSceneParam : NSObject
+
+@property(nonatomic, assign) Class          viewControllerCls; // default is PSDViewController
+@property(nonatomic, assign) Class          contentViewCls; // default is PSDWebVeiw
+@property(nonatomic, copy) NSString         *url;
+@property(nonatomic, strong) NSDictionary   *expandParams;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSceneEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSceneEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..917e64bc82d60faf3c546c1ce866a124c410145a
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSceneEvent.h
@@ -0,0 +1,39 @@
+//
+//  PSDSceneEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDEvent.h"
+
+@interface PSDSceneEvent : PSDEvent
+
++ (instancetype)allEvent;
+
++ (instancetype)createEvent;
+
++ (instancetype)appearBeforeEvent;
+
++ (instancetype)appearAfterEvent;
+
++ (instancetype)loadEvent;
+
++ (instancetype)didLoadEvent;
+
++ (instancetype)readyEvent;
+
++ (instancetype)layoutEvent;
+
++ (instancetype)didUnLoadEvent;
+
++ (instancetype)disappearBeforeEvent;
+
++ (instancetype)disappearAfterEvent;
+
++ (instancetype)destroyEvent;
+
++ (instancetype)destroyBeforeEvent;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDService.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDService.h
new file mode 100755
index 0000000000000000000000000000000000000000..e459440058e240cae36ca8466ffadd6902f3c659
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDService.h
@@ -0,0 +1,373 @@
+//
+//  PSDService.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14/7/25.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDKernel.h"
+
+@class PSDSessionParam;
+@class PSDSession;
+@class PSDSceneParam;
+@class PSDScene;
+@class PSDViewParam;
+@class PSDView;
+@class PSDJsApiConfig;
+@class PSDPluginConfig;
+@class PSDJsApi;
+
+//容器的服务类
+@interface PSDService : PSDKernel
+
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  @brief 取得Service实例
+ *
+ *  @date 2014-08-07 vc
+ *
+ *  @return 返回Service实例
+ */
++ (PSDService *)sharedInstance;
+
+/**
+ *  @brief 启动服务(加载所有默认配置,包含jsApi、插件)
+ *
+ *  @date 2015-08-14
+ *
+ *  @return æ— 
+ */
+- (void)start;
+
+/**
+ *  @brief 给定一个sessionParam参数,创建一个Session对象。注:service会strong引用该对象,需要手动调用session.removeFromSuperObject;
+ *
+ *  @date 2014-08-07
+ *
+ *  @param sessionParam 参数,不能为nil
+ *
+ *  @return 返回Session对象
+ */
+- (PSDSession *)createSessionWithSessionParam:(PSDSessionParam *)sessionParam;
+
+- (PSDSession *)createSessionWithSessionParam:(PSDSessionParam *)sessionParam expando:(NSDictionary *)expandoDict;
+
+/**
+ *  @brief 给定一个sceneParam参数,创建一个Scene对象。注:service会strong引用该对象,需要手动调用scene.removeFromSuperObject;
+ *
+ *  @date 2014-08-08
+ *
+ *  @param sceneParam 参数,不能为nil
+ *
+ *  @return 返回Scene对象
+ */
+- (PSDScene *)createSceneWithSceneParam:(PSDSceneParam *)sceneParam;
+
+- (PSDScene *)createSceneWithSceneParam:(PSDSceneParam *)sceneParam parentObject:(PSDKernel *)parentObject;
+
+/**
+ *  @brief 给定一个viewParam参数,创建一个View对象。注:service会strong引用该对象,需要手动调用view.removeFromSuperObject;
+ *
+ *  @date 2014-08-08
+ *
+ *  @param viewParam 参数,不能为nil
+ *
+ *  @return 返回View对象
+ */
+- (PSDView *)createViewWithViewParam:(PSDViewParam *)viewParam;
+
+- (PSDView *)createViewWithViewParam:(PSDViewParam *)viewParam parentObject:(PSDKernel *)parentObject;
+
+#pragma mark - service api
+
+/**
+ *  @brief 注册一个JsApi,在特定分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApi   jsApi对象
+ *  @param groupId 分组id
+ *
+ *  @return æ— 
+ */
+- (void)registerJsApi:(PSDJsApi *)jsApi groupId:(NSString *)groupId;
+
+/**
+ *  @brief 注册一组JsApi,在特定分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApis   jsApi对象的数组
+ *  @param groupId 分组id
+ *
+ *  @return æ— 
+ */
+- (void)registerJsApis:(NSArray *)jsApis groupId:(NSString *)groupId; // PSDJsApi
+
+/**
+ *  @brief 注册一个JsApi,在默认分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApi   jsApi对象
+ *
+ *  @return æ— 
+ */
+- (void)registerJsApi:(PSDJsApi *)jsApi; // 默认分组kSharedJsApiGroupId
+
+/**
+ *  @brief 注册一组JsApi,在默认分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApis   jsApi对象的数组
+ *
+ *  @return æ— 
+ */
+- (void)registerJsApis:(NSArray *)jsApis; // PSDJsApi 默认分组kSharedJsApiGroupId
+
+/**
+ *  @brief 反注册一个JsApi,在默认分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApi   jsApi对象
+ *
+ *  @return æ— 
+ */
+- (void)unregisterJsApi:(PSDJsApi *)jsApi;
+
+/**
+ *  @brief 反注册一组JsApi,在特定分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApis  jsApi对象的数组
+ *  @param groupId 分组id
+ *
+ *  @return æ— 
+ */
+- (void)unRegisterJsApis:(NSString *)groupId;
+
+/**
+ *  @brief 获取指定分组和名字的JsApi对象
+ *
+ *  @date 2014-09-03
+ *
+ *  @param name    JsApi名字
+ *  @param groupId 分组id
+ *
+ *  @return 返回指定分组和名称的JsApi对象
+ */
+- (PSDJsApi *)jsApi:(NSString *)name groupId:(NSString *)groupId;
+
+/**
+ *  @brief 获取默认分组和名字的JsApi对象
+ *
+ *  @date 2014-09-03
+ *
+ *  @param name    JsApi名字
+ *
+ *  @return 返回默认分组和名称的JsApi对象
+ */
+- (PSDJsApi *)jsApi:(NSString *)name;
+
+/**
+ *  @brief 获取指定分组下所有JsApi对象
+ *
+ *  @date 2014-09-03
+ *
+ *  @param groupId 分组id
+ *
+ *  @return 返回指定分组下所有的JsApi对象
+ */
+- (NSArray *)jsApis:(NSString *)groupId;
+
+/**
+ *  @brief 获取默认分组下所有JsApi对象
+ *
+ *  @date 2014-09-03
+ *
+ *  @return 返回默认分组下所有的JsApi对象
+ */
+- (NSArray *)jsApis;
+
+#pragma mark - service plugin
+
+/**
+ *  @brief 获取特定分组下的所有插件
+ *
+ *  @date 2014-09-03
+ *
+ *  @param groupId 分组id
+ *
+ *  @return 返回特定分组下的所有插件
+ */
+- (NSArray *)plugins:(NSString *)groupId;
+
+/**
+ *  @brief 获取默认分组下的所有插件
+ *
+ *  @date 2014-09-03
+ *
+ *  @return 返回默认分组下的所有插件
+ */
+- (NSArray *)plugins;
+
+/**
+ *  @brief 根据分组id和插件名称,获取插件
+ *
+ *  @date 2014-09-03
+ *
+ *  @param name    插件名称
+ *  @param groupId 分组id
+ *
+ *  @return 返回找到的插件
+ */
+- (id<PSDPluginProtocol>)plugin:(NSString *)name groupId:(NSString *)groupId;
+
+/**
+ *  @brief 查找(默认分组和)插件名称,获取插件
+ *
+ *  @date 2014-09-03
+ *
+ *  @param name    插件名称
+ *
+ *  @return 返回找到的插件
+ */
+- (id<PSDPluginProtocol>)plugin:(NSString *)name;
+
+/**************************************************Config JSApi******************************************************/
+#pragma mark - Config JSApi
+
+/**
+ *  @brief 注册一个JsApi,在默认分组下(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApiCfg   jsApiCfg对象
+ *
+ *  @return æ— 
+ */
+- (void)registerJsApiCfg:(PSDJsApiConfig *)jsApiCfg; // 默认分组
+
+/**
+ *  @brief 注册一组JsApi,在默认分组下(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApiCfgs   jsApiCfg对象的数组
+ *
+ *  @return æ— 
+ */
+- (void)registerJsApiCfgs:(NSArray *)jsApiCfgs; // PSDJsApiConfig
+
+/**
+ *  @brief 反注册一个JsApi,在默认分组下(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApiCfg   jsApiCfg对象
+ *
+ *  @return æ— 
+ */
+- (void)unregisterJsApiCfg:(PSDJsApiConfig *)jsApiCfg;
+
+/**
+ *  @brief 反注册一组JsApi,在默认分组下(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApiCfgs  jsApiCfg对象的数组
+ *
+ *  @return æ— 
+ */
+- (void)unregisterJsApiCfgs:(NSArray *)jsApiCfgs; // PSDJsApiConfig
+
+/**************************************************Config Plugin******************************************************/
+#pragma mark - config Plugin
+
+/**
+ *  @brief 注册一个插件,并赋予默认的分组(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2014-09-03
+ *
+ *  @param pluginCfg 插件配置对象
+ *
+ *  @return æ— 
+ */
+- (void)registerPluginCfg:(PSDPluginConfig *)pluginCfg;
+
+/**
+ *  @brief 注册一组插件,并赋予默认的分组(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2014-09-03
+ *
+ *  @param pluginCfgs 插件配置对象的数组
+ *
+ *  @return æ— 
+ */
+- (void)registerPluginCfgs:(NSArray *)pluginCfgs; // PSDPluginConfig
+
+/**
+ *  @brief 在默认分组下,反注册一个插件(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2014-09-03
+ *
+ *  @param pluginCfg 插件配置对象
+ *  @param groupId   分组id
+ *
+ *  @return æ— 
+ */
+- (void)unregisterPluginCfg:(PSDPluginConfig *)pluginCfg;
+
+/**
+ *  @brief 在默认分组下,反注册一组插件(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2014-09-03
+ *
+ *  @param pluginCfgs 插件配置对象的数组
+ *  @param groupId   分组id
+ *
+ *  @return æ— 
+ */
+- (void)unregisterPluginCfgs:(NSArray *)pluginCfgs; // PSDPluginConfig
+
+
+/**
+ *  注册一个Component
+ *
+ *  @param name component名称
+ *  @param clsName component对应的实现类名
+ *  @return æ— 
+ */
+- (void)registerComponentWithName:(NSString *)name clsName:(NSString *)clsName;
+
+
+/**
+ *  反注册一个Component
+ *
+ *  @param name component名称
+ *  @return æ— 
+ */
+- (void)unRegisterComponentWithName:(NSString *)name;
+
+/**
+ *  所有已经注册的Component
+ *
+ *  @return 已经注册的Component
+ */
+- (NSDictionary *)components;
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSession.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSession.h
new file mode 100755
index 0000000000000000000000000000000000000000..c23dd2fff3921290747b3859a93f528d9a39fea8
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSession.h
@@ -0,0 +1,53 @@
+//
+//  PSDSession.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-6.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDKernel.h"
+
+@class PSDSessionParam;
+@class PSDScene;
+@class PSDPluginConfig;
+
+//Session类:是指完成一系列动作的抽象。
+@interface PSDSession : PSDKernel
+
+@property(nonatomic, strong) NSString *sessionUUID;
+
+- (PSDSessionParam *)createParam;
+
+- (PSDScene *)currentScene;
+
+/**
+ *  @brief 给定一个sessionParam参数,创建一个Session对象,该session对象包含一个Scene对象
+ *
+ *  @date 2014-08-08
+ *
+ *  @param sessionParam 要创建所需的参数,不能为nil
+ *
+ *  @return 返回Session对象
+ */
++ (instancetype)sessionWithSessionParam:(PSDSessionParam *)sessionParam
+                           parentObject:(PSDKernel *)parentObject;
+
++ (instancetype)sessionWithSessionParam:(PSDSessionParam *)sessionParam
+                                expando:(NSDictionary *)expandoDict
+                           parentObject:(PSDKernel *)parentObject;
+
+@end
+
+
+//创建Session的参数类
+@interface PSDSessionParam : NSObject
+
+@property(nonatomic, assign) Class          viewControllerCls;
+@property(nonatomic, assign) Class          contentViewCls;
+@property(nonatomic, copy) NSString         *url;
+@property(nonatomic, strong) NSDictionary   *expandParams;
+
+@end
+
+
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSessionEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSessionEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..c9780a8a0e7c1471e0a09d9af7754796d1f92931
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDSessionEvent.h
@@ -0,0 +1,40 @@
+//
+//  PSDSessionEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDEvent.h"
+
+@interface PSDSessionEvent : PSDEvent
+
+/**
+ *  @brief 创建一个all事件,可以监听所有Session事件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return 返回一个all事件
+ */
++ (instancetype)allEvent;
+
+/**
+ *  @brief 创建一个create事件:Session创建的事件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return 返回一个create事件
+ */
++ (instancetype)createEvent;
+
+/**
+ *  @brief 创建一个destroy事件:Session销毁的事件
+ *
+ *  @date 2014-08-11
+ *
+ *  @return 返回一个destroy事件
+ */
++ (instancetype)destroyEvent;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDView.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDView.h
new file mode 100755
index 0000000000000000000000000000000000000000..ad7ad2afc7e92fca3bc4a2bb302f176f1aaa1cbf
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDView.h
@@ -0,0 +1,55 @@
+//
+//  PSDView.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-8.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDKernel.h"
+#import <UIKit/UIKit.h>
+
+@class PSDViewParam;
+@class PSDPage;
+@class PSDScene;
+@class PSDContentView;
+
+//View类:见名知意,代表一个可视view的抽象类,通常这个类,拥有一个PSDWebView。
+@interface PSDView : PSDKernel
+
+@property(nonatomic, readonly, strong) PSDPage *page;
+
+- (PSDViewParam *)createParam;
+
+/**
+ *  @brief 返回view对象
+ *
+ *  @date 2014-08-08
+ *
+ *  @return 返回view
+ */
+- (PSDContentView *)contentView;
+
+/**
+ *  @brief 给定一个viewParam参数,创建一个View对象,该View对象包含一个Page对象
+ *
+ *  @date 2014-08-08
+ *
+ *  @param viewParam 要创建所需要的参数,不能为nil
+ *
+ *  @return 返回View对象
+ */
++ (instancetype)viewWithViewParam:(PSDViewParam *)viewParam parentObject:(PSDKernel *)parentObject;
+
+@end
+
+
+@interface PSDViewParam : NSObject
+
+@property(nonatomic, assign) Class          contentViewCls;
+@property(nonatomic, assign) CGRect         frame;
+@property(nonatomic, copy) NSString         *url;
+@property(nonatomic, strong) NSDictionary   *expandParams;
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDViewControllerProtocol.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDViewControllerProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..1de8aa65725dedef35d293b0ff6ad23d13cfdc0b
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDViewControllerProtocol.h
@@ -0,0 +1,90 @@
+//
+//  PSDViewControllerProtocol.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-9-3.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class PSDSceneParam;
+@class PSDView;
+@class PSDScene;
+@class PSDSession;
+@class PSDContentView;
+
+@protocol PSDViewControllerDelegate;
+
+@protocol PSDViewControllerProtocol <NSObject>
+
+@optional
+
+- (NSArray *)dynamicJsUrls; // 动态注入js数组
+
+- (NSString *)startupParamsJs; // 启动参数js
+
+- (NSString *)codeSnippets4InsertAlipayJsBridgeFile; // 动态插入js片段;该方法是在插入js之前修改js文件
+
+- (void)startFirstLoadRequest:(NSURL *)url; // 如果实现了该方法,需要自己loadRequest;该方法是第一次进入页面发起的请求
+
+- (NSArray *)independenceUserScripts; // PSDWebViewUserScript
+
+- (NSArray *)relayOnAlipayJsBridgeUserScripts; // PSDWebViewUserScript
+
+- (void)injectIndependenceJs; // 注入单独的JS文件
+
+- (void)injectJsRelyOnAlipayJsBridge; // 依赖于AlipayJSBridge
+
+- (NSString *)allJsInjectToJSC; //通过JSC注入的JS
+
+- (BOOL)shouldSkipHandleLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType;//当前VC是否需要忽略特殊的请求
+@required
+
+- (void)associateWeakScene:(PSDScene *)scene sceneParam:(PSDSceneParam *)sceneParam; // scene请用weak引用
+
+- (void)initUI:(PSDView *)contentView delegate:(id<PSDViewControllerDelegate>)delegate;
+
+- (PSDScene *)psdScene;
+
+- (PSDSession *)psdSession;
+
+- (PSDView *)psdView;
+
+- (PSDContentView *)psdContentView;
+
+- (UIViewController *)viewController;
+
+- (void)callHandler:(NSString *)handlerName
+             data:(id)data
+ responseCallback:(void(^)(id responseData))callback;
+
+- (void)callHandler:(NSString *)handlerName
+             data:(id)data
+callbackImmediatelyIfJSBridgeNotReady:(BOOL)callbackImmediatelyIfJSBridgeNotReady
+ responseCallback:(void (^)(id responseData))callback;
+
+@end
+
+//VC类代理接口
+@protocol PSDViewControllerDelegate <NSObject>
+
+- (void)viewController:(UIViewController *)vc loadView:(BOOL)_;
+
+- (void)viewController:(UIViewController *)vc viewDidLoad:(BOOL)_;
+
+- (void)viewController:(UIViewController *)vc viewDidUnLoad:(BOOL)_;
+
+- (void)viewController:(UIViewController *)vc viewWillAppear:(BOOL)_;
+
+- (void)viewController:(UIViewController *)vc viewDidAppear:(BOOL)_;
+
+- (void)viewController:(UIViewController *)vc viewDidLayoutSubviews:(BOOL)_;
+
+- (void)viewController:(UIViewController *)vc viewWillDisappear:(BOOL)_;
+
+- (void)viewController:(UIViewController *)vc viewDidDisappear:(BOOL)_;
+
+- (void)viewController:(UIViewController *)vc viewWillDestroy:(BOOL)_;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDViewEvent.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDViewEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..0434bf19672e2bb5048b31a80ede6ccb80948d4c
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDViewEvent.h
@@ -0,0 +1,41 @@
+//
+//  PSDViewEvent.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-11.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import "PSDEvent.h"
+
+typedef enum {
+    PSDAlertPanel,
+    PSDConfirmPanel,
+    PSDPromptPanel
+} PSDPanelType;
+
+@interface PSDViewEvent : PSDEvent
+
+@property(nonatomic, readonly, assign) CGRect newFrame;
+@property(nonatomic, strong) WKWebViewConfiguration *wkConfiguration;
+@property(nonatomic, assign) PSDPanelType panelType;
+@property(nonatomic, copy) NSString *panelTitle;
+@property(nonatomic, copy) NSString *injectJs;
+@property(nonatomic, copy) NSDictionary *expandParams;
+
++ (instancetype)allEvent;
+
++ (instancetype)createEvent;
+
++ (instancetype)resizeEvent:(CGRect)newFrame;
+
++ (instancetype)destroyEvent;
+
++ (instancetype)configEvent;
+
++ (instancetype)showPanelEvent;
+
++ (instancetype)injectJSEvent;
+
++ (instancetype)reloadFailEvent;
+@end
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDWebView.h b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDWebView.h
new file mode 100755
index 0000000000000000000000000000000000000000..8e7f03d295a0074c9788d8d13585e1c6c01b2070
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaPoseidon.framework/Headers/PSDWebView.h
@@ -0,0 +1,166 @@
+//
+//  PSDWebView.h
+//  Poseidon
+//
+//  Created by chenwenhong on 14-8-8.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+#import <WebKit/WebKit.h>
+
+@protocol PSDContentViewDelegate;
+@protocol PSDExternalWebViewDelegate;
+@class PSDContentViewConfiguration;
+@protocol PSDViewControllerProtocol;
+@protocol PSDContentViewNavigationDelegate;
+@protocol PSDContentViewUIDelegate;
+
+@protocol PSDContentViewProtocol <NSObject>
+
+@optional
+@property(nonatomic, weak) id<PSDExternalWebViewDelegate>           psdExternalWebViewDelegate;
+@property(nonatomic, weak) id<PSDViewControllerProtocol>            psdViewController;
+@property(nonatomic, weak) id<PSDContentViewDelegate>               psdContentViewDelegate;
+@property(nonatomic, weak) id<PSDContentViewNavigationDelegate>     psdContentViewNavigationDelegate;
+@property(nonatomic, weak) id<PSDContentViewUIDelegate>             psdContentViewUIDelegate;
+@property(nonatomic, nullable, strong) PSDContentViewConfiguration  *psdConfiguration;
+//WKWebView compatible for UIWebView
+- (void)loadData:(NSData *)data MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)textEncodingName baseURL:(NSURL *)baseURL;
+
+@required
+@property(nonatomic, readonly, weak) UIView                         *view; // 获取UIView对象
+@property(nullable, nonatomic, readonly) UIWindow                   *window;
+@property(nonatomic, readonly, nullable, strong) UIScrollView       *scrollView; // only h5
+@property(nonatomic, readonly, nullable, strong) NSURLRequest       *request;
+@property(nonatomic, readonly) BOOL                                 isLoading;
+@property(nonatomic, readonly) BOOL                                 canGoBack;
+@property(nonatomic, weak) id                                       delegate;
+@property(nonatomic, nullable, copy) NSString                       *channelId;
+@property(nonatomic) BOOL                                           scalesPageToFit;
+@property(nonatomic) BOOL                                           detectsPhoneNumbers;
+@property(nonatomic) UIDataDetectorTypes                            dataDetectorTypes;
+@property(nonatomic) BOOL                                           allowsInlineMediaPlayback; // iPhone Safari defaults to NO. iPad Safari defaults to YES
+
+- (void)evaluateJavaScript:(nullable NSString *)js completionHandler:(nullable void (^)(id result, NSError *error))completionHandler;
+
+- (void)loadRequest:(nullable NSURLRequest *)request;
+- (void)loadHTMLString:(nullable NSString *)string baseURL:(nullable NSURL *)baseURL;
+- (void)reload;
+- (void)stopLoading;
+
+- (void)goBack;
+- (void)goForward;
+
+@end
+
+
+// 对外接口参数,为了方便调用
+@interface PSDContentView : UIView <PSDContentViewProtocol>
+
+@end
+
+
+//webView基类
+@interface PSDWebView : UIWebView <PSDContentViewProtocol>
+
+@end
+
+
+//webView代理接口
+@protocol PSDContentViewDelegate <NSObject>
+
+- (BOOL)contentView:(nullable PSDContentView *)contentView resizeFrame:(CGRect)frame;
+
+@end
+
+//webView代理接口
+@protocol PSDExternalWebViewDelegate <UIWebViewDelegate>
+
+@end
+
+
+typedef NS_ENUM(NSInteger, PSDContentViewUserScriptInjectionTime) {
+    PSDContentViewUserScriptInjectionTimeAtDocumentStart,
+    PSDContentViewUserScriptInjectionTimeAtDocumentEnd
+};
+
+#ifdef __IPHONE_8_0
+
+@protocol PSDContentViewNavigationDelegate <WKNavigationDelegate>
+@end
+
+@protocol PSDContentViewUIDelegate <WKUIDelegate>
+@end
+
+@class PSDContentViewUserContentController;
+
+// 配置
+@interface PSDContentViewConfiguration : WKWebViewConfiguration
+
+@end
+
+
+@class PSDContentViewUserScript;
+//
+@interface PSDContentViewUserContentController : WKUserContentController
+
+@end
+
+
+/*! A @link WKUserScript @/link object represents a script that can be injected into webpages.
+ */
+@interface PSDContentViewUserScript : WKUserScript <NSCopying>
+
+@end
+
+#else
+
+@class PSDContentViewUserContentController;
+
+// 配置
+@interface PSDContentViewConfiguration : NSObject
+
+@property (nonatomic, strong) PSDContentUserContentController *userContentController;
+
+@end
+
+
+@class PSDContentViewUserScript;
+//
+@interface PSDContentViewUserContentController : NSObject
+
+@property (nonatomic, readonly, copy) NSArray *userScripts;
+
+- (void)addUserScript:(PSDContentViewUserScript *)userScript;
+
+- (void)removeAllUserScripts;
+
+@end
+
+
+/*! A @link WKUserScript @/link object represents a script that can be injected into webpages.
+ */
+@interface PSDContentUserScript : NSObject <NSCopying>
+
+/* @abstract The script source code. */
+@property (nonatomic, readonly, copy) NSString *source;
+
+/* @abstract When the script should be injected. */
+@property (nonatomic, readonly) PSDContentViewUserScriptInjectionTime injectionTime;
+
+/* @abstract Whether the script should be injected into all frames or just the main frame. */
+@property (nonatomic, readonly, getter=isForMainFrameOnly) BOOL forMainFrameOnly;
+
+/*! @abstract Returns an initialized user script that can be added to a @link WKUserContentController @/link.
+ @param source The script source.
+ @param injectionTime When the script should be injected.
+ @param forMainFrameOnly Whether the script should be injected into all frames or just the main frame.
+ */
+- (instancetype)initWithSource:(NSString *)source injectionTime:(PSDContentViewUserScriptInjectionTime)injectionTime forMainFrameOnly:(BOOL)forMainFrameOnly;
+
+@end
+
+#endif
+
+
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/Info.plist b/MPaaS/Frameworks/NebulaPoseidon.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..fda3bbbde6e00d72fc7ad0856d3d4fb3ea26d0f6
Binary files /dev/null and b/MPaaS/Frameworks/NebulaPoseidon.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/NebulaPoseidon b/MPaaS/Frameworks/NebulaPoseidon.framework/NebulaPoseidon
new file mode 100755
index 0000000000000000000000000000000000000000..81847188ff12ec4ba9869e0b1110270e6074bb05
Binary files /dev/null and b/MPaaS/Frameworks/NebulaPoseidon.framework/NebulaPoseidon differ
diff --git a/MPaaS/Frameworks/NebulaPoseidon.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/NebulaPoseidon.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/NebulaPoseidon.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBAppConfigManager.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBAppConfigManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..17a946e6146d258a523a879c36566e0293a172b8
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBAppConfigManager.h
@@ -0,0 +1,31 @@
+//
+//  NBAppConfigManager.h
+//  NebulaSDK
+//
+//  Created by theone on 17/3/6.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBAppConfigManager : NSObject
+
+- (instancetype)initWithConfig:(NSDictionary *)config;
+
+/**
+ *  合并配置文件中的参数到context中
+ *
+ *  @date 2017-03-07
+ *
+ */
+- (void)mergeAppConfigParamsToContextParams:(NBSessionContext *)context;
+
+
+/**
+ *  依据Tag来合并的为最终参数
+ *
+ *  @date 2017-03-07
+ *
+ */
+- (NSDictionary *)mergeParams:(NSDictionary *)params withTag:(NSString*)tag;
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBAppDataSourceManager.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBAppDataSourceManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..2af03576d5c0564886e83918f15da2800bbd12fe
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBAppDataSourceManager.h
@@ -0,0 +1,66 @@
+//
+//  NBAppDataSourceManager.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/21.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBAppDataSourceManager : NSObject
+
+@property(nonatomic, readonly, copy) NSString   *appid; // 主离线app
+@property(nonatomic, readonly, strong) NAMApp   *app; // 主离线app
+@property(nonatomic, readonly, assign) BOOL     isAppLoaded; // 是否已经加载
+
+- (instancetype)initWithAppid:(NSString *)appid version:(NSString *)version;
+
+/**
+ *  @brief 根据nbl_id加载离线app
+ *
+ *  @date 2015-09-21
+ *
+ *  @param nbl_id     离线app的id
+ *  @param needVerify 是否需要验签
+ *
+ *  @return 返回是否验签成功(加载成功)
+ */
+- (BOOL)loadAppData:(NAMApp *)app needVerify:(BOOL)needVerify;
+
+/**
+ *  @brief 卸载app数据
+ *
+ *  @date 2015-10-08
+ *
+ *  @return æ— 
+ */
+- (void)unloadAppData;
+
+/**
+ *  @brief 获取主入口url
+ *
+ *  @date 2015-12-23
+ *
+ *  @return 返回主入口url
+ */
+- (NSString *)mainUrlString:(NSString *)urlString;
+
+/**
+ *  @brief 返回当前app的权限控制对象
+ *
+ *  @date 2016-12-12
+ *
+ *  @return 返回授权数据
+ */
+- (NSDictionary *)readPermissionConfig;
+
+/**
+ *  @brief 返回当前app配置数据源
+ *
+ *  @date 2017-03-06
+ *
+ *  @return 返回配置数据
+ */
+- (NSDictionary *)readAppConfig;
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponent.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..a637e1c278adfec71d4df9d3da9b7f72f811297f
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponent.h
@@ -0,0 +1,41 @@
+//
+//  NBComponent.h
+//  NebulaPlugins
+//
+//  Created by theone on 17/5/24.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef void (^NBComponentResourceCallback)(NSData *resource);
+
+@class NBComponentContext;
+
+@interface NBComponent : NSObject <NBComponentProtocol>
+
+@property(nonatomic, weak) id<NBComponentMessageDelegate>  nbComponentMessageDelegate;
+
+@property(nonatomic, copy)            NSString *type;
+@property(nonatomic, strong)          NSDictionary *data;
+@property(nonatomic, copy)            NSString *componentId;
+@property(nonatomic, strong)          NBComponentContext *context;
+
+/**
+ 业务需要重写这个方法在此方法中创建一个需要插入到WebView中的View否则无法正常工作
+
+ @param config 配置项
+ @param messageDelegate 消息发送的代理
+ @return component
+ */
+- (id)initWithConfig:(NSDictionary *)config
+     messageDelegate:(id<NBComponentMessageDelegate>)messageDelegate;
+
+/**
+ component通过传入url来获取url对应的资源来源可能是本地离线包资源或者线上
+ @param url 资源url
+ @param callback 回调函数
+ @return void
+ */
+- (void)getComponentResourceDataWithUrl:(NSString *)url callback:(NBComponentResourceCallback)callback;
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponentContext.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponentContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..9f965b32759b318370f64de8e62e84d86b7f19d2
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponentContext.h
@@ -0,0 +1,14 @@
+//
+//  NBComponentContext.h
+//  NebulaPlugins
+//
+//  Created by theone on 17/5/24.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBComponentContext : NSObject
+@property(nonatomic, weak)   UIViewController *currentViewController;
+@property(nonatomic, strong) NSURL *url;
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponentProtocol.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponentProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..10502614e48fa60a4daccbbca27413d4f6882681
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBComponentProtocol.h
@@ -0,0 +1,116 @@
+//
+//  NBComponentProtocol.h
+//  NebulaPlugins
+//
+//  Created by theone on 17/3/13.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+typedef void (^NBComponentCallback)(NSDictionary *data);
+
+@class NBComponentContext;
+@protocol NBComponentProtocol;
+
+
+@protocol NBComponentMessageDelegate <NSObject>
+
+@required
+/**
+ * 组件主动发送消息给页面(Native->Page)
+ *
+ * @param message 消息名称
+ * @param component 要发送消息的组件
+ * @param data 消息内容
+ * @param callback 页面处理完消息后的回调
+ *
+ * @return void
+ */
+- (void)sendMessage:(NSString *)message
+          component:(id<NBComponentProtocol>)component
+               data:(NSDictionary *)data
+           callback:(NBComponentCallback)callback;
+@optional
+
+/**
+ * 组件可以在执行环境中直接执行JS
+ *
+ * @param javaScriptString 需要执行的JS
+ * @param completionHandler 执行回调函数
+ *
+ * @return void
+ */
+- (void)evaluateJavaScript:(NSString *)javaScriptString completionHandler:(void (^ _Nullable)(_Nullable id, NSError * _Nullable error))completionHandler;
+
+@end
+
+@protocol NBComponentLifeCycleProtocol <NSObject>
+
+- (void)componentWillAppear;
+- (void)componentDidAppear;
+/**
+ * 组件将要销毁
+ *
+ * @return void
+ */
+- (void)componentWillDestory;
+/**
+ * 组件销毁之后
+ *
+ * @return void
+ */
+- (void)componentDidDestory;
+- (void)componentWillResume;
+- (void)componentDidResume;
+- (void)componentWillPause;
+- (void)componentDidPause;
+@end
+
+
+@protocol NBComponentDataProtocol <NSObject>
+/**
+ * 组件数据将要更新
+ *
+ * @param data 数据内容
+ *
+ * @return void
+ */
+- (void)componentDataWillChangeWithData:(NSDictionary *)data;
+/**
+ * 组件数据已经更新,这时候一般是要作界面更新,或者组件的其他操作
+ *
+ * @param data 数据内容
+ *
+ * @return void
+ */
+- (void)componentDataDidChangeWithData:(NSDictionary *)data;
+@end
+
+@protocol NBComponentProtocol <NSObject,NBComponentLifeCycleProtocol,NBComponentDataProtocol>
+@required
+@property(nonatomic, weak) id<NBComponentMessageDelegate>  nbComponentMessageDelegate;
+@property(nonatomic, strong)          NBComponentContext  *context;
+@property(nonatomic, copy)            NSString *type;
+@property(nonatomic, strong)          NSDictionary *data;
+@property(nonatomic, copy)            NSString *componentId;
+
+/**
+ * NBComponent需要返回一个UIView对象
+ * @return void
+ */
+- (UIView *)contentView;
+
+/**
+ * 组件收到页面发送过来的消息(Page->Native)
+ *
+ * @param message 消息名称
+ * @param data 消息内容
+ * @param callback 将Native处理后的结果返回给页面的回调函数
+ *
+ * @return void
+ */
+- (void)componentReceiveMessage:(NSString *)message
+                          data:(NSDictionary *)data
+                      callback:(NBComponentCallback)callback;
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBConfiguration.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBConfiguration.h
new file mode 100755
index 0000000000000000000000000000000000000000..a96c8a168600fc205385799b05742917dbf9f2b3
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBConfiguration.h
@@ -0,0 +1,139 @@
+//
+//  NBServiceConfiguration.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/21.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+// 服务器环境
+typedef NS_ENUM(NSUInteger, NBEnvironment) {
+    NBEnvironment_Online = 0, // 线上
+    NBEnvironment_Pre, // 预发
+    NBEnvironment_Test, // 测试
+    NBEnvironment_Dev, // 开发
+    NBEnvironment_Custom,//自定义
+};
+
+// 渠道
+typedef NS_ENUM(NSUInteger, NBChannel) {
+    NBChannel_Offical = 0,
+    NBChannel_RC,
+};
+
+@interface NBConfiguration : NSObject
+
+// common
+@property(nonatomic, assign) NBEnvironment         environment; // default is `NAMEnvironment_Online`,服务器环境
+@property(nonatomic, assign) NBChannel             channel; // default is `NAMChannel_Offical`,应用渠道
+@property(nonatomic, copy) NSString                *clientBundleId; // defult is empty,请填写客户端id(bundleId)
+@property(nonatomic, readonly, copy) NSString      *platform; // default is ios
+@property(nonatomic, readonly, copy) NSString      *sdkVersion;
+@property(nonatomic, copy) NSString                *clientVersion; // default is 1.0.0.0,请填写
+@property(nonatomic, readonly, copy) NSString      *systemVersion;
+
+// ui class
+@property(nonatomic, assign) Class                  viewControllerClass; // default is NBViewController
+@property(nonatomic, assign) Class                  contentViewClass; // default is NBWebView
+@property(nonatomic, assign) Class                  optionsClass; // default is NBOptions. the class must be conforms `NBOptionsProtocol`
+@property(nonatomic, readonly, copy) NSString       *defaultUserAgent;
+@property(nonatomic, copy) NSString                 *userAgent; // default is defaultUserAgent + common
+
+// app manager
+@property(nonatomic, copy) NSString                *documentDirectoryPath; // default is document path
+@property(nonatomic, strong) NSArray               *commonResourceAppList; // app_id列表,公共资源包,每个session打开都会有一份公共资源包, default is nil
+
+// urls
+@property(nonatomic, copy) NSString                *serverURLString4UpdateApps; // 服务器地址:更新app,default is empty
+@property(nonatomic, readonly, copy) NSString      *serverURLString4UpdateConfigs; // 服务器地址:更新配置信息,default is empty
+
+@property(nonatomic, assign) BOOL                  isNeed2VerifyApp; // 是否需要验签,default is YES
+@property(nonatomic, assign) BOOL                  canIgnoreSSLError;  //是否忽略SSL证书错误,default is NO
+@property(nonatomic, assign) BOOL                  shouldCacheFallback;  //是否会保存fallback缓存,default is NO
+
+
+//monitor class
+@property(nonatomic, assign) Class                 contentViewPageProfileClass;
+@property(nonatomic, assign) Class                 pvReportClass;
+
+//plugins
+@property(nonatomic, copy) NSString                 *pluginsBundleName;
+@property(nonatomic, copy) NSString                 *extraPluginsFilePath;
+
+//WK
+@property(nonatomic, assign) int                    WKRetryTimes;
+
+//check
+@property(nonatomic, assign) BOOL                   shouldCheckJsApiArguments;
+@property(nonatomic, copy)   NSArray                *skipJsApiCheckBlackList;
+
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  @brief 获取默认service配置
+ *
+ *  @date 2015-08-21
+ *
+ *  @return 返回默认的配置
+ */
++ (instancetype)defaultConfiguration;
+
+/*!
+ *  应用信息相关配置
+ */
+- (NAMConfiguration *)appConfig;
+
+/**
+ *  @brief 根据key值获取配置内容
+ *
+ *  @date 2015-10-08
+ *
+ *  @param aKey 配置的key
+ *
+ *  @return 返回字符串类型的配置,若类型不匹配,返回nil
+ */
+- (NSString *)stringValueForKey:(NSString *)aKey;
+
+/**
+ *  @brief 根据key值获取配置内容
+ *
+ *  @date 2015-10-08
+ *
+ *  @param aKey 配置的key
+ *
+ *  @return 返回数组类型的配置,若类型不匹配,返回nil
+ */
+- (NSArray *)arrayValueForKey:(NSString *)aKey;
+
+/**
+ *  @brief 根据key值获取配置内容
+ *
+ *  @date 2015-10-08
+ *
+ *  @param aKey 配置的key
+ *
+ *  @return 返回字典类型的配置,若类型不匹配,返回nil
+ */
+- (NSDictionary *)dictionaryValueForKey:(NSString *)aKey;
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    NBConfiguration * NBServiceConfigurationGet();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBContentViewPageProfile.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBContentViewPageProfile.h
new file mode 100755
index 0000000000000000000000000000000000000000..c718af937e6678b7d4410af0dc1b12510f1af923
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBContentViewPageProfile.h
@@ -0,0 +1,85 @@
+//
+//  NBWebPageProfile.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/10/8.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#pragma mark - Page状态定义
+///
+typedef enum {
+    NBContentViewPageProfileState_INITIAL = 0,
+    NBContentViewPageProfileState_START,
+    NBContentViewPageProfileState_COMPLETE,
+    NBContentViewPageProfileState_END,
+} NBContentViewPageProfileState;
+
+@interface NBContentViewPageProfile : NSObject
+
+@property(nonatomic, copy) NSString *url;
+@property(nonatomic, weak) PSDPage *psdPage;
+@property(nonatomic, copy) NSString                     *performanceId; // nbl_id
+@property(nonatomic, strong) NSURLRequest               *baseRequest; // webView请求的对象
+@property(nonatomic, strong) NSURLRequest               *finalRequest;//webView最终的请求对象
+@property(nonatomic, strong) NSURLRequest               *request; // 当前请求对象
+@property(nonatomic, assign) UIWebViewNavigationType    navigationType; // 跳转类型
+@property(nonatomic, readonly) NBContentViewPageProfileState    state;
+@property(nonatomic, copy) NSString                     *title; // 页面标题
+@property(nonatomic, strong) NSError                    *error; // 错误
+@property(nonatomic, copy) NSString                     *referer;
+@property(nonatomic, assign) BOOL                       visible;
+@property(nonatomic, assign) BOOL                       isLast;
+@property(nonatomic, copy) NSString                     *pushingURLString;//pushwindow传递过来的url作为refer
+
+@property(nonatomic, strong) NSDate                     *createDate;
+@property(nonatomic, strong) NSDate                     *startDate; // 请求加载时间
+@property(nonatomic, assign) NSTimeInterval             firstAsyncRequestTime; // 统计页面第一个异步请求花费时间(验证服务器性能)
+@property(nonatomic, strong) NSDate                     *renderDate; // webview改变contentSize的时间点,这个时间点开始渲染界面,由此大概推测首屏时间(非缓存页面一般是+0.4s,否则使用MIN(finishLoad的时间,该时间))
+@property(nonatomic, strong) NSDate                     *firstScreenDate; // 最后一次稳定不变化时间(暂时为0)
+@property(nonatomic, assign) NSTimeInterval             domReadyTime; // DOM ready时间(js配合统计),从startDate偏移的时间
+@property(nonatomic, assign) NSTimeInterval             pageLoadTime; // page onload时间时间(js配合统计),从startDate偏移的时间
+@property(nonatomic, strong) NSDate                     *completeDate; // 请求完成时间
+@property(nonatomic, strong) NSDate                     *endDate; // 页面结束时间(返回、关闭)
+@property(nonatomic, strong) NSDate                     *stopLoadingDate; // page onload之后,网络请求在一定时间内(2s内)不再发送,用于监测异步页面的性能
+@property(nonatomic, strong) NSDate                     *didFinishedLoadDate;
+@property(nonatomic, assign) NSTimeInterval             dnsTime; // timingAPI指标相关,不一定能统计到,需要看
+@property(nonatomic, assign) float                      resourceCacheRate; // timingAPI的支持度,通过js注入统计
+@property(nonatomic, assign) int                        jsErrorNumber; // 异常监控指标相关,js error监控
+@property(nonatomic, readonly) PSDConnectionProfile     *profile;
+@property(nonatomic, copy) NSString                     *telMCC;
+@property(nonatomic, copy) NSString                     *telMNC;
+
+@property(nonatomic, strong) NSMutableDictionary        *extraJSReport;
+@property(nonatomic, assign) BOOL                         isLocal;
+@property(nonatomic, assign) BOOL                       fromHrefChange;            //href切换
+@property(nonatomic, assign) BOOL                       didPreRender;              //经过预渲染标识
+@property(nonatomic, assign) BOOL                       forceEnd;                  //因wk crash强制结束
+
+
+//PageLoad后统计
+@property(nonatomic) int    cssLoadNum;
+@property(nonatomic) int    jsLoadNum;
+@property(nonatomic) int    imgLoadNum;
+@property(nonatomic) int    otherLoadNum;
+@property(nonatomic) int    requestLoadNum;
+@property(nonatomic) float  mainDocHtmlLoadSize;
+@property(nonatomic) float  cssLoadSize;
+@property(nonatomic) float  jsLoadSize;
+@property(nonatomic) float  imgLoadSize;
+@property(nonatomic) float  otherLoadSize;
+@property(nonatomic) float  pageLoadSize;
+@property(nonatomic) int    sizeLoadLimit50;
+@property(nonatomic) int    sizeLoadLimit200;
+@property(nonatomic) int    imageSizeLoadLimit60;
+
+- (BOOL)setState:(NBContentViewPageProfileState)state;
+
+- (void)mergeProfile:(PSDConnectionProfile *)profile;
+
+- (void)reportJSMonitor:(NSArray *)monitorData;
+- (void)reportJSReport:(NSArray *)monitorData;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBContext.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..b3f69c07d3cfc9bcbdaeca5c95e028e125ecf56b
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBContext.h
@@ -0,0 +1,72 @@
+//
+//  NBContext.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/21.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "NBSession.h"
+#import "NBSessionManager.h"
+
+@class NBSessionContext;
+
+@interface NBContext : NSObject
+
+@property(nonatomic, strong) UIWindow                   *window;
+@property(nonatomic, strong) UINavigationController     *navigationController;
+@property(nonatomic, strong) NBSessionManager           *sessionManager;
+
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)sharedContext;
+
+- (NBSession *)createSession:(NBSessionContext *)context;
+
+- (BOOL)startSession:(NSDictionary *)params animated:(BOOL)animated;
+
+- (void)exitSession:(NBSession *)session animated:(BOOL)animated;
+
+- (void)pushSession:(NBSession *)session;
+
+- (void)popSession:(NBSession *)session;
+
+/**
+ * 显示栈中添加session
+ * @param session
+ */
+- (void)showSession:(NBSession *)session;
+
+/**
+ * 从session的显示栈中移除session
+ * @param session
+ */
+- (void)hideSession:(NBSession *)session;
+
+- (NSArray *)sessions;
+
+/**
+ * 获取当前正在运行的应用对象。
+ */
+- (NBSession *)currentSession;
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    NBContext * NBContextGet();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBDefines.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBDefines.h
new file mode 100755
index 0000000000000000000000000000000000000000..9aadd14fd51cae5c724d37db60076bd0f60c20fb
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBDefines.h
@@ -0,0 +1,242 @@
+//
+//  NBServiceDefines.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/21.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#ifndef NBService_NBServiceDefines_h
+#define NBService_NBServiceDefines_h
+
+#define kNBBundleName                          @"NebulaSDK.bundle"
+
+// session expando
+#define kNBSessionPopData                       @"kNBSessionPopData"
+#define kNBSessionResumeParams                  @"kNBSessionResumeParams"
+#define kNBSessionOriginalParams                @"kNBSessionOriginalParams"
+
+//*******************************Notification***************************//
+#pragma mark - Notification
+// 配置信息更新
+#define kNBNotif_Configuration_Update               @"kNBNotif_Configuration_Update"
+#define kNBNotif_Configuration_Update_Key_Status    @"status"
+// app列表状态
+typedef NS_ENUM(NSUInteger, NBConfigurationUpdateStatus) {
+    NBConfigurationUpdateStatus_Updating = 0, // 更新中
+    NBConfigurationUpdateStatus_Success, // 更新成功
+    NBConfigurationUpdateStatus_Fail, // 更新失败
+};
+
+
+//*******************************Function***************************//
+#pragma mark - Function
+
+#define NB_DEFINE_FUNCTION(returnType, var)               \
+- (id)var                                                 \
+{                                                         \
+if (_##var == nil) {                                  \
+_##var = [[returnType alloc] init];               \
+}                                                     \
+return _##var;                                        \
+}
+
+#define NB_ASSERT(condition) \
+if (!condition) {\
+NSString *reason = [NSString stringWithFormat:@"\n\n***********************************************************\nNebula抛出的断言(Kernel Assert):\n函数:%s-%d \ncondition=%s\n\n", __FUNCTION__, __LINE__, #condition];\
+NSAssert(condition, reason);\
+}
+
+#define NB_ASSERT2(condition, desc) \
+if (!condition) {\
+NSString *reason = [NSString stringWithFormat:@"\n\n***********************************************************\nNebula抛出的断言(Kernel Assert):\n函数:%s-%d \ncondition=%s desc=%@\n\n", __FUNCTION__, __LINE__, #condition, desc];\
+NSAssert(condition, reason);\
+}
+
+
+#define kNBWebView_Options                             @"__webview_options__"
+
+//*******************************Options***************************//
+#pragma mark - Options
+
+#define kNBOptions_NBLId                          @"nbl_id"
+#define kNBOptions_NBLId2                         @"appId"
+#define kNBOptions_Url                            @"url"
+#define kNBOptions_DefaultTitle                   @"defaultTitle"
+#define kNBOptions_ShowTitleBar                   @"showTitleBar"
+#define kNBOptions_ShowStatusBar                  @"showStatusBar"
+#define kNBOptions_ShowLoading                    @"showLoading"
+#define kNBOptions_CloseButtonText                @"closeButtonText"
+#define kNBOptions_ReadTitle                      @"readTitle"
+#define kNBOptions_BizScenario                    @"bizScenario"
+#define kNBOptions_BackBehavior                   @"backBehavior"
+#define kNBOptions_PullRefresh                    @"pullRefresh"
+#define kNBOptions_ToolbarMenu                    @"toolbarMenu"
+#define kNBOptions_ShowProgress                   @"showProgress"
+#define kNBOptions_DefaultSubtitle                @"defaultSubtitle"
+#define kNBOptions_BackgroundColor                @"backgroundColor"
+#define kNBOptions_GestureBack                    @"gestureBack"
+#define kNBOptions_CanPullDown                    @"canPullDown"
+#define kNBOptions_ShowOptionMenu                 @"showOptionMenu"
+#define kNBOptions_ShowTitleLoading               @"showTitleLoading"
+#define kNBOptions_ShowDomain                     @"showDomain"
+#define kNBOptions_PushingURLString               @"pushingURLString"
+
+#define kNBOptions_UrlShort                       @"u"
+#define kNBOptions_DefaultTitleShort              @"dt"
+#define kNBOptions_ShowTitleBarShort              @"st"
+#define kNBOptions_ShowStatusBarShort             @"ss"
+#define kNBOptions_ShowLoadingShort               @"sl"
+#define kNBOptions_CloseButtonTextShort           @"cb"
+#define kNBOptions_ReadTitleShort                 @"rt"
+#define kNBOptions_BizScenarioShort               @"bz"
+#define kNBOptions_BackBehaviorShort              @"bb"
+#define kNBOptions_PullRefreshShort               @"pr"
+#define kNBOptions_ToolbarMenuShort               @"tm"
+#define kNBOptions_ShowProgressShort              @"sp"
+#define kNBOptions_DefaultSubtitleShort           @"ds"
+#define kNBOptions_BackgroundColorShort           @"bc"
+#define kNBOptions_GestureBackShort               @"gb"
+#define kNBOptions_CanPullDownShort               @"pd"
+#define kNBOptions_ShowOptionMenuShort            @"so"
+#define kNBOptions_ShowTitleLoadingShort          @"tl"
+#define kNBOptions_ShowDomainShort                @"sd"
+
+// back behavior
+#define kNBBackBehaviorPop     @"pop"
+#define kNBBackBehaviorBack    @"back"
+
+//*******************************Session Events***************************//
+#pragma mark - Session Events
+
+#define kNBEvent_Session_Pause         @"session.pause"   // 保活功能,退出使用,到后台保活
+#define kNBEvent_Session_Resume        @"session.resume"  // 保活功能,从后台保活恢复使用
+
+//*******************************Scene Events***************************//
+#pragma mark - Scene Events
+
+// title View
+#define kNBEvent_Scene_TitleView_Create_Before         @"scene.titleView.create.before" // 监听该事件,可以调用preventDefault阻止默认行为(创建默认的titleView),若要自定义titleView,则设置其`titleView`,自定义的titleView要实现协议NBNavigationTitleViewProtocol
+#define kNBEvent_Scene_TitleView_Create_After          @"scene.titleView.create.after" // 监听该事件,可以获取titleView,并可以改变它的属性
+#define kNBEvent_Scene_TitleView_Title_Set             @"scene.titleView.title.set" // 监听该事件,可以获取或设置title
+#define kNBEvent_Scene_TitleView_Title_Click           @"scene.titleView.title.click" // 监听该事件,可以调用preventDefault阻止默认行为(默认是向h5页面发送事件kNBPageJSApi_TitleClick)
+#define kNBEvent_Scene_TitleView_Subtitle_Click        @"scene.titleView.subtitle.click" // 监听该事件,可以调用preventDefault阻止默认行为(默认是向h5页面发送事件kNBPageJSApi_SubtitleClick)
+#define kNBEvent_Scene_TitleView_RightIcon_Click        @"scene.titleView.righticon.click" // 监听该事件,可以调用preventDefault阻止默认行为(默认是向h5页面发送事件kNBEvent_Scene_TitleView_RightIcon_Click)
+#define kNBEvent_Scene_TitleView_All                   @"scene.titleView.*"
+
+
+// navitaion item btn
+#define kNBEvent_Scene_NavigationItem_Left_Back_Create_Before   @"scene.navigationItem.left.back.create.before" // 监听该事件,可以调用preventDefault阻止默认行为(创建默认的返回按钮),若要自定义返回按钮,则设置其`customView`
+#define kNBEvent_Scene_NavigationItem_Left_Back_Create_After    @"scene.navigationItem.left.back.create.after" // 监听该事件,可以获取返回按钮,并设置它的属性
+#define kNBEvent_Scene_NavigationItem_Left_Back_Click           @"scene.navigationItem.left.back.click" // 监听该事件,可以调用preventDefault阻止默认行为(默认是返回行为),并自己实现返回逻辑
+#define kNBEvent_Scene_NavigationItem_Left_Back_All             @"scene.navigationItem.left.back.*"
+
+
+#define kNBEvent_Scene_NavigationItem_Left_Close_Create_Before  @"scene.navigationItem.left.close.create.before" // 监听该事件,可以调用preventDefault阻止默认行为(创建默认的关闭按钮),若要自定义关闭按钮,则设置其`customView`
+#define kNBEvent_Scene_NavigationItem_Left_Close_Create_After   @"scene.navigationItem.left.close.create.after" // 监听该事件,可以获取关闭按钮,并设置其属性
+#define kNBEvent_Scene_NavigationItem_Left_Close_Click          @"scene.navigationItem.left.close.click" // 监听该事件,可以调用preventDefault阻止默认行为(默认是关闭行为),并自己实现关闭行为
+#define kNBEvent_Scene_NavigationItem_Left_Close_All            @"scene.navigationItem.left.close.*"
+
+
+#define kNBEvent_Scene_NavigationItem_Right_Setting_Create_Before  @"scene.navigationItem.right.setting.create.before" // 监听该事件,可以调用preventDefault阻止默认行为(默认是创建设置按钮),若要自定义设置按钮,则设置其`customView`,自定义的customView要实现协议NBSettingButtonProtocol
+#define kNBEvent_Scene_NavigationItem_Right_Setting_Create_After   @"scene.navigationItem.right.setting.create.after" // 监听该事件,可以获取设置按钮,并设置其属性
+
+#define kNBEvent_Scene_NavigationItem_Right_Setting_Click          @"scene.navigationItem.right.setting.click" // 监听该事件,可以调用preventDefault阻止默认行为(默认是打开分享等控制面板),并自己实现设置行为
+
+#define kNBEvent_Scene_NavigationItem_Right_Setting_Change         @"scene.navigationItem.right.setting.change" //
+
+#define kNBEvent_Scene_NavigationItem_Right_Setting_All            @"scene.navigationItem.right.setting.*"
+
+
+#define kNBEvent_Scene_NavigationItem_Right_SubSetting_Create_Before  @"scene.navigationItem.right.subsetting.create.before"
+#define kNBEvent_Scene_NavigationItem_Right_SubSetting_Create_After   @"scene.navigationItem.right.subsetting.create.after"
+#define kNBEvent_Scene_NavigationItem_Right_SubSetting_Click          @"scene.navigationItem.right.subsetting.click"
+
+
+// toolbar Menu
+#define kNBEvent_Scene_ToolbarMenu_Create_Before           @"scene.toolbarMenu.create.before" // 监听该事件,可以调用preventDefault阻止默认行为(默认是创建toolbarMenu),若要自定义toolbarMenu,则设置其`toolbarMenu`,自定义的toolbarMenu要实现协议NBToolbarMenuProtocol
+#define kNBEvent_Scene_ToolbarMenu_Create_After            @"scene.toolbarMenu.create.after" // 监听该事件,可以获取toolbarMenu,并设置其属性
+#define kNBEvent_Scene_ToolbarMenu_Select                  @"scene.toolbarMenu.select"
+#define kNBEvent_Scene_ToolbarMenu_Create_All              @"scene.toolbarMenu.*"
+
+
+// progress View
+#define kNBEvent_Scene_ProgressView_Create_Before          @"scene.progressView.create.before" // 监听该事件,可以调用preventDefault阻止默认行为(默认是创建进度条),若要自定义进度条,则设置其`progressView`,自定义的progressView需要实现协议NBProgressViewProtocol
+#define kNBEvent_Scene_ProgressView_Create_After           @"scene.progressView.create.after" // 监听该事件,可以获取进度条progressView,并设置其属性
+#define kNBEvent_Scene_ProgressView_Create_All             @"scene.progressView.create.*"
+
+// request
+#define kNBEvent_Scene_LoadRequest_First                   @"scene.loadRequest.first" //
+#define kNBEvent_Scene_LoadRequest_All                     @"scene.loadRequest.*" //
+
+
+// layout
+#define kNBEvent_Scene_Layout_WebView_Before               @"scene.layout.webview.before"
+#define kNBEvent_Scene_Layout_WebView_After                @"scene.layout.webview.after"
+#define kNBEvent_Scene_Layout_WebView_All                  @"scene.layout.webview.*"
+
+// service发出的事件:scene create event
+#define kNBEvent_Scene_Create_Before                       @"scene.create.before" // 监听该事件,可以获取context
+#define kNBEvent_Scene_ContentView_Fallback                @"scene.ContentView.Fallback" // 监听该事件,可以获取context
+
+
+//**********************************JSApis******************************//
+#pragma mark - JSApis
+
+// titlebar
+#define kNBJSApi_ShowTitleBar                          @"showTitlebar"
+#define kNBJSApi_HideTitleBar                          @"hideTitlebar"
+#define kNBJSApi_ShowStatusBar                         @"showStatusBar"
+#define kNBJSApi_HideStatusBar                         @"hideStatusBar"
+
+// navigation title view
+#define kNBJSApi_SetTitle                              @"setTitle"
+#define kNBJSApi_ShowTitleLoading                      @"showTitleLoading"
+#define kNBJSApi_HideTitleLoading                      @"hideTitleLoading"
+
+// loadingView
+#define kNBJSApi_ShowLoading                           @"showLoading"
+#define kNBJSApi_HideLoading                           @"hideLoading"
+
+// option Menu
+#define kNBJSApi_SetOptionMenu                         @"setOptionMenu"
+#define kNBJSApi_ShowOptionMenu                        @"showOptionMenu"
+#define kNBJSApi_HideOptionMenu                        @"hideOptionMenu"
+
+// toolbar Menu
+#define kNBJSApi_ShowToolbar                           @"showToolbar"
+#define kNBJSApi_HideToolbar                           @"hideToolbar"
+#define kNBJSApi_SetToolbarMenu                        @"setToolbarMenu"
+
+// monitor
+#define kNBJSApi_H5Monitor                             @"h5Monitor"
+#define kNBJsApi_H5Report                              @"h5Report"
+
+//**********************************Page JSApis******************************//
+#define kNBPageJSApi_OptionMenu                        @"optionMenu"
+#define kNBPageJSApi_TitleClick                        @"titleClick"
+#define kNBPageJSApi_SubtitleClick                     @"subtitleClick"
+#define kNBPageJSApi_AppDidReceiveMemoryWarning        @"appDidReceiveMemoryWarning"
+#define kNBPageJSApi_AppWillResignActive               @"appWillResignActive"
+#define kNBPageJSApi_AppDidBecomeActive                @"appDidBecomeActive"
+#define kNBPageJSApi_ToolbarMenuClick                  @"toolbarMenuClick"
+
+
+//**********************************Monitor******************************//
+#define kNBMonitor_LogId_PagePerformance                @"monitor.logId.pagePerformance"
+#define kNBMonitor_PagePerformance_Key_ContentViewPage  @"contentViewPage" // value NBContentViewPageProfile
+
+//**********************************expandProperty******************************//
+#define kNBViewControllerReadTitle                      @"readTitle"
+#define kNBViewControllerProxyPassData                  @"kNBViewControllerProxyPassData"
+
+
+//**********************************Other**************************************//
+#pragma mark - Other
+
+
+
+
+#endif
+
+
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBLayoutEvent.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBLayoutEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..323011c8191137c68e4492072a9208641a22131c
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBLayoutEvent.h
@@ -0,0 +1,20 @@
+//
+//  NBLayoutEvent.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/29.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBLayoutEvent : PSDEvent
+
+@property(nonatomic, readonly, strong) UIView       *layoutView;
+@property(nonatomic, assign) CGRect                 newFrame;
+
++ (instancetype)webViewLayoutBefore:(UIView *)layoutView newFrame:(CGRect)newFrame;
+
++ (instancetype)webViewLayoutAfter:(UIView *)layoutView newFrame:(CGRect)newFrame;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBLoadRequestEvent.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBLoadRequestEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..463684a39daaeb0bfc0487d9dbcc478754372bb6
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBLoadRequestEvent.h
@@ -0,0 +1,19 @@
+//
+//  NBLoadRequestEvent.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/23.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <NebulaPoseidon/NebulaPoseidon.h>
+
+@interface NBLoadRequestEvent : PSDEvent
+
+@property(nonatomic, strong) NSURLRequest *request;
+
++ (instancetype)allEvent:(NSURLRequest *)request;
+
++ (instancetype)firstLoadRequstEvent:(NSURLRequest *)request;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBMonitor.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBMonitor.h
new file mode 100755
index 0000000000000000000000000000000000000000..73fceae3a0e233512b1df1353add5715e63fe120
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBMonitor.h
@@ -0,0 +1,53 @@
+//
+//  NBMonitor.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/10/8.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+extern NSString *const NBMonitorParamsAppId;
+extern NSString *const NBMonitorParamsUrl;
+extern NSString *const NBMonitorParamsVersion;
+extern NSString *const NBMonitorParamsLogStr;
+
+@protocol PSDLoggerProtocol;
+
+@protocol NBMonitorDelegate;
+
+@interface NBMonitor : NSObject <NAMLogProtocol, PSDLoggerProtocol>
+
+@property(nonatomic, weak) id<NBMonitorDelegate> delegate;
+
++ (instancetype)defaultMonitor;
+
+- (void)logWithLogId:(NSString *)logId params:(NSDictionary *)params;
+- (void)logWithLogId:(NSString *)logId params:(NSDictionary *)params target:(PSDKernel *)target;
+
+
+//禁止创建实例
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+@end
+
+
+@protocol NBMonitorDelegate <NSObject>
+
+- (void)monitor:(NBMonitor *)monitor logWithLogId:(NSString *)logId params:(NSDictionary *)params;
+
+@optional
+
+- (void)monitor:(NBMonitor *)monitor logWithLogId:(NSString *)logId params:(NSDictionary *)params target:(PSDKernel *)target;
+
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationItemEvent.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationItemEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..715fee295a0e565da9d6a4e415fffd83cdd9d97b
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationItemEvent.h
@@ -0,0 +1,47 @@
+//
+//  NBNavigationItemEvent.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/9.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+@interface NBNavigationItemEvent : PSDEvent
+
+@property(nonatomic, strong) UIButton   *customView;
+
++ (instancetype)allEvent:(UIButton *)customView;
+
++ (instancetype)createBeforeEvent:(UIButton *)customView;
+
++ (instancetype)createAfterEvent:(UIButton *)customView;
+
++ (instancetype)clickEvent:(UIButton *)customView;
+
+@end
+
+
+@interface NBNavigationItemLeftBackEvent : NBNavigationItemEvent
+
+@end
+
+@interface NBNavigationItemLeftCloseEvent : NBNavigationItemEvent
+
+@end
+
+@interface NBNavigationItemRightSettingEvent : NBNavigationItemEvent
+
+@property(nonatomic, assign) BOOL    adjustsWidthToFitText; // default is NO
+@property(nonatomic, assign) CGFloat maxWidth; // default is
+@property(nonatomic, strong) NSString *defaultImageName;
+@property(nonatomic, strong) UIColor  *defaultColor;
+@property(nonatomic, strong) NSDictionary *data;
+@property(nonatomic, strong) UIImage *iconTypeImage;
++ (instancetype)changeRightSettingEvent:(NSDictionary *)data;
+@end
+
+@interface NBNavigationItemRightSubSettingEvent : NBNavigationItemEvent
+@property(nonatomic, assign) BOOL    adjustsWidthToFitText; // default is NO
+@property(nonatomic, assign) CGFloat maxWidth; // default is
+@end
+
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleView.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleView.h
new file mode 100755
index 0000000000000000000000000000000000000000..3234c6c9d4e375f5f02cb85cb20e572ff5dc19e4
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleView.h
@@ -0,0 +1,24 @@
+//
+//  NBNavigationTitleView.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/1.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "NBNavigationTitleViewProtocol.h"
+
+@protocol NBNavigationTitleViewDelegate;
+
+@interface NBNavigationTitleView : UIView <NBNavigationTitleViewProtocol>
+
+@property(nonatomic, weak) id<NBNavigationTitleViewDelegate>    delegate;
+
+- (void)startLoading; // 开始转菊花,frame.size.width = 30
+
+- (void)stopLoading; // 结束
+
+- (void)doAnimationRightIcon:(BOOL)isDown; // 右边icon向上、下动画
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleViewEvent.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleViewEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..f621789e9ea28ee0921bcb956684785780cee327
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleViewEvent.h
@@ -0,0 +1,32 @@
+//
+//  NBTitleViewEvent.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/1.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import "NBNavigationTitleViewProtocol.h"
+
+@interface NBNavigationTitleViewEvent : PSDEvent
+
+@property(nonatomic, strong) id<NBNavigationTitleViewProtocol>  titleView;
+@property(nonatomic, copy) NSString                             *mainTitle;
+@property(nonatomic, copy) NSString                             *subtitle;
+
++ (instancetype)allEvent:(id<NBNavigationTitleViewProtocol>)titleView;
+
++ (instancetype)createBeforeEvent;
+
++ (instancetype)createAfterEvent:(id<NBNavigationTitleViewProtocol>)titleView;
+
++ (instancetype)setTitleEvent:(NSString *)mainTitle subtitle:(NSString *)subtitle;
+
++ (instancetype)titleClickEvent:(id<NBNavigationTitleViewProtocol>)titleView;
+
++ (instancetype)subtitleClickEvent:(id<NBNavigationTitleViewProtocol>)titleView;
+
++ (instancetype)rightIconClickEvent:(id<NBNavigationTitleViewProtocol>)titleView;
+
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleViewProtocol.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleViewProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..7c3e85a416a7182090449baa94becd040b02158c
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNavigationTitleViewProtocol.h
@@ -0,0 +1,63 @@
+//
+//  NBNavigationTitleViewProtocol.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/1.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol NBNavigationTitleViewDelegate;
+
+@protocol NBNavigationTitleViewProtocol <NSObject>
+
+@required
+// mainTitle
+- (void)setMainTitle:(NSString *)mainTitle subtitle:(NSString *)subtitle;
+
+// titleLoading
+- (void)showTitleLoading;
+
+- (void)hideTitleLoading;
+
+@optional
+// mainTitleLabel
+- (UILabel *)mainTitleLabel;
+
+// subtitleLabel
+- (UILabel *)subtitleLabel;
+
+// padding
+- (void)setPaddingLeft:(CGFloat)paddingLeft;
+
+- (void)setPaddingRight:(CGFloat)paddingRight;
+
+// right icon
+- (void)setRightIconImage:(UIImage *)image;
+
+- (void)setRightIconWidth:(CGFloat)width;
+
+- (void)setCanShowRightIconWhenSubTitleIsWhitespace:(BOOL)canShow; // defult is NO
+
+// delegate
+- (void)setDelegate:(id<NBNavigationTitleViewDelegate>)delegate;
+
+- (id<NBNavigationTitleViewDelegate>)delegate;
+
+- (void)doAnimationRightIcon:(BOOL)isDown;
+
+@end
+
+
+@protocol NBNavigationTitleViewDelegate <NSObject>
+
+@optional
+// 点击了主标题
+- (void)navigationTitleView:(id<NBNavigationTitleViewProtocol>)navigationTitleView didClickedMainTitleView:(UIView *)mainTitleView;
+// 点击了副标题
+- (void)navigationTitleView:(id<NBNavigationTitleViewProtocol>)navigationTitleView didClickedSubTitleView:(UIView *)subtitleView;
+// 点击了右边图标
+- (void)navigationTitleView:(id<NBNavigationTitleViewProtocol>)navigationTitleView didClickedRightIconView:(UIView *)rightIconView;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNebulaViewProtocol.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNebulaViewProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..6148fd1725ba3c0639f1d4230318053cffc2be3e
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBNebulaViewProtocol.h
@@ -0,0 +1,44 @@
+//
+//  NBNebulaViewProtocol.h
+//  NebulaSDK
+//
+//  Created by chenwenhong on 15/12/28.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol NBContentViewPageDelegate;
+
+// 默认继承自UIWebView不需要实现,也不要实现
+@protocol NBContentViewProtocol <PSDContentViewProtocol>
+
+@property(nonatomic) UIViewAutoresizing                     autoresizingMask;
+@property(nonatomic, copy) NSString                         *channelId;
+@property(nonatomic, copy) NSString                         *nbl_id;
+@property(nonatomic, weak) id<NBContentViewPageDelegate>    pageDelegate;
+
+- (void)contentViewDidLoad;
+
+- (void)contentViewDidPause;
+
+- (void)contentViewDidResume;
+
+- (void)contentViewDidClose;
+
+@end
+
+
+@protocol NBContentViewPageDelegate <NSObject>
+
+- (void)contentViewPageStart:(NBContentViewPageProfile *)page;
+
+- (void)contentViewPageComplete:(NBContentViewPageProfile *)page;
+
+- (void)contentViewPagePaused:(NBContentViewPageProfile *)page;
+
+- (void)contentViewPageResume:(NBContentViewPageProfile *)page;
+
+- (void)contentViewPageEnd:(NBContentViewPageProfile *)page;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBOptions.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBOptions.h
new file mode 100755
index 0000000000000000000000000000000000000000..744dd445d6e1d5a231892be84dab3f847e2120bb
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBOptions.h
@@ -0,0 +1,74 @@
+//
+//  NBOptions.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/25.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+// 如果需要添加新的属性,请指定NBServiceConfiguration的OptionsClass
+
+@protocol NBOptionsProtocol <NSObject>
+
+@property(nonatomic, copy) NSString *nbl_id;
+@property(nonatomic, copy) NSString *url;
+@property(nonatomic, copy) NSString *defaultTitle;
+@property(nonatomic) BOOL showTitleBar; // default is YES
+@property(nonatomic) BOOL showToolBar; // default is YES
+@property(nonatomic) BOOL showLoading; // default is NO
+@property(nonatomic, copy) NSString *closeButtonText; // default is "关闭"
+@property(nonatomic) BOOL readTitle; // default is YES
+@property(nonatomic, copy) NSString *bizScenario;
+@property(nonatomic, copy) NSString *backBehavior; // default is kNBBackBehaviorBack, kNBBackBehaviorBack or kNBBackBehaviorPop
+@property(nonatomic) BOOL pullRefresh; // default is NO
+@property(nonatomic, copy) NSString *toolbarMenu;
+@property(nonatomic) BOOL showProgress; // default is YES
+@property(nonatomic, copy) NSString *defaultSubtitle;
+@property(nonatomic) long long backgroundColor; // default is 0xFFFFFFFF (10.0.20 extend from int to longlong)
+@property(nonatomic) BOOL gestureBack; // default is YES
+@property(nonatomic) BOOL canPullDown; // default is YES
+@property(nonatomic) BOOL showOptionMenu; // default is YES
+@property(nonatomic) BOOL showTitleLoading; // default is NO
+@property(nonatomic, assign) BOOL showDomain; // default is YES
+@property(nonatomic, assign) BOOL showStatusBar; // default is YES
+@property(nonatomic, copy) NSString *titleImage; //not implementation
+@property(nonatomic, copy) NSString *landscape; //not implementation
+@property(nonatomic) BOOL fullscreen; //not implementation
+@property(nonatomic) BOOL enableJSC; //not implementation
+@property(nonatomic, strong) NSObject *customParams;
+@property(nonatomic, copy) NSString *pushingURLString;
+
+
+
+/**
+ *  @brief 实例化options,并从dict上解析对应的字段到属性中。创建session的第一个viewController时调用
+ *
+ *  @date 2015-12-31
+ *
+ *  @param dict 字段的字典
+ *
+ *  @return 返回options
+ */
+- (instancetype)initWithDictionary:(NSDictionary *)dict;
+
+/**
+ *  @brief 实例化options,将other上的字段同步到options,并将dict上的字段覆盖对应的属性,其中bizScenario和nbl_id不能覆盖。session的非第一个viewController创建时调用
+ *
+ *  @date 2015-12-31
+ *
+ *  @param other 上一个viewController的options,以便继承
+ *  @param dict  字段的字典
+ *
+ *  @return 返回options
+ */
+- (id)initWithOptions:(id<NBOptionsProtocol>)other overrides:(NSDictionary *)dict;
+
+@end
+
+
+@interface NBOptions : NSObject <NBOptionsProtocol>
+
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBPVReporter.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBPVReporter.h
new file mode 100755
index 0000000000000000000000000000000000000000..95a9e686a91c9d172aac2579ac4c5c71e38be374
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBPVReporter.h
@@ -0,0 +1,24 @@
+//
+//  NBPVReporter.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/10/8.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "NBContentViewPageProfile.h"
+#import "NBNebulaViewProtocol.h"
+
+@interface NBPVReporter : NSObject <NBContentViewPageDelegate>
+
+@property(nonatomic, copy) NSString *nbl_id;
+@property(nonatomic, copy) NSString *entranceUrl;
+
+- (void)viewWillAppear;
+
+- (void)viewWillDisappear;
+
+- (void)viewWillDestroy;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBPluginBase.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBPluginBase.h
new file mode 100755
index 0000000000000000000000000000000000000000..c78fc189b880e3539a2a35e29575503c2bd069ca
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBPluginBase.h
@@ -0,0 +1,35 @@
+//
+//  NBPluginBase.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/1.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBPluginBase : NSObject <PSDPluginProtocol>
+
+@property(nonatomic, readonly, weak) PSDKernel  *target;
+@property(nonatomic, copy) NSString             *scope;
+
+- (void)pluginDidLoad; // will call `addPlugins` and `addJSApis`. If this method is overridden then the super implementation must be called.
+
+- (void)addJSApis; // add your JSApis. If this method is overridden then the super implementation must be called.
+
+- (void)addPlugins; // add your Plugins. If this method is overridden then the super implementation must be called.
+
+- (PSDPluginConfig *)pluginConfigWithName:(NSString *)name
+                                    scope:(NSString *)scope
+                               eventNames:(NSArray *)eventNames
+                               useCapture:(BOOL)useCapture;
+
+- (void)registerJsApi2Target:(PSDJsApi *)jsApi;
+
+- (void)registerPlugin2Target:(PSDPluginConfig *)pluginCfg;
+
+- (BOOL)dispatchEvent:(PSDEvent *)event;
+
+- (void)addDelayJSApiCallWithName:(NSString *)name data:(NSDictionary *)data;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBProgressViewEvent.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBProgressViewEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..17799218b3ef1a79dfa79367d7ab08d5383c2e74
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBProgressViewEvent.h
@@ -0,0 +1,23 @@
+//
+//  NBProgressViewEvent.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/10/13.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <NebulaPoseidon/NebulaPoseidon.h>
+#import "NBProgressViewProtocol.h"
+
+@interface NBProgressViewEvent : PSDEvent
+
+@property(nonatomic, strong) id<NBProgressViewProtocol> progressView;
+
++ (instancetype)allEvent:(id<NBProgressViewProtocol>)progressView;
+
++ (instancetype)createBeforeEvent:(id<NBProgressViewProtocol>)progressView;
+
++ (instancetype)createAfterEvent:(id<NBProgressViewProtocol>)progressView;
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBProgressViewProtocol.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBProgressViewProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..0d9bb0ba152fd9978db4dc0100cc1970428537ad
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBProgressViewProtocol.h
@@ -0,0 +1,29 @@
+//
+//  NBProgressViewProtocol.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/10/13.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol NBProgressViewProtocol <NSObject>
+
+@required
+- (void)setProgress:(float)progress animated:(BOOL)animated;
+
+- (void)startProgress;
+
+- (void)completeProgress;
+
+- (void)reset;
+
+- (void)cancel;
+
+@optional
+- (void)setProgressTintColor:(nullable UIColor *)tintColor;
+
+- (void)setTrackTintColor:(nullable UIColor *)trackTintColor;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSceneEvent.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSceneEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..fef0e420720ce1c36abf9a27c2009fa18bf5d67f
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSceneEvent.h
@@ -0,0 +1,21 @@
+//
+//  NBSceneEvent.h
+//  NebulaSDK
+//
+//  Created by chenwenhong on 15/12/28.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <NebulaPoseidon/NebulaPoseidon.h>
+
+@interface NBSceneEvent : PSDEvent
+
+// create before
+@property(nonatomic, copy) NSString *url;
+@property(nonatomic, strong) NBSessionContext *sessionContext;
+@property(nonatomic, assign) Class  viewControllerCls; // 可以设置
+@property(nonatomic, assign) Class  contentViewCls; // 可以设置
+
++ (instancetype)createBeforeEvent:(NSString *)url sessionContext:(NBSessionContext *)sessionContext;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBService.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBService.h
new file mode 100755
index 0000000000000000000000000000000000000000..586df41f5e9744366cd1bd8757b1eca7d22e0c1d
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBService.h
@@ -0,0 +1,373 @@
+//
+//  NBService.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/21.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <NebulaPoseidon/NebulaPoseidon.h>
+#import <NebulaAppManager/NebulaAppManager.h>
+
+@interface NBService : NSObject
+
++ (instancetype)alloc UNAVAILABLE_ATTRIBUTE;
+
+- (instancetype)init UNAVAILABLE_ATTRIBUTE;
+
+- (id)copy UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)allocWithZone:(struct _NSZone *)zone UNAVAILABLE_ATTRIBUTE;
+
++ (instancetype)new UNAVAILABLE_ATTRIBUTE;
+
+/**
+ *  @brief 获取service
+ *
+ *  @date 2015-08-21
+ *
+ *  @return 返回service
+ */
++ (instancetype)sharedService;
+
+/**
+ *  @brief 启动service
+ *
+ *  @date 2015-08-21
+ *
+ *  @return æ— 
+ */
+- (void)start;
+
+- (id<NAMInterface>)appCenter;
+
+/**
+ * 根据指定的名称启动另一个应用。
+ *
+ * @param name 要启动的应用名。
+ * @param params 应动应用时,需要转递给另一个应用的参数。key为kNBOptions_xxx
+ * @param animated 指定启动应用时,是否显示动画。
+ *
+ * @return 应用启动成功返回YES,否则返回NO。
+ */
+- (BOOL)startSession:(NSDictionary *)params animated:(BOOL)animated;
+
+/**
+ *  @brief 创建一个VC
+ *
+ *  @date 2015-09-23
+ *
+ *  @param params 启动参数
+ *
+ *  @return 返回一个vc实例
+ */
+- (id<PSDViewControllerProtocol>)createNBViewController:(NSDictionary *)params;
+
+/**
+ *  @brief 创建一个VC
+ *
+ *  @date 2015-09-23
+ *
+ *  @param params              启动参数
+ *  @param viewControllerClass vc类名,若是是nil,则根据配置获取默认
+ *  @param contentViewClass    一般是UIWebView子类,若是是nil,则根据配置获取默认
+ *
+ *  @return 返回一个vc实例
+ */
+- (id<PSDViewControllerProtocol>)createNBViewController:(NSDictionary *)params
+                                    viewControllerClass:(Class)viewControllerClass
+                                       contentViewClass:(Class)contentViewClass;
+
+/**
+ *  @brief 创建一个VC
+ *
+ *  @date 2015-09-23
+ *
+ *  @param params 启动参数
+ *  @param withExpando 主要是用来传递给VC一初始化就需要使用到的一些扩展属性
+ *
+ *  @return 返回一个vc实例
+ */
+- (id<PSDViewControllerProtocol>)createNBViewController:(NSDictionary *)params
+                                            withExpando:(NSDictionary *)expando;
+/**
+ *  @brief 创建一个VC
+ *
+ *  @date 2015-09-23
+ *
+ *  @param params              启动参数
+ *  @param viewControllerClass vc类名,若是是nil,则根据配置获取默认
+ *  @param contentViewClass    一般是UIWebView子类,若是是nil,则根据配置获取默认
+ *  @param withExpando 主要是用来传递给VC一初始化就需要使用到的一些扩展属性
+ *  @return 返回一个vc实例
+ */
+- (id<PSDViewControllerProtocol>)createNBViewController:(NSDictionary *)params
+                                    viewControllerClass:(Class)viewControllerClass
+                                       contentViewClass:(Class)contentViewClass
+                                            withExpando:(NSDictionary *)expando;
+
+#pragma mark - service jsapi
+
+/**
+ *  @brief 注册一个JsApi,在特定分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApi   jsApi对象
+ *  @param groupId 分组id
+ *
+ *  @return æ— 
+ */
+- (void)registerJSApi:(PSDJsApi *)jsApi groupId:(NSString *)groupId;
+
+/**
+ *  @brief 注册一组JsApi,在特定分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApis   jsApi对象的数组
+ *  @param groupId 分组id
+ *
+ *  @return æ— 
+ */
+- (void)registerJSApis:(NSArray *)jsApis groupId:(NSString *)groupId; // PSDJsApi
+
+/**
+ *  @brief 注册一个JSApi
+ *
+ *  @date 2015-09-23
+ *
+ *  @param jsApi jsApi对象
+ *
+ *  @return æ— 
+ */
+- (void)registerJSApi:(PSDJsApi *)jsApi;
+
+/**
+ *  @brief 注册一组JsApi,在默认分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApis   jsApi对象的数组
+ *
+ *  @return æ— 
+ */
+- (void)registerJSApis:(NSArray *)jsApis; // PSDJsApi 默认分组kSharedJsApiGroupId
+
+/**
+ *  @brief 反注册一个JsApi,在默认分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApi   jsApi对象
+ *
+ *  @return æ— 
+ */
+- (void)unregisterJSApi:(PSDJsApi *)jsApi;
+
+/**
+ *  @brief 反注册一组JsApi,在特定分组下
+ *
+ *  @date 2014-09-03
+ *
+ *  @param jsApis  jsApi对象的数组
+ *  @param groupId 分组id
+ *
+ *  @return æ— 
+ */
+- (void)unRegisterJsApis:(NSString *)groupId;
+
+/**
+ *  @brief 获取指定分组和名字的JsApi对象
+ *
+ *  @date 2014-09-03
+ *
+ *  @param name    JsApi名字
+ *  @param groupId 分组id
+ *
+ *  @return 返回指定分组和名称的JsApi对象
+ */
+- (PSDJsApi *)jsApi:(NSString *)name groupId:(NSString *)groupId;
+
+/**
+ *  @brief 获取默认分组和名字的JsApi对象
+ *
+ *  @date 2014-09-03
+ *
+ *  @param name    JsApi名字
+ *
+ *  @return 返回默认分组和名称的JsApi对象
+ */
+- (PSDJsApi *)jsApi:(NSString *)name;
+
+/**
+ *  @brief 获取指定分组下所有JsApi对象
+ *
+ *  @date 2014-09-03
+ *
+ *  @param groupId 分组id
+ *
+ *  @return 返回指定分组下所有的JsApi对象
+ */
+- (NSArray *)jsApis:(NSString *)groupId;
+
+/**
+ *  @brief 获取默认分组下所有JsApi对象
+ *
+ *  @date 2014-09-03
+ *
+ *  @return 返回默认分组下所有的JsApi对象
+ */
+- (NSArray *)jsApis;
+
+#pragma mark - service plugin
+
+/**
+ *  @brief 获取特定分组下的所有插件
+ *
+ *  @date 2014-09-03
+ *
+ *  @param groupId 分组id
+ *
+ *  @return 返回特定分组下的所有插件
+ */
+- (NSArray *)plugins:(NSString *)groupId;
+
+/**
+ *  @brief 获取默认分组下的所有插件
+ *
+ *  @date 2014-09-03
+ *
+ *  @return 返回默认分组下的所有插件
+ */
+- (NSArray *)plugins;
+
+/**
+ *  @brief 根据分组id和插件名称,获取插件
+ *
+ *  @date 2014-09-03
+ *
+ *  @param name    插件名称
+ *  @param groupId 分组id
+ *
+ *  @return 返回找到的插件
+ */
+- (id<PSDPluginProtocol>)plugin:(NSString *)name groupId:(NSString *)groupId;
+
+/**
+ *  @brief 查找(默认分组和)插件名称,获取插件
+ *
+ *  @date 2014-09-03
+ *
+ *  @param name    插件名称
+ *
+ *  @return 返回找到的插件
+ */
+- (id<PSDPluginProtocol>)plugin:(NSString *)name;
+
+/********************************************Config JSApi*****************************************************/
+#pragma mark - Config JSApi
+/**
+ *  @brief 注册一个JSApi(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2015-09-23
+ *
+ *  @param jsApiCfg jsApiCfg对象
+ *
+ *  @return æ— 
+ */
+- (void)registerJSApiCfg:(PSDJsApiConfig *)jsApiCfg;
+
+/**
+ *  @brief 注册一组JSApi(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2015-09-23
+ *
+ *  @param jsApiCfgs jsApiCfg对象数组
+ *
+ *  @return æ— 
+ */
+- (void)registerJSApiCfgs:(NSArray *)jsApiCfgs; // PSDJsApiConfig
+
+/**
+ *  @brief 反注册一个jsApi(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2015-09-23
+ *
+ *  @param jsApiCfg jsApiCfg对象
+ *
+ *  @return æ— 
+ */
+- (void)unregisterJSApiCfg:(PSDJsApiConfig *)jsApiCfg;
+
+/**
+ *  @brief 反注册一组jsApi(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2015-09-23
+ *
+ *  @param jsApiCfgs jsApiCfg对象数组
+ *
+ *  @return æ— 
+ */
+- (void)unregisterJSApiCfgs:(NSArray *)jsApiCfgs;
+
+/********************************************Config Plugin*****************************************************/
+#pragma mark - Config Plugin
+
+/**
+ *  @brief 注册一个插件,并赋予默认的分组(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2015-09-30
+ *
+ *  @param pluginCfg 插件配置对象
+ *
+ *  @return æ— 
+ */
+- (void)registerPluginCfg:(PSDPluginConfig *)pluginCfg;
+
+/**
+ *  @brief 注册一组插件,并赋予默认的分组(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2015-09-30
+ *
+ *  @param pluginCfgs 插件配置对象的数组
+ *
+ *  @return æ— 
+ */
+- (void)registerPluginCfgs:(NSArray *)pluginCfgs; // PSDPluginConfig
+
+/**
+ *  @brief 在特定分组下,反注册一个插件(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2015-09-30
+ *
+ *  @param pluginCfg 插件配置对象
+ *
+ *  @return æ— 
+ */
+- (void)unregisterPluginCfg:(PSDPluginConfig *)pluginCfg;
+
+/**
+ *  @brief 在特定分组下,反注册一组插件(注:对于scope是kPSDScope_Service,直接作用到service上。否则,只能作用于到新创建的内核实例上)
+ *
+ *  @date 2015-09-30
+ *
+ *  @param pluginCfgs 插件配置对象的数组
+ *  @param groupId   分组id
+ *
+ *  @return æ— 
+ */
+- (void)unregisterPluginCfgs:(NSArray *)pluginCfgs; // PSDPluginConfig
+
+@end
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    NBService * NBServiceGet();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSession.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSession.h
new file mode 100755
index 0000000000000000000000000000000000000000..6b9192dd69e98c7c64328c7f3e9616a88d8c5237
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSession.h
@@ -0,0 +1,21 @@
+//
+//  NBSession.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/25.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "NBSessionContext.h"
+
+@class NBSessionDelegate;
+
+@interface NBSession : NSObject
+
+@property(nonatomic, strong) NBSessionDelegate          *delegate;
+@property(nonatomic, readonly, strong) NBSessionContext *context;
+
+- (void)loadDataSourceForApps:(NSArray *)arrApps;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionContext.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..67c1730e58270ed8b44a5ac6d1dceccb45123696
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionContext.h
@@ -0,0 +1,32 @@
+//
+//  NBSessionParam.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/26.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class NBAppDataSourceManager;
+@class NBAppConfigManager;
+
+typedef enum : NSUInteger {
+    NBSessionType_Online = 0,
+    NBSessionType_Offline,
+} NBSessionType;
+
+@interface NBSessionContext : NSObject
+
+@property(nonatomic, copy) NSString                     *nbl_id;
+@property(nonatomic, assign) NBSessionType              sessionType;
+@property(nonatomic, assign) Class                      viewControllerClass;
+@property(nonatomic, assign) Class                      contentViewClass;
+@property(nonatomic, strong) NSDictionary               *params;
+@property(nonatomic, weak) UIViewController             *rootViewController; // æ ¹vc
+@property(nonatomic, weak) PSDSession                   *psdSession; // 对应的session
+@property(nonatomic, strong) NBAppDataSourceManager     *appDataSourceManager; // app离线资源包数据源
+@property(nonatomic, strong) NBAppConfigManager         *appConfigManager; //app配置源
+@property(nonatomic, strong) NSDictionary               *expando;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionDelegateProtocol.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionDelegateProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..0e58b61b2da545d88edcc79aed73f8ef892f57f8
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionDelegateProtocol.h
@@ -0,0 +1,108 @@
+//
+//  NBSessionDelegate.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/26.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class NBSession;
+
+@protocol NBSessionDelegateProtocol <NSObject>
+
+@required
+
+/**
+ * 请求应用对象的代理返回根视图控制器。
+ *
+ * @param session 应用对象。
+ *
+ * @return 应用的根视图控制器。
+ */
+- (UIViewController *)rootViewControllerInSession:(NBSession *)session;
+
+@optional
+
+/**
+ * 通知应用代理,应用对象已经对经被实例化。
+ *
+ * @param session 应用对象。
+ */
+- (void)sessionDidCreate:(NBSession *)session;
+
+/**
+ * 通知应用代理,应用将要启动。
+ *
+ * @param session 启动的应用对象。
+ * @param options 应用运行参数。
+ */
+- (void)session:(NBSession *)session willStartLaunchingWithOptions:(NSDictionary *)options;
+
+/**
+ * 通知应用代理,应用已启动。
+ *
+ * @param session 启动的应用对象。
+ */
+- (void)sessionDidFinishLaunching:(NBSession *)session;
+
+/**
+ * 通知应用代理,应用即将暂停进入后台运行。
+ *
+ * @param session 启动的应用对象。
+ */
+- (void)sessionWillPause:(NBSession *)session;
+
+/**
+ * 通知应用代理,应用暂停进入后台运行。
+ *
+ * @param session 启动的应用对象。
+ */
+- (void)sessionDidPause:(NBSession *)session;
+
+/**
+ * 通知应用代理,应用将被重新激活。
+ *
+ * @param session 要激活的应用对象。
+ */
+- (void)session:(NBSession *)session willResumeWithOptions:(NSDictionary *)options;
+
+/**
+ * 通知应用代理,应用已经被激活。
+ *
+ * @param session 要激活的应用对,带上参数的版本。
+ */
+- (void)session:(NBSession *)session didResumeWithOptions:(NSDictionary *)options;
+
+/**
+ * 通知应用的代理,应用将要退出。
+ *
+ * @param session 应用对象。
+ * @param animated 是否以动画方式退出。
+ */
+- (void)sessionWillTerminate:(NBSession *)session animated:(BOOL)animated;
+
+/**
+ * 询问应用的代理,应用是否可以启动。
+ * 注意:只用特殊情况返回:NO,要保证默认是YES才可以启动的。
+ *
+ * @param session 应用对象。
+ * @param params      启动参数。
+ * @param launchMode  启动方式。
+ *
+ * @return 是否可以启动
+ */
+- (BOOL)sessionShouldStart:(NBSession *)session params:(NSDictionary *)params;
+
+/**
+ * 询问应用的代理,应用是否可以退出。
+ * 注意:只用特殊情况返回:NO,要保证默认是YES才可以退出的。
+ *
+ * @param session 应用对象。
+ *
+ * @return 是否可以退出
+ */
+- (BOOL)sessionShouldTerminate:(NBSession *)session;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionManager.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..30819e2f7be7fbfee5a42ec59042456ef77415b9
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSessionManager.h
@@ -0,0 +1,50 @@
+//
+//  NBSessionManager.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/25.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class NBSession;
+@class NBSessionContext;
+
+@interface NBSessionManager : NSObject
+
+// 使用Nebula的startSession模式
+
+- (NBSession *)session4Context:(NBSessionContext *)context createIfNoExist:(BOOL)createIfNoExist;
+
+- (BOOL)startSession:(NBSession *)session params:(NSDictionary *)params animated:(BOOL)animated;
+
+- (void)exitSession:(NBSession *)session animated:(BOOL)animated;
+
+// 使用session
+
+- (NBSession *)createSession:(NBSessionContext *)context;
+
+- (void)pushSession:(NBSession *)session;
+
+- (void)popSession:(NBSession *)session;
+
+/**
+ * 显示栈中添加session
+ * @param session
+ */
+- (void)showSession:(NBSession *)session;
+
+/**
+ * 从session的显示栈中移除session
+ * @param session
+ */
+- (void)hideSession:(NBSession *)session;
+
+// 
+
+- (NBSession *)currentSession;
+
+- (NSArray *)sessions;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSettingButtonProtocol.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSettingButtonProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..09d118e9a175b4ce68a71f0fdaffb366c8710e21
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBSettingButtonProtocol.h
@@ -0,0 +1,15 @@
+//
+//  NBSettingButtonProtocol.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/30.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol NBSettingButtonProtocol <NSObject>
+
+- (void)setRedDot:(int)redDot;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBToolbarMenuEvent.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBToolbarMenuEvent.h
new file mode 100755
index 0000000000000000000000000000000000000000..3a590f04b159e939a1533ca64b022f57c0ead698
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBToolbarMenuEvent.h
@@ -0,0 +1,27 @@
+//
+//  NBToolbarMenuEvent.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/9.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import "NBToolbarMenuProtocol.h"
+
+@interface NBToolbarMenuEvent : PSDEvent
+
+@property(nonatomic, strong) id<NBToolbarMenuProtocol> toolbarMenu;
+@property(nonatomic, readonly, copy) NSString *selectedRowTag;
+@property(nonatomic, readonly, copy) NSString *selectedTag;
+
++ (instancetype)allEvent:(id<NBToolbarMenuProtocol>)toolbarMenu;
+
++ (instancetype)createBeforeEvent:(id<NBToolbarMenuProtocol>)toolbarMenu;
+
++ (instancetype)createAfterEvent:(id<NBToolbarMenuProtocol>)toolbarMenu;
+
++ (instancetype)selectEvent:(id<NBToolbarMenuProtocol>)toolbarMenu selectedTag:(NSString *)selectedTag selectedRowTag:(NSString *)selectedRowTag;
+
++ (instancetype)selectCancelEvent:(id<NBToolbarMenuProtocol>)toolbarMenu selectedTag:(NSString *)selectedTag selectedRowTag:(NSString *)selectedRowTag;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBToolbarMenuProtocol.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBToolbarMenuProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..3a902b282445340e463fe2b3ac0af9dbe1ca9b7b
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBToolbarMenuProtocol.h
@@ -0,0 +1,51 @@
+//
+//  NBToolbarMenuProtocol.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/9.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol NBToolbarMenuDelegate;
+
+@protocol NBToolbarMenuProtocol <NSObject>
+
+@required
+- (void)show;
+
+- (void)dismiss;
+
+- (void)reload;
+
+- (UILabel *)tipsLabel;
+
+- (BOOL)isShowing;
+
+- (void)setToolbarMenu:(NSDictionary *)data asDefault:(BOOL)asDefault;
+
+@optional
+- (void)setViewInsets:(UIEdgeInsets)insets;
+
+- (void)setBackgroundColor:(UIColor *)color;
+
+- (void)setContentViewBgColor:(UIColor *)color;
+
+- (void)setMenuItemImageViewInsets:(UIEdgeInsets)insets;
+
+// cancel btn
+- (UIButton *)cancelButton;
+
+- (void)setDelegate:(id<NBToolbarMenuDelegate>)delegate; // 若外部设置了,则kNBEvent_Scene_ToolbarMenu_Select事件无法发出
+- (id<NBToolbarMenuDelegate>)delegate;
+
+@end
+
+
+@protocol NBToolbarMenuDelegate <NSObject>
+
+@optional
+- (void)toolbarMenu:(id<NBToolbarMenuProtocol>)toolbarMenu didSelectedItem:(id)item; // 必须实现.tag方法
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBViewControllerProxy.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBViewControllerProxy.h
new file mode 100755
index 0000000000000000000000000000000000000000..2c7111963994799a998f7c1b756ab464b7ddd5a2
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBViewControllerProxy.h
@@ -0,0 +1,65 @@
+//
+//  NBViewControllerLifecycleDispatcher.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/21.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import "NBOptions.h"
+#import "NBNavigationTitleViewProtocol.h"
+
+@class NBViewControllerStatus;
+
+typedef void(^NBDelayCallback)();
+
+
+@interface NBViewControllerProxy : NSObject <PSDViewControllerProtocol, PSDExpandoProtocol>
+
+// 通用属性
+@property(nonatomic, readonly, strong) id<NBNavigationTitleViewProtocol>  navigationTitleView;
+@property(nonatomic, readonly, strong) id<NBOptionsProtocol>              options;
+@property(nonatomic, readonly, copy) NSString                             *channelId;
+@property(nonatomic, readonly, copy) NSString                             *customUserAgent;
+@property(nonatomic, readonly, strong) NBViewControllerStatus             *myFlags;
+
+- (instancetype)initWithTarget:(UIViewController *)target;
+
+- (void)back;
+
+- (void)clearAndBack;
+
+- (void)close;
+
+- (void)popToViewController:(UIViewController *)vc animated:(BOOL)animated;
+
+- (void)popToWindowOfIndex:(NSInteger)indexPopTo;
+
+- (void)popViewControllerAnimated:(BOOL)animated;
+
+- (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated;
+
+- (void)addDelayCallback:(NBDelayCallback)callback;
+
+- (void)showCloseItemIfNeeded;
+
+- (void)doShowCloseItemIfNeeded:(BOOL)needed;
+
+/**
+ *  重新设置整个options,业务谨慎使用
+ *
+ *  @date 2017-06-07
+ *
+ */
+- (void)resetOptions:(id<NBOptionsProtocol>)options;
+
+/**
+ 设置MainTitle的事件
+
+ @param mainTitle 
+ @param subtitle 
+ */
+- (void)sendSetMainTitleEvent:(NSString *)mainTitle subtitle:(NSString *)subtitle;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBViewControllerStatus.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBViewControllerStatus.h
new file mode 100755
index 0000000000000000000000000000000000000000..744802cc19174955423c5cf9ab07e690ada3eb3e
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NBViewControllerStatus.h
@@ -0,0 +1,17 @@
+//
+//  NBViewControllerStatus.h
+//  NebulaSDK
+//
+//  Created by theone on 16/2/22.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NBViewControllerStatus : NSObject
+@property(nonatomic, assign) int isInited;
+@property(nonatomic, assign) int didShowCloseBtn;
+@property(nonatomic, assign) int isViewReady;
+@property(nonatomic, assign) BOOL isViewWillDisappear;
+@property(nonatomic, assign) BOOL didDidEnterBackground;
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/NebulaSDK.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NebulaSDK.h
new file mode 100755
index 0000000000000000000000000000000000000000..f4df7731aa8b48108ab250bb727b5012b9c91277
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/NebulaSDK.h
@@ -0,0 +1,49 @@
+//
+//  Nebula.h
+//  Nebula
+//
+//  Created by chenwenhong on 15/9/1.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#ifndef Nebula_Nebula_h
+#define Nebula_Nebula_h
+
+#import <NebulaPoseidon/NebulaPoseidon.h>
+#import <NebulaAppManager/NebulaAppManager.h>
+
+#import <NebulaSDK/NBService.h>
+#import <NebulaSDK/NBDefines.h>
+#import <NebulaSDK/NBConfiguration.h>
+#import <NebulaSDK/NBSession.h>
+#import <NebulaSDK/NBSessionContext.h>
+#import <NebulaSDK/NBSessionManager.h>
+
+#import <NebulaSDK/NBContentViewPageProfile.h>
+#import <NebulaSDK/NBMonitor.h>
+
+#import <NebulaSDK/PSDContext+NB.h>
+#import <NebulaSDK/PSDSession+NB.h>
+#import <NebulaSDK/NBViewControllerProxy.h>
+#import <NebulaSDK/UIViewController+NBLifecycle.h>
+#import <NebulaSDK/NBNebulaViewProtocol.h>
+
+#import <NebulaSDK/NBNavigationTitleViewProtocol.h>
+#import <NebulaSDK/NBToolbarMenuProtocol.h>
+#import <NebulaSDK/NBProgressViewProtocol.h>
+
+#import <NebulaSDK/NBNavigationTitleViewEvent.h>
+#import <NebulaSDK/NBNavigationItemEvent.h>
+#import <NebulaSDK/NBToolbarMenuEvent.h>
+#import <NebulaSDK/NBProgressViewEvent.h>
+#import <NebulaSDK/NBSceneEvent.h>
+#import <NebulaSDK/NBNavigationTitleView.h>
+
+#import <NebulaSDK/NBAppConfigManager.h>
+
+#import <NebulaSDK/NBComponentProtocol.h>
+#import <NebulaSDK/NBComponent.h>
+#import <NebulaSDK/NBComponentContext.h>
+
+
+#endif
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/PSDContext+NB.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/PSDContext+NB.h
new file mode 100755
index 0000000000000000000000000000000000000000..96f9b00edc8f19424b35040c05ea2dcfcf1be430
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/PSDContext+NB.h
@@ -0,0 +1,23 @@
+//
+//  PSDContext+NBService.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/25.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <NebulaPoseidon/NebulaPoseidon.h>
+
+@class NBViewControllerProxy;
+
+@interface PSDContext (NB)
+
+- (UIViewController *)currentViewController;
+
+- (NBViewControllerProxy *)currentViewControllerProxy;
+
+- (PSDSession *)currentSession;
+
+- (PSDScene *)currentScene;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/PSDSession+NB.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/PSDSession+NB.h
new file mode 100755
index 0000000000000000000000000000000000000000..29da5f429f2019d075327effd4a72e6f133a86f4
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/PSDSession+NB.h
@@ -0,0 +1,13 @@
+//
+//  PSDSession+NBService.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/26.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+@interface PSDSession (NB)
+
+- (NBSession *)session;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Headers/UIViewController+NBLifecycle.h b/MPaaS/Frameworks/NebulaSDK.framework/Headers/UIViewController+NBLifecycle.h
new file mode 100755
index 0000000000000000000000000000000000000000..ec6cb302dcc336fcd98aa9d8596b6f8fe7e50b1f
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/Headers/UIViewController+NBLifecycle.h
@@ -0,0 +1,62 @@
+//
+//  UIViewController+NBLifecycle.h
+//  NBService
+//
+//  Created by chenwenhong on 15/8/21.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class NBViewControllerProxy;
+@class PSDScene;
+
+@interface UIViewController (NBLifecycle) <PSDViewControllerProtocol>
+
+/**
+ *  @brief 得到proxy
+ *
+ *  @date 2015-12-14
+ *
+ *  @return 返回proxy
+ */
+- (NBViewControllerProxy *)viewControllerProxy;
+
+/**
+ *  @brief Nebula的VC被创建
+ *
+ *  @date 2016-01-08
+ *
+ *  @return æ— 
+ */
+- (void)nbViewControllerInit;
+
+/**
+ *  @brief 自定义UA的后缀
+ *
+ *  @date 2016-01-08
+ *
+ *  @return 返回自定义的UA后缀
+ */
+- (NSString *)nbUserAgentSuffix;
+
+/**
+ *  @brief Nebula的View被加载,通常这里是您的初始化界面时机
+ *
+ *  @date 2015-12-14
+ *
+ *  @return æ— 
+ */
+- (void)nbViewDidLoad;
+
+/**
+ *  @brief 替换contentView
+ *
+ *  @date 2015-12-28
+ *
+ *  @return æ— 
+ */
+- (void)nbReplaceContentView:(PSDView *)contentView;
+
+@end
+
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/Info.plist b/MPaaS/Frameworks/NebulaSDK.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..55c6b7194f691ff42a98a25804b221d97d4d2a9c
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaAppManager.bundle/NAMConfig.plist b/MPaaS/Frameworks/NebulaSDK.framework/NebulaAppManager.bundle/NAMConfig.plist
new file mode 100755
index 0000000000000000000000000000000000000000..986ef2c442d068e235e0cd76f90dbeba5f314b8f
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/NebulaAppManager.bundle/NAMConfig.plist
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>MobileRuntime</key>
+	<dict>
+		<key>Delegate</key>
+		<array>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDownloadProtocol</string>
+				<key>name</key>
+				<string>NAMDownloadBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMZipArchiveProtocol</string>
+				<key>name</key>
+				<string>NAMZipArchiveBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMRequestProtocol</string>
+				<key>name</key>
+				<string>NAMRequestBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDataStorageProtocol</string>
+				<key>name</key>
+				<string>NAMDataStorageBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDynamicConfigProtocol</string>
+				<key>name</key>
+				<string>NAMConfigBiz</string>
+			</dict>
+		</array>
+	</dict>
+	<key>ClientConfig</key>
+	<dict/>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/Poseidon-Config.plist b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/Poseidon-Config.plist
new file mode 100755
index 0000000000000000000000000000000000000000..cb9b7708ef0478e6b501dbb7355b330bccdbc251
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/Poseidon-Config.plist
@@ -0,0 +1,318 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>JsApiRuntime</key>
+	<dict>
+		<key>JsApis</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PushWindow</string>
+				<key>jsApi</key>
+				<string>pushWindow</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PopWindow</string>
+				<key>jsApi</key>
+				<string>popWindow</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4StartSession</string>
+				<key>jsApi</key>
+				<string>startSession</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4ExitSession</string>
+				<key>jsApi</key>
+				<string>exitSession</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PopTo</string>
+				<key>jsApi</key>
+				<string>popTo</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>rpc</string>
+				<key>name</key>
+				<string>JsApiHandler4Rpc</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>getAPDataStorage</string>
+				<key>name</key>
+				<string>JsApiHandler4GetAPDataStorage</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>setAPDataStorage</string>
+				<key>name</key>
+				<string>JsApiHandler4SetAPDataStorage</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>removeAPDataStorage</string>
+				<key>name</key>
+				<string>JsApiHandler4RemoveAPDataStorage</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>startH5App</string>
+				<key>name</key>
+				<string>JsApiHandler4StartH5App</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>addNotifyListener</string>
+				<key>name</key>
+				<string>JsApiHandler4AddNotifyListener</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>postNotification</string>
+				<key>name</key>
+				<string>JsApiHandler4PostNotification</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>removeNotifyListener</string>
+				<key>name</key>
+				<string>JsApiHandler4RemoveNotifyListener</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>snapshot</string>
+				<key>name</key>
+				<string>JsApiHandler4Snapshot</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>startApp</string>
+				<key>name</key>
+				<string>JsApiHandler4StartApp</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>checkApp</string>
+				<key>name</key>
+				<string>JsApiHandler4CheckApp</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>toast</string>
+				<key>name</key>
+				<string>JsApiHandler4Toast</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>hideToast</string>
+				<key>name</key>
+				<string>JsApiHandler4HideToast</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>actionSheet</string>
+				<key>name</key>
+				<string>JsApiHandler4ActionSheet</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>getStartupParams</string>
+				<key>name</key>
+				<string>JsApiHandler4GetStartupParams</string>
+			</dict>
+		</array>
+	</dict>
+	<key>PluginRuntime</key>
+	<dict>
+		<key>Plugins</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Proxy</string>
+				<key>scope</key>
+				<string>proxy</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Service</string>
+				<key>scope</key>
+				<string>service</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Session</string>
+				<key>scope</key>
+				<string>session</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Scene</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4LoadingView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4TitleBar</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4NavigationTitleView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Toolbar</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4NavigationItem</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4ProgressView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>Plugin4Alert</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>Plugin4NavigationItem</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+		</array>
+	</dict>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/Root.plist b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/Root.plist
new file mode 100755
index 0000000000000000000000000000000000000000..fa9830605b054775370dde178e8dd5a1b4eb8fee
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/Root.plist
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreferenceSpecifiers</key>
+	<array>
+		<dict>
+			<key>Title</key>
+			<string>Group</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>AutocapitalizationType</key>
+			<string>None</string>
+			<key>AutocorrectionType</key>
+			<string>No</string>
+			<key>DefaultValue</key>
+			<string></string>
+			<key>IsSecure</key>
+			<false/>
+			<key>Key</key>
+			<string>name_preference</string>
+			<key>KeyboardType</key>
+			<string>Alphabet</string>
+			<key>Title</key>
+			<string>Name</string>
+			<key>Type</key>
+			<string>PSTextFieldSpecifier</string>
+		</dict>
+		<dict>
+			<key>DefaultValue</key>
+			<true/>
+			<key>Key</key>
+			<string>enabled_preference</string>
+			<key>Title</key>
+			<string>Enabled</string>
+			<key>Type</key>
+			<string>PSToggleSwitchSpecifier</string>
+		</dict>
+		<dict>
+			<key>DefaultValue</key>
+			<real>0.5</real>
+			<key>Key</key>
+			<string>slider_preference</string>
+			<key>MaximumValue</key>
+			<integer>1</integer>
+			<key>MaximumValueImage</key>
+			<string></string>
+			<key>MinimumValue</key>
+			<integer>0</integer>
+			<key>MinimumValueImage</key>
+			<string></string>
+			<key>Type</key>
+			<string>PSSliderSpecifier</string>
+		</dict>
+	</array>
+	<key>StringsTable</key>
+	<string>Root</string>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/en.lproj/Root.strings b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/en.lproj/Root.strings
new file mode 100755
index 0000000000000000000000000000000000000000..8cd87b9d6b20c1fbf87bd4db3db267fca5ad4df9
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/en.lproj/Root.strings differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_bridge.js b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_bridge.js
new file mode 100755
index 0000000000000000000000000000000000000000..2da8a6b0d80f3d817699a2e542fbbd99e3fa11c2
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_bridge.js
@@ -0,0 +1,269 @@
+window.AlipayJSBridge || (function () {
+
+    var iframe = null;
+
+    function renderIframe() {
+        if (iframe) return;
+        try {
+            iframe = document.createElement("iframe");
+            iframe.id = "__AlipayJSBridgeIframe";
+            iframe.style.display = "none";
+            document.documentElement.appendChild(iframe);
+        } catch (e) {
+
+        }
+    }
+
+    function onDOMReady(callback) {
+        var readyRE = /complete|loaded|interactive/;
+        if (readyRE.test(document.readyState)) {
+            setTimeout(function() {
+                       callback();
+                       }, 1);
+        } else {
+            document.defaultView.addEventListener('DOMContentLoaded', function () {
+                callback();
+            }, false);
+        }
+    }
+
+    var callbackPoll = {};
+
+    var sendMessageQueue = [];
+    var receiveMessageQueue = [];
+
+    var H5_PLUGIN_BASE_URL = "jsplugin://www.alipay.com?plugins=";
+    var H5_PLUGIN_CALLBACK_UNIQUE_ID = 0;
+    var H5_PLUGIN_CALLBACK_PREFIX = "h5dp_callback_id_";
+    var H5_PLUGIN_STACK = [];
+
+    var JSAPI = {
+        
+        call: function (func, param, callback) {
+            renderIframe();
+            if (!iframe) return;
+            //
+            if ('string' !== typeof func) {
+                return;
+            }
+
+            if ('function' === typeof param) {
+                callback = param;
+                param = null;
+            } else if (typeof param !== 'object') {
+                param = null;
+            }
+
+            var callbackId = func + '_' + new Date().getTime() + (Math.random());
+            if ('function' === typeof callback) {
+                callbackPoll[callbackId] = callback;
+            }
+
+            if (param && param.callbackId) {
+                func = {
+                    responseId: param.callbackId,
+                    responseData: param
+                };
+                delete param.callbackId;
+            } else {
+                func = {
+                    handlerName: func,
+                    data: param
+                };
+                func.callbackId = '' + callbackId;
+            }
+
+//            console.log('bridge.call: ' + JSON.stringify(func));
+            sendMessageQueue.push(func);
+            iframe.src = "alipaybridge://dispatch_message";
+        },
+
+        trigger: function (name, data) {
+//            console.log('bridge.trigger ' + name);
+            if (name) {
+                var triggerEvent = function (name, data) {
+                    var callbackId;
+                    if (data && data.callbackId) {
+                        callbackId = data.callbackId;
+                        data.callbackId = null;
+                    }
+                    var evt = document.createEvent("Events");
+                    evt.initEvent(name, false, true);
+                    if (data) {
+                        if (data.__pull__) {
+                            delete data.__pull__;
+                            for (var k in data) {
+                                evt[k] = data[k];
+                            }
+                        } else {
+                            evt.data = data;
+                        }
+                    }
+                    var canceled = !document.dispatchEvent(evt);
+                    if (callbackId) {
+                        var callbackData = {};
+                        callbackData.callbackId = callbackId;
+                        callbackData[name + 'EventCanceled'] = canceled;
+                        JSAPI.call('__nofunc__', callbackData);
+                    }
+                };
+                setTimeout(function () {
+                    triggerEvent(name, data);
+                }, 1);
+            }
+        },
+
+        
+        _invokeJS: function (resp) {
+//            console.log('bridge._invokeJS: ' + resp);
+            resp = JSON.parse(resp);
+            if (resp.responseId) {
+                var func = callbackPoll[resp.responseId];
+                if (!(typeof resp.keepCallback == 'boolean' && resp.keepCallback)) {
+                    delete callbackPoll[resp.responseId];
+                }
+
+                if ('function' === typeof func) {
+                    setTimeout(function () {
+                        func(resp.responseData);
+                    }, 1);
+                }
+            } else if (resp.handlerName) {
+
+                if (resp.handlerName == "H5DynamicPluginCallback") {
+                    if (callbackPoll[resp.data.callbackId]) {
+                        var func = callbackPoll[resp.data.callbackId];
+                        if ('function' === typeof func) {
+                            setTimeout(function () {
+                                func();
+                            }, 1);
+                        }
+                    }
+
+                } else {
+                    if (resp.callbackId) {
+                        resp.data = resp.data || {};
+                        resp.data.callbackId = resp.callbackId;
+                    }
+                    JSAPI.trigger(resp.handlerName, resp.data);
+                }
+
+            }
+        },
+
+        // ***********************************************
+
+        _handleMessageFromObjC: function (message) {
+            if (receiveMessageQueue&&!window.AlipayJSBridge) {
+                receiveMessageQueue.push(message);
+            } else {
+                JSAPI._invokeJS(message);
+            }
+        },
+
+        _fetchQueue: function () {
+            var messageQueueString = typeof [].toJSON == 'function' ? sendMessageQueue.toJSON() : JSON.stringify(sendMessageQueue);
+            if (typeof messageQueueString != 'string') {
+                messageQueueString = JSON.stringify(sendMessageQueue);
+            }
+            sendMessageQueue = [];
+            return messageQueueString;
+        },
+
+        loadPlugin: function (plugins, callback) {
+            // only iOS platform
+            if (navigator.userAgent.indexOf('iPhone') === -1 &&
+                navigator.userAgent.indexOf('iPad') === -1 &&
+                navigator.userAgent.indexOf('iPod') === -1) {
+                return;
+            }
+
+            H5_PLUGIN_STACK.push({
+                'plugins': plugins,
+                'callback': callback
+            });
+
+            if (!window.H5_PLUGIN_LOADER) {
+                window.H5_PLUGIN_LOADER = setInterval(function () {
+                    var pluginsConfig = H5_PLUGIN_STACK.shift();
+                    if (typeof pluginsConfig != 'undefined' && typeof pluginsConfig.plugins != 'undefined') {
+                        var plugins = pluginsConfig.plugins;
+                        var callback = pluginsConfig.callback;
+                        var pluginArray = [];
+                        if (Object.prototype.toString.call(plugins) === '[object Array]') {
+                            for (var i = 0, l = plugins.length; i < l; i++) {
+                                pluginArray.push(plugins[i]);
+                            }
+                        } else if (typeof plugins === 'string') {
+                            pluginArray.push(plugins);
+                        }
+
+                        if (callback && typeof callback == 'function') {
+                            var callbackId = H5_PLUGIN_CALLBACK_PREFIX + H5_PLUGIN_CALLBACK_UNIQUE_ID++;
+                            callbackPoll[callbackId] = callback;
+                            document.location.href = H5_PLUGIN_BASE_URL + encodeURIComponent(pluginArray.join(',')) +
+                                '&callbackId=' + callbackId;
+                        } else {
+                            document.location.href = H5_PLUGIN_BASE_URL + encodeURIComponent(pluginArray.join(','));
+                        }
+                    } else {
+                        window.clearInterval(window.H5_PLUGIN_LOADER);
+                        window.H5_PLUGIN_LOADER = undefined;
+                    }
+                }, 50);
+            }
+        }
+    };
+
+    // ***********************************************
+
+    JSAPI.init = function () {
+        // dont call me any more
+        JSAPI.init = null;
+
+        "JS_BRIDGE_JS_***_REPLACE_STRING_***_SJ_EGDIRB_SJ";
+        
+        var readyEvent = document.createEvent('Events');
+        readyEvent.initEvent('AlipayJSBridgeReady', false, false);
+
+        var docAddEventListener = document.addEventListener;
+        document.addEventListener = function (name, func) {
+            if (name === readyEvent.type) {
+                setTimeout(function () {
+                    func(readyEvent);
+                }, 1);
+            } else {
+                docAddEventListener.apply(document, arguments);
+            }
+        };
+
+        document.dispatchEvent(readyEvent);
+
+        var receivedMessages = receiveMessageQueue;
+        receiveMessageQueue = null;
+        for (var i = 0; i < receivedMessages.length; i++) {
+            JSAPI._invokeJS(receivedMessages[i]);
+        }
+    };
+
+    window.AlipayJSBridge = JSAPI;
+
+    JSAPI.startupParams=window.ALIPAYH5STARTUPPARAMS||{};
+    //window.ALIPAYH5STARTUPPARAMS=null;
+                          
+    onDOMReady(JSAPI.init);
+    onDOMReady(function(){
+               var jsArray = window.ALIPAYH5DYNAMICSCRIPT;
+               for (var i in jsArray) {
+               var jsSrc = jsArray[i];
+                   if (jsSrc&&/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/.test(jsSrc)){
+                        var script,head = document.head || document.documentElement;
+                        script=document.createElement("script");
+                        script.async = true;
+                        script.charset="UTF-8";
+                        script.src = jsSrc;
+                        head.insertBefore(script,head.firstChild);
+                   };
+               }
+    });
+})();
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_delegateGeo.js b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_delegateGeo.js
new file mode 100755
index 0000000000000000000000000000000000000000..9396daac607e165f433debb4e8578366bac24c48
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_delegateGeo.js
@@ -0,0 +1,33 @@
+"use strict";
+(function (window) {
+    function call() {
+        var a = arguments,
+                fn = function () {
+                    window.AlipayJSBridge.call.apply(null, a);
+                };
+
+        window.AlipayJSBridge ? fn() : document.addEventListener('AlipayJSBridgeReady', fn, false);
+    }
+    window.navigator.geolocation.getCurrentPosition = function (cb) {
+        call('getLocation', function (rtv) {
+            var pos = {
+                coords: {
+                    accuracy: 50,
+                    altitude: null,
+                    altitudeAccuracy: null,
+                    heading: null,
+                    latitude: null,
+                    longitude: null,
+                    speed: null
+                },
+                timestamp: (+new Date())
+            };
+            for (var k in rtv) {
+                if (rtv.hasOwnProperty(k)) {
+                    pos.coords[k] = rtv[k];
+                }
+            }
+            cb && cb(pos);
+        });
+    };
+})(window);
\ No newline at end of file
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_performance.js b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_performance.js
new file mode 100755
index 0000000000000000000000000000000000000000..5b01237aac35015ab69bac1e74ae76d805ebc8fa
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_performance.js
@@ -0,0 +1 @@
+window.AlipayH5Performance||function(){var a,b,c,d,e;navigator.userAgent.indexOf(" AlipayClient/")<0||(a=null,b=[],d={init:function(){this.init=null,this.renderIframe(),this.monitorDOMReady(),this.monitorPageLoad(),this.monitorJSErrors(),this.monitorDNSTime(),this.monitorCacheRate()},monitorDOMReady:function(){var a=this;"complete"===document.readyState?(b.push({name:"domReady",value:(new Date).getTime(),extra:"completed"}),a.sendSignal()):document.addEventListener("DOMContentLoaded",function(c){b.push({name:"domReady",value:c.timeStamp?c.timeStamp:(new Date).getTime(),extra:"complete"}),a.sendSignal()},!0)},monitorPageLoad:function(){var a=this;window.addEventListener("load",function(c){b.push({name:"pageLoad",value:c.timeStamp?c.timeStamp:(new Date).getTime(),extra:"load"}),a.sendSignal()},!0)},monitorJSErrors:function(){var a=this;window.addEventListener("error",function(c){b.push({name:"jsErrors",value:c.message,filename:c.filename,lineno:c.lineno}),a.sendSignal()},!0)},monitorDNSTime:function(){var a=this;window.addEventListener("load",function(){window.performance&&window.performance.timing?b.push({name:"dns",value:window.performance.timing.domainLookupEnd-window.performance.timing.domainLookupStart,extra:"support"}):b.push({name:"dns",value:"",extra:"notsupport"}),a.sendSignal()},!0)},monitorCacheRate:function(){var d,a=this,c={name:"cacheRate"};window.addEventListener("load",function(){var f,g;if(window.performance&&"function"==typeof window.performance.getEntriesByType&&(d=window.performance.getEntriesByType("resource"))){if(d.length>0){for(f=0,g=0;g<d.length;g++)0===d[g].duration&&f++;c.value=(f/d.length).toFixed(4)}else c.value=0;c.extra="support"}else c.value="",c.extra="notsupport";b.push(c),a.sendSignal()},!0)},sendSignal:function(){clearTimeout(c),c=setTimeout(function(){a.src="alipaymonitor://dispatch_monitor_message"},500)},renderIframe:function(){if(!a)try{a=document.createElement("iframe"),a.id="__AlipayH5PerformanceIframe",a.style.display="none",document.documentElement.appendChild(a)}catch(b){}}},d.init(),e={fetchMessageQueue:function(){var a=JSON.stringify(b);return b=[],a}},window.AlipayH5Performance=e)}();
\ No newline at end of file
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_share.js b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_share.js
new file mode 100755
index 0000000000000000000000000000000000000000..18ec232914d0b2ebb691e99e7bf4d291dc814bbf
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/NebulaPoseidon.bundle/h5_share.js
@@ -0,0 +1 @@
+window.AlipayH5Share||function(){var d,a={},b={title:"",imgUrl:"",link:"",desc:"",ready:!1},c={title:!1,link:!1,imgUrl:!1,desc:!1},e={init:function(a){var b=this;b.strict="undefined"==typeof a?!0:!!a,b.collectLink(),b.collectTitle(),b.collectDesc(),b.collectThumbnail()},collectLink:function(){var a=this,d=document.querySelector('meta[name="Alipay:link"]');d&&d.getAttribute("content")&&(b.link=d.getAttribute("content")),c.link=!0,a.collectReady()},collectTitle:function(){var e,a=this,d=document.querySelector('meta[name="Alipay:title"]');d&&d.getAttribute("content")?(c.title=!0,b.title=d.getAttribute("content"),a.collectReady()):document.title&&""!==document.title.trim()?(b.title=a.contentTidy(document.title),c.title=!0,a.collectReady()):document.getElementsByTagName("H1").length>0&&document.getElementsByTagName("H1")[0].textContent.length>0&&(e=a.nodeStrFliter(document.getElementsByTagName("H1")[0]),a.getStrLen(e)<=64&&e.length>0&&(b.title=e,c.title=!0,a.collectReady()))},collectThumbnail:function(){var f,a=this,e=document.querySelector('meta[name="Alipay:imgUrl"]');e&&e.getAttribute("content")?(c.imgUrl=!0,b.imgUrl=e.getAttribute("content"),a.collectReady()):(c.imgUrl=!1,a.collectReady(),d=Array.prototype.slice.call(document.images),a.findImgUrl(1e4,1e6),a.strict||(""==b.imgUrl&&a.findImgUrl(2500,1e4),""==b.imgUrl&&a.findImgUrl(1024,2500)),""==b.imgUrl&&(f=document.querySelector('link[type="image/x-icon"]'),f&&f.getAttribute("href")&&(c.imgUrl=!0,b.imgUrl=f.getAttribute("href"),a.collectReady())))},findImgUrl:function(a,f){var h,i,j,g=e;if(0===d.length)return c.imgUrl=!0,g.collectReady(),void 0;if(h=99999,d.length>0&&!c.imgUrl)for(i=0;i<d.length;i++)j=d[i],g.isHidden(j)||(j.complete||j.natureWidth)&&j.y<h&&j.naturalHeight*j.naturalWidth>=a&&j.naturalHeight*j.naturalWidth<f&&(b.imgUrl=j.src,h=j.y||0,c.imgUrl=!0,g.collectReady())},collectDesc:function(){var e,f,g,h,i,a=this,d=document.querySelector('meta[name="Alipay:desc"]');d&&d.getAttribute("content")&&(c.desc=!0,b.desc=d.getAttribute("content"),a.collectReady()),c.desc||a.tarvelPtags(50,2e3),c.desc||a.tarvelPtags(20,50),c.desc||a.travelDocument(document.body,50,2e3),c.desc||(e=document.querySelector('meta[name="description"]'),e&&e.getAttribute("content")&&(b.desc=a.contentTidy(e.getAttribute("content")),c.desc=!0,a.collectReady())),a.strict||(c.desc||a.travelDocument(document.body,20,50),c.desc||a.tarvelPtags(10,20),c.desc||a.travelDocument(document.body,10,20)),c.desc||(f=window.location.hostname,void 0!=f&&""!=f&&(b.desc=f,c.desc=!0,a.collectReady())),g=window.location.href,h=b.desc?b.desc:"",i=280-a.getStrLen(g),i<=a.getStrLen(h)&&i>=0&&(h=a.cutStr(h,Math.floor(i/2))),b.desc=h},collectReady:function(){c.title&&c.imgUrl&&c.link&&c.desc&&(b.ready=!0)},tarvelPtags:function(a,d){var g,h,i,e=this,f=Array.prototype.slice.call(document.getElementsByTagName("P"));if(f.length>0)for(g=0;g<f.length&&(h=f[g],"undefined"==typeof h||"Debug"==h.id||e.isHidden(h)||(i=h.textContent,e.getStrLen(i)>=a&&e.getStrLen(i)<d&&(i=e.nodeStrFliter(h,!1)),e.getStrLen(i)>=a&&e.getStrLen(i)<d&&(b.desc=i,c.desc=!0,e.collectReady()),!c.desc));g++);},travelDocument:function(a,d,e){var f,g,h,i,j;if(void 0!=a&&a.hasChildNodes()&&(f=this,g=a.childNodes,g&&g.length>0))for(h=0;h<g.length;h++)if(i=g[h],"undefined"!=typeof i){switch(i.nodeType){case 1:f.isHidden(i)||"P"!=i.nodeName&&"SCRIPT"!=i.nodeName&&"STYLE"!=i.nodeName&&"AUDIO"!=i.nodeName&&"VIDEO"!=i.nodeName&&f.travelDocument(i,d,e);break;case 3:j=i.nodeValue,f.getStrLen(j)>=d&&f.getStrLen(j)<e&&(j=f.contentTidy(j)),f.getStrLen(j)>=d&&f.getStrLen(j)<=e&&(b.desc=j,c.desc=!0,f.collectReady())}if(c.desc)break}},getStrLen:function(a){return a.replace(/[^\x00-\xff]/g,"xx").length},cutStr:function(a,b){var d,e,f,c=0;for(d=0;d<a.length;d++)if(e=a.charAt(d),c+=encodeURI(e).length>2?1:.5,c>=b)return f=c==b?d+1:d,a.substr(0,f)},getCurrentStyle:function(a,b){return window.getComputedStyle?window.getComputedStyle(a,null).getPropertyValue(b):a.currentStyle?a.currentStyle[b]:null},isHidden:function(a){var b=e,c=void 0!=a&&void 0!=a.nodeType&&"1"==a.nodeType&&("none"==b.getCurrentStyle(a,"display")||"hidden"==b.getCurrentStyle(a,"visibility"));return c?!0:void 0!=a.parentNode?b.isHidden(a.parentNode):!1},getType:function(a){return Object.prototype.toString.call(a).replace(/\[object (\w+)\]/,"$1").toLowerCase()},nodeStrFliter:function(a,b){b=b||!0;var c=this,d=a.cloneNode(!0);return b&&Array.prototype.forEach.call(d.querySelectorAll("img[alt]"),function(a){a.parentNode.replaceChild(document.createTextNode(a.alt),a)}),Array.prototype.forEach.call(d.querySelectorAll("script,style,link"),function(a){a.parentNode.replaceChild(document.createTextNode(""),a)}),d=c.contentTidy(d.textContent)},contentTidy:function(a){return a.replace(/\s{4}/g," ").replace(/(\r|\n)/g,"").trim()}};a.getShareContent=function(a){return a="undefined"==typeof a?!0:!!a,e.init(a),JSON.stringify(b)},document.addEventListener("JSPlugin_AlipayH5Share",function(a){var c="undefined"==typeof a.strict?!0:!!a.strict;window.AlipayJSBridge&&a.clientId&&(e.init(c),window.AlipayJSBridge&&a.clientId&&setTimeout(function(){e.init(c),AlipayJSBridge.callback(a.clientId,b)},0),AlipayJSBridge.callback(a.clientId,b))}),window.AlipayH5Share=a}();
\ No newline at end of file
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK
new file mode 100755
index 0000000000000000000000000000000000000000..4bc71220a5d6c35e01668c96352170dad2b24ff9
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_btn_bg@2x.png b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_btn_bg@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..78c76fae737320f62f97be8696cefd9df5db84cb
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_btn_bg@2x.png differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_custom_default@2x.png b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_custom_default@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..debe0ea3ae21a149a5a2ba22c9542ec33b1559f9
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_custom_default@2x.png differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_custom_default@3x.png b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_custom_default@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..ec6e34171401dc04bbebff809bdc4c2af470d2d1
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_menu_custom_default@3x.png differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_setting_more@2x.png b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_setting_more@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c72ca4124ca04dc17c5da8d89e1e271d97b3e641
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_setting_more@2x.png differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_subtitle_arrow@2x.png b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_subtitle_arrow@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..9a2218686cc11787853aa4654722f950b8a2cd58
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/NebulaSDK.bundle/nb_subtitle_arrow@2x.png differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/NebulaSDK.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDK.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/NebulaSDK.framework/readme.txt b/MPaaS/Frameworks/NebulaSDK.framework/readme.txt
new file mode 100755
index 0000000000000000000000000000000000000000..e8dd794081e7c1074a1584e000e1514ad0aa42b4
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDK.framework/readme.txt
@@ -0,0 +1,2 @@
+1.6.0.20161111
+1.6.0.20170420
diff --git a/MPaaS/Frameworks/NebulaSDKPlugins.framework/Headers/H5RPCCaller.h b/MPaaS/Frameworks/NebulaSDKPlugins.framework/Headers/H5RPCCaller.h
new file mode 100755
index 0000000000000000000000000000000000000000..c2bab5b408f3467afcb6e6d3ec7db5035323fdda
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDKPlugins.framework/Headers/H5RPCCaller.h
@@ -0,0 +1,17 @@
+//
+//  H5RPCCaller.h
+//  H5Service
+//
+//  Created by soft on 14-3-1.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface H5RPCCaller : NSObject
+@property (nonatomic, weak) PSDSession *session;
+
+- (void)callRPC:(NSDictionary*)dict completeBlock:(PSDJsApiResponseCallbackBlock)completeBlock;
+- (void)cancel;
+- (BOOL)isFinished;
+@end
diff --git a/MPaaS/Frameworks/NebulaSDKPlugins.framework/Headers/NPUtils.h b/MPaaS/Frameworks/NebulaSDKPlugins.framework/Headers/NPUtils.h
new file mode 100755
index 0000000000000000000000000000000000000000..5c1e1f0b8850806aacffa32126cda34398502c55
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDKPlugins.framework/Headers/NPUtils.h
@@ -0,0 +1,15 @@
+//
+//  NPUtils.h
+//  NebulaSDKPlugins
+//
+//  Created by tao zeng on 2017/10/30.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NPUtils : NSObject
+
++ (id)getProxyExpando:(NBViewControllerProxy *)proxy key:(NSString *)key clsName:(NSString *)clsName ;
+
+@end
diff --git a/MPaaS/Frameworks/NebulaSDKPlugins.framework/Info.plist b/MPaaS/Frameworks/NebulaSDKPlugins.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..d512607d00ec069a4c3e5b2ab1a82d1152d01dbb
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDKPlugins.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins b/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins
new file mode 100755
index 0000000000000000000000000000000000000000..f702db640d391429e0e84e3c36a3f2455b0f31b1
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins differ
diff --git a/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins-Info.plist b/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..01af302e9c77fb0f5defa0b747ac19471731e2f2
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins-Info.plist differ
diff --git a/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins.bundle/Poseidon-Config.plist b/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins.bundle/Poseidon-Config.plist
new file mode 100755
index 0000000000000000000000000000000000000000..cb9b7708ef0478e6b501dbb7355b330bccdbc251
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins.bundle/Poseidon-Config.plist
@@ -0,0 +1,318 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>JsApiRuntime</key>
+	<dict>
+		<key>JsApis</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PushWindow</string>
+				<key>jsApi</key>
+				<string>pushWindow</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PopWindow</string>
+				<key>jsApi</key>
+				<string>popWindow</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4StartSession</string>
+				<key>jsApi</key>
+				<string>startSession</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4ExitSession</string>
+				<key>jsApi</key>
+				<string>exitSession</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PopTo</string>
+				<key>jsApi</key>
+				<string>popTo</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>rpc</string>
+				<key>name</key>
+				<string>JsApiHandler4Rpc</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>getAPDataStorage</string>
+				<key>name</key>
+				<string>JsApiHandler4GetAPDataStorage</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>setAPDataStorage</string>
+				<key>name</key>
+				<string>JsApiHandler4SetAPDataStorage</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>removeAPDataStorage</string>
+				<key>name</key>
+				<string>JsApiHandler4RemoveAPDataStorage</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>startH5App</string>
+				<key>name</key>
+				<string>JsApiHandler4StartH5App</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>addNotifyListener</string>
+				<key>name</key>
+				<string>JsApiHandler4AddNotifyListener</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>postNotification</string>
+				<key>name</key>
+				<string>JsApiHandler4PostNotification</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>removeNotifyListener</string>
+				<key>name</key>
+				<string>JsApiHandler4RemoveNotifyListener</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>snapshot</string>
+				<key>name</key>
+				<string>JsApiHandler4Snapshot</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>startApp</string>
+				<key>name</key>
+				<string>JsApiHandler4StartApp</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>checkApp</string>
+				<key>name</key>
+				<string>JsApiHandler4CheckApp</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>toast</string>
+				<key>name</key>
+				<string>JsApiHandler4Toast</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>hideToast</string>
+				<key>name</key>
+				<string>JsApiHandler4HideToast</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>actionSheet</string>
+				<key>name</key>
+				<string>JsApiHandler4ActionSheet</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>getStartupParams</string>
+				<key>name</key>
+				<string>JsApiHandler4GetStartupParams</string>
+			</dict>
+		</array>
+	</dict>
+	<key>PluginRuntime</key>
+	<dict>
+		<key>Plugins</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Proxy</string>
+				<key>scope</key>
+				<string>proxy</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Service</string>
+				<key>scope</key>
+				<string>service</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Session</string>
+				<key>scope</key>
+				<string>session</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Scene</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4LoadingView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4TitleBar</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4NavigationTitleView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Toolbar</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4NavigationItem</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4ProgressView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>Plugin4Alert</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>Plugin4NavigationItem</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+		</array>
+	</dict>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins.bundle/plugins.plist b/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins.bundle/plugins.plist
new file mode 100755
index 0000000000000000000000000000000000000000..4a6ab8da0ffe16c02b57d48a12715fe2332b0778
--- /dev/null
+++ b/MPaaS/Frameworks/NebulaSDKPlugins.framework/NebulaSDKPlugins.bundle/plugins.plist
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!--
+   plugins.plist
+   NebulaSDKPlugins
+
+   Created by theone on 2017/9/19.
+   Copyright (c) 2017å¹´ Alipay. All rights reserved.
+-->
+<plist version="1.0">
+    <dict>
+    
+    </dict>
+</plist>
diff --git a/MPaaS/Frameworks/NebulaSDKPlugins.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/NebulaSDKPlugins.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/NebulaSDKPlugins.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NAApp.h b/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NAApp.h
new file mode 100755
index 0000000000000000000000000000000000000000..4c886306d075c6361a3216f53a20382131f63fcb
--- /dev/null
+++ b/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NAApp.h
@@ -0,0 +1,14 @@
+//
+//  NAApp.h
+//  NebulaAppBiz
+//
+//  Created by 扶瑶 on 16/3/4.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+
+@interface NAApp : NAMApp
+
+- (instancetype)initWithAppInfo:(UnionResourceItem *)info;
+
+@end
diff --git a/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NARequestManager.h b/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NARequestManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..531a7ba9ddfcfd24f0960e2dfd665097b6fbafbc
--- /dev/null
+++ b/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NARequestManager.h
@@ -0,0 +1,15 @@
+//
+//  NARequestManager.h
+//  NebulamPaaSBiz
+//
+//  Created by yangwei on 17/4/28.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NARequestManager : NSObject
+
++ (NARequestManager *)sharedInctance;
+
+@end
diff --git a/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NebulamPaaSBiz.h b/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NebulamPaaSBiz.h
new file mode 100755
index 0000000000000000000000000000000000000000..ad5e71f94c945f5e10b040d33cb136ff3047364d
--- /dev/null
+++ b/MPaaS/Frameworks/NebulamPaaSBiz.framework/Headers/NebulamPaaSBiz.h
@@ -0,0 +1,15 @@
+//
+//  NebulamPaaSBiz.h
+//  NebulamPaaSBiz
+//
+//  Created by yangwei on 17/4/24.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#ifndef NebulamPaaSBiz_h
+#define NebulamPaaSBiz_h
+
+#import "NAApp.h"
+#import "NARequestManager.h"
+
+#endif /* NebulamPaaSBiz_h */
diff --git a/MPaaS/Frameworks/NebulamPaaSBiz.framework/Info.plist b/MPaaS/Frameworks/NebulamPaaSBiz.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..ace60d5e2549ed35db593e2c3e314ecd9399a097
Binary files /dev/null and b/MPaaS/Frameworks/NebulamPaaSBiz.framework/Info.plist differ
diff --git a/MPaaS/Frameworks/NebulamPaaSBiz.framework/NebulamPaaSBiz b/MPaaS/Frameworks/NebulamPaaSBiz.framework/NebulamPaaSBiz
new file mode 100755
index 0000000000000000000000000000000000000000..ba5c15cad5731e465ab7b31ea145c47efbc767da
Binary files /dev/null and b/MPaaS/Frameworks/NebulamPaaSBiz.framework/NebulamPaaSBiz differ
diff --git a/MPaaS/Frameworks/NebulamPaaSBiz.framework/NebulamPaaSBiz-Info.plist b/MPaaS/Frameworks/NebulamPaaSBiz.framework/NebulamPaaSBiz-Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..4112dba8663fa770b092462d1687f953aeccc26b
Binary files /dev/null and b/MPaaS/Frameworks/NebulamPaaSBiz.framework/NebulamPaaSBiz-Info.plist differ
diff --git a/MPaaS/Frameworks/NebulamPaaSBiz.framework/en.lproj/InfoPlist.strings b/MPaaS/Frameworks/NebulamPaaSBiz.framework/en.lproj/InfoPlist.strings
new file mode 100755
index 0000000000000000000000000000000000000000..3967e063f94f2b9de2fdbeb4d90be9963443c793
Binary files /dev/null and b/MPaaS/Frameworks/NebulamPaaSBiz.framework/en.lproj/InfoPlist.strings differ
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenAtlasEncrypt.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenAtlasEncrypt.h
new file mode 100755
index 0000000000000000000000000000000000000000..3f14fe358b1b65f7c6e80b9b48da1658c3eb87aa
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenAtlasEncrypt.h
@@ -0,0 +1,20 @@
+//
+//  ISecurityGuardOpenAtlasEncrypt.h
+//  SecurityGuardWhiteBox
+//
+//  Created by lifengzhong on 15/11/9.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenAtlasEncrypt_h
+#define ISecurityGuardOpenAtlasEncrypt_h
+
+#import <SecurityGuardSDK/Open/OpenAtlasEncrypt/IOpenAtlasEncryptComponent.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenAtlasEncrypt <NSObject, IOpenAtlasEncryptComponent, IOpenSecurityGuardPluginInterface>
+
+@end
+
+
+#endif /* ISecurityGuardOpenAtlasEncrypt_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDataCollection.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDataCollection.h
new file mode 100755
index 0000000000000000000000000000000000000000..32f24d582dd14582a5a7c023eed531dfc45afdb7
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDataCollection.h
@@ -0,0 +1,20 @@
+//
+//  ISecurityGuardOpenDataCollection.h
+//  SecurityGuardMain
+//
+//  Created by lifengzhong on 15/11/10.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenDataCollection_h
+#define ISecurityGuardOpenDataCollection_h
+
+#import <SecurityGuardSDK/Open/OpenDataCollection/IOpenDataCollectionComponent.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenDataCollection <NSObject, IOpenDataCollectionComponent, IOpenSecurityGuardPluginInterface>
+
+@end
+
+
+#endif /* ISecurityGuardOpenDataCollection_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDynamicDataEncrypt.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDynamicDataEncrypt.h
new file mode 100755
index 0000000000000000000000000000000000000000..40dc262c2e3a8c6571b3db16cb5120f7ad22768a
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDynamicDataEncrypt.h
@@ -0,0 +1,20 @@
+//
+//  ISecurityGuardOpenDynamicDataEncrypt.h
+//  SecurityGuardMain
+//
+//  Created by lifengzhong on 15/11/10.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenDynamicDataEncrypt_h
+#define ISecurityGuardOpenDynamicDataEncrypt_h
+
+#import <SecurityGuardSDK/Open/OpenDynamicDataEncrypt/IOpenDynamicDataEncryptComponent.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenDynamicDataEncrypt <NSObject, IOpenDynamicDataEncryptComponent, IOpenSecurityGuardPluginInterface>
+
+@end
+
+
+#endif /* ISecurityGuardOpenDynamicDataEncrypt_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDynamicDataStore.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDynamicDataStore.h
new file mode 100755
index 0000000000000000000000000000000000000000..241db070c5a35c56edccce3649e3604e86a67c96
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenDynamicDataStore.h
@@ -0,0 +1,19 @@
+//
+//  ISecurityGuardOpenDynamicDataStore.h
+//  SecurityGuardMain
+//
+//  Created by lifengzhong on 15/11/10.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenDynamicDataStore_h
+#define ISecurityGuardOpenDynamicDataStore_h
+
+#import <SecurityGuardSDK/Open/OpenDynamicDataStore/IOpenDynamicDataStoreComponent.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenDynamicDataStore <NSObject, IOpenDynamicDataStoreComponent, IOpenSecurityGuardPluginInterface>
+
+@end
+
+#endif /* ISecurityGuardOpenDynamicDataStore_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenInitialize.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenInitialize.h
new file mode 100755
index 0000000000000000000000000000000000000000..35d79a155c2e9167f2bbf05bb25803978a9f5d35
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenInitialize.h
@@ -0,0 +1,19 @@
+//
+//  ISecurityGuardOpenInitialize.h
+//  SecurityGuardMain
+//
+//  Created by lifengzhong on 15/11/12.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenInitialize_h
+#define ISecurityGuardOpenInitialize_h
+#import <SecurityGuardSDK/Open/OpenInitialize/IOpenInitializeComponent.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenInitialize <NSObject, IOpenInitializeComponent, IOpenSecurityGuardPluginInterface>
+
+@end
+
+
+#endif /* ISecurityGuardOpenInitialize_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenOpenSDK.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenOpenSDK.h
new file mode 100755
index 0000000000000000000000000000000000000000..4e0a9bebdb7962e6b43691906d0a28a92e7250c8
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenOpenSDK.h
@@ -0,0 +1,19 @@
+//
+//  ISecurityGuardOpenOpenSDK.h
+//  SecurityGuardTAE
+//
+//  Created by lifengzhong on 15/11/9.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenOpenSDK_h
+#define ISecurityGuardOpenOpenSDK_h
+
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+#import <SecurityGuardSDK/Open/OpenOpenSDK/IOpenOpenSDKComponent.h>
+
+@protocol ISecurityGuardOpenOpenSDK <NSObject, IOpenOpenSDKComponent, IOpenSecurityGuardPluginInterface>
+
+@end
+
+#endif /* ISecurityGuardOpenOpenSDK_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenSafeToken.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenSafeToken.h
new file mode 100755
index 0000000000000000000000000000000000000000..7b54bbc7af1e8a4d921746e2fe43ec46110bd065
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenSafeToken.h
@@ -0,0 +1,76 @@
+//
+//  ISecurityGuardOpenSafeToken.h
+//  SecurityGuardMain
+//
+//  Created by chenkong on 15/12/17.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenSafeToken_h
+#define ISecurityGuardOpenSafeToken_h
+
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenSafeToken <NSObject, IOpenSecurityGuardPluginInterface>
+
+/**
+ *  存储token
+ *  @param value 存储的value
+ *  @param key token值对应的key
+ *  @return 存储操作的结果
+ */
+- (BOOL) saveToken: (NSString*) value
+            forKey: (NSString*) key
+        additional: (NSString*) additional
+              flag: (int) flag;
+
+/**
+ *  检测token是否存在
+ *  @param key string值对应的key
+ *  @return 检测token是否存在的结果
+ */
+- (BOOL) isTokenExist: (NSString*) key;
+
+/**
+ *  删除本地存储的token
+ *  @param key 存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (void) removeToken: (NSString*) key;
+
+/**
+ *  使用token加密数据
+ *  @param key token值对应的key
+ *  @param plaintext 待加密的byte数组
+ *  @param flag 扩展参数,缺省为0
+ *  @return 返回加密结果,加密失败返回nil
+ */
+- (NSData*) encryptWithToken: (NSString*) key
+                   inputData: (NSData*) plaintext
+                        flag: (int)  flag;
+
+/**
+ *  使用token解密数据
+ *  @param key token值对应的key
+ *  @param encrypted 待解密的数据
+ *  @param flag 扩展参数,缺省为0
+ *  @return 返回解密结果,解密失败返回nil
+ */
+- (NSData*) decryptWithToken: (NSString*)  key
+                   inputData: (NSData*) encrypted
+                        flag: (int)  flag;
+
+/**
+ *  使用token对数据进行签名
+ *  @param key token值对应的key
+ *  @param data 待签名的byte数组
+ *  @param flag 扩展参数,缺省为0
+ *  @return 返回签名结果,签名失败返回nil
+ */
+- (NSString*) signWithToken: (NSString*) key
+                  inputData: (NSData*) data
+                       flag: (int) flag;
+
+@end
+
+#endif /* ISecurityGuardOpenSafeToken_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenSecureSignature.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenSecureSignature.h
new file mode 100755
index 0000000000000000000000000000000000000000..54897851a1f5d5c64aea2f7a75b7b6235b1d0935
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenSecureSignature.h
@@ -0,0 +1,21 @@
+//
+//  ISecurityGuardOpenSecureSignature.h
+//  SecurityGuardMain
+//
+//  Created by lifengzhong on 15/11/10.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenSecureSignature_h
+#define ISecurityGuardOpenSecureSignature_h
+
+#import <SecurityGuardSDK/Open/OpenSecureSignature/IOpenSecureSignatureComponent.h>
+#import <SecurityGuardSDK/Open/OpenSecureSignature/OpenSecureSignatureDefine.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+#import <SecurityGuardSDK/Open/OpenSecurityGuardParamContext.h>
+
+@protocol ISecurityGuardOpenSecureSignature <NSObject>
+
+@end
+
+#endif /* ISecurityGuardOpenSecureSignature_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticDataEncrypt.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticDataEncrypt.h
new file mode 100755
index 0000000000000000000000000000000000000000..2adb69c65bce4b35f22f952fed8076c8fa0013d3
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticDataEncrypt.h
@@ -0,0 +1,21 @@
+//
+//  ISecurityGuardOpenStaticDataEncrypt.h
+//  SecurityGuardMain
+//
+//  Created by lifengzhong on 15/11/10.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenStaticDataEncrypt_h
+#define ISecurityGuardOpenStaticDataEncrypt_h
+
+#import <SecurityGuardSDK/Open/OpenStaticDataEncrypt/IOpenStaticDataEncryptComponent.h>
+#import <SecurityGuardSDK/Open/OpenStaticDataEncrypt/OpenStaticDataEncryptDefine.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenStaticDataEncrypt <NSObject, IOpenStaticDataEncryptComponent, IOpenSecurityGuardPluginInterface>
+
+@end
+
+
+#endif /* ISecurityGuardOpenStaticDataEncrypt_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticDataStore.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticDataStore.h
new file mode 100755
index 0000000000000000000000000000000000000000..e9c7cc087f2998341fac460807de57863339e464
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticDataStore.h
@@ -0,0 +1,20 @@
+//
+//  ISecurityGuardOpenStaticDataStore.h
+//  SecurityGuardMain
+//
+//  Created by lifengzhong on 15/11/7.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenStaticDataStore_h
+#define ISecurityGuardOpenStaticDataStore_h
+
+#import <SecurityGuardSDK/Open/OpenStaticDataStore/IOpenStaticDataStoreComponent.h>
+#import <SecurityGuardSDK/Open/OpenStaticDataStore/OpenStaticDataStoreDefine.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenStaticDataStore <NSObject, IOpenStaticDataStoreComponent, IOpenSecurityGuardPluginInterface>
+@end
+
+
+#endif /* ISecurityGuardOpenStaticDataStore_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticKeyEncrypt.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticKeyEncrypt.h
new file mode 100755
index 0000000000000000000000000000000000000000..ed2d999d918ddfe62e2dcd0232d9de97dd92e84c
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenStaticKeyEncrypt.h
@@ -0,0 +1,21 @@
+//
+//  ISecurityGuardOpenStaticKeyEncrypt.h
+//  SecurityGuardTAE
+//
+//  Created by lifengzhong on 15/11/9.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenStaticKeyEncrypt_h
+#define ISecurityGuardOpenStaticKeyEncrypt_h
+
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+#import <SecurityGuardSDK/Open/OpenStaticKeyEncrypt/IOpenStaticKeyEncryptComponent.h>
+#import <SecurityGuardSDK/Open/OpenStaticKeyEncrypt/OpenStaticKeyEncryptDefine.h>
+
+@protocol ISecurityGuardOpenStaticKeyEncrypt <NSObject, IOpenStaticKeyEncryptComponent, IOpenSecurityGuardPluginInterface>
+
+@end
+
+
+#endif /* ISecurityGuardOpenStaticKeyEncrypt_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenUMID.h b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenUMID.h
new file mode 100755
index 0000000000000000000000000000000000000000..1b997af91fa3ce163036c9ea8ddba0d60a874fd6
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Headers/ISecurityGuardOpenUMID.h
@@ -0,0 +1,21 @@
+//
+//  ISecurityGuardOpenUMID.h
+//  SecurityGuardMain
+//
+//  Created by lifengzhong on 15/11/10.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef ISecurityGuardOpenUMID_h
+#define ISecurityGuardOpenUMID_h
+
+#import <SecurityGuardSDK/Open/OpenUMID/IOpenUMIDComponent.h>
+#import <SecurityGuardSDK/Open/IOpenSecurityGuardPlugin.h>
+
+@protocol ISecurityGuardOpenUMID <NSObject, IOpenUMIDComponent, IOpenSecurityGuardPluginInterface>
+
+
+@end
+
+
+#endif /* ISecurityGuardOpenUMID_h */
diff --git a/MPaaS/Frameworks/SGMain.framework/Info.plist b/MPaaS/Frameworks/SGMain.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..8df2c0dd34d12adfb06d87676b9202dc601a20e8
--- /dev/null
+++ b/MPaaS/Frameworks/SGMain.framework/Info.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleIdentifier</key>
+	<string>com.alimobilesec.SGMain</string>
+	<key>CFBundleName</key>
+	<string>SGMain</string>
+	<key>CFBundleShortVersionString</key>
+	<string>5.0.71</string>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/SGMain.framework/SGMain b/MPaaS/Frameworks/SGMain.framework/SGMain
new file mode 100755
index 0000000000000000000000000000000000000000..e3aad9d709d0dd9ee6c4a9de60b76c028d9850c1
Binary files /dev/null and b/MPaaS/Frameworks/SGMain.framework/SGMain differ
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityCipher.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityCipher.h
new file mode 100755
index 0000000000000000000000000000000000000000..1b07c8b030953a6312d6b78fded7d26d13e22b28
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityCipher.h
@@ -0,0 +1,23 @@
+//
+//  SecurityCipher.h
+//  SecurityGuardSDK
+//
+//  Created by lifengzhong on 15/1/19.
+//  Copyright (c) 2015å¹´ Li Fengzhong. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface SecurityCipher : NSObject
+
++ (NSString*) encryptString: (NSString*) input key: (NSString*) key;
+
++ (NSString*) decryptString: (NSString*) input key: (NSString*) key;
+
++ (NSData*) encryptBinary: (NSData*) input key: (NSString*) key;
+
++ (NSData*) decryptBinary: (NSData*) input key: (NSString*) key;
+
++ (NSString*) atlasEncryptString: (NSString*) input ;
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecuritySignature.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecuritySignature.h
new file mode 100755
index 0000000000000000000000000000000000000000..8726c6e5e6dfe1ca4cfa86c45658dc64230756f3
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecuritySignature.h
@@ -0,0 +1,19 @@
+//
+//  SecuritySignature.h
+//  SecurityGuardSDK
+//
+//  Created by lifengzhong on 15/1/19.
+//  Copyright (c) 2015å¹´ Li Fengzhong. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface SecuritySignature : NSObject
+
++ (NSString*) sign: (NSString*) input key: (NSString*) key;
+
++ (NSString*) signWithSimulator: (NSString*) input key: (NSString*) key;
+
++ (NSString*) atlasSign: (NSString*) input key: (NSString*) key;
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityStorage.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityStorage.h
new file mode 100755
index 0000000000000000000000000000000000000000..65a6aafd6581e43d0fa1bdffb5c1c937f79b8341
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityStorage.h
@@ -0,0 +1,19 @@
+//
+//  SecurityStorage.h
+//  SecurityGuardSDK
+//
+//  Created by lifengzhong on 15/1/19.
+//  Copyright (c) 2015å¹´ Li Fengzhong. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface SecurityStorage : NSObject
+
++ (NSInteger) putString: (NSString*) value key: (NSString*) key;
+
++ (NSString*) getString: (NSString*) key;
+
++ (void) removeString: (NSString*) key;
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityVerification.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityVerification.h
new file mode 100755
index 0000000000000000000000000000000000000000..19078e461bb97667fdb67f0f14496bbe14a064dd
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SecurityVerification.h
@@ -0,0 +1,25 @@
+//
+//  SecurityVerification.h
+//  SecurityGuardSDKPro
+//
+//  Created by lifengzhong on 15/8/13.
+//  Copyright (c) 2015å¹´ alibaba. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface SecurityVerification : NSObject
+
+
+/**
+ *  聚安全防控接口
+ *
+ *  @param info           其他需要的信息,以key-v形式存于info中,可选
+ *  @param timeout        接口调用超时时间,单位秒,最大不超过22,最小不小于1
+ *
+ *  @return 聚安全服务器返回的安全token
+ */
++ (NSString*) doJAQVerfificationSync: (NSDictionary*) info
+                             timeout: (NSInteger) timeout;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SimulatorDetect.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SimulatorDetect.h
new file mode 100755
index 0000000000000000000000000000000000000000..9dd845be7c2ac98448af69998ae95937a35eec91
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/JAQ/SimulatorDetect.h
@@ -0,0 +1,18 @@
+//
+//  SimulatorDetect.h
+//  SecurityGuardSDKPro
+//
+//  Created by yangzhao.zy on 15/8/21.
+//  Copyright (c) 2015å¹´ alibaba. All rights reserved.
+//
+
+#ifndef SecurityGuardSDKPro_SimulatorDetect_h
+#define SecurityGuardSDKPro_SimulatorDetect_h
+
+@interface SimulatorDetect : NSObject
+
++ (BOOL) isSimulator;
+
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/IOpenSecurityGuardPlugin.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/IOpenSecurityGuardPlugin.h
new file mode 100755
index 0000000000000000000000000000000000000000..eecad273c5f343c77fd3409631aac31d8074f669
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/IOpenSecurityGuardPlugin.h
@@ -0,0 +1,46 @@
+//
+//  IOpenSecurityGuardPlugin.h
+//  SecurityGuardSDK
+//
+//  Created by lifengzhong on 15/11/6.
+//  Copyright © 2015年 Li Fengzhong. All rights reserved.
+//
+
+#ifndef IOpenSecurityGuardPlugin_h
+#define IOpenSecurityGuardPlugin_h
+
+#define PLUGIN_META_INFO_NAME                    @"name"
+#define PLUGIN_META_INFO_VERSON                  @"version"
+#define PLUGIN_META_INFO_PLATFORM                @"platform"
+#define PLUGIN_META_INFO_DEPENDENCY              @"dependency"
+#define PLUGIN_META_INFO_DEPENDENCY_NAME         @"dependency_name"
+#define PLUGIN_META_INFO_DEPENDENCY_MIN_VERSION  @"dependency_min_version"
+#define PLUGIN_META_INFO_DEPENDENCY_OPTIONAL     @"dependency_optional"
+#define PLUGIN_META_INFO_RESOURCE                @"resource"
+#define PLUGIN_META_INFO_RESOURCE_NAME           @"resource_name"
+#define PLUGIN_META_INFO_RESOURCE_MIN_VERSION    @"resource_min_version"
+
+
+#define PLUGIN_META_INFO_PLATFORM_UNI            @0
+#define PLUGIN_META_INFO_PLATFORM_EXT            @1
+#define PLUGIN_META_INFO_PLATFORM_INT            @2
+#define PLUGIN_META_INFO_DEPENDENCY_OPTIONAL_YES @1
+#define PLUGIN_META_INFO_DEPENDENCY_OPTIONAL_NO  @0
+
+@protocol IOpenSecurityGuardPlugin <NSObject>
+
++ (NSDictionary*) getMetaInfo;
+
++ (NSInteger) initializePlugin: (NSValue*) initParam;
+
++ (void*) pluginEntry;
+
+@end
+
+@protocol IOpenSecurityGuardPluginInterface <NSObject>
+
+- (Class) getMetaClass;
+
+@end
+
+#endif /* IOpenSecurityGuardPlugin_h */
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenAtlasEncrypt/IOpenAtlasEncryptComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenAtlasEncrypt/IOpenAtlasEncryptComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..2ea1be3ff3a4aaf191beea6bf5a56a6692bb05d7
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenAtlasEncrypt/IOpenAtlasEncryptComponent.h
@@ -0,0 +1,29 @@
+//
+// SecurityGuardSDK version 2.1.0
+//
+
+#import <Foundation/Foundation.h>
+
+
+/**
+ *  增强加解密算法
+ */
+@protocol IOpenAtlasEncryptComponent <NSObject>
+
+
+
+/**
+ *  传入需要处理的数据,生成加密结果返回
+ *
+ *  @param needProcessValue 需要加密的数据
+ *
+ *  @param authCode SDK授权码
+ *
+ *  @return 返回加密的字符串,失败时返回nil
+ */
+- (NSString*) atlasSafeEncrypt: (NSString*) needProcessValue
+                      authCode: (NSString*) authCode;
+
+
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDataCollection/IOpenDataCollectionComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDataCollection/IOpenDataCollectionComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..288991f59d562753abba1c249ed33d9b8bff4b57
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDataCollection/IOpenDataCollectionComponent.h
@@ -0,0 +1,24 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#import <Foundation/Foundation.h>
+
+@protocol IOpenDataCollectionComponent <NSObject>
+
+/**
+ *  设置用户昵称
+ *  @param nick, 用户昵称
+ *  @return YES, 设置后值发生改变, NO, 设置失败或值未发生改变
+ */
+- (BOOL) setNick:(NSString*) nick;
+
+
+/**
+ *  获取用户昵称
+ *
+ *  @return 用户昵称,获取失败返回nil
+ */
+- (NSString*) getNick;
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDynamicDataEncrypt/IOpenDynamicDataEncryptComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDynamicDataEncrypt/IOpenDynamicDataEncryptComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..374eca4149dce27accef284e8f4ffe1a79301bd2
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDynamicDataEncrypt/IOpenDynamicDataEncryptComponent.h
@@ -0,0 +1,93 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#ifndef OpenSecurityGuardSDK_IOpenDynamicDataEncryptComponent_h
+#define OpenSecurityGuardSDK_IOpenDynamicDataEncryptComponent_h
+
+
+
+/**
+ *  动态加解密接口
+ */
+@protocol IOpenDynamicDataEncryptComponent <NSObject>
+
+
+
+/**
+ *  动态加密字符串值
+ *
+ *  @param key string值对应的key
+ *
+ *  @return 返回加密结果,加密失败返回nil
+ */
+- (NSString*) dynamicEncrypt: (NSString*) plainText;
+
+
+/**
+ *  动态解密字符串值
+ *
+ *  @param cipherText string需要解密的字符串值
+ *
+ *  @return 返回解密结果,解密失败返回nil
+ */
+- (NSString*) dynamicDecrypt: (NSString*) cipherText;
+
+/**
+ *  动态加密byte数组
+ *
+ *  @param plainByteArray 待加密的byte数组
+ *
+ *  @return 返回加密结果,加密失败返回nil
+ */
+- (NSData*) dynamicEncryptByteArray: (NSData*) plainByteArray;
+
+
+/**
+ *  动态解密byte数组
+ *
+ *  @param plainByteArray 需要解密的byte数组
+ *
+ *  @return 返回解密结果,解密失败返回nil
+ */
+- (NSData*) dynamicDecryptByteArray: (NSData*) cipherByteArray;
+
+/**
+ *  动态加密字符串值(加解密过程依赖设备硬件)
+ *
+ *  @param key string值对应的key
+ *
+ *  @return 返回加密结果,加密失败返回nil
+ */
+- (NSString*) dynamicEncryptDDp: (NSString*) plainText;
+
+/**
+ *  动态解密字符串值(加解密过程依赖设备硬件)
+ *
+ *  @param cipherText string需要解密的字符串值
+ *
+ *  @return 返回解密结果,解密失败返回nil
+ */
+- (NSString*) dynamicDecryptDDp: (NSString*) cipherText;
+
+/**
+ *  动态加密byte数组(加解密过程依赖设备硬件)
+ *
+ *  @param plainByteArray 待加密的byte数组
+ *
+ *  @return 返回加密结果,加密失败返回nil
+ */
+- (NSData*) dynamicEncryptByteArrayDDp: (NSData*) plainByteArray;
+
+/**
+ *  动态解密byte数组(加解密过程依赖设备硬件)
+ *
+ *  @param plainByteArray 需要解密的byte数组
+ *
+ *  @return 返回解密结果,解密失败返回nil
+ */
+- (NSData*) dynamicDecryptByteArrayDDp: (NSData*) cipherByteArray;
+
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDynamicDataStore/IOpenDynamicDataStoreComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDynamicDataStore/IOpenDynamicDataStoreComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..3e2cfba4e84b107fe4a036387f8c3c100b302d7e
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenDynamicDataStore/IOpenDynamicDataStoreComponent.h
@@ -0,0 +1,270 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#ifndef OpenSecurityGuardSDK_IOpenDynamicDataStoreComponent_h
+#define OpenSecurityGuardSDK_IOpenDynamicDataStoreComponent_h
+
+
+
+/**
+ *  动态存储接口
+ */
+@protocol IOpenDynamicDataStoreComponent <NSObject>
+
+
+#pragma mark DDS interface
+/**
+ *  获取动态存储中的string值
+ *  @param key string值对应的key
+ *  @return 返回存储的value,如果没有找到,返回nil
+ */
+- (NSString*) getString: (NSString*) key;
+
+
+/**
+ *  向动态存储中存储string
+ *  @param value 要存储的string
+ *  @param key   存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (int) putString: (NSString*) value forKey: (NSString*) key;
+
+
+/**
+ *  删除key对应的string值
+ *  @param key 删除操作的结果
+ */
+- (void) removeStringForKey: (NSString*) key;
+
+/**
+ *  获取动态存储中的data值
+ *  @param key data值对应的key
+ *  @return 存储中存储的value,如果没有找到,返回nil
+ */
+- (NSData*) getData: (NSString*) key;
+
+
+/**
+ *  向动态存储中存储data
+ *  @param value 要存储的data(存入的data size不宜过大)
+ *  @param key   存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (int) putData: (NSData*) value forKey: (NSString*) key;
+
+
+/**
+ *  删除key对应的data值
+ *  @param key 删除操作的结果
+ */
+- (void) removeDataForKey: (NSString*) key;
+
+
+/**
+ *  获取动态存储中的integer值
+ *  @param key integer值对应的key
+ *  @return 存储中存储的value,如果没有找到,返回0
+ */
+- (NSInteger) getInteger: (NSString*) key;
+
+
+
+/**
+ *  向动态存储中存储integer
+ *  @param value 要存储的integer
+ *  @param key   存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (int) putInteger: (NSInteger) value forKey: (NSString*) key;
+
+
+
+/**
+ *  删除key对应的integer值
+ *  @param key 删除操作的结果
+ */
+- (void) removeIntegerForKey: (NSString*) key;
+
+
+
+/**
+ *  获取动态存储中的float值
+ *  @param key float值对应的key
+ *  @return 存储中存储的value,如果没有找到,返回0.0f
+ */
+- (float) getFloat: (NSString*) key;
+
+
+
+/**
+ *  向动态存储中存储float
+ *  @param value 要存储的float
+ *  @param key   存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (int) putFloat: (float) value forKey: (NSString*) key;
+
+
+
+/**
+ *  删除key对应的float值
+ *  @param key 删除操作的结果
+ */
+- (void) removeFloatForKey: (NSString*) key;
+
+
+
+/**
+ *  获取动态存储中的double值
+ *  @param key double值对应的key
+ *  @return 存储中存储的value,如果没有找到,返回0.0f
+ */
+- (double) getDouble: (NSString*) key;
+
+
+
+/**
+ *  向动态存储中存储double
+ *  @param value 要存储的double
+ *  @param key   存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (int) putDouble: (double) value forKey: (NSString*) key;
+
+
+
+/**
+ *  删除key对应的double值
+ *  @param key 删除操作的结果
+ */
+- (void) removeDoubleForKey: (NSString*) key;
+
+
+
+/**
+ *  获取动态存储中的bool值
+ *  @param key bool值对应的key
+ *  @return 存储中存储的value,如果没有找到,返回NO
+ */
+- (BOOL) getBool: (NSString*) key;
+
+
+
+/**
+ *  向动态存储中存储bool
+ *  @param value 要存储的bool
+ *  @param key   存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (int) putBool: (BOOL) value forKey: (NSString*) key;
+
+
+
+/**
+ *  删除key对应的boll值
+ *  @param key 删除操作的结果
+ */
+- (void) removeBoolForKey: (NSString*) key;
+
+#pragma mark DDp interface
+/**
+ *  获取动态存储中的string值(加解密过程依赖设备硬件)
+ *  @param key string值对应的key
+ *  @return 返回存储的value,如果没有找到,返回nil
+ */
+- (NSString*) getStringDDp: (NSString*) key;
+
+/**
+ *  向动态存储中存储string(加解密过程依赖设备硬件)
+ *  @param value 要存储的string
+ *  @param key   存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (int) putStringDDp: (NSString*) value forKey: (NSString*) key;
+
+/**
+ *  删除key对应的string值(加解密过程依赖设备硬件)
+ *  @param key 删除操作的结果
+ */
+- (void) removeStringForKeyDDp: (NSString*) key;
+
+/**
+ *  获取动态存储中的data值(加解密过程依赖设备硬件)
+ *  @param key data值对应的key
+ *  @return 存储中存储的value,如果没有找到,返回nil
+ */
+- (NSData*) getDataDDp: (NSString*) key;
+
+/**
+ *  向动态存储中存储data(加解密过程依赖设备硬件)
+ *  @param value 要存储的data(存入的data size不宜过大)
+ *  @param key   存储值要使用的key
+ *  @return 存储操作结果
+ */
+- (int) putDataDDp: (NSData*) value forKey: (NSString*) key;
+
+/**
+ *  删除key对应的data值(加解密过程依赖设备硬件)
+ *  @param key 删除操作的结果
+ */
+- (void) removeDataForKeyDDp: (NSString*) key;
+
+
+#pragma mark DDpEx interface
+/**
+ *  获取本地存储的String数据
+ *  @param key   存储值要使用的key
+ *  @param flag 扩展参数,缺省为0
+ *  @return 存储操作结果
+ */
+- (NSString*) getStringDDpEx: (NSString*) key flag: (int) flag;
+
+/**
+ *  存储String数据
+ *  @param value 存储的value
+ *  @param key value对应的key
+ *  @return 存储操作的结果
+ */
+- (BOOL) putStringDDpEx: (NSString*) value forKey: (NSString*) key flag: (int) flag;
+
+/**
+ *  删除本地存储的String数据
+ *  @param key   存储值要使用的key
+ *  @param flag 扩展参数,缺省为0
+ *  @return 存储操作结果
+ */
+- (void) removeStringDDpEx: (NSString*) key flag: (int) flag;
+
+/**
+ *  获取本地存储的Data数据
+ *  @param 存储值要使用的key
+ *  @param flag 扩展参数,缺省为0
+ *  @return 存储操作结果
+ */
+- (NSData*) getDataDDpEx: (NSString*) key flag: (int) flag;
+
+
+/**
+ *  存储Data数据
+ *  @param value 存储的Data数据
+ *  @param key value对应的key
+ *  @return 检测token是否存在的结果
+ */
+- (BOOL) putDataDDpEx: (NSData*) value forKey: (NSString*) key flag: (int) flag;
+
+
+/**
+ *  删除本地存储的Data数据
+ *  @param 存储值要使用的key
+ *  @param flag 扩展参数,缺省为0
+ *  @return 存储操作结果
+ */
+- (void) removeDataDDpEx: (NSString*) key flag: (int) flag;
+
+
+@end
+
+
+
+#endif
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenInitialize/IOpenInitializeComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenInitialize/IOpenInitializeComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..598a8b78b278079c8e64ce60223a5437034c4329
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenInitialize/IOpenInitializeComponent.h
@@ -0,0 +1,30 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#ifndef OpenSecurityGuardSDK_IOpenInitializeComponent_h
+#define OpenSecurityGuardSDK_IOpenInitializeComponent_h
+
+
+
+/**
+ *  初始化component protocal
+ */
+@protocol IOpenInitializeComponent <NSObject>
+
+
+
+/**
+ *  初始化接口
+ *
+ *  @return 初始化结果
+ */
+- (NSInteger) initialize;
+
+
+
+@end
+
+
+
+#endif
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenNoCaptcha/IOpenNoCaptchaComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenNoCaptcha/IOpenNoCaptchaComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..f8becc8eb856648f722527bb76df9f5b84f97616
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenNoCaptcha/IOpenNoCaptchaComponent.h
@@ -0,0 +1,53 @@
+//
+//  IOpenNoCaptchaComponent.h
+//  SecurityGuardSDK
+//
+//  Created by chenkong on 15/4/29.
+//  Copyright (c) 2015å¹´ Li Fengzhong. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <CoreGraphics/CGGeometry.h>
+
+@protocol IOpenNoCaptchaComponent <NSObject>
+
+
+/**
+ *  初始化无痕验证模块
+ *
+ *  @param appKey 接入应用使用的appkey
+ *  @param pageName 页面名称
+ *  @param screenWidth 表示屏幕的宽度像素值
+ *  @param screenHeight 表示屏幕的高度像素值
+ *  @param retryTimes 校验重试次数
+ *  @param statusCB 回调函数
+ *  @param authCode 二方用户请传nil,三方用户请传AuthCode
+ */
+-(void) initNoCaptcha: (NSString*) appKey
+             pageName: (NSString*) pageName
+                width: (int) screenWidth
+               height: (int) screenHeight
+                retry: (int) retryTimes
+               status: (void(^)(NSInteger status, CGPoint pt1, CGPoint pt2, NSString* token, NSString* sig, NSString* sessionID))statusCb
+             authCode: (NSString*) authCode;
+
+/**
+ *  写入用户触屏打点数据
+ *
+ *  @param touchEvent touch的类型
+ *  @param pt 打点的坐标
+ */
+-(BOOL) putNoCaptchaTraceRecord: (NSInteger) touchEvent
+                          point: (CGPoint) pt;
+
+/**
+ *  请求进行无线验证
+ *
+ *  @param appKey 接入应用使用的appkey
+ *  @param statusCB 回调函数
+ */
+-(void) noCaptchaVerification: (NSString*)appKey
+                       status: (void(^)(NSInteger status, CGPoint pt1, CGPoint pt2, NSString* token, NSString* sig, NSString* sessionID))statusCb;
+
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenNoCaptcha/OpenNoCaptchaDefine.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenNoCaptcha/OpenNoCaptchaDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..14d3663c76be466395fec4e48a82f07c8fd6501b
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenNoCaptcha/OpenNoCaptchaDefine.h
@@ -0,0 +1,34 @@
+//
+//  OpenNoCaptchaDefine.h
+//  SecurityGuardSDK
+//
+//  Created by chenkong on 15/4/29.
+//  Copyright (c) 2015å¹´ Li Fengzhong. All rights reserved.
+//
+
+//touch event type
+extern NSInteger const OPEN_TOUCH_TYPE_BEGAN;
+extern NSInteger const OPEN_TOUCH_TYPE_MOVED;
+extern NSInteger const OPEN_TOUCH_TYPE_ENDED;
+
+
+//status code
+extern NSInteger const OPEN_NC_INIT_SUCCEED;                  //101 返回两个渲染坐标
+extern NSInteger const OPEN_NC_VERI_SUCCEED;                  //102 返回token,sig,sessionId
+extern NSInteger const OPEN_NC_RETRY;                         //103 返回两个渲染坐标
+extern NSInteger const OPEN_NC_SERVER_FAULT;                  //104 返回token,sig,sessionId
+
+//error status code
+extern NSInteger const OPEN_NC_INVALID_PARA;                  //1201
+extern NSInteger const OPEN_NC_NO_MEMORY;                     //1202
+extern NSInteger const OPEN_NC_NOT_INIT_YET;                  //1203
+extern NSInteger const OPEN_NC_QUEUE_FULL;                    //1204
+extern NSInteger const OPEN_NC_RETRY_TO_MAX;                  //1205
+extern NSInteger const OPEN_NC_HTTP_NO_TOKEN;                 //1206
+extern NSInteger const OPEN_NC_HTTP_REQUEST_FAIL;             //1207
+extern NSInteger const OPEN_NC_SERVER_RETURN_ERROR;           //1208
+extern NSInteger const OPEN_NC_VERI_GET_WUA_FAIL;             //1209
+extern NSInteger const OPEN_NC_VERI_GET_TRACE_FAIL;           //1210
+extern NSInteger const OPEN_NC_VERI_APPKEY_MISMATCH;          //1211
+extern NSInteger const OPEN_NC_VERI_SESSION_EXPIRED;          //1212
+extern NSInteger const OPEN_NC_UNKNOWN_ERROR;                 //1299
\ No newline at end of file
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenOpenSDK/IOpenOpenSDKComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenOpenSDK/IOpenOpenSDKComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..e62c911dd60b12ec60be6aed444a19fea7785f4f
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenOpenSDK/IOpenOpenSDKComponent.h
@@ -0,0 +1,43 @@
+
+
+#import <Foundation/Foundation.h>
+
+/**
+ * User ID 的BizType
+ * */
+extern const unsigned char BIZ_UID[];
+
+/**
+ * Item ID 的BizType
+ * */
+extern const unsigned char BIZ_IID[];
+
+/**
+ * Trade ID 的BizType
+ * */
+extern const unsigned char BIZ_TID[];
+
+
+@protocol IOpenOpenSDKComponent <NSObject>
+/**
+ * 分析 Open ID
+ *
+ * @param openId        openId的数值
+ *
+ * @param appIdKey      appId对应的key值
+ *
+ * @param saltKey       salt对应的key值
+ *
+ * @param bizType       解析类型
+ *
+ * @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ * @return	openId中包含的指定内容,传人非法参数时返回nil
+ */
+- (NSNumber*) analyzeOpenId:(NSString*) openId
+                   appIdKey: (NSString*) appIdKey
+                    saltKey: (NSString*) saltKey
+                    bizType: (NSData*) bizType
+                    authCode: (NSString*) authCode;
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecureSignature/IOpenSecureSignatureComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecureSignature/IOpenSecureSignatureComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..b30e0a35fa92459fbf517b9f63f8d4f71bc235e1
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecureSignature/IOpenSecureSignatureComponent.h
@@ -0,0 +1,46 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#ifndef OpenSecurityGuardSDK_IOpenSecureSignatureComponent_h
+#define OpenSecurityGuardSDK_IOpenSecureSignatureComponent_h
+
+@class OpenSecurityGuardParamContext;
+
+
+
+/**
+ *  签名接口
+ */
+@protocol IOpenSecureSignatureComponent <NSObject>
+
+
+
+/**
+ *  发起签名请求
+ *
+ *  @param paramContext 包含签名所需要参数的结构体对象
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return 签名值,失败时返回nil
+ */
+- (NSString*) signRequest: (OpenSecurityGuardParamContext*) paramContext
+                 authCode: (NSString*) authCode;
+
+
+/*
+ *  对cookie进行签名加密
+ *
+ *  @param key       计算文件签名时用到的密钥所对应的key
+ *  @param data      需要签名加密的cookie数据
+ */
+- (NSString*) getSafeCookie: (NSString*) data
+                  secretKey: (NSString*) key
+                   authCode: (NSString*) authCode;
+
+@end
+
+
+
+#endif
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecureSignature/OpenSecureSignatureDefine.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecureSignature/OpenSecureSignatureDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..d4aea637a7c8924527cc565481328c6911997841
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecureSignature/OpenSecureSignatureDefine.h
@@ -0,0 +1,68 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+/**
+ *  签名调用中,OpenSecurityGuardParamContex中paramDict参数中使用到的key
+ */
+
+/**
+ *  签名接口入参key,top, umid签名使用
+ */
+extern NSString* const OPEN_KEY_SIGN_INPUT;
+
+
+/**
+ *  seedkey,top 签名使用
+ */
+extern NSString* const OPEN_KEY_SIGN_SEEDKEY;
+
+/**
+ *  atlaskey,atlas 签名使用
+ */
+extern NSString* const OPEN_KEY_SIGN_ATLAS;
+
+
+/**
+ *  签名调用中,OpenSecurityGuardParamContex中requestType参数中使用到的值
+ */
+
+/**
+ *  top签名
+ */
+extern NSInteger const OPEN_ENUM_SIGN_TOP;
+
+/**
+ *  umid签名
+ */
+extern NSInteger const OPEN_ENUM_SIGN_UMID;
+
+/**
+ *  原始top签名(无seekKey)
+ */
+extern NSInteger const OPEN_ENUM_SIGN_TOP_OLD;
+
+/**
+ *  common hmac sha1签名
+ */
+extern NSInteger const OPEN_ENUM_SIGN_COMMON_HMAC_SHA1;
+
+/**
+ *  common md5签名
+ */
+extern NSInteger const OPEN_ENUM_SIGN_COMMON_MD5;
+
+/**
+ *  atlas签名
+ */
+extern NSInteger const OPEN_ENUM_SIGN_ATLAS;
+
+/**
+ *  带模拟器检测功能的hmac-sha1签名
+ */
+extern NSInteger const OPEN_ENUM_SIGN_SIM_HMAC_SHA1;
+
+/**
+ *  无效签名类型
+ */
+extern NSInteger const OPEN_ENUM_SIGN_INVALID;
\ No newline at end of file
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecurityGuardManager.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecurityGuardManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..30bc1c769b50196b1b8385a45898c8dcce5114eb
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecurityGuardManager.h
@@ -0,0 +1,285 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  各compoent的compoentid,在获取component对象时传入
+ */
+typedef enum {
+    /**
+     *  签名component
+     */
+    OpenSecureSignatureComponentID,
+    /**
+     *  动态存储component
+     */
+    OpenDynamicDataStoreComponentID,
+    /**
+     *  静态存储component
+     */
+    OpenStaticDataStoreComponentID,
+    /**
+     *  初始化component
+     */
+    OpenInitComponentID,
+    /**
+     *  静态加解密component
+     */
+    OpenStaticDataEncryptCompnentID,
+    /**
+     *  data collection compnent
+     */
+    OpenDataCollectionCompnentID,
+    /**
+     *  dynamic data encrypt componentID
+     */
+    OpenDynamicDataEncryptComponentID,
+    /**
+     *  StaticKeyEncrypt componentID
+     */
+    OpenStaticKeyEncryptComponentID,
+    /**
+     *  UMID componentID
+     */
+    OpenUMIDComponentID,
+	/**
+     *  OpenSDK componentID
+     */
+    OpenOpenSDKComponentID,
+    /**
+     *  AtlasEncrypt ComponentID
+     */
+    OpenAtlasEncryptComponentID,
+    /** 
+     *  SimulatorDetect ComponentID
+     */
+    OpenSimulatorDetectComponentID,
+    /**
+     *  NoCpatcha ComponentID
+     */
+    OpenNoCaptchaComponentID,
+    /**
+     *  无效component
+     */
+    OpenInvalidComponentID
+    
+} OpenSecurityGuardComponentID;
+
+
+
+/**
+ *  签名接口,详细定义见:IOpenSecureSignatureComponent.h
+ */
+@protocol IOpenSecureSignatureComponent;
+
+/**
+ *  动态数据存储接口,详细定义见:IOpenDynamicDataStoreComponent.h
+ */
+@protocol IOpenDynamicDataStoreComponent;
+
+/**
+ *  静态数据存储接口,详细定义见:IOpenStaticDataStoreComponent.h
+ */
+@protocol IOpenStaticDataStoreComponent;
+
+/**
+ *  静态数据存储接口,详细定义见:IOpenStaticDataEncryptComponent.h
+ */
+@protocol IOpenStaticDataEncryptComponent;
+
+/**
+ *  数据采集接口,详细定义见:IOpenDataCollectionComponent.h
+ */
+@protocol IOpenDataCollectionComponent;
+
+/**
+ *  动态数据加密接口,详细定义见:IOpenDynamicDataEncryptComponent.h
+ */
+@protocol IOpenDynamicDataEncryptComponent;
+
+/**
+ *  静态密钥安全加密接口,详细定义见:IOpenStaticKeyEncryptComponent.h
+ */
+@protocol IOpenStaticKeyEncryptComponent;
+
+/**
+ *  获取 umid 接口, 详细定义见 IUMIDComponent.h
+ */
+@protocol IOpenUMIDComponent;
+
+/**
+ *  获取 openSDK 接口, 详细定义见 IOpenOpenSDKComponent.h
+ */
+@protocol IOpenOpenSDKComponent;
+
+/**
+ *  增强加解密接口, 详细定义见 IOpenAtlasEncryptComponent.h
+ */
+@protocol IOpenAtlasEncryptComponent;
+
+/**
+ *  NoCaptcha接口, 详细定义见 IOpenNocpatchaComponent.h
+ */
+@protocol IOpenNoCaptchaComponent;
+
+/**
+ *  模拟器检测接口, 详细定义见 IOpenSimulatorDetectComponent.h
+ */
+@protocol IOpenSimulatorDetectComponent;
+
+/**
+ *  SecurityGuardSDK管理类
+ */
+@interface OpenSecurityGuardManager : NSObject
+
+
+
+/**
+ *  获取SecurityGuardManager单例对象
+ *
+ *  @return SecurityGuardManager单例对象
+ */
++ (OpenSecurityGuardManager*) getInstance;
+
+
+
+/**
+ *  获取安全签名接口
+ *
+ *  @return 返回签名接口,失败时nil
+ */
+- (id<IOpenSecureSignatureComponent>) getSecureSignatureComp;
+
+
+
+/**
+ *  获取动态数据存储接口
+ *
+ *  @return 返回动态数据存储接口,失败时nil
+ */
+- (id<IOpenDynamicDataStoreComponent>) getDynamicDataStoreComp;
+
+
+
+/**
+ *  获取静态数据存储接口
+ *
+ *  @return 返回静态数据存储接口,失败时nil
+ */
+- (id<IOpenStaticDataStoreComponent>) getStaticDataStoreComp;
+
+
+
+/**
+ *  获取静态数据加密接口
+ *
+ *  @return 返回模拟器检测模块,失败时nil
+ */
+- (id<IOpenStaticDataEncryptComponent>) getStaticDataEncryptComp;
+
+
+
+/**
+ *  获取数据采集接口
+ *
+ *  @return 返回数据采集接口,失败时返回nil
+ */
+- (id<IOpenDataCollectionComponent>) getDataCollectionComp;
+
+
+
+/**
+ *  获取动态数据存储接口
+ *
+ *  @return 返回动态数据存储接口,失败时返回nil
+ */
+- (id<IOpenDynamicDataEncryptComponent>) getDynamicDataEncryptComp;
+
+
+
+/**
+ *  获取静态密钥安全加解密接口
+ *
+ *  @return 返回静态密钥安全加解密接口,失败时返回nil
+ */
+- (id<IOpenStaticKeyEncryptComponent>) getStaticKeyEncryptComp;
+
+
+
+/**
+ *  获取UMID接口
+ *
+ *  @return 返回UMID接口,失败返回nil
+ */
+- (id<IOpenUMIDComponent>) getUMIDComp;
+
+/**
+ *  获取OpenSDK接口
+ *
+ *  @return 返回OpenSDK接口,失败返回nil
+ */
+- (id<IOpenOpenSDKComponent>) getOpenOpenSDKComp;
+
+/**
+ *  获取增强加密接口
+ *
+ *  @return 返回增强加密接口,失败返回nil
+ */
+- (id<IOpenAtlasEncryptComponent>) getAtlasEncryptComp;
+
+/**
+ *  获取NoCaptcha接口
+ *
+ *  @return 返回NoCaptcha接口,失败返回nil
+ */
+- (id<IOpenNoCaptchaComponent>) getNoCaptchaComp;
+
+/**
+ *  获取模拟器检测接口
+ *
+ *  @return 返回模拟器检测接口,失败返回nil
+ */
+- (id<IOpenSimulatorDetectComponent>) getSimulatorDetectComp;
+
+
+/**
+ *  根据传入的component id获取对应的component对象
+ *
+ *  @param componentId 目标compoent的id
+ *
+ *  @return 返回componentId对应的component对象,失败时返回nil
+ */
+- (id) getComponent: (OpenSecurityGuardComponentID) componentId;
+
+/**
+ *  根据传入的 protocol 获取接口
+ *
+ *  @param protocol 要获取的 interface
+ *
+ *  @return 返回的实现 protocol 的对象
+ */
+- (id) getInterface: (Protocol*) protocol;
+
+
+
+/**
+ *  获取sdk当前版本号
+ *
+ *  @return sdk当前版本号
+ */
+- (NSString*) getSDKVersion;
+
+
+
+/**
+ *  是否为外部版本的无线保镖SDK
+ *
+ *  @return 是否为外部版本的无线保镖SDK
+ */
+- (BOOL) isOpen;
+
+
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecurityGuardParamContext.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecurityGuardParamContext.h
new file mode 100755
index 0000000000000000000000000000000000000000..b11c0d42f8242773b264594824e2dcd68dd0b786
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSecurityGuardParamContext.h
@@ -0,0 +1,50 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  OpenSecuritGuardSDK的参数结构体
+ */
+@interface OpenSecurityGuardParamContext : NSObject
+
+
+
+/**
+ *  应用当前使用的appkey
+ */
+@property (nonatomic, strong) NSString* appKey;
+
+
+
+/**
+ *  调用接口的接口的类型标识,类型定义见各component的头文件定义
+ */
+@property (nonatomic, assign) NSInteger requestType;
+
+
+
+/**
+ *  传入业务参数使用的dictionary,使用的key值见各component的头文件定义
+ */
+@property (nonatomic, strong) NSMutableDictionary* paramDict;
+
+
+
+/**
+ *  根据传入的参数生成参数结构体对象
+ *
+ *  @param appKey      appkey,应用当前使用的appkey
+ *  @param paramDict   存储业务参数的dictionary对象
+ *  @param requestType 请求类型
+ *
+ *  @return 生成的参数结构体对象, autorelease对象
+ */
++ (OpenSecurityGuardParamContext*) createParamContextWithAppKey: (NSString*) appKey
+                                                      paramDict: (NSDictionary*) paramDict
+                                                    requestType: (NSInteger) requestType;
+
+
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSimulatorDetect/IOpenSimulatorDetectComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSimulatorDetect/IOpenSimulatorDetectComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..d6cdd624653ec4458684a5cffeca778ad2ee25a2
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenSimulatorDetect/IOpenSimulatorDetectComponent.h
@@ -0,0 +1,20 @@
+//
+// SecurityGuardSDK version 2.3.0
+//
+
+#ifndef SecurityGuardSDK_IOpenSimulatorDetectComponent_h
+#define SecurityGuardSDK_IOpenSimulatorDetectComponent_h
+
+/**
+ *  模拟器检测接口
+ */
+@protocol IOpenSimulatorDetectComponent <NSObject>
+
+/**
+ *  判断当前设备是否是iOS模拟器
+ */
+- (BOOL) isSimulator;
+
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataEncrypt/IOpenStaticDataEncryptComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataEncrypt/IOpenStaticDataEncryptComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..d5d4a745e03eee360ba87d6fe5a07a73fdb51181
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataEncrypt/IOpenStaticDataEncryptComponent.h
@@ -0,0 +1,136 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#import <Foundation/Foundation.h>
+
+
+/**
+ *  静态加解密算法
+ */
+@protocol IOpenStaticDataEncryptComponent <NSObject>
+
+
+
+/**
+ *  传入加密算法,使用的key,需要处理的数据,生成加密结果返回
+ *
+ *  @param mode 算法,定义见OpenStaticDataStoreDefine.h
+ *
+ *  @param key 安全key,用于获取内嵌的keyData
+ *
+ *  @param needProcessValue 需要加密的数据
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return 返回加密的字符串,失败时返回nil
+ */
+- (NSString*) staticSafeEncrypt: (NSInteger) mode
+                         forKey: (NSString*) key
+            forNeedProcessValue: (NSString*) needProcessValue
+                       authCode: (NSString*) authCode;
+
+
+
+/**
+ *  传入解密算法,使用的key,需要处理的数据,生成解密结果返回
+ *
+ *  @param mode 算法,定义见OpenStaticDataStoreDefine.h
+ *
+ *  @param key 安全key,用于获取内嵌的keyData
+ *
+ *  @param needProcessValue 需要加密的数据
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return 返回解密的字符串,失败时返回nil
+ */
+- (NSString*) staticSafeDecrypt: (NSInteger) mode
+                         forKey: (NSString*) key
+            forNeedProcessValue: (NSString*) needProcessValue
+                       authCode: (NSString*) authCode;
+
+
+
+/**
+ *  传入加密算法,使用的key,需要处理的数据,生成加密的字符数组结果返回
+ *
+ *  @param mode 算法,定义见OpenStaticDataStoreDefine.h
+ *
+ *  @param key 安全key,用于获取内嵌的keyData
+ *
+ *  @param needProcessValue 需要加密的数据
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return 返回加密的字符数组结果,失败时返回nil
+ */
+- (NSData*) staticBinarySafeEncrypt: (NSInteger) mode
+                             forKey: (NSString*) key
+                forNeedProcessValue: (NSData*) needProcessValue
+                           authCode: (NSString*) authCode;
+
+
+
+/**
+ *  传入解密算法,使用的key,需要处理的数据,生成解密的字符数组结果返回
+ *
+ *  @param mode 算法,定义见OpenStaticDataStoreDefine.h
+ *
+ *  @param key 安全key,用于获取内嵌的keyData
+ *
+ *  @param needProcessValue 需要解密的数据
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return 返回解密的字符数组结果,失败时返回nil
+ */
+- (NSData*) staticBinarySafeDecrypt: (NSInteger) mode
+                             forKey: (NSString*)key
+                forNeedProcessValue: (NSData*) needProcessValue
+                           authCode: (NSString*) authCode;
+
+
+
+
+/**
+ *  传入加密算法,使用的key,需要处理的数据,生成加密的字符数组结果返回(与staticBinarySafeEncrypt接口区别在于:对加密结果不做base64)
+ *
+ *  @param mode 算法,定义见OpenStaticDataStoreDefine.h
+ *
+ *  @param key 安全key,用于获取内嵌的keyData
+ *
+ *  @param needProcessValue 需要加密的数据
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return 返回加密的字符数组结果,失败时返回nil
+ */
+- (NSData*) staticBinarySafeEncryptNoB64: (NSInteger) mode
+                             forKey: (NSString*) key
+                forNeedProcessValue: (NSData*) needProcessValue
+                           authCode: (NSString*) authCode;
+
+
+
+/**
+ *  传入解密算法,使用的key,需要处理的数据,生成解密的字符数组结果返回(staticBinarySafeEncryptNoB64对应的解密接口)
+ *
+ *  @param mode 算法,定义见OpenStaticDataStoreDefine.h
+ *
+ *  @param key 安全key,用于获取内嵌的keyData
+ *
+ *  @param needProcessValue 需要解密的数据
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return 返回解密的字符数组结果,失败时返回nil
+ */
+- (NSData*) staticBinarySafeDecryptNoB64: (NSInteger) mode
+                             forKey: (NSString*)key
+                forNeedProcessValue: (NSData*) needProcessValue
+                           authCode: (NSString*) authCode;
+
+
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataEncrypt/OpenStaticDataEncryptDefine.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataEncrypt/OpenStaticDataEncryptDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..b566b8f084014bc0b78e6196c4650c760bf4869f
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataEncrypt/OpenStaticDataEncryptDefine.h
@@ -0,0 +1,37 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  静态加密与解密中使用加密算法
+ */
+
+
+
+/**
+ *  aes128算法
+ */
+extern NSInteger const OPEN_ENUM_CIPHER_AES128;
+
+
+
+/**
+ *  aes192算法
+ */
+extern NSInteger const OPEN_ENUM_CIPHER_AES192;
+
+
+
+/**
+ *  aes256算法
+ */
+extern NSInteger const OPEN_ENUM_CIPHER_AES256;
+
+
+
+/**
+ *  无效算法
+ */
+extern NSInteger const OPEN_ENUM_CIPHER_INVALID;
\ No newline at end of file
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataStore/IOpenStaticDataStoreComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataStore/IOpenStaticDataStoreComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..0f2fdf2c20d3886f13a37185fa754c4a82580d48
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataStore/IOpenStaticDataStoreComponent.h
@@ -0,0 +1,63 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#ifndef OpenSecurityGuardSDK_IOpenStaticDataStoreComponent_h
+#define OpenSecurityGuardSDK_IOpenStaticDataStoreComponent_h
+
+
+
+/**
+ *  静态解密接口
+ */
+@protocol IOpenStaticDataStoreComponent <NSObject>
+
+
+
+/**
+ *  根据传入的key,返回key的种类,种类定义请见staticdatadefine.h
+ *
+ *  @param key 要判断类型的key
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return key的类型,定义请见staticdatadefine.h
+ */
+- (NSInteger) getKeyType: (NSString*) key
+                authCode: (NSString*) authCode;
+
+
+
+/**
+ *  根据index找到对应的appkey(index从0开始,按在无线保镖网站生成加密文件时填写的顺序排列)
+ *
+ *  @param index key的顺序
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return index对应的appkey,调用失败时返回nil
+ */
+- (NSString*) getAppKey: (NSNumber*) index
+               authCode: (NSString*) authCode;
+
+
+
+/**
+ *  根据key,找到对应的extradata
+ *
+ *  @param key 目标extradata对应的key
+ *
+ *  @param authCode SDK的授权码,不传或为空串,使用默认加密文件
+ *
+ *  @return key对应的extradata,调用失败时返回nil
+ */
+- (NSString*) getExtraData: (NSString*) key
+                  authCode: (NSString*) authCode;
+
+
+
+@end
+
+
+
+#endif
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataStore/OpenStaticDataStoreDefine.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataStore/OpenStaticDataStoreDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..a1d2a2a9854c2bb385779474d7899d52110a40b8
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticDataStore/OpenStaticDataStoreDefine.h
@@ -0,0 +1,35 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  getKeytype返回值的定义,详细含义请见接口文档或无线保镖sdk网站
+ */
+
+/**
+ *  appkey类型
+ */
+extern NSInteger const OPEN_ENUM_KEYTYPE_APPKEY;
+
+
+
+/**
+ *  security data类型
+ */
+extern NSInteger const OPEN_ENUM_KEYTYPE_SECURE_EXTRA;
+
+
+
+/**
+ *  extra data类型
+ */
+extern NSInteger const OPEN_ENUM_KEYTYPE_EXTRA_DATA;
+
+
+
+/**
+ *  无效key类型
+ */
+extern NSInteger const OPEN_ENUM_KEYTYPE_INVALID;
\ No newline at end of file
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticKeyEncrypt/IOpenStaticKeyEncryptComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticKeyEncrypt/IOpenStaticKeyEncryptComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..75a6b8625b4af6b851eaa4f3b0261d25fd1ad373
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticKeyEncrypt/IOpenStaticKeyEncryptComponent.h
@@ -0,0 +1,84 @@
+
+#import <Foundation/Foundation.h>
+
+@protocol IOpenStaticKeyEncryptComponent <NSObject>
+
+/**
+ *  存储安全凭证到本地存储
+ *
+ *  @param key 数据对应的Key
+ *
+ *  @param value 要存储的安全凭证
+ *
+ *  @return 保存状态  1,保存成功 2,覆盖保存 0,保存失败
+ */
+- (int) saveSecret: (NSString*) key value: (NSData*) value;
+
+
+
+/**
+ *  key对应的安全凭证是否存在
+ *
+ *  @param key 安全凭证对应的key
+ *
+ *  @return 存在状态 true,存在。false,不存在
+ */
+- (BOOL) isSecretExist: (NSString*) key;
+
+
+
+/**
+ *  删除安全凭证项
+ *
+ *  @param key 数据对应的key
+ *
+ *  @return 删除结果状态码 1,没有需要被删除的项 2,删除成功 0,删除失败
+ */
+- (int) removeSecret: (NSString*) key;
+
+
+
+/**
+ *  加密秘钥数据
+ *
+ *  @param mode 加密算法
+ *
+ *  @param key 加密使用的key
+ *
+ *  @param data 需要加密的数据
+ *
+ *  @return 加密结果数组
+ */
+- (NSData*) encrypt: (NSInteger) mode key: (NSString*) key data: (NSData*) data;
+
+
+
+/**
+ *  解密秘钥数据
+ *
+ *  @param mode 解密算法
+ *
+ *  @param key 解密使用的key
+ *
+ *  @param data 需要解密的数据
+ *
+ *  @return 解密结果数组
+ */
+- (NSData*) decrypt: (NSInteger) mode key: (NSString*) key data: (NSData*) data;
+
+
+
+/**
+ *  使用key获取对应的value,再作为key,加密dataKey对应的value
+ *
+ *  @param mode 加密算法
+ *
+ *  @param key 保存到NSUserdefault里面的key-value对的key值
+ *
+ *  @param dataKey 保存到NSUserdefault里面的key-value对的key值
+ *
+ *  @return 加密结果byte数组
+ */
+- (NSData*) encryptSecretData: (NSInteger) mode key: (NSString*) key dataKey: (NSString*) dataKey;
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticKeyEncrypt/OpenStaticKeyEncryptDefine.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticKeyEncrypt/OpenStaticKeyEncryptDefine.h
new file mode 100755
index 0000000000000000000000000000000000000000..8bdc2f23365df98623b9fb38a9352959454ebff7
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenStaticKeyEncrypt/OpenStaticKeyEncryptDefine.h
@@ -0,0 +1,80 @@
+//
+// OpenSecurityGuardSDK version 2.1.0
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  安全凭证加解密模块使用加密算法
+ */
+
+
+
+/**
+ *  aes128算法
+ */
+extern NSInteger const OPEN_CIPHER_AES128;
+
+
+
+/**
+ *  aes192算法
+ */
+extern NSInteger const OPEN_CIPHER_AES192;
+
+
+
+/**
+ *  aes256算法
+ */
+extern NSInteger const OPEN_CIPHER_AES256;
+
+
+/**
+ *  无效算法
+ */
+extern NSInteger const OPEN_CIPHER_INVALID;
+
+/**
+ *  安全凭证加解密模块使用的错误码
+ */
+
+/**
+ *  seedSecret存储失败
+ */
+extern NSInteger const OPEN_SAVE_FAILED;
+
+
+
+/**
+ *  seedSecret覆盖成功
+ */
+extern NSInteger const OPEN_OVERRIDE_SUCCESS;
+
+
+
+/**
+ *  seedSecret存储成功
+ */
+extern NSInteger const OPEN_SAVE_SUCCESS;
+
+
+
+/**
+ *  删除 seedSecret失败
+ */
+extern NSInteger const OPEN_REMOVE_FAILED;
+
+
+
+/**
+ *  删除 seedSecret成功
+ */
+extern NSInteger const OPEN_REMOVE_SUCCESS;
+
+
+
+/**
+ *  删除失败,没有此项 
+ */
+extern NSInteger const OPEN_NO_SUCH_ITEM;
\ No newline at end of file
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenUMID/IOpenUMIDComponent.h b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenUMID/IOpenUMIDComponent.h
new file mode 100755
index 0000000000000000000000000000000000000000..da12a3994dddd7523c21adab8916d42f0bf16044
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Headers/Open/OpenUMID/IOpenUMIDComponent.h
@@ -0,0 +1,96 @@
+//
+//  IOpenUMIDComponent.h
+//  OpenSecurityGuardSDK
+//
+//  Created by lifengzhong on 14/8/13.
+//  Copyright (c) 2014å¹´ Li Fengzhong. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ *  umid 使用的环境变量定义
+ */
+typedef enum {
+    /**
+     *  线上环境
+     */
+    SDP_ENVIRONMENT_ONLINE = 0,
+    /**
+     *  预发布环境
+     */
+    SDP_ENVIRONMENT_PRE,
+    /**
+     *  日常环境
+     */
+    SDP_ENVIRONMENT_DAILY,
+    /**
+     *  美国线上环境
+     */
+    SDP_ENVIRONMENT_ONLINE_US,
+    /**
+     *  未设置
+     */
+    SDP_ENVIRONMENT_UNSET
+    
+} SDP_ENVIRONMENT;
+
+@protocol IOpenUMIDComponent <NSObject>
+
+/**
+ *  初始化 umid
+ *
+ *  @param resultHandler 初始化结果回调,本函数必须在主线程内完成(推荐在 appdelegate中,应用启动时调用)
+ *
+ *  @return 调用成功结果
+ */
+- (void) registerInitListener: (void (^) (NSString* securityToken, NSError* error)) listener;
+
+/**
+ *  初始化umid
+ *
+ *  @param appKey   appkey,注意此值要与 dpEnv 对应,线上环境对应传线上的 appkey,以此类推
+ *  @param sdpEnv   接入应用当前的环境,包括线上,预发,线上
+ *  @param authCode 授权码,指定umid使用哪个加密文件,注意入参appkey在authCode对应的图片中要存在
+ *  @param handler 初始化结果回调,本函数必须在主线程内完成(推荐在 appdelegate中,应用启动时调用)
+ *
+ */
+- (BOOL) initUMID: (NSString*) appKey
+      environment: (SDP_ENVIRONMENT) sdpEnv
+         authCode: (NSString*) authCode
+          handler: (void (^) (NSString* securityToken, NSError* error)) handler;
+
+/**
+ *  返回UMID Token,长度为32的字符串
+ *
+ *  @return 如果失败,返回内容为24个0的字符串
+ */
+- (NSString*) getSecurityToken;
+
+/**
+ *  获取扩展securityToken,不调用初始化,直接调用此接口时,默认使用线上配置
+ *
+ *  @return 返回大于24位的扩展securitytoken,接口调用失败时,返回内容为24个0的字符串
+ */
+- (NSString*) getSecurityTokenEx;
+
+/**
+ *  设置UMID线上访问地址
+ *
+ *  @param host 要设置的线上地址,如ynuf.alipay.com,不要带协议头,不要带后面的参数,只能传纯host地址
+ */
+- (void) setOnlineHost: (NSString*) host;
+
+/**
+ *  清空 umid 本地数据(mock接口,正常情况不要调用!)
+ */
+- (void) resetClientData: (SDP_ENVIRONMENT) env;
+
+/**
+ *  获取 umid
+ *
+ *  @return umid版本号
+ */
+- (NSString*) getUMIDVersion;
+
+@end
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/Info.plist b/MPaaS/Frameworks/SecurityGuardSDK.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..ecf8778c5788a01fab4d8dd78edfbeb55e9c6efc
--- /dev/null
+++ b/MPaaS/Frameworks/SecurityGuardSDK.framework/Info.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleIdentifier</key>
+	<string>com.alimobilesec.SecurityGuardSDK</string>
+	<key>CFBundleName</key>
+	<string>SecurityGuardSDK</string>
+	<key>CFBundleShortVersionString</key>
+	<string>5.0.71</string>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/SecurityGuardSDK.framework/SecurityGuardSDK b/MPaaS/Frameworks/SecurityGuardSDK.framework/SecurityGuardSDK
new file mode 100755
index 0000000000000000000000000000000000000000..92ed807a1c4e291f98a1e588a5e8ef1145d8d210
Binary files /dev/null and b/MPaaS/Frameworks/SecurityGuardSDK.framework/SecurityGuardSDK differ
diff --git a/MPaaS/Frameworks/UTDID.framework/Headers b/MPaaS/Frameworks/UTDID.framework/Headers
new file mode 120000
index 0000000000000000000000000000000000000000..a177d2a6b92600696030834c319f5e1434f9ee6a
--- /dev/null
+++ b/MPaaS/Frameworks/UTDID.framework/Headers
@@ -0,0 +1 @@
+Versions/Current/Headers
\ No newline at end of file
diff --git a/MPaaS/Frameworks/UTDID.framework/Resources b/MPaaS/Frameworks/UTDID.framework/Resources
new file mode 120000
index 0000000000000000000000000000000000000000..953ee36f3bb709faf58a351e0b33c353e337c0a2
--- /dev/null
+++ b/MPaaS/Frameworks/UTDID.framework/Resources
@@ -0,0 +1 @@
+Versions/Current/Resources
\ No newline at end of file
diff --git a/MPaaS/Frameworks/UTDID.framework/UTDID b/MPaaS/Frameworks/UTDID.framework/UTDID
new file mode 120000
index 0000000000000000000000000000000000000000..fff26a73791d8539078f18358f5222fd345555fb
--- /dev/null
+++ b/MPaaS/Frameworks/UTDID.framework/UTDID
@@ -0,0 +1 @@
+Versions/Current/UTDID
\ No newline at end of file
diff --git a/MPaaS/Frameworks/UTDID.framework/Versions/A/Headers/AidProtocol.h b/MPaaS/Frameworks/UTDID.framework/Versions/A/Headers/AidProtocol.h
new file mode 100755
index 0000000000000000000000000000000000000000..e431bf311a9eb1c2949866717edd902ea4633ba8
--- /dev/null
+++ b/MPaaS/Frameworks/UTDID.framework/Versions/A/Headers/AidProtocol.h
@@ -0,0 +1,23 @@
+//
+//  AidProtocol.h
+//  UtdidSDK
+//
+//  Created by ALLEN on 14-12-22.
+//  Copyright (c) 2014å¹´ Alvin. All rights reserved.
+//
+
+#ifndef AidProtocol_h
+#define AidProtocol_h
+
+#define EVENT_REQUEST_STARTED 1000
+#define EVENT_REQUEST_SUCCESS 1001
+#define EVENT_REQUEST_FAILED 1002
+#define EVENT_NETWORK_ERROR 1003
+
+@protocol AidProtocolDelegate <NSObject>
+@required
+- (void) onAidEventChanged:(NSInteger)eventId
+                       aid:(NSString *)aid;
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/UTDID.framework/Versions/A/Headers/UTDevice.h b/MPaaS/Frameworks/UTDID.framework/Versions/A/Headers/UTDevice.h
new file mode 100755
index 0000000000000000000000000000000000000000..49ed9d19cd2935f9e8d5246fef04cf208ec0727a
--- /dev/null
+++ b/MPaaS/Frameworks/UTDID.framework/Versions/A/Headers/UTDevice.h
@@ -0,0 +1,56 @@
+//
+//  UTDevice.h
+//  
+//
+//  Created by Alvin on 4/21/13.
+//
+//  设备信息的分装类:sdk合作开发需要用这个类提供的设备信息接口
+
+//  Version:utdid4all-1.1.0
+
+#ifndef UTDIDDevice_h
+#define UTDIDDevice_h
+
+#import "AidProtocol.h"
+
+@interface UTDevice : NSObject
+
+/**
+ * @brief                       获取SDK生成的设备唯一标识.
+ *
+ * @warning                     调用说明:这个设备唯一标识是持久的,并且格式安全,iOS6以及以下,多应用互通.
+ *
+ *                              调用顺序:utdid任意时刻都可以调用.
+ *
+ * @return                      24字节的设备唯一标识.
+ */
++(NSString *) utdid;
+
+/**
+ * @brief                       同步获得AID.
+ *
+ * @warning                     调用说明:若本地端没有最新AID,将耗费远程通信时间并阻塞线程,建议将此调用置于非主线程,或使用{@link getAidAsync}异步获得AID。
+ *
+ *                              调用顺序:aid任意时刻都可以调用.
+ *
+ * @return                      AID.
+ */
++(NSString *) aid:(NSString *)appName
+            token:(NSString *)token;
+
+/**
+ * @brief                       异步请求AID.
+ *
+ * @warning                     调用说明:若本地端没有最新AID,将建立异步请求获得AID,
+ *
+ *                              调用顺序:aidAsync任意时刻都可以调用.
+ *
+ * @return                      AID.
+ */
++(void) aidAsync:(NSString *)appName
+                 token:(NSString *)token
+           aidDelegate:(id<AidProtocolDelegate>)aidDelegate;
+
+@end
+
+#endif
diff --git a/MPaaS/Frameworks/UTDID.framework/Versions/A/Resources/Info.plist b/MPaaS/Frameworks/UTDID.framework/Versions/A/Resources/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..00f456a22d667d650705c44104cd300372ed4750
Binary files /dev/null and b/MPaaS/Frameworks/UTDID.framework/Versions/A/Resources/Info.plist differ
diff --git a/MPaaS/Frameworks/UTDID.framework/Versions/A/UTDID b/MPaaS/Frameworks/UTDID.framework/Versions/A/UTDID
new file mode 100755
index 0000000000000000000000000000000000000000..3c4380de4315198d07e17b38c78ea48e74339289
Binary files /dev/null and b/MPaaS/Frameworks/UTDID.framework/Versions/A/UTDID differ
diff --git a/MPaaS/Frameworks/UTDID.framework/Versions/Current b/MPaaS/Frameworks/UTDID.framework/Versions/Current
new file mode 120000
index 0000000000000000000000000000000000000000..8c7e5a667f1b771847fe88c01c3de34413a1b220
--- /dev/null
+++ b/MPaaS/Frameworks/UTDID.framework/Versions/Current
@@ -0,0 +1 @@
+A
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/AutoConfig.json b/MPaaS/Frameworks/mPaas.framework/AutoConfig.json
new file mode 100755
index 0000000000000000000000000000000000000000..fbeea02eca4f602c8dc2f361cd474de0f32e624e
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/AutoConfig.json
@@ -0,0 +1,33 @@
+{
+    "class": "MPaaSInterface",
+    "header": "<mPaas/MPaaSInterface.h>",
+    "group": "General",
+    "entries": [
+                    {
+                        "title": {
+                            "chinese": "开启设置服务",
+                            "english": "Enable Setting Service"
+                        },
+                        "declaration": "- (BOOL)enableSettingService",
+                        "description": {
+                            "chinese": "使用苹果系统设置服务在开发阶段方便的切换环境。默认的MPaaS设置服务支持RPC与远程日志埋点模块的环境配置。如果使用该服务,重写以下方法会导致设置失效:\n    [DTRpcInterface productId],[DTRpcInterface gatewayURL]\n    [APLogAdditions logServerURL],[APLogAdditions configServerURL],[APLogAdditions platformID]",
+                            "english": "iOS setting service for application can be used for environment switching. The defualt MPaaS setting service supports RPC and Remote-Logging system. If you enable this service, you should not override the following methods:\n    [DTRpcInterface productId], [DTRpcInterface gatewayURL]\n    [APLogAdditions logServerURL], [APLogAdditions configServerURL], [APLogAdditions platformID]"
+                        },
+                        "type": "option",
+                        "default": "NO",
+                        "options": [
+                                    "YES",
+                                    "NO"
+                                    ],
+                        "option:YES": [
+                            {
+                                "type": "resource",
+                                "files": [
+                                    "Settings.bundle",
+                                    "GatewayConfig.plist"
+                                ]
+                            }
+                        ]
+                    }
+                ]
+}
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/AutoConfig/GatewayConfig.plist b/MPaaS/Frameworks/mPaas.framework/AutoConfig/GatewayConfig.plist
new file mode 100755
index 0000000000000000000000000000000000000000..bbe00a340fbea11672798e56df4cd595012385b6
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/AutoConfig/GatewayConfig.plist
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>Debug</key>
+	<dict>
+		<key>MPaaSLogGateway</key>
+		<string>http://&lt;type here&gt;</string>
+		<key>MPaaSLogProductId</key>
+		<string></string>
+		<key>MPaaSRpcGateway</key>
+		<string>http://&lt;type here&gt;/mgw.htm</string>
+		<key>MPaaSRpcProductId</key>
+		<string></string>
+	</dict>
+	<key>Pre-release</key>
+	<dict>
+		<key>MPaaSLogGateway</key>
+		<string>http://&lt;type here&gt;</string>
+		<key>MPaaSLogProductId</key>
+		<string></string>
+		<key>MPaaSRpcGateway</key>
+		<string>http://&lt;type here&gt;/mgw.htm</string>
+		<key>MPaaSRpcProductId</key>
+		<string></string>
+	</dict>
+	<key>Release</key>
+	<dict>
+		<key>MPaaSLogGateway</key>
+		<string>http://&lt;type here&gt;</string>
+		<key>MPaaSLogProductId</key>
+		<string></string>
+		<key>MPaaSRpcGateway</key>
+		<string>http://&lt;type here&gt;/mgw.htm</string>
+		<key>MPaaSRpcProductId</key>
+		<string></string>
+	</dict>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Gateway.plist b/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Gateway.plist
new file mode 100755
index 0000000000000000000000000000000000000000..f8353c9518c0285821c53d332ff15d1924ca30a1
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Gateway.plist
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreferenceSpecifiers</key>
+	<array>
+		<dict>
+			<key>Title</key>
+			<string>Customizing</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>Type</key>
+			<string>PSTextFieldSpecifier</string>
+			<key>Title</key>
+			<string>RPC</string>
+			<key>Key</key>
+			<string>MPaaSRpcGateway</string>
+			<key>AutocapitalizationType</key>
+			<string>None</string>
+			<key>AutocorrectionType</key>
+			<string>No</string>
+			<key>DefaultValue</key>
+			<string>http://&lt;type here&gt;/mgw.htm</string>
+			<key>IsSecure</key>
+			<false/>
+			<key>KeyboardType</key>
+			<string>Alphabet</string>
+		</dict>
+		<dict>
+			<key>Type</key>
+			<string>PSTextFieldSpecifier</string>
+			<key>Title</key>
+			<string>Log ID</string>
+			<key>Key</key>
+			<string>MPaaSRpcProductId</string>
+			<key>DefaultValue</key>
+			<string></string>
+			<key>IsSecure</key>
+			<false/>
+			<key>KeyboardType</key>
+			<string>Alphabet</string>
+			<key>AutocapitalizationType</key>
+			<string>None</string>
+			<key>AutocorrectionType</key>
+			<string>No</string>
+		</dict>
+		<dict>
+			<key>Type</key>
+			<string>PSTextFieldSpecifier</string>
+			<key>Title</key>
+			<string>Log</string>
+			<key>Key</key>
+			<string>MPaaSLogGateway</string>
+			<key>DefaultValue</key>
+			<string>http://&lt;type here&gt;</string>
+			<key>IsSecure</key>
+			<false/>
+			<key>KeyboardType</key>
+			<string>Alphabet</string>
+			<key>AutocapitalizationType</key>
+			<string>None</string>
+			<key>AutocorrectionType</key>
+			<string>No</string>
+		</dict>
+		<dict>
+			<key>Type</key>
+			<string>PSTextFieldSpecifier</string>
+			<key>Title</key>
+			<string>Log ID</string>
+			<key>Key</key>
+			<string>MPaaSLogProductId</string>
+			<key>DefaultValue</key>
+			<string></string>
+			<key>IsSecure</key>
+			<false/>
+			<key>KeyboardType</key>
+			<string>Alphabet</string>
+			<key>AutocapitalizationType</key>
+			<string>None</string>
+			<key>AutocorrectionType</key>
+			<string>No</string>
+		</dict>
+	</array>
+	<key>StringsTable</key>
+	<string>Root</string>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Root.plist b/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Root.plist
new file mode 100755
index 0000000000000000000000000000000000000000..9837061ebb3c27ad2f222fb64e13844a100b4c29
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Root.plist
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreferenceSpecifiers</key>
+	<array>
+		<dict>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+			<key>Title</key>
+			<string>Settings</string>
+		</dict>
+		<dict>
+			<key>Type</key>
+			<string>PSChildPaneSpecifier</string>
+			<key>Title</key>
+			<string>Settings</string>
+			<key>Key</key>
+			<string></string>
+			<key>File</key>
+			<string>Service</string>
+		</dict>
+	</array>
+	<key>StringsTable</key>
+	<string>Root</string>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Service.plist b/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Service.plist
new file mode 100755
index 0000000000000000000000000000000000000000..73e949cb3727d42e7d81758b83b299fc9dbf0ff9
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/Service.plist
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreferenceSpecifiers</key>
+	<array>
+		<dict>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+			<key>Title</key>
+			<string>Settings</string>
+		</dict>
+		<dict>
+			<key>Type</key>
+			<string>PSMultiValueSpecifier</string>
+			<key>Title</key>
+			<string>Category</string>
+			<key>Key</key>
+			<string>kMPSelectedEnvironment</string>
+			<key>DefaultValue</key>
+			<string>Release</string>
+			<key>Titles</key>
+			<array>
+				<string>Customizing</string>
+				<string>Release</string>
+				<string>Pre-release</string>
+				<string>Debug</string>
+			</array>
+			<key>Values</key>
+			<array>
+				<string>Customizing</string>
+				<string>Release</string>
+				<string>Pre-release</string>
+				<string>Debug</string>
+			</array>
+		</dict>
+		<dict>
+			<key>Type</key>
+			<string>PSChildPaneSpecifier</string>
+			<key>Title</key>
+			<string>Customizing</string>
+			<key>Key</key>
+			<string></string>
+			<key>File</key>
+			<string>Gateway</string>
+		</dict>
+	</array>
+	<key>StringsTable</key>
+	<string>Root</string>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/en.lproj/Root.strings b/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/en.lproj/Root.strings
new file mode 100755
index 0000000000000000000000000000000000000000..8cd87b9d6b20c1fbf87bd4db3db267fca5ad4df9
Binary files /dev/null and b/MPaaS/Frameworks/mPaas.framework/AutoConfig/Settings.bundle/en.lproj/Root.strings differ
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APBase64.h b/MPaaS/Frameworks/mPaas.framework/Headers/APBase64.h
new file mode 100755
index 0000000000000000000000000000000000000000..315401a12d9c40aad061ea5a65bb9f27ea1c8ef2
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APBase64.h
@@ -0,0 +1,105 @@
+//
+//  APBase64.h
+//  APUtils
+//
+//  Created by WenBi on 13-8-30.
+//  Copyright (c) 2013å¹´ WenBi. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ * 依据 RFC 2405 实现 Base64 的编码和解码。
+ * 在任意的字节数组中可能会包含不可见字符,而这些不可见字符不能在文本网络协议中传输。
+ * Base64 编码就是将这些不可见的字符序列转换成以ASCII编码的字符串,从而解决不可见字符在文本
+ * 网络协议中传输的问题。
+ */
+@interface APBase64 : NSObject
+
+/**
+ * 把一个 NSData 的对象转换成 Base64 编码的字符串。
+ *
+ * @param data 要编码的 NSData 对象,其中包含任意的字节序列。
+ * @return 编码后的字符串。如果参数 <code>data</code> 为 <code>nil</code>,或
+ *  <code>data.length</code> 的值为零,则返回 <code>nil</code>。
+ */
++ (NSString *)encodeData:(NSData *)data;
+
+/**
+ * 把一个字节数组进行 Base64 编码。
+ *
+ * @param bytes 指向要编码的字节数组的指针
+ * @param length 字节数组的长度,如果这个参数为零,则简单的返回 <code>nil</code>
+ * @return Base64 编码后的数据字符串。
+ */
++ (NSString *)encodeBytes:(const void *)bytes length:(NSUInteger)length;
+
+/**
+ * 把一个普通的字符串进行 Base64 编码。
+ *
+ * @param string 要编译的字符串。
+ * @param encoding 把字符串转换成C类型的字符串时所用的编码格式。
+ * @return Base64 编码后的字符串。
+ *
+ * 因为 NSString 对象表示的字符串是 unicode 的字符串,
+ * 要对它进行编码需要先转换成C类型的字符串(字节序列),所以使用这个方法要指定要编码的字符串
+ * 转换成C类型的字符串时所用的编码格式(在 NSStringEncoding 中定义,通常情况下为:NSUTF8StringEncoding)。
+ */
++ (NSString *)encodeString:(NSString *)string encoding:(NSStringEncoding)encoding;
+
+/**
+ * 创建并返回一个包含Base64编码后数据的 NSData 对象。
+ * 
+ * @param data 一个 NSData 对象,其中包含需要编码的字节序列。
+ * @return 包含 Base64 编码后数据的 NSData 对象。
+ */
++ (NSData *)dataByEncodingData:(NSData *)data;
+
+/**
+ * 创建并返回一个包含Base64编码后数据的 NSData 对象。
+ *
+ * @param bytes 要编码的字节数组。
+ * @param length 字节数组的长度。
+ * @return 包含 Base64 编码后数据的 NSData 对象。
+ */
++ (NSData *)dataByEncodingBytes:(const void *)bytes length:(NSUInteger)length;
+
+/**
+ * 创建并返回一个包含Base64编码后数据的 NSData 对象。
+ *
+ * @param string 需要编码的字符串。
+ * @param encoding 需要编码的字符串转换成C风格的字符串时使用的编码格式,
+ *  由 NSStringEncoding 定义,通常使用的值为:NSUTF8StringEncoding。
+ * @return 包含 Base64 编码后数据的 NSData 对象。
+ */
++ (NSData *)dataByEncodingString:(NSString *)string encoding:(NSStringEncoding)encoding;
+
+/**
+ * Creates and returns a data object containing the bytes
+ * decoded from the specified data object.
+ *
+ * @param data A data object containing Base64-encoded bytes.
+ * @return A data object that containing bytes from Base64 decoding.
+ */
++ (NSData *)decodeData:(NSData *)data;
+
+/**
+ * Creates and returns a data object containing the bytes
+ * decoded from the specified bytes.
+ *
+ * @param bytes A sequence of Base64-encoded bytes.
+ * @param length The number of bytes to be decoded.
+ * @return A data object that containing bytes from Base64 decoding.
+ */
++ (NSData *)decodeBytes:(const void *)bytes length:(NSUInteger)length;
+
+/**
+ * Creates and returns a data object containing the bytes
+ * decoded from a given string.
+ *
+ * @param string A Base64-encoded string to be decoded.
+ * @return A data object that containing bytes from Base64 decoding.
+ */
++ (NSData *)decodeString:(NSString *)string;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APEmoji.h b/MPaaS/Frameworks/mPaas.framework/Headers/APEmoji.h
new file mode 100755
index 0000000000000000000000000000000000000000..0a2b6eb0839efc121f7302a83363361fd67a11ff
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APEmoji.h
@@ -0,0 +1,35 @@
+//
+//  APEmoji.h
+//  Emoji
+//
+//  Created by cuinacai on 14-9-4.
+//  Copyright (c) 2014å¹´ cuinacai. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSString(APEmojiString)
+/**
+ *  将包Unified编码的Emoji转化为ubb编码
+ *  eg: "abc😄" ---> "abc[emoji]\ud83d\ude04[/emoji]"
+ *  @return 转化后的字符串
+ */
+- (NSString *)unified2ubb;
+/**
+ *  将包ubb编码转化为Unified编码的Emoji
+ *  eg: "abc[emoji]\ud83d\ude04[/emoji]"  --->  "abc😄"
+ *  @return 转化后的字符串
+ */
+- (NSString *)ubb2unified;
+/**
+ *  是否包含表情符号,仅限ios键盘输入的范围内
+ *
+ *  @return 结果
+ */
+- (BOOL)containsEmoji;
+@end
+
+
+
+
+
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APFastMethodSwizzling.h b/MPaaS/Frameworks/mPaas.framework/Headers/APFastMethodSwizzling.h
new file mode 100755
index 0000000000000000000000000000000000000000..7b1a59740fd487b0d3e893516e135118420c1be6
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APFastMethodSwizzling.h
@@ -0,0 +1,31 @@
+//
+//  APFastMethodSwizzling.h
+//  APMobileFoundation
+//
+//  Created by myy on 2017/4/21.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <objc/runtime.h>
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+
+    
+/**
+ * instance使用method_exchangeImplementations的替代方法,更快!
+ * 参考:https://www.atatech.org/articles/56564
+ *
+ * 注意:只能替换instance方法,不能替换class方法!!!
+ */
+BOOL instanceMethod_fastExchangeImplementations(Class origCls, SEL origSEL, Class newCls, SEL newSEL);
+
+
+
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APLanguage+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/APLanguage+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..698f28e2fce737c6efd9d0f08acc2fafc9ac526f
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APLanguage+MPaaS.h
@@ -0,0 +1,85 @@
+//
+//  APLanguage+MPaaS.h
+//  MPaaS
+//
+//  Created by shenmo on 5/9/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+@protocol APLanguageClass <NSObject>
+
+@property (nonatomic, copy            ) NSString            *name;              /**< 语言名称 */
+@property (nonatomic, assign          ) BOOL                isCurrentLanguage;  /**< 是否为当前语言 */
+@property (nonatomic, strong, readonly) NSMutableDictionary *strings;           /**< 该语言对应的字符串表的所有key-value对组成的字典(暂不支持,始终为nil) */
+@property (nonatomic, strong, readonly) NSString            *tableName;         /**< 该语言对应的字符串表文件名,如 @"en" */
+
+@end
+
+@protocol APLanguageSettingClass <NSObject>
+
+/**
+ *  获取当前语言对象
+ *
+ *  @return 当前语言对象,APLanguage的一个实例
+ */
++ (id<APLanguageClass>)currentLanguage;
+
+/**
+ *  在名称为 \c bundleName 的bundle中取当前语言状态下\c key 对应的字符串值.
+ *
+ *  @param key        字符串表中\c key
+ *  @param value      默认值, 当找不到该 \c key 对应的 \c value 时返回该默认值.
+ *  @param bundleName bundle名称字符串
+ *
+ *  @return 当前语言状态下\c key 对应的字符串值
+ */
++ (NSString *)localizedStringForKey:(NSString *)key
+                       defaultValue:(NSString *)value
+                           inBundle:(NSString *)bundleName;
+
+/**
+ *  App已经支持的语言列表
+ *
+ *  @return 支持的语言数组,每个元素为支持的语言的名称, 如支持简体中文、英文: @[@"zh-Hans",@"en"]
+ */
++ (NSArray *)supportedLanguages;
+
+/**
+ *  设置为跟随系统语言,若不支持当前系统语言,默认设置成英文(\c APLanguageEnglish). @see [APLanguageSetting isFollowingSystemLanguage]
+ *
+ *  @return 成功返回  \c YES , 失败返回  \c NO.
+ */
++ (BOOL)setSystemLanguage;
+
+/**
+ *  是否当前语言环境是跟随系统语言的,跟随系统语言不一定与系统语言一致,如系统当前语言App不支持,会fallback到英文.
+ *
+ *  @return 正在跟随系统语言时返回 \c YES, 否则返回 \c NO .
+ */
++ (BOOL)isFollowingSystemLanguage;
+
+/**
+ * 是否系统语言(非App内语言)在两次启动间隔中发生了语言切换.
+ * @note 切换系统语言时系统会杀掉App进程,所以该种切换指的是前后两次启动的切换. 系统语言切换时,App内语言不一定切换.
+ *
+ *  @return 系统语言发生了切换时返回 \c YES, 否则返回 \c NO .
+ */
++ (BOOL)systemLanguageDidChange;
+
+/**
+ *  是否多语言环境是打开的,在服务端下发关闭多语言环境的开关后的下一次冷启动生效,关闭多语言环境时,当前语言默认返回 \c 简体中文.
+ *
+ *  @return 多语言环境打开时返回 \c YES, 关闭时返回 \c NO.
+ */
++ (BOOL)isMultiLanguageEnabled;
+
+/**
+ *  一个语言名称对应的显示在UI上的字符串,如: \c APLanguageChineseSimplified (\c @"zh-Hans") 显示为 \c @"简体中文" .)@note 暂不支持
+ *
+ *  @param langName 语言名称
+ *
+ *  @return 语言名称对应的显示在UI上的字符串
+ */
++ (NSString *)displayNameForLanguageName:(NSString *)langName;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APLanguage.h b/MPaaS/Frameworks/mPaas.framework/Headers/APLanguage.h
new file mode 100755
index 0000000000000000000000000000000000000000..1234f0885b3e694d5ba9607e5ec2de5d8b4a3afe
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APLanguage.h
@@ -0,0 +1,166 @@
+//
+//  APLanguage.h
+//
+//  Created by Jason Kaer on 15/7/2.
+//  Copyright (c) 2015å¹´ Jason Kaer. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+/**
+ *  取当前语言版本的文本.
+ *  @param bundle  文本在字符串表所在\c bundle名,通常为模块资源bundle名称.
+ *  @param key     文本在字符串表中的key
+ *  @param comment 当找不到\c key 对应的文本内容时, commont作为默认返回内容.同时 \c commont 也作为\c genstrings自动生成\c .strings文件时的注释.
+ *
+ *  @return 当前语言版本的文本内容. 若字符串表中没有该\c key, 返回 \c comment .
+ */
+#undef	__TEXT
+#define __TEXT(bundle,key,comment) \
+[APLanguageSetting localizedStringForKey:(key) defaultValue:(comment) inBundle:(bundle)]
+
+/**
+ *  取当前语言版本的图片
+ *
+ *  @param key     图片名在字符串表中的key
+ *  @param comment \c genstrings自动生成\c .strings文件时的注释.
+ *  @param bundle  匹配图片名时所用的字符串表所在的bundle名称
+ *
+ *  @return 当前语言版本的UIImage对象, 若字符串表中没有该\c key, 返回名称为\c key的图片.
+ */
+#undef	__IMAGE
+#define __IMAGE(bundle,key,comment) \
+[APLanguageSetting localizedImageForKey:(key) inBundle:(bundle)]
+
+
+extern NSString *const APLanguageSettingDidChangeNotification; /**< 语言切换时的通知名*/
+extern NSString *const APLanguageSettingInfoOldKey;            /**< 语言切换时通知附加的userInfo中获取原语言名的key值*/
+extern NSString *const APLanguageSettingInfoNewKey;            /**< 语言切换时通知附加的userInfo中获取新语言名的key值*/
+
+
+
+// Base
+extern NSString *const APLanguageChineseSimplified;     /**< 简体中文*/
+extern NSString *const APLanguageChineseTranditional;   /**< 繁体中文(台湾)*/
+extern NSString *const APLanguageChineseHongKong;       /**< 繁体中文(香港)*/
+extern NSString *const APLanguageEnglish;               /**< 英文*/
+
+
+// More ....
+extern NSString *const APLanguageKorea;                 /**< 韩语*/
+extern NSString *const APLanguageJapanese;              /**< 日本语*/
+extern NSString *const APLanguageFrench;                /**< 法语*/
+extern NSString *const APLanguageSpanish;               /**< 西班牙语*/
+extern NSString *const APLanguagePortuguese;            /**< 葡萄牙语*/
+extern NSString *const APLanguageItalian;               /**< 意大利语*/
+extern NSString *const APLanguageGerman;                /**< 德语*/
+extern NSString *const APLanguageDutch;                 /**< 荷兰语*/
+extern NSString *const APLanguageVietnamese;            /**< 越南语*/
+extern NSString *const APLanguageRussian;               /**< 俄语*/
+extern NSString *const APLanguageSwedish;               /**< 瑞典语*/
+extern NSString *const APLanguageDanish;                /**< 丹麦语*/
+extern NSString *const APLanguageFinnish;               /**< 芬兰语*/
+extern NSString *const APLanguageNorwegian;             /**< 挪威语*/
+extern NSString *const APLanguageTurkish;               /**< 土耳其语*/
+extern NSString *const APLanguageGreek;                 /**< 希腊语*/
+extern NSString *const APLanguageIndonesian;            /**< 印度尼西亚语*/
+extern NSString *const APLanguageMalay;                 /**< 马来语*/
+extern NSString *const APLanguageThai;                  /**< 泰国语*/
+extern NSString *const APLanguageHindi;                 /**< 北印度语*/
+extern NSString *const APLanguageHungarian;             /**< 匈牙利语*/
+extern NSString *const APLanguagePolish;                /**< 波兰语*/
+extern NSString *const APLanguageCzech;                 /**< 捷克语*/
+extern NSString *const APLanguageSlovak;                /**< 斯洛伐克语*/
+extern NSString *const APLanguageUkrainian;             /**< 乌克兰语*/
+extern NSString *const APLanguageCroatian;              /**< 克罗地亚人语*/
+extern NSString *const APLanguageCatalan;               /**< 加泰罗尼亚语*/
+extern NSString *const APLanguageRomanian;              /**< 罗马尼亚语*/
+extern NSString *const APLanguageHebrew;                /**< 希伯来语*/
+extern NSString *const APLanguageArabic;                /**< 阿拉伯语*/
+
+
+@class APLanguage;
+
+//////////////////////////////////////////////////////////////////////////
+
+NS_INLINE CGRect MPRectForString(NSString * string, UIFont *font, CGRect boundingRect)
+{
+    CGRect targetRect = boundingRect;
+    CGSize maxSize = boundingRect.size;
+    
+    if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_6_1) {
+        // Greater than iOS7.
+        targetRect = [string boundingRectWithSize:maxSize
+                                          options:NSStringDrawingUsesLineFragmentOrigin
+                                       attributes:@{NSFontAttributeName:font}
+                                          context:nil];
+    }else{
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated"
+        CGSize size = [string sizeWithFont:font
+                         constrainedToSize:maxSize
+                             lineBreakMode:NSLineBreakByWordWrapping];
+#pragma clang diagnostic pop
+
+        targetRect.size = size;
+    }
+    
+    return targetRect;
+}
+
+@interface APLanguageSetting : NSObject
+
++ (APLanguageSetting *)sharedSetting;
+
++ (APLanguage *)currentLanguage;
+
++ (BOOL)setCurrentLanguage:(APLanguage *)lang;
+
++ (BOOL)setCurrentLanguageWithName:(NSString *)name;
+
++ (NSString *)localizedStringForKey:(NSString *)key
+                       defaultValue:(NSString *)value
+                           inBundle:(NSString *)bundleName;
+
++ (UIImage *)localizedImageForKey:(NSString *)key
+                         inBundle:(NSString *)bundleName;
+
+///App已经支持的语言列表,每个元素为支持的语言的名称, 如支持简体中文、英文: @[@"zh-Hans",@"en"]
++ (NSArray *)supportedLanguages;
+
+///跟随系统语言,若不支持当前系统语言,默认设置成英文(\c APLanguageEnglish).
++ (BOOL)setSystemLanguage;
+
+///是否当前语言环境是跟随系统语言的,跟随系统语言不一定与系统语言一致,如系统当前语言App不支持,会fallback到英文.
++ (BOOL)isFollowingSystemLanguage;
+
+@end // APLanguageSetting
+
+// 为了兼容性
+@interface MPLanguageSetting : APLanguageSetting
+
+@end
+
+//////////////////////////////////////////////////////////////////////////
+
+
+@interface APLanguage : NSObject
+@property (nonatomic, copy) NSString *name;
+@property (nonatomic, assign) BOOL isCurrentLanguage;
+@property (nonatomic, strong, readonly) NSMutableDictionary *strings;
+@property (nonatomic, strong, readonly) NSString *tableName;
+
++ (APLanguage *)languageWithData:(id)data;
+
++ (APLanguage *)languageWithName:(NSString *)name;
+
++ (APLanguage *)languageWithName:(NSString *)name
+                       tableName:(NSString *)tableName;
+
+- (NSString *)localizedStringForKey:(NSString *)key
+                       defaultValue:(NSString *)value
+                           inBundle:(NSString *)bundleName;
+@end // APLanguage
+
+
+//////////////////////////////////////////////////////////////////////////
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APLanguageBundleLoader.h b/MPaaS/Frameworks/mPaas.framework/Headers/APLanguageBundleLoader.h
new file mode 100755
index 0000000000000000000000000000000000000000..369663112a66e05648441e6fbe1a8bfed085fa9d
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APLanguageBundleLoader.h
@@ -0,0 +1,22 @@
+//
+//  APLanguageBundleLoader.h
+//  APLanguage
+//
+//  Created by Jason Kaer on 15/8/25.
+//  Copyright (c) 2015å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APLanguageBundleLoader : NSObject
+
++ (APLanguageBundleLoader *)sharedLoader;
+
++ (NSBundle *)mainLanguageBundle;
+
++ (NSBundle *)languageBundleForName:(NSString *)bundleName;
+
+- (NSBundle *)languageBundleForName:(NSString *)bundleName;
+
+@end
+
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APLogOCWrapper+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/APLogOCWrapper+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..b71e1279a8c3340f5239d3567bc47d99c8eb8638
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APLogOCWrapper+MPaaS.h
@@ -0,0 +1,21 @@
+//
+//  APLogOCWrapper+MPaaS.h
+//  APMobileFoundation
+//
+//  Created by shenmo on 5/5/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+@protocol APLogOCWrapperClass <NSObject>
+
++ (void)APLogWarn:(NSString*)tag format:(NSString*)format, ...;
++ (void)APLogDebug:(NSString*)tag format:(NSString*)format, ...;
++ (void)APLogInfo:(NSString*)tag format:(NSString*)format, ...;
++ (void)APLogError:(NSString*)tag format:(NSString*)format, ...;
+
+/**
+ *  APLogMonitor对应APLog.h中的APLogMonitor方法,当DEBUG时生效,发布版不生效。
+ */
++ (void)APLogMonitor:(NSString*)tag format:(NSString*)format, ...;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APMD5.h b/MPaaS/Frameworks/mPaas.framework/Headers/APMD5.h
new file mode 100755
index 0000000000000000000000000000000000000000..e4a15b11c4cc3b5a8808c0f7811b8a4a35cb2a4b
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APMD5.h
@@ -0,0 +1,16 @@
+//
+//  APMD5.h
+//  MobileFoundation
+//
+//  Created by WenBi on 14-1-14.
+//  Copyright (c) 2014å¹´ WenBi. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APMD5 : NSObject
+
++ (NSString *)calculateDigestFromString:(NSString *)string;
++ (NSString *)calculateDigestFromData:(NSData *)data;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APMPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/APMPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..feb1d67660a1d9deae6190d1dbf6d74f535e1239
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APMPaaS.h
@@ -0,0 +1,17 @@
+//
+//  APMPaaS.h
+//  mPaas
+//
+//  Created by yangwei on 2017/6/28.
+//  Copyright © 2017年 Alibaba. All rights reserved.
+//
+
+#ifndef APMPaaS_h
+#define APMPaaS_h
+
+#import "MPaaSConfigInfo.h"
+#import "MPDynamicLoader.h"
+#import "MPLiteSettingService.h"
+#import "MPaaS+Decoupling.h"
+
+#endif /* APMPaaS_h */
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APMobileFoundation.h b/MPaaS/Frameworks/mPaas.framework/Headers/APMobileFoundation.h
new file mode 100755
index 0000000000000000000000000000000000000000..0e4499e9922a8b5860fd8ad33c3683960abc6563
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APMobileFoundation.h
@@ -0,0 +1,21 @@
+//
+//  APMobileFoundation.h
+//  mPaas
+//
+//  Created by yangwei on 2017/6/28.
+//  Copyright © 2017年 Alibaba. All rights reserved.
+//
+
+#ifndef APMobileFoundation_h
+#define APMobileFoundation_h
+
+#import "APBase64.h"
+#import "APMD5.h"
+#import "APSSKeychain.h"
+#import "MPCryptKit.h"
+#import "APThreadPoolManager.h"
+#import "MPThreadManager.h"
+#import "APFastMethodSwizzling.h"
+#import "MPZipKit.h"
+
+#endif /* APMobileFoundation_h */
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APMobileIdentifier+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/APMobileIdentifier+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..fce4e97187cb9cff2044af2bdffdcffa8ea6e92f
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APMobileIdentifier+MPaaS.h
@@ -0,0 +1,24 @@
+//
+//  APMobileIdentifier+MPaaS.h
+//  APMobileIdentifier
+//
+//  Created by shenmo on 5/5/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+@protocol APMobileIdentifierClass <NSObject>
+
++ (id<APMobileIdentifierClass>)shareIdentifier;
+
+@property(nonatomic, copy) NSString *UTDID; // 获取SDK生成的设备唯一标识。
+@property(nonatomic, copy) NSString *IMSI;  // 设备IMEI,取移动快捷的IMSI。
+@property(nonatomic, copy) NSString *IMEI;  // 设备IMSI,取移动快捷的IMEI。
+@property(nonatomic, copy) NSString *TID;   // 终端标识,取移动快捷TID。
+@property(nonatomic, copy) NSString *deviceFingerprint; // 取移动快捷APDID。
+@property(nonatomic, readonly) NSString *AWID;         // 无线awid。
+@property(nonatomic, readonly) NSString *clientId;     // 设备clientId,IMEI|IMSI。
+@property(nonatomic, strong, readonly) NSString *deviceModel;           // 设备类型
+@property(nonatomic, assign, readonly) unsigned long memoryAwailable;   // 可用内存
+@property(nonatomic, assign, readonly) int diskTotalSpace;              // 硬盘大小
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APMobileIdentifier.h b/MPaaS/Frameworks/mPaas.framework/Headers/APMobileIdentifier.h
new file mode 100755
index 0000000000000000000000000000000000000000..65edfa5df879de3bdf0d5054df5922bfc25df5c8
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APMobileIdentifier.h
@@ -0,0 +1,32 @@
+//
+//  APMobileIdentifier.h
+//  APMobileIdentifer
+//
+//  Created by WenBi on 14-1-21.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface APMobileIdentifier : NSObject
+
++ (APMobileIdentifier *)shareIdentifier;
+    
+@property(nonatomic, copy) NSString *UTDID;
+@property(nonatomic, copy) NSString *IMSI;
+@property(nonatomic, copy) NSString *IMEI;
+@property(nonatomic, copy) NSString *UUID;
+@property(nonatomic, copy) NSString *TID;
+@property(nonatomic, copy) NSString *deviceFingerprint;
+@property(readonly) NSString *AWID;
+@property(readonly) NSString *clientId;
+@property(nonatomic, strong, readonly) NSString *deviceModel;
+@property(nonatomic, assign, readonly) unsigned long memoryAwailable;
+@property(nonatomic, assign, readonly) int diskTotalSpace;
+
+@end
+
+// 为了兼容性
+@interface MPMobileIdentifier : APMobileIdentifier
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APRemoteLogging+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/APRemoteLogging+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..b0c1078778d6fc89684b25dc6ffcbc454ab7fbe3
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APRemoteLogging+MPaaS.h
@@ -0,0 +1,616 @@
+//
+//  APRemoteLogging+MPaaS.h
+//  APRemoteLogging
+//
+//  Created by shenmo on 5/5/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+/**
+ *  埋点预定义的可用actionID,只可以用预设的,否则服务器不识别
+ */
+static NSString * const kValue_CrashLogFlag = @"MonitorPoint_Crash";
+
+
+static NSString * const kActionID_Manual_perf = @"monitorPerf"; //性能监控标志
+static NSString * const kActionID_Clicked = @"clicked";
+static NSString * const kActionID_LongClicked = @"longClicked";
+static NSString * const kActionID_Submtted = @"submited";
+static NSString * const kActionID_BizLaunched = @"bizLaunched";
+static NSString * const kActionID_SetGesture = @"setGesture";
+static NSString * const kActionID_CheckGesture = @"checkGesture";
+static NSString * const kActionID_NetBroken = @"netBroken";
+static NSString * const kActionID_Monitor = @"monitor";
+static NSString * const KActionID_Slided = @"slided";
+static NSString * const KActionID_None = @"none";
+static NSString * const kActionID_OPENPAGE = @"openPage";
+static NSString * const KActionID_AutoClicked = @"auto_clicked";
+static NSString * const KActionID_AutoClick = @"auto_click";
+static NSString * const KActionID_AutoOpenPage = @"auto_openPage";
+static NSString * const KActionID_AutoEvent = @"auto_event";
+static NSString * const KActionID_Event = @"event";
+static NSString * const KActionID_FingerIdenty = @"fingerIdenty";
+static NSString * const KActionID_MonitorReport = @"MonitorReport";
+static NSString * const KActionID_Exposure = @"exposure";
+
+
+static NSString * const kActionID_Exception = @"exception";
+static NSString * const KActionID_Error = @"error";
+static NSString * const kActionID_FlashBroken = @"flashBroken";
+
+
+
+//性能埋点的actionID
+static NSString * const KActionID_PerformanceNetwork = @"network";
+static NSString * const KActionID_PerformanceMobSDK = @"mobsdk";
+static NSString * const KActionID_PerformanceWebApp = @"webapp";
+static NSString * const KActionID_PerformancePackage = @"package";
+static NSString * const KActionID_PerformancePage = @"page";
+static NSString * const KActionID_PerformanceInterface = @"interface";
+static NSString * const KActionID_PerformanceMemory = @"memory";
+static NSString * const KActionID_PerformanceSdkMonitor = @"sdkmonitor";
+
+#pragma mark -
+#pragma mark 埋点id
+#pragma mark -
+
+static NSString * const kRecordTime = @"timestamp";
+static NSString * const kPlatformID = @"platformID"; //客户端ID
+static NSString * const kClientVersion = @"clientVersion";//客户端版本
+static NSString * const kInternalVersion = @"InternalVersion";//内部版本
+static NSString * const kLogModleVersion = @"logModelVersion";//日志版本
+static NSString * const kClientId = @"clientId"; //设备ID
+static NSString * const kUUID = @"UUID";     //会话ID
+static NSString * const kUserID = @"userID";
+static NSString * const kActionID = @"actionID";//行为id (clicked,submited,bizLaunched)
+static NSString * const kActionStatus = @"actionStatus";
+static NSString * const kStatusMsg = @"statusMsg";
+static NSString * const kBizID = @"bizID";
+static NSString * const kBizVersion = @"bizVersion";
+static NSString * const kCurrentViewID = @"currentViewID";
+static NSString * const kLastViewID = @"lastViewID";
+static NSString * const kActionSeed = @"logID"; //埋点ID
+static NSString * const kWapURL = @"wapURL";
+static NSString * const kActionOwnerType = @"actionType";
+static NSString * const kLogOwnerType = @"logType";
+static NSString * const kExArg1 = @"stayDuration";
+static NSString * const kExArg2 = @"arg2";
+static NSString * const kExArg3 = @"renderConsume";
+static NSString * const kExArg4 = @"arg4";
+static NSString * const kExArg5 = @"sourceID";
+static NSString * const kRequestid = @"unitID"; //流水号
+static NSString * const UTDID = @"utdID"; //cookie
+static NSString * const ucID = @"ucID";
+static NSString * const kIndex = @"index";
+static NSString * const kLogLastViewID = @"logLastViewID";
+static NSString * const kLogCurrentViewID = @"logCurrentViewID";
+static NSString * const kExceptionType = @"ExceptionType";
+static NSString * const kAppStack = @"AppStack";
+static NSString * const kVcStack = @"VcStack";
+static NSString * const kAppPackageType = @"AppPackageType";
+static NSString * const kAttachment = @"Attachment"; //附加信息
+static NSString * const kHeader = @"header";
+static NSString * const kExtension = @"extension";
+static NSString * const kResolution = @"resolution";
+static NSString * const kSessionid = @"session_id";
+
+
+#pragma mark -
+#pragma mark Performance Log Key
+
+static NSString * const kActionControlID = @"ActionControlID";
+static NSString * const kActionToken = @"ActionToken";
+static NSString * const kActionDescription = @"ActionDescription";
+static NSString * const kMonitorType = @"MonitorType";
+static NSString * const kMonitorSubType = @"MonitorSubType";
+static NSString * const kSystemType = @"SystemType";
+static NSString * const kSystemVersion = @"SystemVersion";
+static NSString * const kNetworkType = @"NetworkType";
+static NSString * const kDeviceModel = @"kDeviceModel";
+static NSString * const kInnerVersion = @"InnerVersion";
+static NSString * const kDistributionChannel = @"DistributionChannel";
+static NSString * const kLanguage = @"Language";
+
+#pragma mark -
+#pragma mark other keys
+// android only 仅仅是为了和安卓保持日志模型一致,此字段留空
+//static NSString * const kHotpatchVersion = @"HotpatchVersion";
+static const char kHotpatchPart1[] = "Hotpa";
+static const char kHotpatchPart2[] = "tchVersion";
+#define kHotpatchVersion ([NSString stringWithFormat:@"%s%s", kHotpatchPart1, kHotpatchPart2])
+
+static NSString * const kCPUCoreNum = @"CPUCoreNum";
+static NSString * const kCPUMaxFreq = @"CPUMaxFreq";
+static NSString * const kTotalMem = @"TotalMem";
+static NSString * const kAPK = @"apk";
+static NSString * const kExtendedArg = @"extendedArgument";// for server @尚清
+//9.6.6之后行为埋点的基础扩展字段,字典类型,后续其它日志模型也可以用这个key
+static NSString * const kFoundationExtended = @"FoundationExtended";
+static NSString * const kFoundationExtendedVoiceOver = @"VoiceOver";
+
+#pragma mark -
+#pragma mark Diagnose Log Key
+static NSString * const kChannelID = @"ChannelID";
+static NSString * const kDiagnoseType = @"DiagnoseType";
+static NSString * const kDiagnoseMessage = @"DiagnoseMessage";
+
+
+
+
+static NSString * const kMonitorPoint_bizLaunched = @"MonitorPoint_bizLaunched";
+static NSString * const kMonitorPoint_viewJump = @"MonitorPoint_viewJump";
+static NSString * const kMonitorPoint_viewReturn = @"MonitorPoint_viewReturn";
+static NSString * const kMonitorPoint_ConnectErr = @"MonitorPoint_ConnectErr";
+static NSString * const kMonitorPoint_ClientsErr = @"MonitorPoint_ClientsErr";
+static NSString * const kMonitorPoint_BizResult = @"MonitorPoint_BizResult";
+static NSString * const kMonitorPoint_ButtonClicked = @"MonitorPoint_ButtonClicked";
+static NSString * const kMonitorPoint_CheckUpdate = @"MonitorPoint_CheckUpdate";
+static NSString * const kMonitorPoint_ShareInfo = @"MonitorPoint_ShareInfo";
+static NSString * const kMonitorPoint_Exception = @"MonitorPoint_Exception";
+static NSString * const kMonitorPoint_Event = @"MonitorPoint_Event";
+
+#define logsFile @"LOGS.plist"
+
+#pragma  mark -
+#pragma  mark viewID
+#pragma  mark -
+static NSString * const kHomeView = @"homeView";
+static NSString * const kAccountManagerHomeView = @"accountManagerHomeView";
+static NSString * const kLoginView = @"loginView";
+static NSString * const kRegisterView = @"registerView";
+static NSString * const kGetRegisterSmsView = @"getRegisterSmsView";
+static NSString * const kWaterInputView = @"waterInputView";
+static NSString * const kWaterHistoryView = @"waterHistoryView";
+static NSString * const kWaterSelectListView = @"waterSelectListView";
+static NSString * const kWaterSubmitView = @"waterSubmitView";
+static NSString * const kElectricityInputView = @"electricityInputView";
+static NSString * const kElectricitySelectListView = @"electricitySelectListView";
+static NSString * const kElectricityHistoryView = @"electricityHistoryView";
+static NSString * const kElectricitySubmitView = @"electricitySubmitView";
+static NSString * const kGasInputView = @"gasInputView";
+static NSString * const kGasSelectListView = @"gasSelectListView";
+static NSString * const kGasHistoryView = @"gasHistoryView";
+static NSString * const kGasSubmitView = @"gasSubmitView";
+static NSString * const kTelephoneInputView = @"widelineInputView";
+static NSString * const kTelephoneSelectListView = @"widelineSelectListView";
+static NSString * const kTelephoneHistoryView = @"widelineHistoryView";
+static NSString * const kTelephoneSubmitView = @"widelineSubmitView";
+static NSString * const kTradeRecordsView = @"tradeRecordsView";
+static NSString * const KTradeRecordsAllView = @"tradeRecordsAllView";
+static NSString * const kTradeRecordsWaitPayView = @"tradeRecordsWaitPayView";
+static NSString * const KTradeRecordsWaitReceiveView = @"tradeRecordsWaitReceiveView";
+static NSString * const kTradeDetailsView = @"tradeDetailsView";
+static NSString * const kTradeTransportView = @"tradeTransportView";
+static NSString * const kWithdrawView = @"withdrawView";
+static NSString * const kHelpView = @"helpView";
+static NSString * const kProtocolView = @"protocolView";
+static NSString * const kSubstitutePayHomeView = @"substitutePayHomeView";
+static NSString * const kOnePersonsubstitutePayView = @"onePersonsubstitutePayView";
+static NSString * const kAnyBodysubstitutePayCreateUrlView = @"anyBodysubstitutePayCreateUrlView";
+static NSString * const kAnyBodysubstitutePaySelectTypeView = @"anyBodysubstitutePaySelectTypeView";
+static NSString * const kSubstitutePayShare_SMSView = @"substitutePayShare_SMSView";
+static NSString * const kSubstitutePayShare_EmailView = @"substitutePayShare_emailView";
+static NSString * const kBarcodeView =  @"barcodeView";
+static NSString * const kCashRegisterView = @"cashRegisterView";
+static NSString * const kScanBarCodeView = @"scanBarCodeView";
+static NSString * const kSettingPasswordView = @"settingPassWordView";
+static NSString * const kFeedbackView = @"feedbackView";
+static NSString * const kNoPassWordView = @"noPassWordView";
+static NSString * const kKaBaoTicketDetailView = @"kaBaoTicketDetailView";
+static NSString * const kKaBaoMyTicketListView = @"kaBaoMyTicketListView";
+static NSString * const kKaBaoTicketStoreView = @"kaBaoTicketStoreView";
+#pragma  mark -
+#pragma  mark 各种记录点需要的key
+#pragma  mark -
+
+static NSString * const kValue_pointType = @"pointType";
+static NSString * const kValue_currentViewId = @"currentViewId";
+static NSString * const kValue_gotoViewId = @"gotoViewId";
+static NSString * const kValue_bizId = @"bizId";
+static NSString * const kValue_isLogin = @"isLogin";
+static NSString * const kValue_CurrentTime = @"time";
+static NSString * const kValue_Errmemo = @"errMemo";
+static NSString * const kValue_OperationType = @"operationType";
+static NSString * const kValue_BizVersion = @"bizBundleVersion";
+static NSString * const kvalue_BizResult = @"bizResult";
+static NSString * const kvalue_ShareType = @"shareType";
+static NSString * const kvalue_ButtonId = @"buttonId";
+static NSString * const kvalue_Exception = @"exception";
+static NSString * const kvalue_Index = @"index";
+static NSString * const kvalue_UserId = @"userId";
+static NSString * const kvalue_EventType = @"eventType";
+static NSString * const kvalue_eventResult = @"eventResult";
+static NSString * const kvalue_isHaveCoupon = @"isHaveCoupon";
+
+
+static NSString * const kSharedType_Email = @"sharedType_Email";
+static NSString * const KSharedType_SMS = @"sharedType_SMS";
+static NSString * const kSharedType_Weibo = @"sharedType_Weibo";
+static NSString * const kSharedType_URL = @"sharedType_URL";
+
+static NSString * const kEventType_PaipaiScanResoult = @"eventType_PaipaiScanResoult";
+static NSString * const kEventType_gotoNewTransferPage = @"eventType_gotoNewTransferPage";
+static NSString * const kEventType_confirmTransferAccontButtonClick = @"eventType_confirmTransferAccontButtonClick";
+static NSString * const kEventType_confirmTransferInfo_MobileNo = @"eventType_confirmTransferInfo_mobileNo";
+static NSString * const kEventType_confirmTransferInfo_AlipayAccount = @"eventType_confirmTransferInfo_alipayAccount";
+static NSString * const kEventType_transferCall = @"eventType_transferCall";
+static NSString * const kEventType_historyContactButtonClick =@"eventType_historyContactButtonClick";
+static NSString * const kEventType_localContactButtonClick = @"eventType_localContactButtonClick";
+static NSString * const kEventType_superTransferReadyShake = @"eventType_superTransferReadyShake";
+static NSString * const kEventType_ShakeSuccessUsedTime = @"eventType_ShakeSuccessUsedTime";
+static NSString * const kEventType_KB_TicketZoneClicked = @"eventType_KB_TicketZoneClicked";
+static NSString * const kEventType_KB_BillZoneClicked = @"eventType_KB_BillZoneClicked";
+static NSString * const kEventType_KB_MyTicketClicked = @"eventType_KB_MyTicketClicked";
+static NSString * const kEventType_KB_GestureSetting_success = @"eventType_KB_ GestureSetting_success";
+static NSString * const kEventType_KB_TicketDetailSoundButtonClicked = @"eventType_KB_TicketDetailSoundButtonClicked";
+static NSString * const kEventType_KB_TicketDetailReadDetailButtonClicked = @"eventType_KB_TicketDetailReadDetailButtonClicked";
+static NSString * const kEventType_SendSmsButtonClickInCreditCardView = @"eventType_SendSmsButtonClickInCreditCardView";
+static NSString * const kEventType_CallButtonClickInCreditCardView = @"eventType_CallButtonClickInCreditCardView";
+
+typedef NS_ENUM(int, PerformanceLogType){
+    PerformanceLogTypeNone = 0,
+    PerformanceLogTypeNetwork,
+    PerformanceLogTypeMobSdk,
+    PerformanceLogTypeWebApp,
+    PerformanceLogTypePackage,
+    PerformanceLogTypePage,
+    PerformanceLogTypeInterface,
+    PerformanceLogTypeMemory,
+    PerformanceLogTypeSdkMonitor,
+    PerformanceLogTypeDiagnose,
+    PerformanceLogTypeSYNC_LINK,
+    PerformanceLogTypeSYNC_PROTO,
+    PerformanceLogCommon,
+    PerformanceLogHomePage,
+    PerformanceLogH5Diagnose,
+    PerformanceLogTypeCount
+};
+
+typedef NS_ENUM(int, APLogType){
+    APLogTypeNone = 0,
+    APLogTypeNetwork,
+    APLogTypeMobSdk,
+    APLogTypeWebApp,
+    APLogTypePackage,
+    APLogTypePage,
+    APLogTypeInterface,
+    APLogTypeMemory,
+    APLogTypeSdkMonitor,
+    APLogTypeDiagnose,
+    APLogTypeSYNC_LINK,
+    APLogTypeSYNC_PROTO,
+    APLogTypePerformance,
+    APLogTypeHomePage,
+    APLogTypeH5Diagnose,
+    APLogTypeH5Exception,
+    APLogTypeBehavior,
+    APLogTypeCrash,
+    APLogTypeAuto,
+    APLogTypeFootprint,
+    APLogTypeMonitor,
+    APLogTypeKeyBizTrace,
+    APLogTypeNetMonitor,
+    APLogTypeCount
+};
+
+typedef NS_ENUM(NSInteger, APRemoteLoggerPageInfomationType) {
+    APRemoteLoggerPageInfomationMiniType
+};
+
+@protocol APRemoteLoggerClass <NSObject>
+
+/**
+ *  新的行为埋点接口。8.3之前的老的打点不要修改成调用此接口。8.3以后(含)新开的页面调用此接口。
+ 客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param actionId  action ID 必填,标识一个埋点的类别,可用actionID定义在APMonitorPointDataDefines.h
+ 文件中
+ *  @param extParams 扩展参数,业务自己根据需要填充。数组元素最多4个,第四个元素可以是字典,
+ 字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param appId     子应用ID(业务的bizID) 必填
+ *  @param seed      埋点ID(后端定义的,找@君边@望乡生成)
+ *  @param ucId      用例编号(后端定义的,找@君边@望乡生成) 必填
+ *                   warning:埋点ID和用例编号请自己生成前缀,之后找@温皇来确认,上述两位已经不负责这部分了
+ */
++(void)writeLogWithActionId:(NSString *)actionId
+                  extParams:(NSArray *)extParams
+                      appId:(NSString *)appId
+                       seed:(NSString *)seed
+                       ucId:(NSString *)ucId;
+
+
+/**
+ *  新的行为埋点接口。8.3之前的老的打点不要修改成调用此接口。8.3以后(含)新开的页面调用此接口。
+ 客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param actionId  action ID 必填,标识一个埋点的类别,可用actionID定义在APMonitorPointDataDefines.h
+ 文件中
+ *  @param extParams 扩展参数,业务自己根据需要填充。数组元素最多4个,第四个元素可以是字典,
+ 字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param appId     子应用ID(业务的bizID) 必填
+ *  @param seed      埋点ID(后端定义的,找@君边@望乡生成)
+ *  @param ucId      用例编号(后端定义的,找@君边@望乡生成) 必填
+ *                   warning:埋点ID和用例编号请自己生成前缀,之后找@温皇来确认,上述两位已经不负责这部分了
+ *  @param bizType   业务类型
+ */
+
++(void)writeLogWithActionId:(NSString *)actionId
+                  extParams:(NSArray *)extParams
+                      appId:(NSString *)appId
+                       seed:(NSString *)seed
+                       ucId:(NSString *)ucId
+                    bizType:(NSString *)bizType;
+
+
+
+/**
+ *  新的行为埋点接口。8.3之前的老的打点不要修改成调用此接口。8.3以后(含)新开的页面调用此接口。
+ 客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param actionId  action ID 必填,标识一个埋点的类别,可用actionID定义在APMonitorPointDataDefines.h
+ 文件中
+ *  @param extParams 扩展参数,业务自己根据需要填充。数组元素最多4个,第四个元素可以是字典,
+ 字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param appId     子应用ID(业务的bizID) 必填
+ *  @param seed      埋点ID(后端定义的,找@君边@望乡生成)
+ *  @param ucId      用例编号(后端定义的,找@君边@望乡生成) 必填
+ *                   warning:埋点ID和用例编号请自己生成前缀,之后找@温皇来确认,上述两位已经不负责这部分了
+ *  @param bizType   业务类型
+ *  @param formatterDictionary  业务可以根据需求自定义formatter字典值,pageid可以通过此字典参数设置
+ */
+
++ (void)writeLogWithActionId:(NSString *)actionId
+                   extParams:(NSArray *)extParams
+                       appId:(NSString *)appId
+                        seed:(NSString *)seed
+                        ucId:(NSString *)ucId
+                     bizType:(NSString *)bizType
+         formatterDictionary:(NSDictionary *)formatterDictionary;
+
+
+/**
+ *   注意:新的埋点不要调用此接口,为保持兼容以前的代码所以保留
+ *              8.3之前的老的页面继续使用此接口,8.3新开的页面使用writeLogWithActionId:..这个接口
+ *
+ *  @param dict log å­—å…¸
+ */
++(void)writeLogWithLogDictionary:(NSDictionary *) dict /*__deprecated*/;
+
+/**
+ *  性能埋点接口,客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param tpye 类型
+ *  @param subType 子类型,业务可以自己定义
+ *  @param extraParams 扩展字段,共四个item,第四个item是字典,字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ */
++ (void)writePerformanceLogWithType:(APLogType)type
+                            subType:(NSString *)subType
+                        extraParams:(NSArray *)extraParams;
+
+
+
+
+/**
+ *  性能埋点接口,客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param tpye 类型
+ *  @param subType 子类型,业务可以自己定义
+ *  @param extraParams 扩展字段,共四个item,第四个item是字典,字典内容可自定义,字典会被转换成key-value的字符串计入日志
+ *  @param formatterDictionary 业务可以根据需求自定义formatter字典值,格式头可以通过此字典参数设置
+ *  @param perUploadNum达到number条日志时,触发一次日志上传,当number==1时,实时上传日志。0表示忽略此参数.
+ */
++ (void)writePerformanceLogWithType:(APLogType)type
+                            subType:(NSString *)subType
+                        extraParams:(NSArray *)extraParams
+                formatterDictionary:(NSDictionary *)formatterDictionary
+                       perUploadNum:(NSUInteger)number;
+
+
+
+/**
+ *  埋点接口,客户端版本、用户ID、设备ID、操作系统版本、网络类型、设备类型、软件版本会自动填充,不需要业务埋点。
+ *
+ *  @param tpye 类型,每种类型对应一个日志文件
+ *  @param subType 子类型,业务可以自己定义,用于过滤筛选用
+ * @param extraParams 扩展字段,共四个item,第四个item是字典,字典内容可自定义, 字典会被转换成key-value的字符串计入日志
+ *  @param perUploadNum 达到num条日志时,触发一次日志上传,当num==1时,实时上传日志。0表示忽略此参数.
+ */
+
++ (void)writeWithType:(APLogType)type subType:(NSString *) subType
+           paramArray:(NSArray *) extraParams perUploadNum:(NSUInteger) num;
+
+
+
+/**
+ *  界面点击的ActionToken(TraceID)
+ *
+ *  @return 最近界面点击的ActionToken(TraceID)
+ */
++(NSString *) currentActionToken;
+
+/**
+ *  界面点击的ActionToken的生成时间戳,为精简RPC包大小而提供
+ *
+ *  @return 最近界面点击的ActionToken的生成时间戳
+ */
++(unsigned long long) tokenTimestamp;
+
+/**
+ *  界面点击的最近一个控件标识
+ *
+ *  @return 最近界面点击的最近一个控件标识
+ */
++(NSString *) currentActionControlID;
+
+/**
+ *  当前页面的ID
+ *
+ *  @return 当前页面的ID
+ */
++(NSString *) currentPageID;
+
++(NSString *) lastPageID;
+
++(NSString *) currentSubAppID;
+
++(void) resetCurrentPageId:(NSString *)pageId;
+
+
+/**
+ *  页面数据准备好到达可用状态,由业务主动调用
+ *
+ *  @return void
+ */
++ (void)pageDidFinishInitializing;
+
+
+
+/**
+ *  字符串数组格式化转成str1|str2|str3格式字符串
+ *
+ *  @param array 字符串数组
+ *
+ *  @return 格式化后字符串
+ */
++ (NSString *)convertToStringFromArray:(NSArray *)array;
+
+/**
+ *  设置扩展参数,支持扩展参数的日志模型(行为,性能)
+ *  字典转成 key=value^key=value^key=value 格式字符串
+ *
+ *  @return void
+ */
++ (void)setFoundationExtended:(NSDictionary *)dict;
+
+/**
+ *  字典格式化 转成 key:value&key:value&key:value 格式字符串
+ *
+ *  @param dictionary å­—å…¸
+ *  @param kvSeparator 可以为空,默认使用:连接,字典key和value的连接字符(比如key:value)
+ *  @param componentsSeparator 可以为空,默认使用&连接,每队key,value组合后的连接字符(比如key:value&key:value)
+ *  @return 格式化后的字符串
+ *
+ */
++ (NSString *)convertToStringFromDictionary:(NSDictionary *)dictionary
+                                kvSeparator:(NSString *)separator1
+                        componentsSeparator:(NSString *)separator2;
+
+
+
+/**
+ *  页面打开
+ *  @param spmId 代表当前页面的spm
+ *  @param index  pageid索引
+ *  @return void
+ *
+ */
++ (void)logPageStartWithSpmId:(NSString *)spmId index:(NSObject *)index;
+
+
+
+/**
+ *  页面结束,会生成openpage埋点
+ *  @param spmId 代表当前页面的spm
+ *  @param index  pageid索引
+ *  @param param 手动埋点扩展参数4
+ *  @return void
+ */
++ (void)logPageEndWithSpmId:(NSString *)spmId index:(NSObject *)index bizType:(NSString *)bizType param:(NSDictionary *)param;
+
+
+
+/**
+ *  取索引的pageid
+ *  @param index  pageid索引
+ *  @return 页面流水号
+ */
++ (NSString *)pageIdForIndex:(NSObject *)index;
+
+
+
+
+/**
+ *  取索引的pageid的时间戳
+ *  @param index  pageid索引
+ *  @return 页面流水号的时间戳
+ */
++ (NSString *)pageIdTimestampForIndex:(NSObject *)index;
+
+
+
+
+/**
+ *  取索引的spmid
+ *  @param index  pageid索引
+ *  @return 页面spmid
+ */
++ (NSString *)spmIdForIndex:(NSObject *)index;
+
+
+
+
+
+/**
+ *  取索引的信息
+ *  @param index  pageid索引
+ *  @param type  pageInfo类型
+ *  @return 页面信息
+ */
++ (NSString *)pageInfomationForIndex:(NSObject *)index forType:(APRemoteLoggerPageInfomationType)type;
+
+
+
+/**
+ *  清除所有无效的历史流水号
+ */
++ (void)resetPageMonitorContext;
+
+
+
+#pragma mark -
+#pragma mark 以下函数业务不要调用
+
++(void)writeCrashLog:(NSString *) report vcStack:(NSString *) vcStack;
++(NSDictionary*)stateWhenCrashed:(NSString*)vcStack;
++(void)writeCrashLog:(NSString *) report state:(NSDictionary*)state;
+
++ (void)writePerformanceLogWithType:(APLogType)type
+                            subType:(NSString *) subType
+                        extraParams:(NSArray *) extraParams
+                    actionControlID:(NSString *) controlID
+                         actionToke:(NSString *) actionToken;
+
++(void) writeDiagnoseLog:(NSString *) logString;
++(void)upload;
+
++(void) logPageBeginRenderWithPageName:(NSString *) name;
++(void) logPageStartWithPageId:(NSString *) pageId appId:(NSString *) appId
+                   sourceAppId:(NSString *) sourceAppId pageName:(NSString *) pageName;
+
++ (void)logPageMonitorWithMonitorType:(NSString *)monitorType;
+
++ (void)logPageEndRenderWithPageName:(NSString *)name;
+
++(BOOL) statusForWriteLogSwitch:(NSString*) logType;
++(BOOL) statusForSendLogSwitch:(NSString*) logType;
+
++(void) checkCrashLogWithCompletionBlock:(void (^)(void)) block;
+
+// 添加OC版本的接口,为了利用OC的动态特性实现模块间解耦合
++ (void)SLWriteMonitorLog:(NSDictionary*)attachDict appID:(NSString*)appID monitorType:(NSString*)monitorType subMonitorType:(NSString*)subMonitorType;
++ (void)APWriteNetLog:(NSString*)identifier size:(NSString*)size type:(NSString*)type owner:(NSString*)owner extDict:(NSDictionary*)extDict;
+
+/**
+ *   暂停日志上传,最大暂停时间为60s,时间过后自动打开日志上传
+ *   设置这个机制的原因是防止调用方异常,没有调用resumeLogUploading等情况下,导致日志无法上传。
+ *
+ *  @param secondes 自定义的日志暂停上传时间,最大值为60s,最小值为1s,其余值将导致默认暂停10s
+ */
++(void) suspendLogUploadingForSeconds:(int) seconds;
+
+/**
+ *   立即恢复日志上传功能
+ */
++(void) resumeLogUploading;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APSSKeychain.h b/MPaaS/Frameworks/mPaas.framework/Headers/APSSKeychain.h
new file mode 100755
index 0000000000000000000000000000000000000000..5074f7be8c8c115b840fb41dad8873265481aec9
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APSSKeychain.h
@@ -0,0 +1,357 @@
+//
+//  SSKeychain.h
+//  MobileFoundation
+//
+//  Created by 朱建 on 13-4-9.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <Security/Security.h>
+
+/** Error codes that can be returned in NSError objects. */
+typedef enum {
+	/** No error. */
+	APSSKeychainErrorNone = noErr,
+	
+	/** Some of the arguments were invalid. */
+	APSSKeychainErrorBadArguments = -1001,
+	
+	/** There was no password. */
+	APSSKeychainErrorNoPassword = -1002,
+	
+	/** One or more parameters passed internally were not valid. */
+	APSSKeychainErrorInvalidParameter = errSecParam,
+	
+	/** Failed to allocate memory. */
+	APSSKeychainErrorFailedToAllocated = errSecAllocate,
+	
+	/** No trust results are available. */
+	APSSKeychainErrorNotAvailable = errSecNotAvailable,
+	
+	/** Authorization/Authentication failed. */
+	APSSKeychainErrorAuthorizationFailed = errSecAuthFailed,
+	
+	/** The item already exists. */
+	APSSKeychainErrorDuplicatedItem = errSecDuplicateItem,
+	
+	/** The item cannot be found.*/
+	APSSKeychainErrorNotFound = errSecItemNotFound,
+	
+	/** Interaction with the Security Server is not allowed. */
+	APSSKeychainErrorInteractionNotAllowed = errSecInteractionNotAllowed,
+	
+	/** Unable to decode the provided data. */
+	APSSKeychainErrorFailedToDecode = errSecDecode
+} APSSKeychainErrorCode;
+
+extern NSString *const kAPSSKeychainErrorDomain;
+
+/** Account name. */
+extern NSString *const kAPSSKeychainAccountKey;
+
+/**
+ Time the item was created.
+ 
+ The value will be a string.
+ */
+extern NSString *const kAPSSKeychainCreatedAtKey;
+
+/** Item class. */
+extern NSString *const kAPSSKeychainClassKey;
+
+/** Item description. */
+extern NSString *const kAPSSKeychainDescriptionKey;
+
+/** Item label. */
+extern NSString *const kAPSSKeychainLabelKey;
+
+/** Time the item was last modified.
+ 
+ The value will be a string.
+ */
+extern NSString *const kAPSSKeychainLastModifiedKey;
+
+/** Where the item was created. */
+extern NSString *const kAPSSKeychainWhereKey;
+
+/**
+ Simple wrapper for accessing accounts, getting passwords, setting passwords, and deleting passwords using the system
+ Keychain on Mac OS X and iOS.
+ 
+ This was originally inspired by EMKeychain and SDKeychain (both of which are now gone). Thanks to the authors.
+ SSKeychain has since switched to a simpler implementation that was abstracted from [SSToolkit](http://sstoolk.it).
+ */
+@interface APSSKeychain : NSObject
+
+///-----------------------
+/// @name Getting Accounts
+///-----------------------
+
+/**
+ Returns an array containing the Keychain's accounts, or `nil` if the Keychain has no accounts.
+ 
+ See the `NSString` constants declared in SSKeychain.h for a list of keys that can be used when accessing the
+ dictionaries returned by this method.
+ 
+ @return An array of dictionaries containing the Keychain's accounts, or `nil` if the Keychain doesn't have any
+ accounts. The order of the objects in the array isn't defined.
+ 
+ @see allAccounts:
+ */
++ (NSArray *)allAccounts;
+
+/**
+ Returns an array containing the Keychain's accounts, or `nil` if the Keychain doesn't have any
+ accounts.
+ 
+ See the `NSString` constants declared in SSKeychain.h for a list of keys that can be used when accessing the
+ dictionaries returned by this method.
+ 
+ @param error If accessing the accounts fails, upon return contains an error that describes the problem.
+ 
+ @return An array of dictionaries containing the Keychain's accounts, or `nil` if the Keychain doesn't have any
+ accounts. The order of the objects in the array isn't defined.
+  
+ @see allAccounts
+ */
++ (NSArray *)allAccounts:(NSError **)error;
+
+/**
+ Returns an array containing the Keychain's accounts for a given service, or `nil` if the Keychain doesn't have any
+ accounts for the given service.
+ 
+ See the `NSString` constants declared in SSKeychain.h for a list of keys that can be used when accessing the
+ dictionaries returned by this method.
+ 
+ @param serviceName The service for which to return the corresponding accounts.
+ 
+ @return An array of dictionaries containing the Keychain's accountsfor a given `serviceName`, or `nil` if the Keychain
+ doesn't have any accounts for the given `serviceName`. The order of the objects in the array isn't defined.
+ 
+ @see accountsForService:error:
+ */
++ (NSArray *)accountsForService:(NSString *)serviceName;
+
+/**
+ Returns an array containing the Keychain's accounts for a given service, or `nil` if the Keychain doesn't have any
+ accounts for the given service.
+ 
+ @param serviceName The service for which to return the corresponding accounts.
+ 
+ @param error If accessing the accounts fails, upon return contains an error that describes the problem.
+ 
+ @return An array of dictionaries containing the Keychain's accountsfor a given `serviceName`, or `nil` if the Keychain
+ doesn't have any accounts for the given `serviceName`. The order of the objects in the array isn't defined.
+ 
+ @see accountsForService:
+ */
++ (NSArray *)accountsForService:(NSString *)serviceName error:(NSError **)error;
+
+
+///------------------------
+/// @name Getting Passwords
+///------------------------
+
+/**
+ Returns a string containing the password for a given account and service, or `nil` if the Keychain doesn't have a
+ password for the given parameters.
+ 
+ @param serviceName The service for which to return the corresponding password.
+ 
+ @param account The account for which to return the corresponding password.
+ 
+ @return Returns a string containing the password for a given account and service, or `nil` if the Keychain doesn't
+ have a password for the given parameters.
+ 
+ @see passwordForService:account:error:
+ */
++ (NSString *)passwordForService:(NSString *)serviceName account:(NSString *)account;
+
+/**
+ Returns a string containing the password for a given account and service, or `nil` if the Keychain doesn't have a
+ password for the given parameters.
+ 
+ @param serviceName The service for which to return the corresponding password.
+ 
+ @param account The account for which to return the corresponding password.
+ 
+ @param error If accessing the password fails, upon return contains an error that describes the problem.
+ 
+ @return Returns a string containing the password for a given account and service, or `nil` if the Keychain doesn't
+ have a password for the given parameters.
+ 
+ @see passwordForService:account:
+ */
++ (NSString *)passwordForService:(NSString *)serviceName account:(NSString *)account error:(NSError **)error;
+
+/**
+ Returns the password data for a given account and service, or `nil` if the Keychain doesn't have data 
+ for the given parameters.
+ 
+ @param serviceName The service for which to return the corresponding password.
+ 
+ @param account The account for which to return the corresponding password.
+ 
+ @param error If accessing the password fails, upon return contains an error that describes the problem.
+ 
+ @return Returns a the password data for the given account and service, or `nil` if the Keychain doesn't
+ have data for the given parameters.
+ 
+ @see passwordDataForService:account:error:
+ */
++ (NSData *)passwordDataForService:(NSString *)serviceName account:(NSString *)account;
+
+/**
+ Returns the password data for a given account and service, or `nil` if the Keychain doesn't have data 
+ for the given parameters.
+ 
+ @param serviceName The service for which to return the corresponding password.
+ 
+ @param account The account for which to return the corresponding password.
+ 
+ @param error If accessing the password fails, upon return contains an error that describes the problem.
+ 
+ @return Returns a the password data for the given account and service, or `nil` if the Keychain doesn't
+ have a password for the given parameters.
+ 
+ @see passwordDataForService:account:
+ */
++ (NSData *)passwordDataForService:(NSString *)serviceName account:(NSString *)account error:(NSError **)error;
+
+
+///-------------------------
+/// @name Deleting Passwords
+///-------------------------
+
+/**
+ Deletes a password from the Keychain.
+ 
+ @param serviceName The service for which to delete the corresponding password.
+ 
+ @param account The account for which to delete the corresponding password.
+ 
+ @return Returns `YES` on success, or `NO` on failure.
+ 
+ @see deletePasswordForService:account:error:
+ */
++ (BOOL)deletePasswordForService:(NSString *)serviceName account:(NSString *)account;
+
+/**
+ Deletes a password from the Keychain.
+ 
+ @param serviceName The service for which to delete the corresponding password.
+ 
+ @param account The account for which to delete the corresponding password.
+ 
+ @param error If deleting the password fails, upon return contains an error that describes the problem.
+ 
+ @return Returns `YES` on success, or `NO` on failure.
+ 
+ @see deletePasswordForService:account:
+ */
++ (BOOL)deletePasswordForService:(NSString *)serviceName account:(NSString *)account error:(NSError **)error;
+
+
+///------------------------
+/// @name Setting Passwords
+///------------------------
+
+/**
+ Sets a password in the Keychain.
+ 
+ @param password The password to store in the Keychain.
+ 
+ @param serviceName The service for which to set the corresponding password.
+ 
+ @param account The account for which to set the corresponding password.
+ 
+ @return Returns `YES` on success, or `NO` on failure.
+ 
+ @see setPassword:forService:account:error:
+ */
++ (BOOL)setPassword:(NSString *)password forService:(NSString *)serviceName account:(NSString *)account;
+
+/**
+ Sets a password in the Keychain.
+ 
+ @param password The password to store in the Keychain.
+ 
+ @param serviceName The service for which to set the corresponding password.
+ 
+ @param account The account for which to set the corresponding password.
+ 
+ @param error If setting the password fails, upon return contains an error that describes the problem.
+ 
+ @return Returns `YES` on success, or `NO` on failure.
+ 
+ @see setPassword:forService:account:
+ */
++ (BOOL)setPassword:(NSString *)password forService:(NSString *)serviceName account:(NSString *)account error:(NSError **)error;
+
+/**
+ Sets arbirary data in the Keychain.
+ 
+ @param password The data to store in the Keychain.
+ 
+ @param serviceName The service for which to set the corresponding password.
+ 
+ @param account The account for which to set the corresponding password.
+ 
+ @param error If setting the password fails, upon return contains an error that describes the problem.
+ 
+ @return Returns `YES` on success, or `NO` on failure.
+ 
+ @see setPasswordData:forService:account:error:
+ */
++ (BOOL)setPasswordData:(NSData *)password forService:(NSString *)serviceName account:(NSString *)account;
+
+/**
+ Sets arbirary data in the Keychain.
+ 
+ @param password The data to store in the Keychain.
+ 
+ @param serviceName The service for which to set the corresponding password.
+ 
+ @param account The account for which to set the corresponding password.
+ 
+ @param error If setting the password fails, upon return contains an error that describes the problem.
+ 
+ @return Returns `YES` on success, or `NO` on failure.
+ 
+ @see setPasswordData:forService:account:
+ */
++ (BOOL)setPasswordData:(NSData *)password forService:(NSString *)serviceName account:(NSString *)account error:(NSError **)error;
+
+
+///--------------------
+/// @name Configuration
+///--------------------
+
+#if __IPHONE_4_0 && TARGET_OS_IPHONE
+/**
+ Returns the accessibility type for all future passwords saved to the Keychain.
+ 
+ @return Returns the accessibility type.
+ 
+ The return value will be `NULL` or one of the "Keychain Item Accessibility Constants" used for determining when a
+ keychain item should be readable.
+ 
+ @see accessibilityType
+ */
++ (CFTypeRef)accessibilityType;
+
+/**
+ Sets the accessibility type for all future passwords saved to the Keychain.
+ 
+ @param accessibilityType One of the "Keychain Item Accessibility Constants" used for determining when a keychain item
+ should be readable.
+ 
+ If the value is `NULL` (the default), the Keychain default will be used.
+ 
+ @see accessibilityType
+ */
++ (void)setAccessibilityType:(CFTypeRef)accessibilityType;
+#endif
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APShareKit+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/APShareKit+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..666134850d32e34285b8fd1d025a1940f59af6de
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APShareKit+MPaaS.h
@@ -0,0 +1,15 @@
+//
+//  APShareKit+MPaaS.h
+//  MPaaS
+//
+//  Created by shenmo on 5/9/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+@protocol APSKClientClass <NSObject>
+
++ (BOOL)registerAPPConfig:(NSDictionary*)configDic;
+
++ (BOOL)handleOpenURL:(NSURL *)aURL;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APThemeManager+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/APThemeManager+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..4084ef01e9a2df7cb62a3f1a22880c041e1fe849
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APThemeManager+MPaaS.h
@@ -0,0 +1,52 @@
+//
+//  APThemeManager+MPaaS.h
+//  MPaaS
+//
+//  Created by shenmo on 5/9/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+#import <UIKit/UIKit.h>
+
+@protocol APThemeValuePathProtocol <NSObject>
+
+- (NSString*)stringForPath:(NSString*)path;
+- (UIColor*)colorForPath:(NSString*)path;
+- (NSInteger)intForPath:(NSString*)path;
+- (float)floatForPath:(NSString*)path;
+- (BOOL)boolForPath:(NSString*)path;
+- (UIImage*)imageForPath:(NSString*)path;
+- (UIFont*)fontForPath:(NSString*)path;
+
+// 某个路径的值是否在配置文件里定义了
+- (BOOL)definedForPath:(NSString*)path;
+
+// 某个路径是否在配置文件里定义了,当没定义时,不会回溯默认主题
+- (BOOL)definedForPathNoRecursion:(NSString*)path;
+
+@end
+
+@protocol APThemeClass <NSObject, APThemeValuePathProtocol>
+
+@property (nonatomic, strong, readonly) NSString* name;
+@property (nonatomic, strong, readonly) NSDictionary* theme;
+@property (nonatomic, assign, readonly) BOOL inherited; // 当某个值找不到时,是否继续搜索默认主题
+
+- (id<APThemeValuePathProtocol>)fetchForPrefix:(NSString*)prefix;
+
+@end
+
+@protocol APThemeManagerClass <NSObject>
+
+@property (nonatomic, strong, readonly) id<APThemeClass> defaultTheme;
+@property (nonatomic, strong, readonly) id<APThemeClass> currentTheme;
+
++ (id<APThemeManagerClass>)sharedInstance;
+
+/**
+ *  加载主题,并作为Current Theme
+ *
+ *  @param path 主题.bundle的资源路径
+ */
+- (void)loadThemeWithPath:(NSString*)path;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/APThreadPoolManager.h b/MPaaS/Frameworks/mPaas.framework/Headers/APThreadPoolManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..b31b243cbe8e03cbd4ff300b7230b0a798a72253
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/APThreadPoolManager.h
@@ -0,0 +1,19 @@
+//
+//  APThreadPoolManager.h
+//  APMobileFoundation
+//
+//  Created by wenbi on 14-11-10.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@class APThreadPool;
+
+@interface APThreadPoolManager : NSObject
+
+@property(nonatomic, strong, readonly) APThreadPool *defaultThreadPool;
+
++ (APThreadPoolManager *)sharedThreadPoolManager;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/AUBarButtonItem+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/AUBarButtonItem+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..f4b2afcca86635cfa15e8cf7498d12626b74566d
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/AUBarButtonItem+MPaaS.h
@@ -0,0 +1,30 @@
+//
+//  AUBarButtonItem+MPaaS.h
+//  APMPaaS
+//
+//  Created by yangwei on 2017/5/31.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@protocol AUBarButtonItemClass <NSObject>
+
+@property(nonatomic, strong) NSString *backButtonTitle; // 返回按钮title
+@property(nonatomic, strong) UIImage *backButtonImage;  // 返回按钮图片
+@property(nonatomic, strong) UIColor *titleColor;       // 返回按钮文本颜色
+@property(nonatomic, assign) BOOL hideBackButtonImage;    //隐藏返回按钮图片,提供给框架使用
+
+/**
+ *  创建默认的返回按钮样式
+ *
+ *  @param title   显示文本
+ *  @param target  点击接受者
+ *  @param action  点击处理方法
+ *
+ *  @return AUBarButtonItem
+ */
++ (id<AUBarButtonItemClass>)backBarButtonItemWithTitle:(NSString *)title target:(id)target action:(SEL)action;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/DFCrashReport+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/DFCrashReport+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..d2655a2a76756c191449dd95422c6695c4863173
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/DFCrashReport+MPaaS.h
@@ -0,0 +1,28 @@
+//
+//  DFCrashReport+MPaaS.h
+//  APCrashReporter
+//
+//  Created by shenmo on 5/5/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+@protocol DFCrashReportClass <NSObject>
+
+/**
+ *  上传crash日志
+ */
++ (void)uploadCrashReport;
+
+/**
+ *  获取内存中所有的VC
+ *
+ *  @return 返回包含所有VC的字符串
+ */
++ (NSString *) allAliveVc;
+
+/**
+ *  开启Low Memory Crash Log收集服务
+ */
++ (void)enableMemoryCrashReport;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/DTDeviceInfo.h b/MPaaS/Frameworks/mPaas.framework/Headers/DTDeviceInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..fa01f84be86e271aa64ebadde6885fa05e0ec146
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/DTDeviceInfo.h
@@ -0,0 +1,175 @@
+//
+//  DTDeviceInfo.h
+//  MobileFoundation
+//
+//  Created by 朱建 on 13-4-9.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+#if 1
+
+// 这个类在mPaas里主要是为了一些以framework引入的模块的兼容问题,请不要直接使用
+
+@class UIScreenMode;
+
+/*!
+ @enum         kDeviceType
+ @abstract     iOS设备类型
+ */
+typedef enum {
+    kDevice_IPHONE = 0,
+    kDevice_IPad,
+    kDevice_ITouch,
+} kDeviceType ;
+
+typedef enum {
+    kDevice_Screen_LOW,         // not retina
+    kDevice_Screen_IPHONE4,     // 4 or 4s
+    kDevice_Screen_IPHONE5,     // 5 or 5s or 5c
+    kDevice_Screen_IPHONE6,     // 6
+    kDevice_Screen_IPHONE6p,    // 6 plus
+    kDevice_Screen_IPAD,        // all pads
+} kDeviceScreenCategory ;
+
+/*!
+ @class         DTDeviceInfo
+ @abstract      设备信息类
+ */
+@interface DTDeviceInfo : NSObject
+
+/*!
+ @function      sharedDTDeviceInfo
+ @abstract      得到 DTDeviceInfo 的单例对象
+ @return        DTDeviceInfo 的单例对象
+ */
++ (DTDeviceInfo *)sharedDTDeviceInfo;
+
+/*!
+ @function      osVersion
+ @abstract      得到操作系统版本号
+ @return        操作系统版本号
+ */
++ (float)osVersion;
+
+/*!
+ @function      deviceName
+ @abstract      得到设备名称
+ @discussion    即[[UIDevice currentDevice] name]
+ @return        设备名称
+ */
++ (NSString *)deviceName;
+
+/*!
+ @function      totalDiskSpace
+ @abstract      得到SD盘空间总大小
+ @return        空间总大小
+ */
++ (NSNumber *)totalDiskSpace;
+
+/*!
+ @function      freeDiskSpace
+ @abstract      得到SD盘剩余的空闲空间大小
+ @return        剩余的空闲空间大小
+ */
++ (NSNumber *)freeDiskSpace;
+
+/*!
+ @function      screenMode
+ @abstract      得到屏幕模式
+ @discussion    即[UIScreen mainScreen].currentMode
+ @return        屏幕模式
+ */
+- (UIScreenMode *)screenMode;
+
+/*!
+ @function      platformString
+ @abstract      得到平台类型
+ @discussion    如“iPhone 5 (CDMA)”、“iPad 3 (GSM)”
+ @return        平台类型
+ */
+- (NSString *)platformString;
+
+/*!
+ @function      deviceVersion
+ @abstract      得到平台版本
+ @discussion    如“iPhone5,1”
+ @return        平台版本
+ */
++ (NSString*)deviceVersion;
+
+/*!
+ @function      deviceType
+ @abstract      得到设备类型
+ @return        设备类型
+ */
+- (kDeviceType)deviceType;
+
+/**
+ *  取屏幕类别,不过只能在真机上生效
+ */
++ (kDeviceScreenCategory)deviceScreenCategory;
+
+/*!
+ @function      imei
+ @abstract      得到设备imei
+ @discussion    此处对移动快捷强依赖,取移动快捷的imei
+ @return        imei
+ */
+- (NSString *)imei;
+
+/*!
+ @function      imsi
+ @abstract      得到设备imsi
+ @discussion    此处对移动快捷强依赖,取移动快捷的imsi
+ @return        imsi
+ */
+- (NSString *)imsi;
+
+/*!
+ @function      tid
+ @abstract      得到设备tid
+ @discussion    此处对移动快捷强依赖,取移动快捷的tid
+ @return        tit
+ */
+- (NSString *)tid;
+
+/*!
+ @function      clientId
+ @abstract      得到设备ClientId
+ @discussion    [imsi]|[imei],与目前移动快捷另外生成的clientId(uuid)不同
+ @return        clientId
+ */
+- (NSString *)clientId;
+
+/*!
+ @function      did
+ @abstract      得到设备did
+ @discussion    [imsi]|[imei]|[clientKey]
+ @return        did
+ */
+- (NSString *)did;
+
+/*!
+ @function      apdid
+ @abstract      得到设备指纹
+ @return        apdid
+ */
+- (NSString *)apdid;
+
+/*!
+ @function      currentAwid
+ @abstract      得到本次启动后的awid
+ @return        awid
+ */
+- (NSString *)currentAwid;
+
+/**
+ * 判断本机是否被越狱。
+ */
++ (BOOL)isJailbreak;
+
+@end
+
+#endif
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/DTJsonHelper.h b/MPaaS/Frameworks/mPaas.framework/Headers/DTJsonHelper.h
new file mode 100755
index 0000000000000000000000000000000000000000..d5043fe4705164f1e08288a4b144adbddc1a6b8b
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/DTJsonHelper.h
@@ -0,0 +1,21 @@
+//
+//  DTJsonHelper.h
+//  MobileFoundation
+//
+//  Created by WenBi on 13-4-12.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <objc/runtime.h>
+
+@interface DTJsonHelper : NSObject
+
++ (Class)elementClassForContainer:(NSString *)name ofObject:(id)object;
+
+/*
+ * 解析并返回一个属性的类型。
+ */
++ (NSString *)typeStringForProperty:(objc_property_t)property;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/DTNumber.h b/MPaaS/Frameworks/mPaas.framework/Headers/DTNumber.h
new file mode 100755
index 0000000000000000000000000000000000000000..cb717a632a34eb98e3c5b364efe47e96e457bd4d
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/DTNumber.h
@@ -0,0 +1,81 @@
+//
+//  DTNumber.h
+//  MobileFoundation
+//
+//  Created by WenBi on 13-4-19.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface DTNumber : NSObject <NSCoding>
+
+- (char)charValue;
+- (unsigned char)unsignedCharValue;
+- (short)shortValue;
+- (unsigned short)unsignedShortValue;
+- (int)intValue;
+- (unsigned int)unsignedIntValue;
+- (long)longValue;
+- (unsigned long)unsignedLongValue;
+- (long long)longLongValue;
+- (unsigned long long)unsignedLongLongValue;
+- (float)floatValue;
+- (double)doubleValue;
+- (BOOL)boolValue;
+
+- (NSString *)stringValue;
+
+- (NSComparisonResult)compare:(DTNumber *)otherNumber;
+
+- (BOOL)isEqualToNumber:(DTNumber *)number;
+
+@end
+
+@interface DTBoolean : DTNumber
+
++ (DTBoolean *)booleanWithObject:(id)object;
+
+@end
+
+@interface DTByte : DTNumber
+
++ (DTByte *)byteWithObject:(id)object;
+
+@end
+
+@interface DTCharacter : DTNumber
+
++ (DTCharacter *)characterWithObject:(id)object;
+
+@end
+
+@interface DTDouble : DTNumber
+
++ (DTDouble *)doubleWithObject:(id)object;
+
+@end
+
+@interface DTFloat : DTNumber
+
++ (DTFloat *)floatWithObject:(id)object;
+
+@end
+
+@interface DTInteger : DTNumber
+
++ (DTInteger *)integerWithObject:(id)object;
+
+@end
+
+@interface DTLong : DTNumber
+
++ (DTLong *)longWithObject:(id)object;
+
+@end
+
+@interface DTShort : DTNumber
+
++ (DTShort *)shortWithObject:(id)object;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/DynamicRelease+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/DynamicRelease+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..98b82e085e95dadf69b6c853870069543ec74e47
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/DynamicRelease+MPaaS.h
@@ -0,0 +1,71 @@
+//
+//  DynamicRelease+MPaaS.h
+//  MPaaS
+//
+//  Created by shenmo on 5/8/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+typedef NS_ENUM(NSInteger, DRLocalBandageExecutionType)
+{
+    DRLocalBandageExecutionAll = 0,         // 执行所有本地脚本
+    DRLocalBandageExecutionNonLazyload,     // 执行非Lazyload的脚本
+    DRLocalBandageExecutionLazyload,        // 执行Lazyload的脚本
+};
+
+@protocol DynamicReleaseClass <NSObject>
+
++ (id<DynamicReleaseClass>)sharedInstance;
+
+/**
+ *  获取本地有哪些脚本,用","分隔的脚本ID。这个给日志模块上报使用,每条日志都会带上,所以直接拼好。
+ */
+- (NSString*)getLocalBandages;
+
+/**
+ *  获取已经执行了哪些脚本,返回ID数组。这个给Crash上报使用。
+ */
+- (NSArray*)getExecutedBandages;
+
+/**
+ *  执行本地已经下载的所有Hotpatch脚本,这个方法需要尽量早调用,建议放在应用的didFinishLaunching方法最前面。
+ */
+- (void)executeLocalBandage:(DRLocalBandageExecutionType)type;
+
+/**
+ *  与服务端同步脚本,包括脚本的下载与回滚,同步完成后会自动执行新的脚本。这个方法会异步执行,
+ */
+- (void)synchronizeBandage;
+
+/**
+ *  更多参数的同步方法,这个方法会异步执行,
+ *
+ *  @param forced    是否强制拉取
+ *  @param execute   拉取到后是否自动执行
+ *  @param failBlock 失败的回调方法
+ */
+- (void)synchronizeBandage:(BOOL)forced execute:(BOOL)execute onSuccess:(void(^)())successBlock onFailed:(void(^)(NSError*))failBlock;
+
+/**
+ *  判断应用是否正在执行本地脚本,执行完成返回NO。
+ *  当监测到Crash时,校验这个方法的值,如果返回YES,表示极大可能因为Patch导致启动Crash。
+ *
+ *  @return 是否正在执行脚本。
+ */
+- (BOOL)executingBandages;
+
+/**
+ *  获取本地的hotpatch缓存工作目录,绝对路径
+ */
+- (NSString*)bandageLocalWorkspacePath;
+
+/**
+ *  重置Patch工作目录
+ *
+ *  @param reserveMetaInfo  是否保留元文件
+ 传YES时,删除本地已有脚本,但保留元文件,之后不会再拉取这些脚本;
+ 传NO时,删除整个目录,元文件也被删除,之后有脚本还是会同步回来。
+ */
+- (void)resetBandageWorkspace:(BOOL)reserveMetaInfo;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/GTMNSString+HTML.h b/MPaaS/Frameworks/mPaas.framework/Headers/GTMNSString+HTML.h
new file mode 100755
index 0000000000000000000000000000000000000000..09d022110bcc79e099a1ca224fccd1afe5883c45
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/GTMNSString+HTML.h
@@ -0,0 +1,66 @@
+//
+//  GTMNSString+HTML.h
+//  Dealing with NSStrings that contain HTML
+//
+//  Copyright 2006-2008 Google Inc.
+//
+//  Licensed under the Apache License, Version 2.0 (the "License"); you may not
+//  use this file except in compliance with the License.  You may obtain a copy
+//  of the License at
+//
+//  http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+//  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+//  License for the specific language governing permissions and limitations under
+//  the License.
+//
+
+#import <Foundation/Foundation.h>
+
+/// Utilities for NSStrings containing HTML
+@interface NSString (GTMNSStringHTMLAdditions)
+
+/// Get a string where internal characters that need escaping for HTML are escaped
+//
+///  For example, '&' become '&amp;'. This will only cover characters from table
+///  A.2.2 of http://www.w3.org/TR/xhtml1/dtds.html#a_dtd_Special_characters
+///  which is what you want for a unicode encoded webpage. If you have a ascii
+///  or non-encoded webpage, please use stringByEscapingAsciiHTML which will
+///  encode all characters.
+///
+/// For obvious reasons this call is only safe once.
+//
+//  Returns:
+//    Autoreleased NSString
+//
+- (NSString *)gtm_stringByEscapingForHTML;
+
+/// Get a string where internal characters that need escaping for HTML are escaped
+//
+///  For example, '&' become '&amp;'
+///  All non-mapped characters (unicode that don't have a &keyword; mapping)
+///  will be converted to the appropriate &#xxx; value. If your webpage is
+///  unicode encoded (UTF16 or UTF8) use stringByEscapingHTML instead as it is
+///  faster, and produces less bloated and more readable HTML (as long as you
+///  are using a unicode compliant HTML reader).
+///
+/// For obvious reasons this call is only safe once.
+//
+//  Returns:
+//    Autoreleased NSString
+//
+- (NSString *)gtm_stringByEscapingForAsciiHTML;
+
+/// Get a string where internal characters that are escaped for HTML are unescaped
+//
+///  For example, '&amp;' becomes '&'
+///  Handles &#32; and &#x32; cases as well
+///
+//  Returns:
+//    Autoreleased NSString
+//
+- (NSString *)gtm_stringByUnescapingFromHTML;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPCryptKit.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPCryptKit.h
new file mode 100755
index 0000000000000000000000000000000000000000..b6b3c2408451d0639879152ae95f4bc1a559bba0
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPCryptKit.h
@@ -0,0 +1,115 @@
+//
+//  MPCryptKit.h
+//  MPCryptKit
+//
+//  Created by shenmo on 12/28/14.
+//  Copyright (c) 2014 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "APSSKeychain.h"
+#import "APBase64.h"
+#import "APMD5.h"
+
+#pragma mark NSData+AESCrypt.h
+
+@interface NSData (AESCrypt)
+
+- (NSData *)apAES256EncryptWithKey:(NSString *)key;
+- (NSData *)apAES256DecryptWithKey:(NSString *)key;
+
+@end
+
+#pragma mark NSData+Base64.h
+
+@interface NSData (Base64)
+
++ (NSData *)dataWithBase64EncodedString:(NSString *)string;
+- (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth;
+- (NSString *)base64EncodedString;
+- (NSString *)dt_base64EncodedString;
+
+@end
+
+@interface NSString (Base64)
+
++ (NSString *)stringWithBase64EncodedString:(NSString *)string;
+- (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth;
+- (NSString *)base64EncodedString;
+- (NSString *)base64DecodedString;
+- (NSData *)base64DecodedData;
+
+@end
+
+#pragma mark NSData+DTMD5.h
+
+@interface NSData (DTMD5)
+
+- (NSString *)MD5String;
+
+@end
+
+#pragma mark NSString+DTMD5.h
+
+@interface NSString (DTMD5)
+
+- (NSString *)MD5String;
+
+@end
+
+#pragma mark NSString+DTAES.h
+
+@interface NSString (DTAES)
+
+/*!
+ @function      stringWithAESEncrypt
+ @abstract      AES加密字符串数据
+ @param         sKey        密钥字符串
+ @param         ivParameter IV参数
+ @param         charSetOfSrc 明文字符串的字符编码
+ @param         charSetOfKey 密钥字符串的字符编码
+ @return        加密结果的Base64字符串
+ */
+- (NSString *)stringWithAESEncrypt:(NSString *)sKey
+                       ivParameter:(NSString *)ivParameter
+                      charSetOfSrc:(NSStringEncoding)charSetOfSrc
+                      charSetOfKey:(NSStringEncoding)charSetOfKey;
+
+
+/*!
+ @function      stringWithAESDecrypt
+ @abstract      AES解密字符串数据
+ @param         sKey        密钥字符串
+ @param         ivParameter IV参数
+ @param         charSetOfSrc 明文字符串的字符编码
+ @param         charSetOfKey 密钥字符串的字符编码
+ @return        明文字符串
+ */
+- (NSString *)stringWithAESDecrypt:(NSString *)sKey
+                       ivParameter:(NSString *)ivParameter
+                      charSetOfSrc:(NSStringEncoding)charSetOfSrc
+                      charSetOfKey:(NSStringEncoding)charSetOfKey;
+
+/*!
+ @function      stringWithAESEncryptDefault
+ @abstract      AES加密字符串数据,,使用缺省的密钥和iv
+ @return        加密结果的Base64字符串
+ */
+- (NSString *)stringWithAESEncryptDefault;
+
+/*!
+ @function      dataWithAESEncryptDefault
+ @abstract      AES加密字符串数据,,使用缺省的密钥和iv
+ @return        NSData加密结果
+ */
+- (NSData *)dataWithAESEncryptDefault;
+
+/*!
+ @function      stringWithAESEncryptDefault
+ @abstract      AES解密字符串数据,使用缺省的密钥和iv
+ @return        明文字符串
+ */
+- (NSString *)stringWithAESDecryptDefault;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPDynamicLoader.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPDynamicLoader.h
new file mode 100755
index 0000000000000000000000000000000000000000..737ab77a002736279735fa5abafbad57d39ea665
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPDynamicLoader.h
@@ -0,0 +1,26 @@
+//
+//  MPDynamicLoader.h
+//  APMPaaS
+//
+//  Created by shenmo on 18/11/2016.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface MPDynamicLoader : NSObject
+
+/**
+ 加载动态库二进制
+
+ @param name 动态库名字
+ @return 加载是否成功
+ */
++ (BOOL)loadBinaryWithName:(NSString*)name;
+
+/**
+ 返回已经加载了哪些动态库
+ */
++ (NSSet*)loadedBinaries;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPJSONKit.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPJSONKit.h
new file mode 100755
index 0000000000000000000000000000000000000000..2af4b4d29a8e47efaad5be0cdc65496b24947454
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPJSONKit.h
@@ -0,0 +1,87 @@
+//
+//  MPJSONKit.h
+//  MPJSONKit
+//
+//  Created by shenmo on 12/28/14.
+//  Copyright (c) 2014 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "DTNumber.h"
+
+#pragma mark APJSONExtensions.h
+
+@interface NSObject (APJSONKitExtensions)
+
+/**
+ *  将NSObject序列化成字符串。
+ *
+ *  @return 序列化成字符串.(该方法实际调用APJSONString)
+ */
+- (NSString *)JSONString;
+
+- (NSString *)APJSONString;
+
+@end
+
+@interface NSString (APJSONKitExtensions)
+
+/**
+ *  将字符串反序列化成NSObject对象。
+ *
+ *  @return 反序列化NSObject对象。(该方法实际调用APJSONValue)
+ */
+- (id)JSONValue;
+
+- (id)APJSONValue;
+
+@end
+
+@interface NSData (APJSONKitExtensions)
+
+/**
+ *  将Data反序列化成NSObject对象。
+ *  Data应该应该是utf8编码的json字符串。
+ *
+ *  @return 反序列化NSObject对象。(该方法实际调用APJSONValue)
+ */
+- (id)JSONValue;
+
+- (id)APJSONValue;
+
+@end
+
+#pragma mark DTJsonDecoder.h
+
+extern NSString * const NSClassCastExpcetion;
+
+@interface DTJsonDecoder : NSObject
+
++ (DTJsonDecoder *)decoder;
+
+- (id)decodeWithClass:(Class)cls elementClass:(Class)elementClass fromJSONString:(NSString *)string;
+- (id)decodeWithClass:(Class)cls elementClass:(Class)elementClass fromJSONObject:(id)json;
+- (id)decodeWithClassName:(NSString *)className elementClass:(Class)elementClass fromJSONObject:(id)json;
+
+@end
+
+#pragma mark DTJsonEncoder.h
+
+@interface DTJsonEncoder : NSObject
+
+/**
+ * Creates and return a new <code>DTJsonEncoder</code> object.
+ *
+ * @return A newly created and initialized object of <code>DTJsonEncoder</code.
+ */
++ (DTJsonEncoder *)encoder;
+
+/**
+ * Encodes a JSON object into a string with JSON format.
+ *
+ *
+ */
+- (NSString *)encodeObject:(id)object;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPLiteSettingService+MPaaS.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPLiteSettingService+MPaaS.h
new file mode 100755
index 0000000000000000000000000000000000000000..2a3527a93a5a9fdbcc66dd48779d5dfed3bbcf95
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPLiteSettingService+MPaaS.h
@@ -0,0 +1,17 @@
+//
+//  MPLiteSettingService.h
+//  APMPaaS
+//
+//  Created by shenmo on 6/3/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+@protocol MPLiteSettingServiceClass <NSObject>
+
++ (NSString*)getRPCGateway;
++ (NSString*)getRPCProductId;
+
++ (NSString*)getRemoteLogGateway;
++ (NSString*)getRemoteLogProductId;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPLiteSettingService.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPLiteSettingService.h
new file mode 100755
index 0000000000000000000000000000000000000000..ecfd2940bad701d52cc9b5a6ab5f9625f22d0fd7
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPLiteSettingService.h
@@ -0,0 +1,13 @@
+//
+//  MPLiteSettingService.h
+//  mPaas
+//
+//  Created by shenmo on 6/3/16.
+//  Copyright © 2016 Alibaba. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface MPLiteSettingService : NSObject
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPThreadManager.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPThreadManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..a89d2169b7f9ba6aa9e924fedc814f20a43741fc
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPThreadManager.h
@@ -0,0 +1,92 @@
+//
+//  MPThreadManager.h
+//  MPThreadManager
+//
+//  Created by shenmo on 12/28/14.
+//  Copyright (c) 2014 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#pragma mark APThreadManager.h
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    typedef enum _APTBizType
+    {
+        APTBiz_Unknown  = 0,
+    }APTBizType;
+    
+    /**
+     *  异步到子线程执行block。
+     *
+     *  @param bizType      调用的业务类型,方便框架统一针对当前所处业务进行线程使用调优。无特殊的和不确定的,统一填0。
+     *  @param tag          调用的标识串,方便跟进调用方,跟进性能、线程资源消耗等问题。目前统一填__FUNCTION__。
+     *  @param delayTime    延迟执行时间,单位:秒。不延迟填0即可。
+     *  @param priority     优先级,方便排队管理。系统定义的5级优先级+扩展优先级。
+     *                      扩展优先级(10000:最高优先执行,不排队;后面扩展优先级,支持各种单独queue、串行queue需求,以及策略)。
+     *                      原则:先管理,然后内部消化。默认填0优先级。
+     */
+    //void APTAsyncCall(APTBizType bizType, const char* tag, double delayTime, NSOperationQueuePriority priority, dispatch_block_t block);
+    
+    /**
+     *  异步到主线程执行block。
+     *  APTMainCall和APTMainACall的区别:(业务需要)
+     *        APTMainCall  - 如果主线程调用,block是同步调用的,不会异步;等同if([NSThread isMainThread])block();
+     *        APTMainACall - 如果主线程调用,block是异步调用的;等同dispatch_async(dispatch_get_main_queue(), block);
+     *
+     *  @param bizType      调用的业务类型,方便框架统一针对当前所处业务进行线程使用调优。无特殊的和不确定的,统一填0。
+     *  @param tag          调用的标识串,方便跟进调用方,跟进性能、线程资源消耗等问题。目前统一填__FUNCTION__。
+     *  @param delayTime    延迟执行时间,单位:秒。不延迟填0即可。
+     *  @param priority     优先级,方便排队管理。系统定义的5级优先级+扩展优先级。
+     *                      扩展优先级(10000:最高优先执行,不排队;后面扩展优先级,支持各种策略)。
+     *                      原则:先管理,然后内部消化。默认填0优先级。
+     */
+    void APTMainCall(APTBizType bizType, const char* tag, double delayTime, NSOperationQueuePriority priority, dispatch_block_t block);
+    void APTMainACall(APTBizType bizType, const char* tag, double delayTime, NSOperationQueuePriority priority, dispatch_block_t block);
+    
+    void APAsyncCall(NSOperationQueuePriority priority, dispatch_block_t block);
+    void APMainCall(dispatch_block_t block);
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+#pragma mark APThreadPool.h
+
+typedef NS_ENUM (NSInteger, APTaskPriority) {
+    APTaskPriorityVeryLow = -8L,
+    APTaskPriorityLow = -4L,
+    APTaskPriorityNormal = 0,
+    APTaskPriorityHigh = 4,
+    APTaskPriorityVeryHigh = 8
+};
+
+/**
+ *  线程池
+ */
+@interface APThreadPool : NSObject
+
+@property NSInteger maxConcurrentTaskCount;
+
+@property (getter = isSuspended) BOOL suspended;
+
+/**
+ *  默认线程池,有10个线程同时处理任务。
+ *
+ *  @return 默认的线程池对象。
+ */
++ (APThreadPool *)defaultThreadPool;
+
+/**
+ *  添加任务到当前的线程池。
+ *
+ *  @param taskId   字符串,用于标识要添加到线程池中的任务。
+ *  @param priority 优先级
+ *  @param block    block
+ */
+- (void)addTask:(NSString *)taskId priority:(APTaskPriority)priority block:(void (^)(void))block;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPUnification.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPUnification.h
new file mode 100755
index 0000000000000000000000000000000000000000..a1c47e480135c58a5612d9b6504e3ba7389876f9
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPUnification.h
@@ -0,0 +1,31 @@
+//
+//  MPUnification.h
+//  APMPaaS
+//
+//  Created by qiwei on 2017/1/16.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+/**
+ 统一设置全局状态的操作
+ */
+@interface MPUnification : NSObject
+
+/**
+ 显示网络活动标识
+ @param show YES:显示; NO:隐藏
+ @param tag 调用方标识
+ */
++ (void)showNetworkActivityIndicator:(BOOL)show tag:(NSString*)tag;
+
+/**
+ 禁止自动锁屏
+ @param disable YES:禁止自动锁屏; NO:恢复自动锁屏
+ @param tag 调用方标识
+ */
++ (void)disableAutoLockScreen:(BOOL)disable tag:(NSString*)tag;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPZipKit.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPZipKit.h
new file mode 100755
index 0000000000000000000000000000000000000000..2bece5cb30591fcf6b1a0370a50f9dcd6db59c8a
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPZipKit.h
@@ -0,0 +1,48 @@
+//
+//  MPZipKit.h
+//  MPZipKit
+//
+//  Created by shenmo on 12/27/14.
+//  Copyright (c) 2014 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface NSData (DTGZip)
+- (NSData*) compressGZip;
+- (NSData*) decompressGZip;
+
+- (id) initWithGZipFile:(NSString*)path;
+- (BOOL) writeToGZipFile:(NSString*)path;
+@end
+
+
+@protocol DTZipArchiveDelegate <NSObject>
+@optional
+-(void) ErrorMessage:(NSString*) msg;
+-(BOOL) OverWriteOperation:(NSString*) file;
+
+@end
+
+@interface DTZipArchive : NSObject {
+    //@private
+    //	zipFile		_zipFile;
+    //	unzFile		_unzFile;
+    //
+    //	NSString*   _password;
+    //	id			_delegate;
+}
+
+//@property (nonatomic, retain) id delegate;
+
+-(BOOL) CreateZipFile2:(NSString*) zipFile;
+-(BOOL) CreateZipFile2:(NSString*) zipFile Password:(NSString*) password;
+-(BOOL) addFileToZip:(NSString*) file newname:(NSString*) newname;
+-(BOOL) CloseZipFile2;
+
+-(BOOL) UnzipOpenFile:(NSString*) zipFile;
+-(BOOL) UnzipOpenFile:(NSString*) zipFile Password:(NSString*) password;
+-(BOOL) UnzipFileTo:(NSString*) path overWrite:(BOOL) overwrite;
+-(BOOL) UnzipCloseFile;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+Decoupling.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+Decoupling.h
new file mode 100755
index 0000000000000000000000000000000000000000..eba505e43f91870511b370b45c4f2d71770cedb6
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+Decoupling.h
@@ -0,0 +1,19 @@
+//
+//  MPaaS.h
+//  MPaaS
+//
+//  Created by shenmo on 5/6/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "MPaaS+ImportAPLog.h"
+#import "MPaaS+ImportAPShareKit.h"
+#import "MPaaS+ImportAPLanguage.h"
+#import "MPaaS+ImportDFCrashReport.h"
+#import "MPaaS+ImportDynamicRelease.h"
+#import "MPaaS+ImportAPThemeManager.h"
+#import "MPaaS+ImportAPRemoteLogging.h"
+#import "MPaaS+ImportAPMobileIdentifier.h"
+#import "MPaaS+ImportMPLiteSettingService.h"
+#import "MPaas+MonitorStartUpTime.h"
+#import "MPaaS+ImportAUBarButtonItem.h"
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPLanguage.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPLanguage.h
new file mode 100755
index 0000000000000000000000000000000000000000..89ecd9eee0b4b122134c5c46ab966cae88a4d29b
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPLanguage.h
@@ -0,0 +1,33 @@
+//
+//  MPaaS+ImportAPLanguage.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "APLanguage+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<APLanguageSettingClass> getAPLanguageSetting();
+    
+    // 在这里将__TEXT重定向到getMultilanguageRes这个方法,可以动态获取语言资源。
+    // 如果未加入APLanguage模块,也会默认返回defaultValue
+    NSString* getMultilanguageRes(NSString* bundle, NSString* key, NSString* defaultValue);
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define APLanguageSetting       getAPLanguageSetting()
+
+#undef	__TEXT
+#define __TEXT(bundle,key,comment) \
+    getMultilanguageRes(bundle, key, comment)
+
+#define APLanguageSettingDidChangeNotification  @"APLanguageSettingDidChangeNotification"
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPLog.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPLog.h
new file mode 100755
index 0000000000000000000000000000000000000000..ccb59341d8c8b56dec226d465dc0502a0a5dfdff
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPLog.h
@@ -0,0 +1,36 @@
+//
+//  MPaaS+ImportAPLog.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "APLogOCWrapper+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<APLogOCWrapperClass> getAPLogOCWrapper();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define APLogInfo(tag, fmt, ...)\
+[getAPLogOCWrapper() APLogInfo:tag format:fmt, ##__VA_ARGS__]
+
+#define APLogDebug(tag, fmt, ...)\
+[getAPLogOCWrapper() APLogDebug:tag format:fmt, ##__VA_ARGS__]
+
+#define APLogWarn(tag, fmt, ...)\
+[getAPLogOCWrapper() APLogWarn:tag format:fmt, ##__VA_ARGS__]
+
+#define APLogError(tag, fmt, ...)\
+[getAPLogOCWrapper() APLogError:tag format:fmt, ##__VA_ARGS__]
+
+#define APLogMonitor(tag, fmt, ...)\
+[getAPLogOCWrapper() APLogMonitor:tag format:fmt, ##__VA_ARGS__]
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPMobileIdentifier.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPMobileIdentifier.h
new file mode 100755
index 0000000000000000000000000000000000000000..f20f055159e551af580920ff10d706ef871645a8
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPMobileIdentifier.h
@@ -0,0 +1,23 @@
+//
+//  MPaaS+ImportAPMobileIdentifier.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "APMobileIdentifier+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<APMobileIdentifierClass> getAPMobileIdentifier();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define APMobileIdentifier      getAPMobileIdentifier()
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPRemoteLogging.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPRemoteLogging.h
new file mode 100755
index 0000000000000000000000000000000000000000..94ed6c4203ca25332db4bb9537f8544c9c4b132f
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPRemoteLogging.h
@@ -0,0 +1,23 @@
+//
+//  MPaaS+ImportAPRemoteLogging.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "APRemoteLogging+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<APRemoteLoggerClass> getAPRemoteLogger();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define APRemoteLogger          getAPRemoteLogger()
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPShareKit.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPShareKit.h
new file mode 100755
index 0000000000000000000000000000000000000000..42fad13029460b9943fe3809be77a96ff9487b40
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPShareKit.h
@@ -0,0 +1,23 @@
+//
+//  MPaaS+ImportAPShareKit.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "APShareKit+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<APSKClientClass> getAPSKClient();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define APSKClient              getAPSKClient()
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPThemeManager.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPThemeManager.h
new file mode 100755
index 0000000000000000000000000000000000000000..efcbe49d5009f0d45bd56ddf14e22384b6ed5c1d
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAPThemeManager.h
@@ -0,0 +1,23 @@
+//
+//  MPaaS+ImportAPThemeManager.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "APThemeManager+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<APThemeManagerClass> getAPThemeManager();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define APThemeManager          getAPThemeManager()
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAUBarButtonItem.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAUBarButtonItem.h
new file mode 100755
index 0000000000000000000000000000000000000000..9be429a69215e56c64f7bb580e2b9e8b8408daf3
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportAUBarButtonItem.h
@@ -0,0 +1,23 @@
+//
+//  MPaaS+ImportAUBarButtonItem.h
+//  APMPaaS
+//
+//  Created by yangwei on 2017/5/31.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import "AUBarButtonItem+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<AUBarButtonItemClass> getAUBarButtonItem();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define AUBarButtonItem           getAUBarButtonItem()
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportDFCrashReport.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportDFCrashReport.h
new file mode 100755
index 0000000000000000000000000000000000000000..7b124a2adc8e74119fba2119c7cfe9090e338ec3
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportDFCrashReport.h
@@ -0,0 +1,23 @@
+//
+//  MPaaS+ImportDFCrashReport.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "DFCrashReport+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<DFCrashReportClass> getDFCrashReport();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define DFCrashReport           getDFCrashReport()
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportDynamicRelease.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportDynamicRelease.h
new file mode 100755
index 0000000000000000000000000000000000000000..2ccffc5adfc8265edd14cdb503acdca3a92c5c90
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportDynamicRelease.h
@@ -0,0 +1,23 @@
+//
+//  MPaaS+ImportDynamicRelease.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "DynamicRelease+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<DynamicReleaseClass> getDynamicRelease();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+// Backward capability macros
+
+#define DynamicRelease          getDynamicRelease()
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportMPLiteSettingService.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportMPLiteSettingService.h
new file mode 100755
index 0000000000000000000000000000000000000000..fc626544792ed67bf336c76b44566051daa75c16
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+ImportMPLiteSettingService.h
@@ -0,0 +1,19 @@
+//
+//  MPaaS+ImportMPLiteSettingService.h
+//  APMPaaS
+//
+//  Created by shenmo on 8/29/16.
+//  Copyright © 2016 Alipay. All rights reserved.
+//
+
+#import "MPLiteSettingService+MPaaS.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+    
+    id<MPLiteSettingServiceClass> getMPLiteSettingService();
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+MonitorStartUpTime.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+MonitorStartUpTime.h
new file mode 100755
index 0000000000000000000000000000000000000000..e78689ff1c9d72f069266a3a21b7431f0144107c
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaS+MonitorStartUpTime.h
@@ -0,0 +1,25 @@
+//
+//  MPaaS+MonitorStartUpTime.h
+//  APMPaaS
+//
+//  Created by qiwei on 16/10/12.
+//  Copyright © 2016年 Alipay. All rights reserved.
+//
+
+#ifndef MPaaS_MonitorStartUpTime_h
+#define MPaaS_MonitorStartUpTime_h
+
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+
+// definition of globalMonitorStartUpTime
+// 全局变量,程序启动的开始时刻
+// 使用方法: 声明后使用,但不要修改
+extern NSTimeInterval globalMonitorStartUpTime;
+    
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+#endif /* MPaaS_MonitorStartUpTime_h */
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaSConfigInfo.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaSConfigInfo.h
new file mode 100755
index 0000000000000000000000000000000000000000..a51970dc03257d67b3c30442d973d199b0fddde3
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaSConfigInfo.h
@@ -0,0 +1,35 @@
+//
+//  MPaaSConfigInfo.h
+//  APMPaaS
+//
+//  Created by yangwei on 17/4/25.
+//  Copyright © 2017年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface MPaaSConfigInfo : NSObject
+
+/**
+ *  当前App的无线保镖图片,是否需要区分平台。
+ *  设置为NO,表示无线保镖SDK不需要区分平台,使用默认的 yw_1222.jpg 安全图片;
+ *  设置为YES,表示无线保镖SDK需要区分平台,通过分配的 authCode,来指定在当前App中使用的无线保镖安全图片,并将图片设置为yw_1222_authCode.jpg;
+ *
+ *  默认返回为NO。钱包中不需要关心;
+ *  mPaaS用户一般也不需要修改,只有在 yw_1222.jpg 图片与其他平台发生冲突时(如同时使用 mPaaS与阿里百川相关服务),需要在 category 中重写此方法,返回YES来区分图片。
+ *
+ * @return 默认返回NO
+ */
++ (BOOL)enableMPaaSAuthCode;
+
+/**
+ *  获取设置无线保镖接口的authCode值
+ *
+ *  根据 < enableMPaaSAuthCode > 的返回值,若为NO,此方法返回nil;若为 YES,此方法返回 @"1000";
+ *  钱包中默认为nil,mPaaS 用户根据需要重写 < enableMPaaSAuthCode > 方法
+ *
+ *  @return 默认返回 nil
+ */
++ (NSString *)openSecurityAuthCode;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MPaaSInterface.h b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaSInterface.h
new file mode 100755
index 0000000000000000000000000000000000000000..e719b7b0634a977928aa0cf1ded1804c19e703c8
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MPaaSInterface.h
@@ -0,0 +1,45 @@
+//
+//  MPaaSInterface.h
+//  mPaas
+//
+//  Created by shenmo on 6/3/16.
+//  Copyright © 2016 Alibaba. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface MPaaSInterface : NSObject
+
++ (instancetype)sharedInstance;
+
+#pragma mark - 配置方法,通过Category覆盖以下方法实现应用的自定义配置
+
+/**
+ *  是否允许使用MPaaS默认带的设置服务,这个设置服务比较轻量,只支持设置RPC、日志的网关地址与应用ID。
+ *  如果使用设置服务,需要将配置写在GatewayConfig.plist文件中。
+ *  默认返回NO。
+ *
+ *  <!!!> 对RPC与日志模块来说,如果接入应用覆盖了DTRpcInterface与APLogAdditions的相关方法,那么SettingService的设置会失效。
+ *
+ *  接入方可以自己定义Settings.bundle来修改配置,不过选择的环境名称写入到NSUserDefaults后key必须为“kMPSelectedEnvironment”。
+ *  如果使用了设置服务,初始化时读取不到kMPSelectedEnvironment的值,会默认去GatewayConfig.plist文件中读取key为“Release”的配置字典。
+ *  默认的GatewayConfig.plist结构为:
+ *  Root
+ *   |- Debug                           (子项与Release相同)
+ *   |- Pre-release                     (子项与Release相同)
+ *   |- Release
+ *        |- MPaaSLogGateway            日志服务器地址(类似“http://10.218.157.65”)
+ *        |- MPaaSLogProductId          日志应用Id,通常为带平台的APPKEY加workspaceId(类似“APPKEY_IOS-0000017768”),对内部应用类似为“IPHONE_1ND”这种。
+ *        |- MPaaSRpcGateway            RPC网关地址(类似“http://42.120.224.143/mgw.htm”),开发阶段可以使用http,线上应该使用https。
+ *        |- MPaaSRpcProductId          RPC应用Id,对内部应用来说一般同mPaasLogProductId。
+ */
+- (BOOL)enableSettingService;
+
+/**
+ *  升级组件、Hotpatch等拉取Rpc,或埋点日志上报时的userId。接入应用有自己的账户系统,需要实现这个方法,返回相应的userId值。如果是未登录态,可以返回nil。
+ *  默认返回 nil
+ *  @return 当前的userId
+ */
+- (NSString*)userId;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/MobileFoundation.h b/MPaaS/Frameworks/mPaas.framework/Headers/MobileFoundation.h
new file mode 100755
index 0000000000000000000000000000000000000000..715c5c871b2c47a1422ec38ec7c23a9b2f05f736
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/MobileFoundation.h
@@ -0,0 +1,22 @@
+//
+//  MPMisc.h
+//  MPMisc
+//
+//  Created by shenmo on 12/29/14.
+//  Copyright (c) 2014 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "APEmoji.h"
+#import "GTMNSString+HTML.h"
+#import "NSArray+DTExtensions.h"
+#import "NSDictionary+DTExtensions.h"
+#import "NSString+DTRegularExpressionValidator.h"
+#import "NSStringURLUtils.h"
+#import "UIImage+Color.h"
+#import "UIView+Helper.h"
+#import "UIDevice+mPaas.h"
+
+
+
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/NSArray+DTExtensions.h b/MPaaS/Frameworks/mPaas.framework/Headers/NSArray+DTExtensions.h
new file mode 100755
index 0000000000000000000000000000000000000000..47774d6213e898cb83654d8f3baa5e2691436986
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/NSArray+DTExtensions.h
@@ -0,0 +1,90 @@
+//
+//  NSArray+DTExtensions.h
+//  APContact
+//
+//  Created by 逆仞 on 14-3-18.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+typedef id (^NSArrayObjectValidator)(id object);
+
+
+/**
+ * DTExtensions for reading value at index
+ */
+@interface NSArray (DTExtensions)
+
+@property(nonatomic, readonly, assign) NSUInteger count;
+//@property(nonatomic, readonly, retain) id firstObject;
+//@property(nonatomic, readonly, retain) id lastObject;
+
+- (id)objectOrNilAtIndex:(NSUInteger)index;
+- (BOOL)containsIndex:(NSUInteger)index;
+
+@end
+
+
+/**
+ * DTExtensions for writing value at index
+ */
+@interface NSMutableArray (DTExtensions)
+
+- (void)addObjectOrNil:(id)anObject;
+- (BOOL)insertObjectOrNil:(id)anObject atIndex:(NSUInteger)index;
+- (BOOL)replaceObjectAtIndex:(NSUInteger)index withObjectOrNil:(id)anObject;
+
+@end
+
+
+// NOTE: add or not?
+
+/* C
+- (float)floatAtIndex:(NSUInteger)index;
+- (float)floatAtIndex:(NSUInteger)index defaultValue:(float)defaultValue;
+- (double)doubleAtIndex:(NSUInteger)index;
+- (double)doubleAtIndex:(NSUInteger)index defaultValue:(double)defaultValue; */
+/* C More
+- (long long)longLongAtIndex:(NSUInteger)index;
+- (unsigned long long)unsignedLongLongAtIndex:(NSUInteger)index; */
+
+/* OC
+- (BOOL)boolAtIndex:(NSUInteger)index;
+- (BOOL)boolAtIndex:(NSUInteger)index defaultValue:(BOOL)defaultValue;
+- (NSInteger)integerAtIndex:(NSUInteger)index;
+- (NSInteger)integerOrNotFoundAtIndex:(NSUInteger)index;
+- (NSInteger)integerAtIndex:(NSUInteger)index defaultValue:(NSInteger)defaultValue; */
+
+/* OC More
+- (NSUInteger)unsignedIntegerAtIndex:(NSUInteger)index;
+- (NSUInteger)unsignedIntegerOrNotFoundAtIndex:(NSUInteger)index;
+- (NSUInteger)unsignedIntegerAtIndex:(NSUInteger)index defaultValue:(NSUInteger)defaultValue; */
+
+/* OC Object
+- (NSNumber *)numberAtIndex:(NSUInteger)index;
+- (NSNumber *)numberAtIndex:(NSUInteger)index defaultValue:(NSNumber *)defaultValue;
+- (NSString *)stringAtIndex:(NSUInteger)index;
+- (NSString *)stringOrEmptyStringAtIndex:(NSUInteger)index;
+- (NSString *)stringAtIndex:(NSUInteger)index defaultValue:(NSString *)defaultValue;
+- (NSArray *)arrayAtIndex:(NSUInteger)index;
+- (NSArray *)arrayAtIndex:(NSUInteger)index defaultValue:(NSArray *)defaultValue;
+- (NSDictionary *)dictionaryAtIndex:(NSUInteger)index;
+- (NSDictionary *)dictionaryAtIndex:(NSUInteger)index defaultValue:(NSDictionary *)defaultValue;
+- (NSData *)dataAtIndex:(NSUInteger)index;
+- (NSData *)dataAtIndex:(NSUInteger)index defaultValue:(NSData *)defaultValue;
+- (NSDate *)dateAtIndex:(NSUInteger)index;
+- (NSDate *)dateAtIndex:(NSUInteger)index defaultValue:(NSDate *)defaultValue;
+- (NSURL *)URLAtIndex:(NSUInteger)index;
+- (NSURL *)URLAtIndex:(NSUInteger)index defaultValue:(NSURL *)defaultValue; */
+
+/* OC Object More
+- (id)objectAtIndex:(NSUInteger)index class:(Class)class;
+- (id)objectAtIndex:(NSUInteger)index class:(Class)class defaultValue:(id)defaultValue;
+- (id)objectAtIndex:(NSUInteger)index protocol:(Protocol *)protocol;
+- (id)objectAtIndex:(NSUInteger)index protocol:(Protocol *)protocol defaultValue:(id)defaultValue;
+- (id)objectAtIndex:(NSUInteger)index class:(Class)class protocol:(Protocol *)protocol;
+- (id)objectAtIndex:(NSUInteger)index class:(Class)class protocol:(Protocol *)protocol defaultValue:(id)defaultValue;
+- (id)objectAtIndex:(NSUInteger)index callback:(NSArrayObjectValidator)callback; */
+
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/NSDate+DTJsonString.h b/MPaaS/Frameworks/mPaas.framework/Headers/NSDate+DTJsonString.h
new file mode 100755
index 0000000000000000000000000000000000000000..66a3e598f095a3d69b601f5777bd2cfc18cf305d
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/NSDate+DTJsonString.h
@@ -0,0 +1,33 @@
+//
+//  NSDate+DTJsonString.h
+//  MobileFoundation
+//
+//  Created by WenBi on 13-4-12.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/**
+ * \code NSDate 类的扩展,用于在 JSON 对象序列化中将 \code NSDate 生成相应的字符串,
+ * 或者反序列化中将 JSON 串中的 long 型(64位)表示的毫秒数转换为 \code NSDate 对象。
+ */
+@interface NSDate (DTJsonString)
+
+/**
+ * 根据指定的字符串,创建相应的 \code NSDate 对象。
+ *
+ * @param string 字符串形式的64位整数,这个整数表示从1970年开始至指定的日期经过了多少毫秒。
+ *
+ * @return 如果转换成功,返回 \code NSDate 对象,否则返回 nil。
+ */
++ (NSDate *)dateFromJSONString:(NSString *)string;
+
+/**
+ * 把一个由 \code NSDate 表示的日期和时间,转换为64位整数的毫秒数。
+ *
+ * @return 一个数符串,该字符串中是一个64位的整型数值。
+ */
+- (NSString *)toJSONString;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/NSDictionary+DTExtensions.h b/MPaaS/Frameworks/mPaas.framework/Headers/NSDictionary+DTExtensions.h
new file mode 100755
index 0000000000000000000000000000000000000000..b83b1b0ff8397917f6d8e6a452f490262e7517ef
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/NSDictionary+DTExtensions.h
@@ -0,0 +1,95 @@
+//
+//  NSDictionary+DTExtensions.h
+//  APContact
+//
+//  Created by 逆仞 on 14-3-18.
+//  Copyright (c) 2014å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+typedef id (^NSDictionaryObjectValidator)(id object);
+
+
+/**
+ * DTExtensions for reading value for key
+ * @see NSUserDefaults
+ */
+@interface NSDictionary (DTExtensions)
+
+/* C */
+- (float)floatForKey:(id)aKey;
+- (float)floatForKey:(id)aKey defaultValue:(float)defaultValue;
+- (double)doubleForKey:(id)aKey;
+- (double)doubleForKey:(id)aKey defaultValue:(double)defaultValue;
+/* C More */
+- (long long)longLongForKey:(id)aKey;
+- (unsigned long long)unsignedLongLongForKey:(id)aKey;
+
+/* OC */
+- (BOOL)boolForKey:(id)aKey;
+- (BOOL)boolForKey:(id)aKey defaultValue:(BOOL)defaultValue;
+- (NSInteger)integerForKey:(id)aKey;
+- (NSInteger)integerOrNotFoundForKey:(id)aKey;
+- (NSInteger)integerForKey:(id)aKey defaultValue:(NSInteger)defaultValue;
+
+/* OC More */
+- (NSUInteger)unsignedIntegerForKey:(id)aKey;
+- (NSUInteger)unsignedIntegerOrNotFoundForKey:(id)aKey;
+- (NSUInteger)unsignedIntegerForKey:(id)aKey defaultValue:(NSUInteger)defaultValue;
+
+/* OC Object */
+- (NSNumber *)numberForKey:(id)aKey;
+- (NSNumber *)numberForKey:(id)aKey defaultValue:(NSNumber *)defaultValue;
+- (NSString *)stringForKey:(id)aKey;
+- (NSString *)stringOrEmptyStringForKey:(id)akey;
+- (NSString *)stringForKey:(id)akey defaultValue:(NSString *)defaultValue;
+- (NSArray *)arrayForKey:(id)aKey;
+- (NSArray *)arrayForKey:(id)aKey defaultValue:(NSArray *)defaultValue;
+- (NSDictionary *)dictionaryForKey:(id)aKey;
+- (NSDictionary *)dictionaryForKey:(id)aKey defaultValue:(NSDictionary *)defaultValue;
+- (NSData *)dataForKey:(id)aKey;
+- (NSData *)dataForKey:(id)aKey defaultValue:(NSData *)defaultValue;
+- (NSDate *)dateForKey:(id)aKey;
+- (NSDate *)dateForKey:(id)aKey defaultValue:(NSDate *)defaultValue;
+- (NSURL *)URLForKey:(id)aKey;
+- (NSURL *)URLForKey:(id)aKey defaultValue:(NSURL *)defaultValue;
+
+/* OC Object More */
+- (id)objectForKey:(id)aKey class:(Class)theClass;
+- (id)objectForKey:(id)aKey class:(Class)theClass defaultValue:(id)defaultValue;
+- (id)objectForKey:(id)aKey protocol:(Protocol *)protocol;
+- (id)objectForKey:(id)aKey protocol:(Protocol *)protocol defaultValue:(id)defaultValue;
+- (id)objectForKey:(id)aKey class:(Class)theClass protocol:(Protocol *)protocol;
+- (id)objectForKey:(id)aKey class:(Class)theClass protocol:(Protocol *)protocol defaultValue:(id)defaultValue;
+- (id)objectForKey:(id)aKey callback:(NSDictionaryObjectValidator)callback;
+
+@end
+
+
+/**
+ * DTExtensions for writing value for key
+ */
+@interface NSMutableDictionary (DTExtensions)
+
+/* C */
+- (void)setFloat:(float)value forKey:(id<NSCopying>)aKey;
+- (void)setDouble:(double)value forKey:(id<NSCopying>)aKey;
+
+/* C More */
+- (void)setLongLong:(long long)value forKey:(id<NSCopying>)aKey;
+- (void)setUnsignedLongLong:(unsigned long long)value forKey:(id<NSCopying>)aKey;
+
+/* OC */
+- (void)setBool:(BOOL)value forKey:(id<NSCopying>)aKey;
+- (void)setInteger:(NSInteger)value forKey:(id<NSCopying>)aKey;
+
+/* OC More */
+- (void)setUnsignedInteger:(NSUInteger)value forKey:(id<NSCopying>)aKey;
+
+/* OC Object */
+- (void)setObjectOrNil:(id)anObject forKey:(id<NSCopying>)aKey;
+
+@end
+
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/NSString+DTRegularExpressionValidator.h b/MPaaS/Frameworks/mPaas.framework/Headers/NSString+DTRegularExpressionValidator.h
new file mode 100755
index 0000000000000000000000000000000000000000..5040b4da7e51b3fa347874b5e037a3684267d22c
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/NSString+DTRegularExpressionValidator.h
@@ -0,0 +1,82 @@
+//
+//  NSString+DTRegularExpressionValidator.h
+//  MobileFoundation
+//
+//  Created by 朱建 on 13-4-15.
+//  Copyright (c) 2013å¹´ Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+/*!
+ @abstract  对NSString增加对常用正则表达式验证的Categary
+ */
+@interface NSString (DTRegularExpressionValidator)
+
+/*!
+ @abstract  验证正则表达式是否满足
+ @param     pattern
+ 正则表达式
+ @return    是否满足
+ */
+- (BOOL)validateRegularExpression:(NSString *)pattern;
+
+/*!
+ @abstract      是否是有效的手机号码
+ @return        是否是有效的手机号码
+ */
+- (BOOL)isValidMobilePhoneNumber;
+
+/*!
+ @abstract      是否是有效的固话号码
+ @discussion    需要区号前缀,如 0571-12345678 或 057112345678 或 021-12345678 或 02112345678
+ @return        是否是有效的固话号码
+ */
+- (BOOL)isValidTelephoneNumber;
+
+/*!
+ @abstract  是否是有效的邮箱地址
+ @return    是否是有效的邮箱地址
+ */
+- (BOOL)isValidEmail;
+
+/*!
+ @abstract  是否是有效的邮政编码
+ @return    是否是有效的邮政编码
+ */
+- (BOOL)isValidZipCode;
+
+/*!
+ @abstract      是否是有效的身份证号码
+ @discussion    仅判断位数,未判断生日和末位校验
+ @return        是否是有效的身份证号码
+ */
+- (BOOL)isValidIDCardNumber;
+
+/*!
+ @abstract      是否是有效的正整数
+ @discussion    不能有+号前缀
+ @return        是否是有效的正整数
+ */
+- (BOOL)isValidPositiveInteger;
+
+/*!
+ @abstract  是否是有效的负整数
+ @return    是否是有效的负整数
+ */
+- (BOOL)isValidNegativeInteger;
+
+/*!
+ @abstract      是否是有效的金额
+ @discussion    不能有+-号前缀,最多两位小数
+ @return        是否是有效的金额
+ */
+- (BOOL)isValidAmount;
+
+/*!
+ @abstract      是否全部是数字字符
+ @return        是否全部是数字字符
+ */
+- (BOOL)isAllDigitNumber;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/NSStringURLUtils.h b/MPaaS/Frameworks/mPaas.framework/Headers/NSStringURLUtils.h
new file mode 100755
index 0000000000000000000000000000000000000000..6fc6118c4f8cfbd91be009a1217c0d9f5ce5fc89
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/NSStringURLUtils.h
@@ -0,0 +1,16 @@
+//
+//  NSStringURLUtils.h
+//  MobileFoundation
+//
+//  Created by 孟嵩 on 15/11/11.
+//  Copyright © 2015年 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface NSStringURLUtils : NSObject
+
++ (NSString *)URLDecodedString:(NSString *)string;
++ (NSString *)URLEncodedString:(NSString *)string;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/UIDevice+mPaas.h b/MPaaS/Frameworks/mPaas.framework/Headers/UIDevice+mPaas.h
new file mode 100755
index 0000000000000000000000000000000000000000..83fbbee860bae062f4dd9fa240677b52e15caf5e
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/UIDevice+mPaas.h
@@ -0,0 +1,25 @@
+//
+//  MPDeviceInfo.h
+//  MPMisc
+//
+//  Created by shenmo on 6/25/15.
+//  Copyright (c) 2015 shenmo. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+typedef enum {
+    kMPDevice_Screen_IPHONE_LOW,  // not retina iphone
+    kMPDevice_Screen_IPHONE4,     // 4 or 4s
+    kMPDevice_Screen_IPHONE5,     // 5 or 5s or 5c
+    kMPDevice_Screen_IPHONE6,     // 6
+    kMPDevice_Screen_IPHONE6p,    // 6 plus
+    kMPDevice_Screen_IPAD_LOW,    // pad not retina
+    kMPDevice_Screen_IPAD_RETINA, // pad with retina
+} kMPDeviceScreenCategory;
+
+@interface UIDevice (mPaas)
+
++ (kMPDeviceScreenCategory)deviceScreenCategory;
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/UIImage+Color.h b/MPaaS/Frameworks/mPaas.framework/Headers/UIImage+Color.h
new file mode 100755
index 0000000000000000000000000000000000000000..b4ee9609910ceb9e55439302d8b49df8301551e5
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/UIImage+Color.h
@@ -0,0 +1,29 @@
+//
+//  UIImage+Color.h
+//  MobileFoundation
+//
+//  Created by shenmo on 11/13/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@interface UIImage (Color)
+
+/**
+ *  生成1*1像素的纯色图片
+ */
++ (UIImage *)imageWithColor1x1:(UIColor *)color;
+
+/**
+ *  生成指定尺寸的纯色图片
+ */
++ (UIImage *)imageWithColor:(UIColor *)color size:(CGSize)size;
+
+/**
+ *  设置图片透明度
+ */
++ (UIImage *)imageByApplyingAlpha:(CGFloat)alpha image:(UIImage*)image;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/UIView+Helper.h b/MPaaS/Frameworks/mPaas.framework/Headers/UIView+Helper.h
new file mode 100755
index 0000000000000000000000000000000000000000..7cd89276fb4ed38c0b39f2e2b4d571dae6957225
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/UIView+Helper.h
@@ -0,0 +1,138 @@
+//
+//  UIView+Helper.h
+//  MobileFoundation
+//
+//  Created by shenmo on 11/13/14.
+//  Copyright (c) 2014 Alipay. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@interface UIView (Miscellaneous)
+
+/**
+ * Finds the first descendant view (including this view) that is a member of a particular class.
+ */
+- (UIView*)descendantOrSelfWithClass:(Class)cls;
+
+/**
+ * Finds the first ancestor view (including this view) that is a member of a particular class.
+ */
+- (UIView*)ancestorOrSelfWithClass:(Class)cls;
+
+/**
+ * Removes all subviews.
+ */
+- (void)removeAllSubviews;
+
+/**
+ * The view controller whose view contains this view.
+ */
+- (UIViewController*)viewController;
+
+/**
+ *  Capture the content of this view
+ */
+- (UIImage*)imageFromView;
+
+@end
+
+@interface UIView (Dimension)
+
+/**
+ * Shortcut for frame.origin.x.
+ *
+ * Sets frame.origin.x = left
+ */
+@property (nonatomic) CGFloat left;
+@property (nonatomic) CGFloat x;
+
+/**
+ * Shortcut for frame.origin.y
+ *
+ * Sets frame.origin.y = top
+ */
+@property (nonatomic) CGFloat top;
+@property (nonatomic) CGFloat y;
+
+/**
+ * Shortcut for frame.origin.x + frame.size.width
+ *
+ * Sets frame.origin.x = right - frame.size.width
+ */
+@property (nonatomic) CGFloat right;
+
+/**
+ * Shortcut for frame.origin.y + frame.size.height
+ *
+ * Sets frame.origin.y = bottom - frame.size.height
+ */
+@property (nonatomic) CGFloat bottom;
+
+/**
+ * Shortcut for frame.size.width
+ *
+ * Sets frame.size.width = width
+ */
+@property (nonatomic) CGFloat width;
+@property (nonatomic) CGFloat w;
+
+/**
+ * Shortcut for frame.size.height
+ *
+ * Sets frame.size.height = height
+ */
+@property (nonatomic) CGFloat height;
+@property (nonatomic) CGFloat h;
+
+/**
+ * Shortcut for center.x
+ *
+ * Sets center.x = centerX
+ */
+@property (nonatomic) CGFloat centerX;
+
+/**
+ * Shortcut for center.y
+ *
+ * Sets center.y = centerY
+ */
+@property (nonatomic) CGFloat centerY;
+
+/**
+ * Return the x coordinate on the screen.
+ */
+@property (nonatomic, readonly) CGFloat ttScreenX;
+
+/**
+ * Return the y coordinate on the screen.
+ */
+@property (nonatomic, readonly) CGFloat ttScreenY;
+
+/**
+ * Return the x coordinate on the screen, taking into account scroll views.
+ */
+@property (nonatomic, readonly) CGFloat screenViewX;
+
+/**
+ * Return the y coordinate on the screen, taking into account scroll views.
+ */
+@property (nonatomic, readonly) CGFloat screenViewY;
+
+/**
+ * Return the view frame on the screen, taking into account scroll views.
+ */
+@property (nonatomic, readonly) CGRect screenFrame;
+
+/**
+ * Shortcut for frame.origin
+ */
+@property (nonatomic) CGPoint origin;
+
+/**
+ * Shortcut for frame.size
+ */
+@property (nonatomic) CGSize size;
+
+@end
diff --git a/MPaaS/Frameworks/mPaas.framework/Headers/mPaas.h b/MPaaS/Frameworks/mPaas.framework/Headers/mPaas.h
new file mode 100755
index 0000000000000000000000000000000000000000..717ba0b658288662d52185e9f5337e07ce68837a
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Headers/mPaas.h
@@ -0,0 +1,22 @@
+//
+//  mPaas.h
+//  mPaas
+//
+//  Created by shenmo on 10/23/15.
+//  Copyright © 2015 Alibaba. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "MPaaSInterface.h"
+#import "APMPaaS.h"
+#import "MobileFoundation.h"
+#import "APMobileFoundation.h"
+#import "MPJSONKit.h"
+#import "DTDeviceInfo.h"
+#import "MPUnification.h"
+
+#import "MPCryptKit.h"
+#import "MPZipKit.h"
+#import "MPThreadManager.h"
+
diff --git a/MPaaS/Frameworks/mPaas.framework/Info.plist b/MPaaS/Frameworks/mPaas.framework/Info.plist
new file mode 100755
index 0000000000000000000000000000000000000000..94f855a8c31a7b52560f1d67d234abd05fe18881
--- /dev/null
+++ b/MPaaS/Frameworks/mPaas.framework/Info.plist
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>BuildMachineOSBuild</key>
+	<string>16C68</string>
+	<key>BuildTime</key>
+	<string>20170629 16:17:06</string>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleExecutable</key>
+	<string>mPaas</string>
+	<key>CFBundleIdentifier</key>
+	<string>alipay.mpaas.mPaas</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>mPaas</string>
+	<key>CFBundlePackageType</key>
+	<string>FMWK</string>
+	<key>CFBundleShortVersionString</key>
+	<string>3.0.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleSupportedPlatforms</key>
+	<array>
+		<string>iPhoneOS</string>
+	</array>
+	<key>CFBundleVersion</key>
+	<string>1</string>
+	<key>DTCompiler</key>
+	<string>com.apple.compilers.llvm.clang.1_0</string>
+	<key>DTPlatformBuild</key>
+	<string>14E269</string>
+	<key>DTPlatformName</key>
+	<string>iphoneos</string>
+	<key>DTPlatformVersion</key>
+	<string>10.3</string>
+	<key>DTSDKBuild</key>
+	<string>14E269</string>
+	<key>DTSDKName</key>
+	<string>iphoneos10.3</string>
+	<key>DTXcode</key>
+	<string>0832</string>
+	<key>DTXcodeBuild</key>
+	<string>8E2002</string>
+	<key>MinimumOSVersion</key>
+	<string>7.0</string>
+	<key>Resources</key>
+	<array/>
+	<key>UIDeviceFamily</key>
+	<array>
+		<integer>1</integer>
+		<integer>2</integer>
+	</array>
+</dict>
+</plist>
diff --git a/MPaaS/Frameworks/mPaas.framework/mPaas b/MPaaS/Frameworks/mPaas.framework/mPaas
new file mode 100755
index 0000000000000000000000000000000000000000..facf595031cb9fb3f3b9bcd280ce9313427239e5
Binary files /dev/null and b/MPaaS/Frameworks/mPaas.framework/mPaas differ
diff --git a/MPaaS/Resources/APMobileNetwork.bundle/en.strings b/MPaaS/Resources/APMobileNetwork.bundle/en.strings
new file mode 100755
index 0000000000000000000000000000000000000000..6e8f12ae721951d9d331b7b8207a4126cff7d1f8
--- /dev/null
+++ b/MPaaS/Resources/APMobileNetwork.bundle/en.strings
@@ -0,0 +1,16 @@
+//Written by 多语言翻译管理系统 
+//Thu Jun 30 2016 04:09:23 GMT+0800 (CST)
+//如有问题请联系去疾
+"APNetwork:connect.Cellular" = "Cellular";
+"APNetwork:connect.NoConnection" = "No Connection";
+"APNetwork:connect.WiFi" = "WiFi";
+"APNetwork:error.deserializeError" = "Deserialization Error";
+"APNetwork:error.networkCancel" = "Network is cancelled";
+"APNetwork:error.networkUnreachable" = "Network is unavailable";
+"APNetwork:message.error.serverFormatError" = "Incorrect Data Format from App";
+"APNetwork:message.error.serverReturnEmpty" = "Null Data from App";
+"APNetwork:message.error.systemError" = "System error, please try again later.";
+"APNetwork:reason.HTTPResponseString" = "Content from App: %@";
+"APNetwork:reason.HTTPStatusCode" = "HTTP Status Code from Server: %ld";
+"APNetwork:reason.unknowError" = "Unknown Error";
+
diff --git a/MPaaS/Resources/APMobileNetwork.bundle/zh-HK.strings b/MPaaS/Resources/APMobileNetwork.bundle/zh-HK.strings
new file mode 100755
index 0000000000000000000000000000000000000000..c914bc324710404a1c09b9daeb117ab4a128cc3a
Binary files /dev/null and b/MPaaS/Resources/APMobileNetwork.bundle/zh-HK.strings differ
diff --git a/MPaaS/Resources/APMobileNetwork.bundle/zh-Hans.strings b/MPaaS/Resources/APMobileNetwork.bundle/zh-Hans.strings
new file mode 100755
index 0000000000000000000000000000000000000000..04d5ef5b382128dc34251dee68d52c880893118f
Binary files /dev/null and b/MPaaS/Resources/APMobileNetwork.bundle/zh-Hans.strings differ
diff --git a/MPaaS/Resources/APMobileNetwork.bundle/zh-Hant.strings b/MPaaS/Resources/APMobileNetwork.bundle/zh-Hant.strings
new file mode 100755
index 0000000000000000000000000000000000000000..c914bc324710404a1c09b9daeb117ab4a128cc3a
Binary files /dev/null and b/MPaaS/Resources/APMobileNetwork.bundle/zh-Hant.strings differ
diff --git a/MPaaS/Resources/DynamicDeployment.bundle/policys.plist b/MPaaS/Resources/DynamicDeployment.bundle/policys.plist
new file mode 100755
index 0000000000000000000000000000000000000000..608299a125b5ea45d32230877eba717c9f4b9926
--- /dev/null
+++ b/MPaaS/Resources/DynamicDeployment.bundle/policys.plist
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>start</key>
+	<dict>
+		<key>cmd</key>
+		<string>cmd</string>
+		<key>bandage</key>
+		<string>bandage</string>
+		<key>nest</key>
+		<string>nest</string>
+	</dict>
+	<key>login</key>
+	<dict/>
+	<key>foreground</key>
+	<dict>
+		<key>bandage</key>
+		<string>timeThreshold:30</string>
+		<key>cmd</key>
+		<string>timeThreshold:30</string>
+		<key>nest</key>
+		<string>timeThreshold:30</string>
+	</dict>
+	<key>background</key>
+	<dict/>
+</dict>
+</plist>
diff --git a/MPaaS/Resources/NebulaAppManager.bundle/NAMConfig.plist b/MPaaS/Resources/NebulaAppManager.bundle/NAMConfig.plist
new file mode 100755
index 0000000000000000000000000000000000000000..986ef2c442d068e235e0cd76f90dbeba5f314b8f
--- /dev/null
+++ b/MPaaS/Resources/NebulaAppManager.bundle/NAMConfig.plist
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>MobileRuntime</key>
+	<dict>
+		<key>Delegate</key>
+		<array>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDownloadProtocol</string>
+				<key>name</key>
+				<string>NAMDownloadBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMZipArchiveProtocol</string>
+				<key>name</key>
+				<string>NAMZipArchiveBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMRequestProtocol</string>
+				<key>name</key>
+				<string>NAMRequestBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDataStorageProtocol</string>
+				<key>name</key>
+				<string>NAMDataStorageBiz</string>
+			</dict>
+			<dict>
+				<key>protocol</key>
+				<string>NAMDynamicConfigProtocol</string>
+				<key>name</key>
+				<string>NAMConfigBiz</string>
+			</dict>
+		</array>
+	</dict>
+	<key>ClientConfig</key>
+	<dict/>
+</dict>
+</plist>
diff --git a/MPaaS/Resources/NebulaPoseidon.bundle/Poseidon-Config.plist b/MPaaS/Resources/NebulaPoseidon.bundle/Poseidon-Config.plist
new file mode 100755
index 0000000000000000000000000000000000000000..ea5c1bcfa1609b33400f96a50cc9420248659bc8
--- /dev/null
+++ b/MPaaS/Resources/NebulaPoseidon.bundle/Poseidon-Config.plist
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>JsApiRuntime</key>
+	<dict>
+		<key>JsApis</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PushWindow</string>
+				<key>jsApi</key>
+				<string>pushWindow</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PopWindow</string>
+				<key>jsApi</key>
+				<string>popWindow</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4StartSession</string>
+				<key>jsApi</key>
+				<string>startSession</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4ExitSession</string>
+				<key>jsApi</key>
+				<string>exitSession</string>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBJSApiHandler4PopTo</string>
+				<key>jsApi</key>
+				<string>popTo</string>
+			</dict>
+			<dict>
+				<key>jsApi</key>
+				<string>rpc</string>
+				<key>name</key>
+				<string>JsApiHandler4Rpc</string>
+			</dict>
+		</array>
+	</dict>
+	<key>PluginRuntime</key>
+	<dict>
+		<key>Plugins</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Proxy</string>
+				<key>scope</key>
+				<string>proxy</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Service</string>
+				<key>scope</key>
+				<string>service</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Session</string>
+				<key>scope</key>
+				<string>session</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Scene</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4LoadingView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4TitleBar</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4NavigationTitleView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4Toolbar</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4NavigationItem</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+			<dict>
+				<key>name</key>
+				<string>NBPlugin4ProgressView</string>
+				<key>scope</key>
+				<string>scene</string>
+				<key>events</key>
+				<array>
+					<dict>
+						<key>name</key>
+						<string>-</string>
+						<key>useCapture</key>
+						<false/>
+					</dict>
+				</array>
+			</dict>
+		</array>
+	</dict>
+</dict>
+</plist>
diff --git a/MPaaS/Resources/NebulaPoseidon.bundle/Root.plist b/MPaaS/Resources/NebulaPoseidon.bundle/Root.plist
new file mode 100755
index 0000000000000000000000000000000000000000..fa9830605b054775370dde178e8dd5a1b4eb8fee
--- /dev/null
+++ b/MPaaS/Resources/NebulaPoseidon.bundle/Root.plist
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>PreferenceSpecifiers</key>
+	<array>
+		<dict>
+			<key>Title</key>
+			<string>Group</string>
+			<key>Type</key>
+			<string>PSGroupSpecifier</string>
+		</dict>
+		<dict>
+			<key>AutocapitalizationType</key>
+			<string>None</string>
+			<key>AutocorrectionType</key>
+			<string>No</string>
+			<key>DefaultValue</key>
+			<string></string>
+			<key>IsSecure</key>
+			<false/>
+			<key>Key</key>
+			<string>name_preference</string>
+			<key>KeyboardType</key>
+			<string>Alphabet</string>
+			<key>Title</key>
+			<string>Name</string>
+			<key>Type</key>
+			<string>PSTextFieldSpecifier</string>
+		</dict>
+		<dict>
+			<key>DefaultValue</key>
+			<true/>
+			<key>Key</key>
+			<string>enabled_preference</string>
+			<key>Title</key>
+			<string>Enabled</string>
+			<key>Type</key>
+			<string>PSToggleSwitchSpecifier</string>
+		</dict>
+		<dict>
+			<key>DefaultValue</key>
+			<real>0.5</real>
+			<key>Key</key>
+			<string>slider_preference</string>
+			<key>MaximumValue</key>
+			<integer>1</integer>
+			<key>MaximumValueImage</key>
+			<string></string>
+			<key>MinimumValue</key>
+			<integer>0</integer>
+			<key>MinimumValueImage</key>
+			<string></string>
+			<key>Type</key>
+			<string>PSSliderSpecifier</string>
+		</dict>
+	</array>
+	<key>StringsTable</key>
+	<string>Root</string>
+</dict>
+</plist>
diff --git a/MPaaS/Resources/NebulaPoseidon.bundle/en.lproj/Root.strings b/MPaaS/Resources/NebulaPoseidon.bundle/en.lproj/Root.strings
new file mode 100755
index 0000000000000000000000000000000000000000..8cd87b9d6b20c1fbf87bd4db3db267fca5ad4df9
Binary files /dev/null and b/MPaaS/Resources/NebulaPoseidon.bundle/en.lproj/Root.strings differ
diff --git a/MPaaS/Resources/NebulaPoseidon.bundle/h5_bridge.js b/MPaaS/Resources/NebulaPoseidon.bundle/h5_bridge.js
new file mode 100755
index 0000000000000000000000000000000000000000..01b5e74272aad8acf73cf73b0270c130be71d1e5
--- /dev/null
+++ b/MPaaS/Resources/NebulaPoseidon.bundle/h5_bridge.js
@@ -0,0 +1,299 @@
+window.AlipayJSBridge || (function () {
+
+    var iframe = null;
+
+    function renderIframe() {
+        if (iframe) return;
+        try {
+            iframe = document.createElement("iframe");
+            iframe.id = "__AlipayJSBridgeIframe";
+            iframe.style.display = "none";
+            document.documentElement.appendChild(iframe);
+        } catch (e) {
+
+        }
+    }
+
+    function onDOMReady(callback) {
+        var readyRE = /complete|loaded|interactive/;
+        if (readyRE.test(document.readyState)) {
+            setTimeout(function() {
+                       callback();
+                       }, 1);
+        } else {
+            document.defaultView.addEventListener('DOMContentLoaded', function () {
+                callback();
+            }, false);
+        }
+    }
+
+    var callbackPoll = {};
+
+    var sendMessageQueue = [];
+    var receiveMessageQueue = [];
+
+    // H5动态插件相关
+    var H5_PLUGIN_BASE_URL = "jsplugin://www.alipay.com?plugins=";
+    var H5_PLUGIN_CALLBACK_UNIQUE_ID = 0;
+    var H5_PLUGIN_CALLBACK_PREFIX = "h5dp_callback_id_";
+    var H5_PLUGIN_STACK = [];
+
+    var JSAPI = {
+        /*
+         * 调用Native功能
+         */
+        call: function (func, param, callback) {
+            //jsbridge注入提前后,DOM环境可能还没创建,原jsbridge注入的同时创建iframe的方式将创建失败,改为调用接口的时候创建iframe
+            renderIframe();
+            if (!iframe) return;
+            //
+            if ('string' !== typeof func) {
+                return;
+            }
+
+            if ('function' === typeof param) {
+                callback = param;
+                param = null;
+            } else if (typeof param !== 'object') {
+                param = null;
+            }
+
+            // 防止时间戳重复
+            var callbackId = func + '_' + new Date().getTime() + (Math.random());
+            if ('function' === typeof callback) {
+                callbackPoll[callbackId] = callback;
+            }
+
+            if (param && param.callbackId) {
+                // 从Native调用过来的请求,再回调到Native的callback里
+                // TODO: 需要优化,这里调用回Native的callback不需要传入`handlerName`
+                func = {
+                    responseId: param.callbackId,
+                    responseData: param
+                };
+                delete param.callbackId;
+            } else {
+                // 从页面直接发起到Native的请求
+                func = {
+                    handlerName: func,
+                    data: param
+                };
+                func.callbackId = '' + callbackId;
+            }
+
+//            console.log('bridge.call: ' + JSON.stringify(func));
+            sendMessageQueue.push(func);
+            iframe.src = "alipaybridge://dispatch_message";
+        },
+
+        trigger: function (name, data) {
+//            console.log('bridge.trigger ' + name);
+            if (name) {
+                var triggerEvent = function (name, data) {
+                    var callbackId;
+                    if (data && data.callbackId) {
+                        callbackId = data.callbackId;
+                        data.callbackId = null;
+                    }
+                    var evt = document.createEvent("Events");
+                    evt.initEvent(name, false, true);
+                    if (data) {
+                        if (data.__pull__) {
+                            delete data.__pull__;
+                            for (var k in data) {
+                                evt[k] = data[k];
+                            }
+                        } else {
+                            evt.data = data;
+                        }
+                    }
+                    var canceled = !document.dispatchEvent(evt);
+                    if (callbackId) {
+                        var callbackData = {};
+                        callbackData.callbackId = callbackId;
+                        callbackData[name + 'EventCanceled'] = canceled;
+                        JSAPI.call('__nofunc__', callbackData);
+                    }
+                };
+                setTimeout(function () {
+                    triggerEvent(name, data);
+                }, 1);
+            }
+        },
+
+        /*
+         * Native调用js函数,传输消息
+         **/
+        _invokeJS: function (resp) {
+//            console.log('bridge._invokeJS: ' + resp);
+            resp = JSON.parse(resp);
+            if (resp.responseId) {
+                var func = callbackPoll[resp.responseId];
+                //某些情况需要多次回调,添加keepCallback标识,防删除
+                if (!(typeof resp.keepCallback == 'boolean' && resp.keepCallback)) {
+                    delete callbackPoll[resp.responseId];
+                }
+
+                if ('function' === typeof func) {
+                    // 避免死锁问题
+                    setTimeout(function () {
+                        func(resp.responseData);
+                    }, 1);
+                }
+            } else if (resp.handlerName) {
+
+                if (resp.handlerName == "H5DynamicPluginCallback") {
+                    // H5动态插件加载完成的回调
+                    if (callbackPoll[resp.data.callbackId]) {
+                        var func = callbackPoll[resp.data.callbackId];
+                        if ('function' === typeof func) {
+                            setTimeout(function () {
+                                func();
+                            }, 1);
+                        }
+                    }
+
+                } else {
+                    if (resp.callbackId) {
+                        resp.data = resp.data || {};
+                        resp.data.callbackId = resp.callbackId;
+                    }
+                    JSAPI.trigger(resp.handlerName, resp.data);
+                }
+
+            }
+        },
+
+        // ***********************************************
+        // WebViewJSBridge.js库兼容 @远尘 2014.2.28
+
+        _handleMessageFromObjC: function (message) {
+            if (receiveMessageQueue&&!window.AlipayJSBridge) {
+                receiveMessageQueue.push(message);
+            } else {
+                JSAPI._invokeJS(message);
+            }
+        },
+
+        _fetchQueue: function () {
+            var messageQueueString = typeof [].toJSON == 'function' ? sendMessageQueue.toJSON() : JSON.stringify(sendMessageQueue);
+            if (typeof messageQueueString != 'string') {
+                messageQueueString = JSON.stringify(sendMessageQueue);
+            }
+            sendMessageQueue = [];
+            return messageQueueString;
+        },
+
+        /**
+         * 载入一个或多个动态插件,加载完成将触发回调
+         *
+         * @param {Array/String}  plugins   动态插件的地址,可以是一个或多个
+         *                                  plugins格式说明:数组,包含单个插件地址的字符串
+         * @param {Function}      callback  载入成功后的回调函数,一次加载多个插件时,只有当所有插件加载完成才会执行callback
+         */
+        loadPlugin: function (plugins, callback) {
+            // only iOS platform
+            if (navigator.userAgent.indexOf('iPhone') === -1 &&
+                navigator.userAgent.indexOf('iPad') === -1 &&
+                navigator.userAgent.indexOf('iPod') === -1) {
+                return;
+            }
+
+            // 入栈
+            H5_PLUGIN_STACK.push({
+                'plugins': plugins,
+                'callback': callback
+            });
+
+            if (!window.H5_PLUGIN_LOADER) {
+                window.H5_PLUGIN_LOADER = setInterval(function () {
+                    // 每隔50毫秒加载一个插件
+                    var pluginsConfig = H5_PLUGIN_STACK.shift();
+                    if (typeof pluginsConfig != 'undefined' && typeof pluginsConfig.plugins != 'undefined') {
+                        var plugins = pluginsConfig.plugins;
+                        var callback = pluginsConfig.callback;
+                        var pluginArray = [];
+                        if (Object.prototype.toString.call(plugins) === '[object Array]') {
+                            for (var i = 0, l = plugins.length; i < l; i++) {
+                                pluginArray.push(plugins[i]);
+                            }
+                        } else if (typeof plugins === 'string') {
+                            pluginArray.push(plugins);
+                        }
+
+                        if (callback && typeof callback == 'function') {
+                            var callbackId = H5_PLUGIN_CALLBACK_PREFIX + H5_PLUGIN_CALLBACK_UNIQUE_ID++;
+                            callbackPoll[callbackId] = callback;
+                            document.location.href = H5_PLUGIN_BASE_URL + encodeURIComponent(pluginArray.join(',')) +
+                                '&callbackId=' + callbackId;
+                        } else {
+                            document.location.href = H5_PLUGIN_BASE_URL + encodeURIComponent(pluginArray.join(','));
+                        }
+                    } else {
+                        window.clearInterval(window.H5_PLUGIN_LOADER);
+                        window.H5_PLUGIN_LOADER = undefined;
+                    }
+                }, 50);
+            }
+        }
+    };
+
+    // ***********************************************
+
+    // 初使化事件, 在webview didFinishLoad后调用
+    JSAPI.init = function () {
+        // dont call me any more
+        JSAPI.init = null;
+
+        //动态替换js片段,为了解决在AlipayJSBridge Ready中,使用新增的js属性,由内核替换为js片段字符串
+        "JS_BRIDGE_JS_***_REPLACE_STRING_***_SJ_EGDIRB_SJ";
+        
+        var readyEvent = document.createEvent('Events');
+        readyEvent.initEvent('AlipayJSBridgeReady', false, false);
+
+        // 处理ready事件发生以后才addEventListener的情况
+        var docAddEventListener = document.addEventListener;
+        document.addEventListener = function (name, func) {
+            if (name === readyEvent.type) {
+                // 保持func执行的异步性
+                setTimeout(function () {
+                    func(readyEvent);
+                }, 1);
+            } else {
+                docAddEventListener.apply(document, arguments);
+            }
+        };
+
+        document.dispatchEvent(readyEvent);
+
+        var receivedMessages = receiveMessageQueue;
+        receiveMessageQueue = null;
+        for (var i = 0; i < receivedMessages.length; i++) {
+            JSAPI._invokeJS(receivedMessages[i]);
+        }
+    };
+
+    window.AlipayJSBridge = JSAPI;
+
+    //从全局对象中读取startupParams,确保ready中可用
+    JSAPI.startupParams=window.ALIPAYH5STARTUPPARAMS||{};
+    window.ALIPAYH5STARTUPPARAMS=null;
+                          
+    //jsbridge提前后,将webViewDidFinishLoad中init方法,提前到DOMReady后执行,避免由于长时间加载资源,而影响到接口调用
+    onDOMReady(JSAPI.init);
+    //注入外部需要的脚本
+    onDOMReady(function(){
+               var jsArray = window.ALIPAYH5DYNAMICSCRIPT;
+               for (var i in jsArray) {
+               var jsSrc = jsArray[i];
+                   if (jsSrc&&/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/.test(jsSrc)){
+                        var script,head = document.head || document.documentElement;
+                        script=document.createElement("script");
+                        script.async = true;
+                        script.charset="UTF-8";
+                        script.src = jsSrc;
+                        head.insertBefore(script,head.firstChild);
+                   };
+               }
+    });
+})();
diff --git a/MPaaS/Resources/NebulaPoseidon.bundle/h5_delegateGeo.js b/MPaaS/Resources/NebulaPoseidon.bundle/h5_delegateGeo.js
new file mode 100755
index 0000000000000000000000000000000000000000..9396daac607e165f433debb4e8578366bac24c48
--- /dev/null
+++ b/MPaaS/Resources/NebulaPoseidon.bundle/h5_delegateGeo.js
@@ -0,0 +1,33 @@
+"use strict";
+(function (window) {
+    function call() {
+        var a = arguments,
+                fn = function () {
+                    window.AlipayJSBridge.call.apply(null, a);
+                };
+
+        window.AlipayJSBridge ? fn() : document.addEventListener('AlipayJSBridgeReady', fn, false);
+    }
+    window.navigator.geolocation.getCurrentPosition = function (cb) {
+        call('getLocation', function (rtv) {
+            var pos = {
+                coords: {
+                    accuracy: 50,
+                    altitude: null,
+                    altitudeAccuracy: null,
+                    heading: null,
+                    latitude: null,
+                    longitude: null,
+                    speed: null
+                },
+                timestamp: (+new Date())
+            };
+            for (var k in rtv) {
+                if (rtv.hasOwnProperty(k)) {
+                    pos.coords[k] = rtv[k];
+                }
+            }
+            cb && cb(pos);
+        });
+    };
+})(window);
\ No newline at end of file
diff --git a/MPaaS/Resources/NebulaPoseidon.bundle/h5_performance.js b/MPaaS/Resources/NebulaPoseidon.bundle/h5_performance.js
new file mode 100755
index 0000000000000000000000000000000000000000..5b01237aac35015ab69bac1e74ae76d805ebc8fa
--- /dev/null
+++ b/MPaaS/Resources/NebulaPoseidon.bundle/h5_performance.js
@@ -0,0 +1 @@
+window.AlipayH5Performance||function(){var a,b,c,d,e;navigator.userAgent.indexOf(" AlipayClient/")<0||(a=null,b=[],d={init:function(){this.init=null,this.renderIframe(),this.monitorDOMReady(),this.monitorPageLoad(),this.monitorJSErrors(),this.monitorDNSTime(),this.monitorCacheRate()},monitorDOMReady:function(){var a=this;"complete"===document.readyState?(b.push({name:"domReady",value:(new Date).getTime(),extra:"completed"}),a.sendSignal()):document.addEventListener("DOMContentLoaded",function(c){b.push({name:"domReady",value:c.timeStamp?c.timeStamp:(new Date).getTime(),extra:"complete"}),a.sendSignal()},!0)},monitorPageLoad:function(){var a=this;window.addEventListener("load",function(c){b.push({name:"pageLoad",value:c.timeStamp?c.timeStamp:(new Date).getTime(),extra:"load"}),a.sendSignal()},!0)},monitorJSErrors:function(){var a=this;window.addEventListener("error",function(c){b.push({name:"jsErrors",value:c.message,filename:c.filename,lineno:c.lineno}),a.sendSignal()},!0)},monitorDNSTime:function(){var a=this;window.addEventListener("load",function(){window.performance&&window.performance.timing?b.push({name:"dns",value:window.performance.timing.domainLookupEnd-window.performance.timing.domainLookupStart,extra:"support"}):b.push({name:"dns",value:"",extra:"notsupport"}),a.sendSignal()},!0)},monitorCacheRate:function(){var d,a=this,c={name:"cacheRate"};window.addEventListener("load",function(){var f,g;if(window.performance&&"function"==typeof window.performance.getEntriesByType&&(d=window.performance.getEntriesByType("resource"))){if(d.length>0){for(f=0,g=0;g<d.length;g++)0===d[g].duration&&f++;c.value=(f/d.length).toFixed(4)}else c.value=0;c.extra="support"}else c.value="",c.extra="notsupport";b.push(c),a.sendSignal()},!0)},sendSignal:function(){clearTimeout(c),c=setTimeout(function(){a.src="alipaymonitor://dispatch_monitor_message"},500)},renderIframe:function(){if(!a)try{a=document.createElement("iframe"),a.id="__AlipayH5PerformanceIframe",a.style.display="none",document.documentElement.appendChild(a)}catch(b){}}},d.init(),e={fetchMessageQueue:function(){var a=JSON.stringify(b);return b=[],a}},window.AlipayH5Performance=e)}();
\ No newline at end of file
diff --git a/MPaaS/Resources/NebulaPoseidon.bundle/h5_share.js b/MPaaS/Resources/NebulaPoseidon.bundle/h5_share.js
new file mode 100755
index 0000000000000000000000000000000000000000..18ec232914d0b2ebb691e99e7bf4d291dc814bbf
--- /dev/null
+++ b/MPaaS/Resources/NebulaPoseidon.bundle/h5_share.js
@@ -0,0 +1 @@
+window.AlipayH5Share||function(){var d,a={},b={title:"",imgUrl:"",link:"",desc:"",ready:!1},c={title:!1,link:!1,imgUrl:!1,desc:!1},e={init:function(a){var b=this;b.strict="undefined"==typeof a?!0:!!a,b.collectLink(),b.collectTitle(),b.collectDesc(),b.collectThumbnail()},collectLink:function(){var a=this,d=document.querySelector('meta[name="Alipay:link"]');d&&d.getAttribute("content")&&(b.link=d.getAttribute("content")),c.link=!0,a.collectReady()},collectTitle:function(){var e,a=this,d=document.querySelector('meta[name="Alipay:title"]');d&&d.getAttribute("content")?(c.title=!0,b.title=d.getAttribute("content"),a.collectReady()):document.title&&""!==document.title.trim()?(b.title=a.contentTidy(document.title),c.title=!0,a.collectReady()):document.getElementsByTagName("H1").length>0&&document.getElementsByTagName("H1")[0].textContent.length>0&&(e=a.nodeStrFliter(document.getElementsByTagName("H1")[0]),a.getStrLen(e)<=64&&e.length>0&&(b.title=e,c.title=!0,a.collectReady()))},collectThumbnail:function(){var f,a=this,e=document.querySelector('meta[name="Alipay:imgUrl"]');e&&e.getAttribute("content")?(c.imgUrl=!0,b.imgUrl=e.getAttribute("content"),a.collectReady()):(c.imgUrl=!1,a.collectReady(),d=Array.prototype.slice.call(document.images),a.findImgUrl(1e4,1e6),a.strict||(""==b.imgUrl&&a.findImgUrl(2500,1e4),""==b.imgUrl&&a.findImgUrl(1024,2500)),""==b.imgUrl&&(f=document.querySelector('link[type="image/x-icon"]'),f&&f.getAttribute("href")&&(c.imgUrl=!0,b.imgUrl=f.getAttribute("href"),a.collectReady())))},findImgUrl:function(a,f){var h,i,j,g=e;if(0===d.length)return c.imgUrl=!0,g.collectReady(),void 0;if(h=99999,d.length>0&&!c.imgUrl)for(i=0;i<d.length;i++)j=d[i],g.isHidden(j)||(j.complete||j.natureWidth)&&j.y<h&&j.naturalHeight*j.naturalWidth>=a&&j.naturalHeight*j.naturalWidth<f&&(b.imgUrl=j.src,h=j.y||0,c.imgUrl=!0,g.collectReady())},collectDesc:function(){var e,f,g,h,i,a=this,d=document.querySelector('meta[name="Alipay:desc"]');d&&d.getAttribute("content")&&(c.desc=!0,b.desc=d.getAttribute("content"),a.collectReady()),c.desc||a.tarvelPtags(50,2e3),c.desc||a.tarvelPtags(20,50),c.desc||a.travelDocument(document.body,50,2e3),c.desc||(e=document.querySelector('meta[name="description"]'),e&&e.getAttribute("content")&&(b.desc=a.contentTidy(e.getAttribute("content")),c.desc=!0,a.collectReady())),a.strict||(c.desc||a.travelDocument(document.body,20,50),c.desc||a.tarvelPtags(10,20),c.desc||a.travelDocument(document.body,10,20)),c.desc||(f=window.location.hostname,void 0!=f&&""!=f&&(b.desc=f,c.desc=!0,a.collectReady())),g=window.location.href,h=b.desc?b.desc:"",i=280-a.getStrLen(g),i<=a.getStrLen(h)&&i>=0&&(h=a.cutStr(h,Math.floor(i/2))),b.desc=h},collectReady:function(){c.title&&c.imgUrl&&c.link&&c.desc&&(b.ready=!0)},tarvelPtags:function(a,d){var g,h,i,e=this,f=Array.prototype.slice.call(document.getElementsByTagName("P"));if(f.length>0)for(g=0;g<f.length&&(h=f[g],"undefined"==typeof h||"Debug"==h.id||e.isHidden(h)||(i=h.textContent,e.getStrLen(i)>=a&&e.getStrLen(i)<d&&(i=e.nodeStrFliter(h,!1)),e.getStrLen(i)>=a&&e.getStrLen(i)<d&&(b.desc=i,c.desc=!0,e.collectReady()),!c.desc));g++);},travelDocument:function(a,d,e){var f,g,h,i,j;if(void 0!=a&&a.hasChildNodes()&&(f=this,g=a.childNodes,g&&g.length>0))for(h=0;h<g.length;h++)if(i=g[h],"undefined"!=typeof i){switch(i.nodeType){case 1:f.isHidden(i)||"P"!=i.nodeName&&"SCRIPT"!=i.nodeName&&"STYLE"!=i.nodeName&&"AUDIO"!=i.nodeName&&"VIDEO"!=i.nodeName&&f.travelDocument(i,d,e);break;case 3:j=i.nodeValue,f.getStrLen(j)>=d&&f.getStrLen(j)<e&&(j=f.contentTidy(j)),f.getStrLen(j)>=d&&f.getStrLen(j)<=e&&(b.desc=j,c.desc=!0,f.collectReady())}if(c.desc)break}},getStrLen:function(a){return a.replace(/[^\x00-\xff]/g,"xx").length},cutStr:function(a,b){var d,e,f,c=0;for(d=0;d<a.length;d++)if(e=a.charAt(d),c+=encodeURI(e).length>2?1:.5,c>=b)return f=c==b?d+1:d,a.substr(0,f)},getCurrentStyle:function(a,b){return window.getComputedStyle?window.getComputedStyle(a,null).getPropertyValue(b):a.currentStyle?a.currentStyle[b]:null},isHidden:function(a){var b=e,c=void 0!=a&&void 0!=a.nodeType&&"1"==a.nodeType&&("none"==b.getCurrentStyle(a,"display")||"hidden"==b.getCurrentStyle(a,"visibility"));return c?!0:void 0!=a.parentNode?b.isHidden(a.parentNode):!1},getType:function(a){return Object.prototype.toString.call(a).replace(/\[object (\w+)\]/,"$1").toLowerCase()},nodeStrFliter:function(a,b){b=b||!0;var c=this,d=a.cloneNode(!0);return b&&Array.prototype.forEach.call(d.querySelectorAll("img[alt]"),function(a){a.parentNode.replaceChild(document.createTextNode(a.alt),a)}),Array.prototype.forEach.call(d.querySelectorAll("script,style,link"),function(a){a.parentNode.replaceChild(document.createTextNode(""),a)}),d=c.contentTidy(d.textContent)},contentTidy:function(a){return a.replace(/\s{4}/g," ").replace(/(\r|\n)/g,"").trim()}};a.getShareContent=function(a){return a="undefined"==typeof a?!0:!!a,e.init(a),JSON.stringify(b)},document.addEventListener("JSPlugin_AlipayH5Share",function(a){var c="undefined"==typeof a.strict?!0:!!a.strict;window.AlipayJSBridge&&a.clientId&&(e.init(c),window.AlipayJSBridge&&a.clientId&&setTimeout(function(){e.init(c),AlipayJSBridge.callback(a.clientId,b)},0),AlipayJSBridge.callback(a.clientId,b))}),window.AlipayH5Share=a}();
\ No newline at end of file
diff --git a/MPaaS/Resources/NebulaSDK.bundle/nb_menu_btn_bg@2x.png b/MPaaS/Resources/NebulaSDK.bundle/nb_menu_btn_bg@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..78c76fae737320f62f97be8696cefd9df5db84cb
Binary files /dev/null and b/MPaaS/Resources/NebulaSDK.bundle/nb_menu_btn_bg@2x.png differ
diff --git a/MPaaS/Resources/NebulaSDK.bundle/nb_menu_custom_default@2x.png b/MPaaS/Resources/NebulaSDK.bundle/nb_menu_custom_default@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..debe0ea3ae21a149a5a2ba22c9542ec33b1559f9
Binary files /dev/null and b/MPaaS/Resources/NebulaSDK.bundle/nb_menu_custom_default@2x.png differ
diff --git a/MPaaS/Resources/NebulaSDK.bundle/nb_menu_custom_default@3x.png b/MPaaS/Resources/NebulaSDK.bundle/nb_menu_custom_default@3x.png
new file mode 100755
index 0000000000000000000000000000000000000000..ec6e34171401dc04bbebff809bdc4c2af470d2d1
Binary files /dev/null and b/MPaaS/Resources/NebulaSDK.bundle/nb_menu_custom_default@3x.png differ
diff --git a/MPaaS/Resources/NebulaSDK.bundle/nb_setting_more@2x.png b/MPaaS/Resources/NebulaSDK.bundle/nb_setting_more@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..c72ca4124ca04dc17c5da8d89e1e271d97b3e641
Binary files /dev/null and b/MPaaS/Resources/NebulaSDK.bundle/nb_setting_more@2x.png differ
diff --git a/MPaaS/Resources/NebulaSDK.bundle/nb_subtitle_arrow@2x.png b/MPaaS/Resources/NebulaSDK.bundle/nb_subtitle_arrow@2x.png
new file mode 100755
index 0000000000000000000000000000000000000000..9a2218686cc11787853aa4654722f950b8a2cd58
Binary files /dev/null and b/MPaaS/Resources/NebulaSDK.bundle/nb_subtitle_arrow@2x.png differ
diff --git a/MPaaS/Targets/H5Demo/APMobileFramework/DTFrameworkInterface+H5Demo.h b/MPaaS/Targets/H5Demo/APMobileFramework/DTFrameworkInterface+H5Demo.h
new file mode 100755
index 0000000000000000000000000000000000000000..6f8695d49a11b18ad83ebb3e6d501248c1f8b346
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileFramework/DTFrameworkInterface+H5Demo.h
@@ -0,0 +1,13 @@
+//
+//  DTFrameworkInterface+H5Demo.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import <APMobileFramework/DTFrameworkInterface.h>
+
+@interface DTFrameworkInterface (H5Demo)
+
+@end
+
diff --git a/MPaaS/Targets/H5Demo/APMobileFramework/DTFrameworkInterface+H5Demo.m b/MPaaS/Targets/H5Demo/APMobileFramework/DTFrameworkInterface+H5Demo.m
new file mode 100755
index 0000000000000000000000000000000000000000..38327c6d1ab9d4d1539d01c2024091e800f6175a
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileFramework/DTFrameworkInterface+H5Demo.m
@@ -0,0 +1,66 @@
+//
+//  DTFrameworkInterface+H5Demo.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import "DTFrameworkInterface+H5Demo.h"
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"
+
+@implementation DTFrameworkInterface (H5Demo)
+
+- (BOOL)shouldLogReportActive
+{
+    return YES;
+}
+
+- (NSTimeInterval)logReportActiveMinInterval
+{
+    return 0;
+}
+
+- (BOOL)shouldLogStartupConsumption
+{
+    return YES;
+}
+
+- (BOOL)shouldAutoactivateBandageKit
+{
+    return YES;
+}
+
+- (BOOL)shouldAutoactivateShareKit
+{
+    return YES;
+}
+
+- (DTNavigationBarBackTextStyle)navigationBarBackTextStyle
+{
+    return DTNavigationBarBackTextStyleAlipay;
+}
+
+- (DTFrameworkCallbackResult)application:(UIApplication *)application handleDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions
+{
+    return DTFrameworkCallbackResultContinue;
+}
+
+- (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions
+{
+    [H5Container configNebulaSDK];
+    
+    NSDictionary *installedApps = [NAMServiceGet() installApps:nil];
+    NSMutableDictionary *requestAllApp = [NSMutableDictionary dictionaryWithDictionary:installedApps];
+    [requestAllApp setValue:@"0" forKey:@"nebula-*-all"];
+    [[NBServiceGet() appCenter] requestApps:requestAllApp param:@{@"force":@YES} finish:^(NSDictionary *data, NSError *error) {
+
+    }];
+
+}
+
+@end
+
+#pragma clang diagnostic pop
+
diff --git a/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationController.h b/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationController.h
new file mode 100755
index 0000000000000000000000000000000000000000..92ba403a01763737caebaff6c9f103ed9cafe470
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationController.h
@@ -0,0 +1,8 @@
+//
+//  MPNavigationController.h
+
+#import <UIKit/UIKit.h>
+
+@interface MPNavigationController : DTViewController
+
+@end
diff --git a/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationController.m b/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationController.m
new file mode 100755
index 0000000000000000000000000000000000000000..7caaae042ee36013fb390bbd7a742fe910b681f3
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationController.m
@@ -0,0 +1,25 @@
+//
+//  MPNavigationController.m
+
+#import "MPNavigationController.h"
+
+@interface MPNavigationController()
+
+@end
+
+@implementation MPNavigationController
+
+- (void)viewDidLoad
+{
+    [super viewDidLoad];
+    
+    self.title = @"主页";
+    self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Test" style:UIBarButtonItemStylePlain target:self action:@selector(btnClick)];
+}
+
+- (void)btnClick
+{
+    NSLog(@"Click");
+}
+
+@end
\ No newline at end of file
diff --git a/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationLauncherAppDelegate.h b/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationLauncherAppDelegate.h
new file mode 100755
index 0000000000000000000000000000000000000000..944ef2ed6b09898258de156d46229cbe7120b6e4
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationLauncherAppDelegate.h
@@ -0,0 +1,10 @@
+//
+//  MPNavigationLauncherAppDelegate.h
+
+#import <Foundation/Foundation.h>
+
+@interface MPNavigationLauncherAppDelegate : NSObject <DTMicroApplicationDelegate>
+
+- (UIViewController *)rootControllerInApplication:(DTMicroApplication *)application;
+
+@end
diff --git a/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationLauncherAppDelegate.m b/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationLauncherAppDelegate.m
new file mode 100755
index 0000000000000000000000000000000000000000..02d14b5f44db492d20e81c41683ec6cbe70c4ba7
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileFramework/MPNavigationLauncherAppDelegate.m
@@ -0,0 +1,47 @@
+//
+//  MPDrawerLauncherAppDelegate.m
+
+#import "MPNavigationLauncherAppDelegate.h"
+#import "MPNavigationController.h"
+
+@interface MPNavigationLauncherAppDelegate ()
+
+@property (nonatomic, strong) UIViewController* rootController;
+@property (nonatomic, strong) MPNavigationController* controller;
+
+@end
+
+@implementation MPNavigationLauncherAppDelegate
+
+- (id)init
+{
+    self = [super init];
+    if (self)
+    {        
+        _controller = [[MPNavigationController alloc] init];
+        
+        UIStoryboard *board = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
+        UIViewController *indexVC = [board instantiateViewControllerWithIdentifier:@"ContainerVC"];
+        self.rootController = indexVC;
+    }
+    return self;
+}
+
+
+
+- (UIViewController *)rootControllerInApplication:(DTMicroApplication *)application
+{
+    return self.rootController;
+}
+
+- (void)application:(DTMicroApplication *)app didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
+{
+    
+}
+
+- (void)application:(DTMicroApplication *)application willResumeWithOptions:(NSDictionary *)launchOptions
+{
+
+}
+
+@end
diff --git a/MPaaS/Targets/H5Demo/APMobileFramework/MobileRuntime.plist b/MPaaS/Targets/H5Demo/APMobileFramework/MobileRuntime.plist
new file mode 100755
index 0000000000000000000000000000000000000000..6365a3584c8cad8fa3294dfd9f2b562a98d13162
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileFramework/MobileRuntime.plist
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>Launcher</key>
+	<string>Launcher</string>
+	<key>Services</key>
+	<array/>
+	<key>Applications</key>
+	<array>
+		<dict>
+			<key>delegate</key>
+			<string>MPNavigationLauncherAppDelegate</string>
+			<key>description</key>
+			<string>Launcher</string>
+			<key>name</key>
+			<string>Launcher</string>
+		</dict>
+	</array>
+	<key>ServicesMap</key>
+	<dict>
+		<key>[AUTOSTART]</key>
+		<array/>
+	</dict>
+</dict>
+</plist>
diff --git a/MPaaS/Targets/H5Demo/APMobileNetwork/DTRpcInterface+H5Demo.h b/MPaaS/Targets/H5Demo/APMobileNetwork/DTRpcInterface+H5Demo.h
new file mode 100755
index 0000000000000000000000000000000000000000..c8c133f81f51e52e5a5dac4171d8b0e11c4a623a
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileNetwork/DTRpcInterface+H5Demo.h
@@ -0,0 +1,13 @@
+//
+//  DTRpcInterface+H5Demo.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import <APMobileNetwork/DTRpcInterface.h>
+
+@interface DTRpcInterface (H5Demo)
+
+@end
+
diff --git a/MPaaS/Targets/H5Demo/APMobileNetwork/DTRpcInterface+H5Demo.m b/MPaaS/Targets/H5Demo/APMobileNetwork/DTRpcInterface+H5Demo.m
new file mode 100755
index 0000000000000000000000000000000000000000..bfe787a42ea902f897468451ab3c47738d3f0e47
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APMobileNetwork/DTRpcInterface+H5Demo.m
@@ -0,0 +1,38 @@
+//
+//  DTRpcInterface+H5Demo.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import "DTRpcInterface+H5Demo.h"
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"
+
+@implementation DTRpcInterface (H5Demo)
+
+- (NSString*)gatewayURL
+{
+    return @"https://cn-hangzhou-mgs-gw.cloud.alipay.com/mgw.htm";
+}
+
+- (NSString*)signKeyForRequest:(NSURLRequest*)request
+{
+    return @"655FBF9111052_IOS";
+}
+
+- (NSString *)productId
+{
+    return @"655FBF9111052";
+}
+
+- (NSString*)commonInterceptorClassName
+{
+    return @"DTRpcCommonInterceptor";
+}
+
+@end
+
+#pragma clang diagnostic pop
+
diff --git a/MPaaS/Targets/H5Demo/APRemoteLogging/APLogAdditions+H5Demo.h b/MPaaS/Targets/H5Demo/APRemoteLogging/APLogAdditions+H5Demo.h
new file mode 100755
index 0000000000000000000000000000000000000000..3f7131cc960144af345875b0750536688332a8dc
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APRemoteLogging/APLogAdditions+H5Demo.h
@@ -0,0 +1,13 @@
+//
+//  APLogAdditions+H5Demo.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import <APRemoteLogging/APLogAddions.h>
+
+@interface APLogAdditions (H5Demo)
+
+@end
+
diff --git a/MPaaS/Targets/H5Demo/APRemoteLogging/APLogAdditions+H5Demo.m b/MPaaS/Targets/H5Demo/APRemoteLogging/APLogAdditions+H5Demo.m
new file mode 100755
index 0000000000000000000000000000000000000000..6ee303178f77f860665a0422ad98f189cee73440
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/APRemoteLogging/APLogAdditions+H5Demo.m
@@ -0,0 +1,33 @@
+//
+//  APLogAdditions+H5Demo.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import "APLogAdditions+H5Demo.h"
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"
+
+@implementation APLogAdditions (H5Demo)
+
+- (NSString*)logServerURL
+{
+    return @"https://cn-hangzhou-mas-log.cloud.alipay.com/loggw/logUpload.do";
+}
+
+- (NSArray*)defaultUploadLogTypes
+{
+    return @[@(APLogTypeBehavior), @(APLogTypeCrash), @(APLogTypeAuto), @(APLogTypeMonitor), @(APLogTypeKeyBizTrace), @(APLogTypePerformance)];
+}
+
+- (NSString *)platformID
+{
+    return @"655FBF9111052_IOS-default";
+}
+
+@end
+
+#pragma clang diagnostic pop
+
diff --git a/MPaaS/Targets/H5Demo/AntUI/AUBarButtonItem+MTPortal.h b/MPaaS/Targets/H5Demo/AntUI/AUBarButtonItem+MTPortal.h
new file mode 100755
index 0000000000000000000000000000000000000000..961000dfc0469f09366cb5699f253c60ee69fbd3
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/AntUI/AUBarButtonItem+MTPortal.h
@@ -0,0 +1,13 @@
+//
+//  AUBarButtonItem+MTPortal.h
+//  MTPotal
+//
+//  Created by yangwei on 2017/10/12.
+//  Copyright © 2017年 Alibaba. All rights reserved.
+//
+
+#import <AntUI/AntUI.h>
+
+@interface AUBarButtonItem (MTPortal)
+
+@end
diff --git a/MPaaS/Targets/H5Demo/AntUI/AUBarButtonItem+MTPortal.m b/MPaaS/Targets/H5Demo/AntUI/AUBarButtonItem+MTPortal.m
new file mode 100755
index 0000000000000000000000000000000000000000..5230e1948e8600391f7f63dd8a235174fc50ab7a
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/AntUI/AUBarButtonItem+MTPortal.m
@@ -0,0 +1,19 @@
+//
+//  AUBarButtonItem+MTPortal.m
+//  MTPotal
+//
+//  Created by yangwei on 2017/10/12.
+//  Copyright © 2017年 Alibaba. All rights reserved.
+//
+
+#import "AUBarButtonItem+MTPortal.h"
+
+@implementation AUBarButtonItem (MTPortal)
+
++ (UIImage *)au_default_backButtonImg
+{
+    // 定制导航栏返回按钮的图片
+    return APCommonUILoadImage(@"back_button_normal_white");
+}
+
+@end
diff --git a/MPaaS/Targets/H5Demo/AntUI/AUThemeManager+MTPortal.h b/MPaaS/Targets/H5Demo/AntUI/AUThemeManager+MTPortal.h
new file mode 100755
index 0000000000000000000000000000000000000000..35e1edeca3ae333d49eae9348cc746960276466e
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/AntUI/AUThemeManager+MTPortal.h
@@ -0,0 +1,13 @@
+//
+//  AUTheme+MTPortal.h
+//  Test
+//
+//  Created by yangwei on 2017/9/22.
+//  Copyright © 2017年 Alibaba. All rights reserved.
+//
+
+#import <AntUI/AntUI.h>
+
+@interface AUThemeManager (MTPortal)
+
+@end
diff --git a/MPaaS/Targets/H5Demo/AntUI/AUThemeManager+MTPortal.m b/MPaaS/Targets/H5Demo/AntUI/AUThemeManager+MTPortal.m
new file mode 100755
index 0000000000000000000000000000000000000000..340d14a98f7e98f9445a2121478abd99ea17ae18
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/AntUI/AUThemeManager+MTPortal.m
@@ -0,0 +1,25 @@
+//
+//  AUTheme+MTPortal.m
+//  Test
+//
+//  Created by yangwei on 2017/9/22.
+//  Copyright © 2017年 Alibaba. All rights reserved.
+//
+
+#import "AUThemeManager+MTPortal.h"
+#import <UIKit/UIKit.h>
+@implementation AUThemeManager (MTPortal)
+
++ (NSDictionary *)au_defaultTheme_extraInfo
+{
+    NSMutableDictionary *dict = [[NSMutableDictionary alloc] init];
+    dict[TITLEBAR_BACKGROUND_COLOR] = [UIColor colorWithRed:0.227 green:0.710 blue:0.906 alpha:1.000];             // 导航栏背景色
+//    dict[TITLEBAR_LINE_COLOR] = MAIN_COLOR;                            // 导航栏底部分割线或边线的颜色
+    dict[TITLEBAR_TITLE_TEXTCOLOR] = [UIColor blackColor];          // 导航栏标题色
+    dict[TITLEBAR_TITLE_TEXTSIZE_BOLD] = @"FONT(20)";              // 导航栏标题大小
+    dict[TITLEBAR_TEXTCOLOR] = [UIColor blackColor];                    // 导航栏返回按钮颜色
+    
+    return dict;
+}
+
+@end
diff --git a/MPaaS/Targets/H5Demo/H5Demo-mPaaS-Headers.h b/MPaaS/Targets/H5Demo/H5Demo-mPaaS-Headers.h
new file mode 100755
index 0000000000000000000000000000000000000000..3c22d4dad2fe8a2ca346170bbd7f0a59249e1d69
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/H5Demo-mPaaS-Headers.h
@@ -0,0 +1,22 @@
+
+// MPAAS BEGIN
+// This part is maintained by MPaaS plugin automatically. Please don't modify.
+#ifdef __OBJC__
+
+#import <UIKit/UIKit.h>
+#import <APMobileFramework/APMobileFramework.h>
+#import <APLog/APLog.h>
+#import <MPHotpatchSDK/MPHotpatchSDK.h>
+#import <NebulaAppManager/NebulaAppManager.h>
+#import <NebulaPoseidon/NebulaPoseidon.h>
+#import <NebulaSDK/NebulaSDK.h>
+#import <APRemoteLogging/APRemoteLogging.h>
+#import <APCrashReporter/DFCrashReport.h>
+#import <APMobileNetwork/APMobileNetwork.h>
+#import <MPAnalysis/MPAnalysis.h>
+#import <AutoTracker/AutoTracker.h>
+#import <NebulamPaaSBiz/NebulamPaaSBiz.h>
+#import <APCommonUI/APCommonUI.h>
+
+#endif
+// MPAAS END
diff --git a/MPaaS/Targets/H5Demo/MPAnalysis/MPAnalysisInterface+H5Demo.h b/MPaaS/Targets/H5Demo/MPAnalysis/MPAnalysisInterface+H5Demo.h
new file mode 100755
index 0000000000000000000000000000000000000000..bff3e51bcf73a1d4746b429d701dbfa2731dcf97
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/MPAnalysis/MPAnalysisInterface+H5Demo.h
@@ -0,0 +1,13 @@
+//
+//  MPAnalysisInterface+H5Demo.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import <MPAnalysis/MPAnalysisInterface.h>
+
+@interface MPAnalysisInterface (H5Demo)
+
+@end
+
diff --git a/MPaaS/Targets/H5Demo/MPAnalysis/MPAnalysisInterface+H5Demo.m b/MPaaS/Targets/H5Demo/MPAnalysis/MPAnalysisInterface+H5Demo.m
new file mode 100755
index 0000000000000000000000000000000000000000..4222fab9ebfa69b8207af00785cbe4fa7d1a7e4d
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/MPAnalysis/MPAnalysisInterface+H5Demo.m
@@ -0,0 +1,18 @@
+//
+//  MPAnalysisInterface+H5Demo.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import "MPAnalysisInterface+H5Demo.h"
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"
+
+@implementation MPAnalysisInterface (H5Demo)
+
+@end
+
+#pragma clang diagnostic pop
+
diff --git a/MPaaS/Targets/H5Demo/MPHotpatchSDK/DynamicReleaseInterface+H5Demo.h b/MPaaS/Targets/H5Demo/MPHotpatchSDK/DynamicReleaseInterface+H5Demo.h
new file mode 100755
index 0000000000000000000000000000000000000000..a793521b3f82dec484e0060efaa9fe6e55a583bb
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/MPHotpatchSDK/DynamicReleaseInterface+H5Demo.h
@@ -0,0 +1,13 @@
+//
+//  DynamicReleaseInterface+H5Demo.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import <MPHotpatchSDK/MPHotpatchSDK.h>
+
+@interface DynamicReleaseInterface (H5Demo)
+
+@end
+
diff --git a/MPaaS/Targets/H5Demo/MPHotpatchSDK/DynamicReleaseInterface+H5Demo.m b/MPaaS/Targets/H5Demo/MPHotpatchSDK/DynamicReleaseInterface+H5Demo.m
new file mode 100755
index 0000000000000000000000000000000000000000..8d920faa9d954a4383e69e99496c8ad8bd596e2a
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/MPHotpatchSDK/DynamicReleaseInterface+H5Demo.m
@@ -0,0 +1,33 @@
+//
+//  DynamicReleaseInterface+H5Demo.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import "DynamicReleaseInterface+H5Demo.h"
+#define MPNebulaHandler
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"
+
+@implementation DynamicReleaseInterface (H5Demo)
+
+- (NSString*)AESEncryptionKeyName
+{
+    return @"655FBF9111052_IOS";
+}
+
+//#ifdef MPNebulaHandler
+- (id<NebulaHandler>)getNebulaHandler
+{
+    NARequestManager *handle = [NARequestManager sharedInctance];
+
+    return handle;
+}
+//#endif
+
+@end
+
+#pragma clang diagnostic pop
+
diff --git a/MPaaS/Targets/H5Demo/MPSyncService/DTSyncInterface+H5Demo.h b/MPaaS/Targets/H5Demo/MPSyncService/DTSyncInterface+H5Demo.h
new file mode 100755
index 0000000000000000000000000000000000000000..ce533ffcd3a33e28b023b183183b90e45934645e
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/MPSyncService/DTSyncInterface+H5Demo.h
@@ -0,0 +1,13 @@
+//
+//  DTSyncInterface+H5Demo.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import <APLongLinkService/DTSyncInterface.h>
+
+@interface DTSyncInterface (H5Demo)
+
+@end
+
diff --git a/MPaaS/Targets/H5Demo/MPSyncService/DTSyncInterface+H5Demo.m b/MPaaS/Targets/H5Demo/MPSyncService/DTSyncInterface+H5Demo.m
new file mode 100755
index 0000000000000000000000000000000000000000..57c5c9d3e687bceda0c6a0181ade93a4df241e8a
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/MPSyncService/DTSyncInterface+H5Demo.m
@@ -0,0 +1,43 @@
+//
+//  DTSyncInterface+H5Demo.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import "DTSyncInterface+H5Demo.h"
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"
+
+@implementation DTSyncInterface (H5Demo)
+
+- (NSString*)appId
+{
+    return @"655FBF9111052";
+}
+
+- (NSString*)platform
+{
+    return @"IOS";
+}
+
+- (NSString*)workspaceId
+{
+    return @"default";
+}
+
+- (NSString*)syncPort
+{
+    return @"443";
+}
+
+- (NSString*)syncServer
+{
+    return @"cn-hangzhou-mss-link.cloud.alipay.com";
+}
+
+@end
+
+#pragma clang diagnostic pop
+
diff --git a/MPaaS/Targets/H5Demo/mPaas/MPaaSInterface+H5Demo.h b/MPaaS/Targets/H5Demo/mPaas/MPaaSInterface+H5Demo.h
new file mode 100755
index 0000000000000000000000000000000000000000..a70847afa4ce2de8bb295b21fe7c697c2434716d
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/mPaas/MPaaSInterface+H5Demo.h
@@ -0,0 +1,13 @@
+//
+//  MPaaSInterface+H5Demo.h
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import <mPaas/MPaaSInterface.h>
+
+@interface MPaaSInterface (H5Demo)
+
+@end
+
diff --git a/MPaaS/Targets/H5Demo/mPaas/MPaaSInterface+H5Demo.m b/MPaaS/Targets/H5Demo/mPaas/MPaaSInterface+H5Demo.m
new file mode 100755
index 0000000000000000000000000000000000000000..b868a51538906a0c47ced1f6a2bc8530a3d74a56
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/mPaas/MPaaSInterface+H5Demo.m
@@ -0,0 +1,28 @@
+//
+//  MPaaSInterface+H5Demo.m
+//  H5Demo
+//
+//  Created by yangwei on 2018/01/11. All rights reserved.
+//
+
+#import "MPaaSInterface+H5Demo.h"
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"
+
+@implementation MPaaSInterface (H5Demo)
+
+- (BOOL)enableSettingService
+{
+    return NO;
+}
+
+- (NSString *)userId
+{
+    return nil;
+}
+
+@end
+
+#pragma clang diagnostic pop
+
diff --git a/MPaaS/Targets/H5Demo/meta.config b/MPaaS/Targets/H5Demo/meta.config
new file mode 100755
index 0000000000000000000000000000000000000000..c60acf81727bf32afcbba30ac1524d4684b0018a
--- /dev/null
+++ b/MPaaS/Targets/H5Demo/meta.config
@@ -0,0 +1,15 @@
+{
+	"appId":"655FBF9111052",
+	"appKey":"655FBF9111052_IOS",
+	"base64Code":"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAADAAMDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxFlZmJq0FsvycGyXJctAhZbPXj8FmkEBgABAQAA4AMAAB4AAACgAAAAFAAAAIMAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyMDE4LTAxLTExIDEwOjU0OjI1dwAAAADIKvGwEIeUp1n0HdIvz7suO4dEvhq+FS8bTGteTHYXFKEIxLGPWFjoTHa6fEV2qoD97j4XrFNGyJ+xJuthc3RmY3MABwFxYW1qAwEAEgEBEAECCQFrYnF6aWsrIlYr65vuZXAKyPpo54i7ZBEFWQh3sOQmIo7P6fpmcMcS/2CDxoRPWxOiFik3XHYYypRVfYrTAJwtjPZ04It4KTYdp3y7jNeysEEgWTQ2klIZvJj2/H7NOI9zQzUNayAEm0LK7oAYjM+vM4MJ6syBWyLtfEHa5NI00y8C3qg5WIhCDPBoDCSJHTmNZdI03ZbNIzy+XQaiKXf5NyftXpfmPbjprTh1tqIgbdT/AAA=",
+	"bundleId":"com.alipay.mpaasdemo",
+	"rootPath":"mpaas/ios/655FBF9111052-default",
+	"workspaceId":"default",
+	"rpcGW":"https://cn-hangzhou-mgs-gw.cloud.alipay.com/mgw.htm",
+	"mpaasapi":"https://cn-hangzhou-component-gw.cloud.alipay.com/mgw.htm",
+	"pushGW":"cn-hangzhou-mps-link.cloud.alipay.com",
+	"pushPort":"443",
+	"logGW":"https://cn-hangzhou-mas-log.cloud.alipay.com",
+	"syncport":"443",
+	"syncserver":"cn-hangzhou-mss-link.cloud.alipay.com"
+}
\ No newline at end of file
diff --git a/MPaaS/Targets/H5Demo/yw_1222.jpg b/MPaaS/Targets/H5Demo/yw_1222.jpg
new file mode 100755
index 0000000000000000000000000000000000000000..659e5d5ab348d0677e68b117bb41c3fffd5c78cd
Binary files /dev/null and b/MPaaS/Targets/H5Demo/yw_1222.jpg differ
diff --git a/MPaaS/mpaas_sdk.config b/MPaaS/mpaas_sdk.config
new file mode 100755
index 0000000000000000000000000000000000000000..7583f9ce0552145f6dadf100a749f755a85927aa
--- /dev/null
+++ b/MPaaS/mpaas_sdk.config
@@ -0,0 +1,83 @@
+{
+  "notice": "This file is maintained by MPaaS automatically.",
+  "project": "H5Demo",
+  "copy": true,
+  "targets": {
+    "H5Demo": {
+      "author": "yangwei",
+      "time": "20180111 12:06:25",
+      "versions": {
+        "APMobileFramework": "3.0.0",
+        "APOpenSSL": "1.0.0",
+        "APLog": "3.0.0",
+        "APSecurityUtility": "1.2.0",
+        "MPHotpatchSDK": "3.0.0",
+        "MPSyncService": "3.0.0",
+        "Nebula": "3.0.0",
+        "APRemoteLogging": "3.0.0",
+        "mPaas": "3.0.0",
+        "MPDataCenter": "3.0.0",
+        "UTDID": "3.0.0",
+        "APProtocolBuffers": "1.0.2",
+        "APCrashReporter": "3.0.0",
+        "APMobileNetwork": "3.0.0",
+        "MPAnalysis": "1.1.0",
+        "SecurityGuardSDK": "5.0.71",
+        "AutoTracker": "3.0.0",
+        "NebulamPaaSBiz": "3.0.0"
+      },
+      "baseline": {
+        "APMobileFramework": "3.2.3",
+        "APOpenSSL": "3.2.3",
+        "APLog": "3.2.3",
+        "APSecurityUtility": "3.2.3",
+        "MPHotpatchSDK": "3.2.3",
+        "MPSyncService": "3.2.3",
+        "Nebula": "3.2.3",
+        "APRemoteLogging": "3.2.3",
+        "mPaas": "3.2.3",
+        "MPDataCenter": "3.2.3",
+        "UTDID": "3.2.3",
+        "APProtocolBuffers": "3.2.3",
+        "APCrashReporter": "3.2.3",
+        "APMobileNetwork": "3.2.3",
+        "MPAnalysis": "3.2.3",
+        "SecurityGuardSDK": "3.2.3",
+        "AutoTracker": "3.2.3",
+        "NebulamPaaSBiz": "3.2.3"
+      },
+      "frameworks": [
+        "APMobileFramework.framework",
+        "APOpenSSL.framework",
+        "APLog.framework",
+        "APSecurityUtility.framework",
+        "MPHotpatchSDK.framework",
+        "APLongLinkService.framework",
+        "NebulaAppManager.framework",
+        "NebulaPoseidon.framework",
+        "NebulaSDK.framework",
+        "AntLog.framework",
+        "APRemoteLogging.framework",
+        "mPaas.framework",
+        "MPDataCenter.framework",
+        "UTDID.framework",
+        "APProtocolBuffers.framework",
+        "APCrashReporter.framework",
+        "APMobileNetwork.framework",
+        "MPAnalysis.framework",
+        "SecurityGuardSDK.framework",
+        "SGMain.framework",
+        "AutoTracker.framework",
+        "NebulamPaaSBiz.framework"
+      ],
+      "resources": [
+        "DynamicDeployment.bundle",
+        "NebulaAppManager.bundle",
+        "NebulaPoseidon.bundle",
+        "NebulaSDK.bundle",
+        "APMobileNetwork.bundle"
+      ]
+    }
+  },
+  "recent": "H5Demo"
+}
diff --git a/Makefile b/Makefile
new file mode 100755
index 0000000000000000000000000000000000000000..0ae4fd75efb072e009b26692dafef63fd4a59a4e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ~/.aptkit/templates/makefile
\ No newline at end of file
diff --git a/fastlane/Appfile b/fastlane/Appfile
new file mode 100644
index 0000000000000000000000000000000000000000..0754c7f9a3aa7cf93c205008704737ba6c91564f
--- /dev/null
+++ b/fastlane/Appfile
@@ -0,0 +1,7 @@
+app_identifier "com.gomore.mpaash5" # The bundle identifier of your app
+apple_id "1074472615@qq.com" # Your Apple email address
+team_id "W54V2VB863"
+
+
+# For more information about the Appfile, see:
+#     https://docs.fastlane.tools/advanced/#appfile
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
new file mode 100644
index 0000000000000000000000000000000000000000..2ff4eaf4219968bf596fb296a526a30c156999da
--- /dev/null
+++ b/fastlane/Fastfile
@@ -0,0 +1,31 @@
+# This file contains the fastlane.tools configuration
+# You can find the documentation at https://docs.fastlane.tools
+#
+# For a list of all available actions, check out
+#
+#     https://docs.fastlane.tools/actions
+#
+# For a list of all available plugins, check out
+#
+#     https://docs.fastlane.tools/plugins/available-plugins
+#
+
+# Uncomment the line if you want fastlane to automatically update itself
+# update_fastlane
+
+default_platform(:ios)
+
+platform :ios do
+  desc "Description of what the lane does"
+  lane :test do
+    gym(
+    scheme:"H5Demo",
+    export_method:"enterprise",
+    output_directory:"/Users/Javen/Desktop/fastlane",
+    output_name:"H5Demo.ipa",
+    export_xcargs: "-allowProvisioningUpdates",
+    )
+    
+    pgyer(api_key: "1c1acff227f9dea3eafd531ba369680d", user_key: "02794c3c6f78cbfda696f807d4cb1da0")
+  end
+end
diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile
new file mode 100644
index 0000000000000000000000000000000000000000..ecfdb3ce4463f68085d982a80aec12e18a8e6026
--- /dev/null
+++ b/fastlane/Pluginfile
@@ -0,0 +1,5 @@
+# Autogenerated by fastlane
+#
+# Ensure this file is checked in to source control!
+
+gem 'fastlane-plugin-pgyer'
diff --git a/fastlane/README.md b/fastlane/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e952608142e4b31c24eec152f9d3237c867f9bd1
--- /dev/null
+++ b/fastlane/README.md
@@ -0,0 +1,29 @@
+fastlane documentation
+================
+# Installation
+
+Make sure you have the latest version of the Xcode command line tools installed:
+
+```
+xcode-select --install
+```
+
+Install _fastlane_ using
+```
+[sudo] gem install fastlane -NV
+```
+or alternatively using `brew cask install fastlane`
+
+# Available Actions
+## iOS
+### ios test
+```
+fastlane ios test
+```
+Description of what the lane does
+
+----
+
+This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
+More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
+The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
diff --git a/fastlane/report.xml b/fastlane/report.xml
new file mode 100644
index 0000000000000000000000000000000000000000..805731bc86b264da22a649403966b7d087116e07
--- /dev/null
+++ b/fastlane/report.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<testsuites>
+  <testsuite name="fastlane.lanes">
+    
+    
+    
+      
+      <testcase classname="fastlane.lanes" name="0: default_platform" time="0.001392">
+        
+      </testcase>
+    
+      
+      <testcase classname="fastlane.lanes" name="1: gym" time="20.47703">
+        
+      </testcase>
+    
+      
+      <testcase classname="fastlane.lanes" name="2: pgyer" time="5.87952">
+        
+      </testcase>
+    
+  </testsuite>
+</testsuites>