搜索资源列表
android4.0
- 提取出最全的Android4.0 API 的源代码,也就是android.jar源代码,这样在Eclipse关联到该源代码,就可以在项目中查看Android API 的实现了,希望对学习Android开发的人有帮助 下载教程。确保你已经安装了git jdk python等,操作系统环境为Linux。 1.创建bin目录,并加入到PATH $ mkdir ~/bin $ PATH=~/bin:$PATH 2.下载repo到刚刚创建的bin目录,并设置权限为可执行。 $
ssl
- Android平台上实现SSL协议的通信。加密解密功能都有。密钥、证书都生成了。-SSL protocol communication on the Android platform. Encryption and decryption functions have. Keys, certificates are generated.
Android_SSL
- 实现在Android上的SSL通信,android中只能使用BKS的加密和解密,配好BKS环境后可以通过以上代码实现功能-Implementation of SSL communication on Android, android can only use the encryption and decryption BKS, BKS environment with good code after the above functions
AndroidSSLSocket
- Android 实现远程桌面SSL协议通信Dome -Android remote desktop the SSL protocol communications Dome
trilead-ssh2-trilead-ssh2
- android平台上的支持ssh通讯的jar包和示例,可以让你的android应用支持SSL通讯-android platform supports ssh communications jar package and examples, can make your android application support SSL communication
WS_SECURE_PAY_SDK
- android网上支付宝支付例程和开发工具包,以及详细的开发说明,包含ssl库,demo源代码-android Alipay online payment routines and development kits, as well as detailed descr iption of the development, including the ssl libraries, demo source code
android_securecoding_en
- 一本Android安全相关的书籍英文版,主要通过代码讲解了如何在Android实现加解密以及黑名单SSL通信等(Android security related books in English, mainly through the code to explain how to implement encryption and decryption in Android, as well as blacklist, SSL Communications)
safetynethelper-master
- * Calls Google play services Safety Net test * Local verification of request * Verifies Safety Net API response with the Android Device Verification API (over SSL pinned connection)
ssl_android
- Android applications for SSL/TLS
ssl_android_by_jerry
- Android applications for ssl/tls
PacketCapture_V1.4.7
- 款依托安卓系统自身VPN来达到免Root抓取数据包的应用程序。 Packet Capture一个使用SSL网络解密的 捕获数据包/网络嗅探 工具,虽...(It relies on Android's own VPN to achieve Root free access to data packets. Packet Capture a capture packet / sniffer tool using SSL network decryption, though...)
openfire消息系统Android客户端
- openfire消息系统Android客户端,包含Android客户端使用 smack库与openfire服务器的连接,消息发送接收等功能,以及基于SSL加密端口和非SSL端口的相关功能