Welcome![Sign In][Sign Up]
Location:
Search - java https

Search list

[JSP/Javachap00008

Description: 第8章 Java安全控制编程 实例87 控制访问权限 实例88 产生密钥 实例89 单钥加解密 实例90 双钥加解密 实例91 数字签名 实例92 实现SSL协议 实例93 简单的HTTPS服务-Java programming examples of security control to control access permissions 87 88 examples have 89 single-key examples key encryption key example of 90-plus examples of declassified 91 92 Digital Signature examples of achieving SSL simple example of the H 93 TTPS services
Platform: | Size: 10240 | Author: joker | Hits:

[JSP/Javaburpsuite_v1.01

Description: 这是一个HTTP和HTTPS的代理服务器-This is a HTTP and HTTPS proxy server
Platform: | Size: 470016 | Author: 李艳霞 | Hits:

[Documentshttps

Description: 在 tomcat 中实现https安全连接的方法及jar包-Https in tomcat to achieve a secure connection methods and jar package
Platform: | Size: 157696 | Author: lk | Hits:

[WEB Codehttpsrv

Description: 简介: 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为"http://website/cgi.exe?+传递的参数", 注意带上"?",如需传递多个参数,中间用"+"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JAVA); 在进行适当的配置之后,也可以作为服务器端程序运行以输出动态页面。 文件清单: httpsrv.exe web服务器主程序文件 httpsrv.ini 主程序配置文件,可以通过它改变服务器及本站点的配置, 在第一次运行程序前,请做好正确的配置 MIME.ini 记录所知道的MIME文件类型,不要修改该文件 注意: 没有安装程序,没有注册表,将三个文件复制到同一个目录下, 根据自己的情况修改好httpsrv.ini,就算安装完成了。 httpsrv.ini文件内容不要超过255行,其中空行,以"#"," " 开头的注释,忽略不计 当然,如果你的机子上运行着iis ,那么在运行这个程序的之前 首先应该把iis停掉,不然iis占用着80端口。
Platform: | Size: 28672 | Author: 路宽 | Hits:

[JSP/JavaHttpsTest

Description: java写的一个https连接程序(证书连接) 可取回数据-java write a https connection procedures (certificate connection) can get back data
Platform: | Size: 1024 | Author: 张小凡 | Hits:

[MySQLCert

Description: 通过Main函数可以查看并解析https网站的安全证书信息,并与DBConn一道将您所感兴趣的证书存入到MySQL数据库当中-Through the Main function can view and analysis of the safety certificate https web information, dbconn, together with your certificate of deposit interest to the MySQL database
Platform: | Size: 2048 | Author: 吴小西 | Hits:

[Internet-NetworkJava_Http_Client

Description: 这是用JAVA的SOCKET类实现的HTTP CLIENT的代码。通过它可以让原来很头疼的事情现在轻松的解决,例如你不再管是HTTP或者HTTPS的通讯方式,告诉它你想使用HTTPS方式,剩下的事情交给httpclient替你完成。-This is the SOCKET with JAVA class implements the HTTP CLIENT code. It allows the original adoption of a headache now things easy solution, for example, you no longer care about is HTTP or HTTPS communication mode, tell it the way you want to use HTTPS, and the remaining things for you to complete the httpclient.
Platform: | Size: 1577984 | Author: 魏汝垚 | Hits:

[3D Graphicworldscollide

Description: JAVA实现的小球碰撞动画程序。系统要求:Window xp;J2SE 5.0 from http://java.sun.com/j2se/1.5.0/index.jsp;Java 3D 1.4.0 (or 1.3.2) from https://java3d.dev.java.net/;Odejava from https://odejava.dev.java.net/ -JAVA realization ball collision animation process. System requirements: Window xp J2SE 5.0 from http://java.sun.com/j2se/1.5.0/index.jsp Java 3D 1.4.0 (or 1.3.2) from https:// java3d.dev.java . net/ Odejava from https:// odejava.dev.java.net /
Platform: | Size: 179200 | Author: fangfang | Hits:

[JSPJava2wlxyjsnm

Description: 本书涵盖了Java程序设计中各个层次的网络编程,是使用Java进行网络编程的优秀的指导书。本书的主要内容有:Internet基础、基础套接字、Telnet、FTP和TFTP、SMTP、POP3、NNTP、HTTP、HTTPS等协议的网络程序设计。内容系统而且全面,概念清晰,易于理解,并且每章都给出了大量的实例及分析。 -This book covers the Java programming at all levels of network programming, is the use of Java network programming excellent guide book. The main contents of this book has: Internet foundation, based on socket, Telnet, FTP and TFTP, SMTP, POP3, NNTP, HTTP, HTTPS, such as network protocol programming. Content systems and comprehensive, the concept of clear, easy to understand, and each chapter are a large number of examples are given and analyzed.
Platform: | Size: 11847680 | Author: 韩冰 | Hits:

[JSPjava

Description: 本书以大量精简的实例介绍了Java安全性编程方面的概念和技术,全书共计9章。 经过精心设计,每个小节的实例着重说明一个问题,又相互贯穿和联系。涉及Java加密和解密,反编译和反反编译,对类、成员变量、方法的攻击和保护,消息摘要,消息验证码,数字签名,口令保护,数字证书和证书链的生成、签发、检验和维护,SSL和HTTPS客户及服务器程序、基于代码位置和签发者的授权,签名Java Applet,基于身份的验证和授权(JAAS)等。 全书的实例极为精简,只保留了能够说明问题的代码,而又可真正运行,便于Java入门者轻松掌握安全性方面繁杂的概念。适合于适合于初步了解Java语法的学习者,也适合于安全技术的入门及高校Java教学参考。 -This book introducte the Java security programming concepts and techniques by a large number of examples ,book total of 9 chapters. Carefully designed, each section highlights examples of a problem, and contact each other throughout. Involving Java encryption and decryption, decompile and compile counter of class, member variables, methods of attack and protection, message digest, message authentication codes, digital signatures, password protection, digital certificate and certificate chain generation, issuance, inspection and maintenance, SSL and HTTPS clients and server program, based on code location and issuer of the authorized signature Java Applet, identity-based authentication and authorization (JAAS) and so on. Examples of the book is extremely streamlined, leaving only the problem that can code and who can really run, easy to Java beginners to easily grasp complex security concepts.
Platform: | Size: 2375680 | Author: wang chao | Hits:

[Internet-NetworkHTTP_HTTPS_client

Description: HTTP HTTPS client and more
Platform: | Size: 1024 | Author: lordms12 | Hits:

[JSP/JavaSetCharacterEncodingFilter

Description: Java实现在网络上的https,是以支付宝源码为模板的,实现客户端向服务器端的https程序。-used Java made a https
Platform: | Size: 2048 | Author: wang | Hits:

[JSP/Javassl.tar

Description: using https url connection.
Platform: | Size: 2048 | Author: EasySong | Hits:

[JSP/Javaopenfire-red5-spark-rtmps-required-files

Description: 完整版的java OPerfire服务器视频插件,很难找到的,希望对大家有用-The full version of java OPerfire server video plug-in, hard to find, we want to be useful
Platform: | Size: 8038400 | Author: zyt | Hits:

[J2MENetsrc

Description: j2me网络demo,测试http, https, socket, secure socket.-j2me web demo, test http, https, socket, secure socket.
Platform: | Size: 14336 | Author: 王家姚 | Hits:

[androidCalendar

Description: HTTPS在android上面的实现,非常实用、功能全面的DEMO实现。-demo of https on android platform
Platform: | Size: 1264640 | Author: wang | Hits:

[JSP/JavaJavaHttpClient

Description: 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy servers, etc.
Platform: | Size: 6083584 | Author: 陈一 | Hits:

[JSP/JavaJava安全性编程实例

Description: 能够从简单编程开始学习,逐步认识SSl和https编程的规范(Able to learn from simple programming, and gradually understand the SSl and HTTPS programming specifications)
Platform: | Size: 145408 | Author: 曦月清风 | Hits:

[JSP/JavaHttpServer

Description: 全网唯一的基于java 写的完整的httpservlet 实现,可通过xml 灵活配置(The whole network only based on java write the complete httpservlet implementation, can be flexible through XML configuration)
Platform: | Size: 40960 | Author: byj | Hits:

[JSPJava多线程设计模式源代码

Description: [转自Linux公社]Java多线程设计模式(PDF清晰扫描版带完整书签)+源代码([transferred to https://www.linuxidc.com/]Java multi thread design pattern (PDF clear scan version with complete bookmark) + source code)
Platform: | Size: 205824 | Author: 青岩飞羽 | Hits:
« 12 3 »

CodeBus www.codebus.net