本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
Yale CAS异常问题总结(2)Unable to validate ProxyTicketValidator之unable to find valid certification path to requested target
edu.yale.its.tp.cas.client.CASAuthenticationException: Unable to validate ProxyTicketValidator [[edu.yale.its.tp.cas.client.ProxyTicketValidator proxyList
=
[
null
] [edu.yale ...
[原创]实施WebService Security[WS-Security1.0]的Encrypt和Sign模式(XFire+WSS4J)
鉴于很多系统需要实施WS-Security的标准,我们在SpringSide中提供了XFire+WSS4J的Demo,本文介绍SpringSide中Spring+XFire+WSS4J的基本配置[WebService Server端配置]第一,创建一个基本的BookServicepublic interface BookService { /** *//**
BEA AquaLogic Enterprise Security(ALES) 2.2 Released
BEA AquaLogic Enterprise Security supports a variety of Security Service Modules (SSMs) that reside in the application environments protected by ALES. They provide the runtime enforcement of entitlemen ...
Certificate chain received from 客户端- 192.168.10.10 was not trusted causing SSL handshake failure
SSL握手会有很多意想不到的Exception, 其中很多都是因为没有配置好cacerts导致的。以Tomcat为例,你需要在conf/server.xml中指定你的keystore并且配置好KeyAlias,同时,Tomcat会到JAVA_HOME/jre/lib/security目录下读取cacerts文件。在Weblogic中,你也需要配置Trust.jks和Identity.jks(可以参考 ...
关于[深入Java 2平台安全--体系架构、API设计和实现(第二版)]的翻译质量
近日, 朋友告诉我<<深入Java 2平台安全--体系架构、API设计和实现(第二版)>>这本书已经出版:http://www.china-pub.com/computers/common/info.asp?id=14712英文原版的书名是Inside Sun™ 2 Platform Security: Architecture, API Design, and Implem ...
如何从pfx/p12文件中提取RSA密钥长度及其他相关信息
在Security编程中,有几种典型的密码交换信息文件格式:DER-encoded certificate: .cer, .crtPEM-encoded message: .pemPKCS#12 Personal Information Exchange: .pfx, .p12PKCS#10 Certification Request: .p10PKCS#7 cert request respons ...
CAS集成Weblogic的ServletAuthentication调用
本来,使用j_security_check是最简单的Build-in认证方式,但CAS有自己的登录入口,即login servlet,如果用该servlet,必须自己动手完成JAAS的登录。于是,开始扩展CAS的edu.yale.its.tp.cas.auth.provider,在该包中的provider都扩展自authHandler接口,而CAS是在web.xml中定义了最终使用哪一个authHa ...
Tomcat(直至5.5.9版本)不支持KeyStore和KeyEntry使用不同的password
今天,有朋友在配置Tomcat SSL的时候,出现如下的异常:java.security.UnrecoverableKeyException: Cannot recover key而且他已经正确配置了keystoreFile和keystorePass。后来我发现,他对Keystore中的Key使用了Password保护,而且保护这个KeyEntry的KeyPass!=KeyStore的Keypass ...
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
(2006-03-14 20:03:53) 婷婷(16556907)javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found这个是因为你没有装好TrustCerts,如果你是用Tomcat,请务必检查Tomcat使用的JDK下的JRE(j ...
[新闻]BEA的Weblogic SP4 SSL存在漏洞
据官方最新Security Advisories and Notifications报告(BEA06-118.00)显示:WeblogicServer的SSL身份信息会被恶意Application盗用。威胁程度:低严重程度:中等WeblogicServer的SSL配置分两部分,第一部分是Identtiy Keystore,第二部分是Trust Keystore,BEA06-118.00揭示,当Web ...
开发Eclipse Key Tool Plugin——代号SecureX
曾几何时,wayne_grant编写了一个KeyTool GUI,但后来,他转而投诚到收费软件行列,KeyTool GUI变成了过去,连下载的URL也被remove掉了,free evaluation copy的KeyStore Explorer 2.4是现在收费的最新版本。咋看了一眼,发现它的客户居然还不少:http://www.lazgosoftware.com/kse/customers.ht ...