首页 / 词典 / good

JSSE

  • 网络安全套接字扩展;Java安全套接字扩展
JSSEJSSE
  1. So much for the basic JSSE server and client code .

    基本的JSSE服务器和客户机代码就只有这些。

  2. JSSE ( Java Secure Socket Extension ) provides measures for secure Web communication .

    JSSE(Java安全套接扩展)实现了安全的Web通信。

  3. The following code fragment enables SSL using the Sun 's Java technology JSSE package .

    下面的代码片段使用Sun的Java技术JSSE包启用了SSL。

  4. IBM makes no claim of interoperability with other JSSE providers .

    IBM没有声明与其它JSSE提供方的互操作性。

  5. In this case , JSSE will choose whichever certificate it sees fit .

    在这个案例中,JSSE将选择任何一个它认为合适的证书。

  6. Support for custom JSSE trust and key managers enables more control of the SSL handshake .

    支持自定义JSSE信任和密钥管理器,从而允许对SSL握手进行更多的控制。

  7. To leverage the JSSE API , we only need to do a few simple things .

    要利用JSSEAPI,我们只需要做简单的几件事。

  8. The third parameter would allow us to override JSSE 's random number generator ( RNG ) .

    第三个参数允许我们覆盖JSSE的随机数生成器(RNG)。

  9. Relax JSSE 's restriction that KeyStore passwords and individual certificate passwords must match

    放宽KeyStore密码与单个证书密码必须匹配的JSSE限制

  10. We have shown you how to open HTTPS connections that implicitly use JSSE .

    我们已经向您展示了怎样打开隐式地使用JSSE的HTTP连接。

  11. Configuring and installing the IBM JSSE : Do I need to do anything ?

    配置及安装IBMJSSE:我需要做什么吗?

  12. By constructing a customized socket factory we can customize the behavior of JSSE .

    通过构造一个定制的套接字工厂,我们可以定制JSSE的行为。

  13. JSSE ( Java Secure Socket Extension ) provides support for Java applications to communicate securely using SSL .

    JSSE(Java安全套接字扩展(JavaSecureSocketExtension))支持Java应用程序使用SSL安全地通信。

  14. This article will demonstrate how to use the JSSE interface to tailor the properties of an SSL connection .

    本文将演示如何使用JSSE接口定制SSL连接的属性。

  15. The JSSE runtime will ensure that , but it doesn 't guarantee that the server is the right server .

    JSSE运行时将会确保这一点,但它无法保证服务器是正确的服务器。

  16. By specifying " SSL " we allow JSSE to default to the highest level it can support .

    通过指定“SSL”,我们允许JSSE缺省至它能支持的最高级别。

  17. Subsequently , we present the JSSE programming model and show how simple it is when accessing resources available over HTTPS .

    随后,我们给出了JSSE编程模型并且说明当访问HTTPS上的可用资源时它是多么简单。

  18. JSSE delivers a Java implementation of the SSL and TLS protocols supporting data integrity and privacy .

    JSSE提供了SSL和TSL协议的Java实现以支持数据完整性和私密性。

  19. When using SSL within Java programming language , a JSSE provider must be defined and added to the set of security managers .

    在使用Java编程语言中的SSL时,必须定义JSSE提供者,并将其添加到安全性管理器组中。

  20. Because this article focuses on more advanced topics , it is assumed that you have prior experience with JSSE .

    由于本文着重讲述更高级的主题,因此假定您已经具备了JSSE的使用经验。

  21. We still let JSSE use its default SecureRandom , however , by passing null as the third parameter .

    但是,我们仍然让JSSE通过传递null作为第三个参数来使用它缺省的SecureRandom。

  22. Next , we will show a simple example of how to use JSSE to connect over HTTPS to a remote server .

    接下来,我们将要显示如何使用JSSE在HTTP上连接远程服务器的简单实例。

  23. Again , the tutorial " Using JSSE for secure socket communication " can provide more detail on these individual options .

    同样,教程“UsingJSSEforsecuresocketcommunication”可以提供这些单个选项的更多细节。

  24. So in this month 's column we 'll focus on the JAAS and JSSE .

    所以在本月的专栏中我们将集中讲述JAAS和JSSE。

  25. All this is done transparently for you by the JSSE runtime .

    这一切通过JSSE运行时对您都是透明的。

  26. For encryption comprehensive encryption and signing algorithms ( from JSSE / JCE ) are supported .

    对于加密,支持全面加密和签名算法(来自JSSE/JCE)。

  27. While JSSE does start the handshake automatically , it only does so when data is first sent across the socket .

    尽管JSSE确实会自动启动握手,但是仅当数据首次通过套接字发送时它才这样做。

  28. In my installation , it always seems to pick Bob 's certificate , but your JSSE may behave differently .

    在我的安装中,似乎始终选取Bob的证书,但是您的JSSE的行为可能有所不同。

  29. Programming to the JSSE is made simple in large part due to the high level abstractions that it provides around the standard socket programming interface .

    简化JSSE编程很大程度上是由于高级别的抽象,它提供了关于标准套接字的编程接口。

  30. The JSSE does not require a password if it is only being used as a truststore .

    如果只是用作一个信任存储的话,JSEE不需要密码。