Location:
Search - java ssl
Search list
Description: 使用SSL确保订单的安全java的实现-orders to use SSL to ensure the safety of the realization of java
Platform: |
Size: 2048 |
Author: 果农 |
Hits:
Description: cick公司用JAVA实现的SSL协议源码-cick companies use JAVA source of SSL
Platform: |
Size: 4775936 |
Author: 梁政 |
Hits:
Description: ssl证书的源代码,学习SSL的好东西啊!-This is the source code of SSL certificate a very good one for learning SSL
Platform: |
Size: 24576 |
Author: 单轲 |
Hits:
Description: SSL的Client,还有ssl连接的服务器端,示例代码-SSL Client, and ssl server connectivity, the sample code
Platform: |
Size: 182272 |
Author: zhushun |
Hits:
Description: ssl的java实现,包括服务器端和客户端算法。-ssl realization of java, including server and client algorithm.
Platform: |
Size: 7168 |
Author: 刘永恒 |
Hits:
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:
Description: A distributed, peer-to-peer, server-less communication & messaging solution for JAVA (JMS), C++ and .NET applications, integrates with JBoss, WebLogic & WebSphere. Offers guaranteed delivery, security and transactions. Supports TCP, SSL & HTTP protocols-A distributed, peer-to-peer, server-less communication
Platform: |
Size: 89088 |
Author: ehunter |
Hits:
Description: 身份认证和数字签名在实际应用中是通过以数字证书为核心的公开密钥基础结构(PKI)来实现的,PKI是实施安全认证方面的国际标准。SSL和SET是现在国际上比较流行的PKI安全协议,但它们也有设计上的缺陷和不适合中国国情的地方。本文详细分析了SSL协议,提出增加SSL签名协议来弥补SSL在数字签名方面的不足,本文详细地设计了SSL签名协议的模型,功能和消息格式,并描述了作者用Java技术实现SSL签名协议的JSPE软件包。-err
Platform: |
Size: 593920 |
Author: jason zhang |
Hits:
Description: Secure Login based on SSL Server Socket.
Platform: |
Size: 1024 |
Author: Mjuos Joun Bill |
Hits:
Description: ssl编程源码,基于openssl,接收客户端和服务器端-ssl programming source code, based on the openssl, the receiving client and server
Platform: |
Size: 22528 |
Author: zuobing |
Hits:
Description: IVJ MUD (Masive Multiplayer Text Game) is a SSL-based soft.
IVJ-MUD(Masive多用户文本游戏)是一个基于SSL的应用程序。 -IVJ MUD (Masive Multiplayer Text Game) is a SSL-based soft.IVJ-MUD (Masive multi-user version of the game) is an SSL-based applications.
Platform: |
Size: 58368 |
Author: |
Hits:
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:
Description: this is about ssl to connect the server and client
Platform: |
Size: 13312 |
Author: shangguanpj |
Hits:
Description: Tomcat中SSL配置(SSL安全协议认证)-Tomcat in SSL configuration (SSL security protocol certification)
Platform: |
Size: 422912 |
Author: 陈生 |
Hits:
Description: SSL(Secure Sockets Layer) java code
Platform: |
Size: 52224 |
Author: drazen |
Hits:
Description: While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in applications-if you know how.
This book teaches you how. Chapters one through five cover the architecture of the JCE and JCA, symmetric and asymmetric key encryption in Java, message authentication codes, and how to create Java implementations with the API provided by the Bouncy Castle ASN.1 packages, all with plenty of examples. Building on that foundation, the second half of the book takes you into higher-level topics, enabling you to create and implement secure Java applications and make use of standard protocols such as CMS, SSL, and S/MIME.-While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in applications-if you know how.
This book teaches you how. Chapters one through five cover the architecture of the JCE and JCA, symmetric and asymmetric key encryption in Java, message authentication codes, and how to create Java implementations with the API provided by the Bouncy Castle ASN.1 packages, all with plenty of examples. Building on that foundation, the second half of the book takes you into higher-level topics, enabling you to create and implement secure Java applications and make use of standard protocols such as CMS, SSL, and S/MIME.
Platform: |
Size: 2560000 |
Author: YY |
Hits:
Description: SSL加密简单的服务端和客户端书写.希望对大家有所帮助-SSL encryption simple server and client written.
Platform: |
Size: 1024 |
Author: 陈俊 |
Hits:
Description: java ssl 源代码 Client Server
证书
密钥库
-java ssl 源代码 Client Server
证书
密钥库
Platform: |
Size: 6144 |
Author: 王莹 |
Hits:
Description: 此程序简单实现了ssl强加密,一共包括三个文件:SSLServer.java,SSLClient.java,GetJavaHome.java-This program implements a simple ssl strong encryption, including a total of three documents: SSLServer.java, SSLClient.java, GetJavaHome.java
Platform: |
Size: 2048 |
Author: 李小军 |
Hits:
Description: java struts 2 ssl 插件-java struts 2 ssl plugin
Platform: |
Size: 45056 |
Author: foobar07 |
Hits: