Processing Java CAPS for SSL Support, configuringcaps

Source: Internet
Author: User

Processing Java CAPS for SSL Support, configuringcaps
Using ing Java CAPS for SSL Support

  • Previous: OpenSSL Project
  • Next: KeyStores and TrustStores
SSL and Adapters

The use of SSL with HTTP, LDAP, and WebSphere MQ enables data exchanges that are secure from unauthorized interception from hackers or other entities. the adapter's SSL feature provides a secure communications channel for the data exchanges.

The following dimo-strates the use of SSL with the LDAP Adapter.

This SSL feature is supported through the use of Java Secure Socket Extension (JSSE) version 1.0.3.

Currently, the JSSE reference implementation is used. JSSE is a provider-based architecture, which means there is a set of standard interfaces for cryptographic algorithms, hashing algorithms, secured-socket-layered URL stream handlers, and so on.

Because the user is interacting with JSSE through these interfaces, the different components can be mixed and matched as long as the implementation is programmed under the published interfaces. however, some implementations might not support a special algorithm.

The JSSE 1.0.3 API can support SSL versions 2.0 and 3.0 and TLS version 1.0. these security protocols encapsulate a normal bidirectional stream socket. the JSSE 1.0.3 API adds transparent support for authentication, encryption, and integrity protection. the JSSE reference implementation implements SSL version 3.0 and TLS version 1.0.

The following options available for setting up SSL connectivity with a web server:

  • Server-side Authentication. the majority of e-commerce web sites are configured for server-side authentication. the adapter requests a certificate from the web server and authenticates the web server by verifying that the certificate can be trusted. essential, the adapter performs this operation by looking into its TrustStore for a CA certificate with a public key that can validate the signature on the certificate received ed from the web server.

  • Dual Authentication. this option requires authentication from both the adapter and web server. the server side (web server) of the authentication process is the same as that described previusly. in addition, the web server requests a certificate from the adapter. the adapter sends its certificate to the web server. the server authenticates the adapter by looking into its TrustStore for a matching trusted CA certificate. the communication channel is established by the process of both parties requesting certificate information.

  • Previous: OpenSSL Project
  • Next: KeyStores and TrustStores

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.