zoukankan      html  css  js  c++  java
  • PSE Access Service

    http://weblogs.java.net/blog/bondolo/archive/2006/04/pse_access_serv.html

    ——————————————————————————————————————————————————————

    PSE Access Service

    Posted by bondolo on April 14, 2006 at 2:09 PM EDT
    A couple of weeks ago I mentioned a new PSE based Access Service for JXTA. Well, a primordial version has now appeared as part of issue #1517. The current version is functional, but not deployable since it isn't actually secure.

    The point of posting this early version is to attempt to better understand the required API and usage patterns. I encourage JXTA application developers to begin exploring using Access Service in their programs. I've been doing so myself with an experimental enhancement to the Resolver Service which makes use of the new PSE Access Service. I'll probably post the modified Resolver Service in a few days when I'm more comfortable with the changes.

    It seems that integrating the PKIX validation (RFC 3280) may be a chore. Not that it's that hard, but it seems like there may be some work in getting all the various bits into the appropriate structures. For now the validation done by the PSE Access Service simply compares certificates chains via equals() to ensure that the provided credential was issued by a signer who had a parent in the "operation" certificate chain. This produces results which are naively the same as PKIX validation but it can be easily fooled by hand constructed certificate chains and it ignores matters such as certificate expiring and CRLs.

     

  • 相关阅读:
    Python startswith()函数 与 endswith函数
    Oracle spool 小结
    表空间(TableSpace)
    Python logger模块
    Mysql rpm安装
    Python json与pickle
    Python 生成器总结
    Python 装饰器的总结
    eclipse 乱码问题总结
    Eclipse 中出现红色下划波浪线与红色感叹号
  • 原文地址:https://www.cnblogs.com/cuizhf/p/2222265.html
Copyright © 2011-2022 走看看