javax.net.ssl

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Apache Harmony Java SE » javax package » javax.net.ssl 
javax.net.ssl
Java Source File NameTypeComment
CertPathTrustManagerParameters.javaClass Certification path parameters to provide to certification path based TrustManager .
DefaultHostnameVerifier.javaClass
DefaultSSLContext.javaClass Support class for this package.
DefaultSSLServerSocketFactory.javaClass
DefaultSSLServerSocketFactoryTest.javaClass Tests for DefaultSSLServerSocketFactory class constructors and methods.
DefaultSSLSocketFactory.javaClass
DefaultSSLSocketFactoryTest.javaClass Tests for DefaultSSLSocketFactory class constructors and methods.
HandshakeCompletedEvent.javaClass The event object encapsulating the information about a completed SSL handshake on a SSL connection.
HandshakeCompletedListener.javaInterface The listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection.
HostnameVerifier.javaInterface The interface to be used to provide hostname verification functionality.

This is an extended verification option that implementers can provide.

HttpsURLConnection.javaClass This abstract subclass of HttpURLConnection defines methods for managing HTTPS connections according to the description given by RFC 2818.
HttpsURLConnection_ImplTest.javaClass Tests for HttpsURLConnection class constructors and methods.
KeyManager.javaInterface This is the interface to implement in order to mark a class as a JSSE key managers so that key managers can be easily grouped.
KeyManagerFactory.javaClass The public API for KeyManagerFactory implementations.
KeyManagerFactorySpi.javaClass The Service Provider Interface (SPI) for the KeyManagerFactory class.
KeyManagerFactorySpiTests.javaClass Tests for KeyManagerFactorySpi class constructors and methods.
KeyStoreBuilderParameters.javaClass The parameters for KeyManager s.
ManagerFactoryParameters.javaInterface The marker interface for key manager factory parameters.
MyKeyManagerFactorySpi.javaClass
MySSLContextSpi.javaClass
MyTrustManagerFactorySpi.javaClass
package-info.java
SSLContext.javaClass The public API for secure socket protocol implementations.
SSLContextSpi.javaClass The Service Provider Interface (SPI) for the SSLContext class.
SSLContextSpiTests.javaClass Tests for SSLContextSpi class constructors and methods.
SSLEngine.javaClass The abstract implementation of secure communications using SSL, TLS, or other protocols.
SSLEngineResult.javaClass The result object describing the state of the SSLEngine produced by the wrap() and unwrap() operations.
SSLException.javaClass The base class for all SSL related exceptions.
SSLHandshakeException.javaClass The exception that is thrown when a handshake could not be completed successfully.
SSLKeyException.javaClass The exception that is thrown when an invalid SSL key is encountered.
SSLPeerUnverifiedException.javaClass The exception that is thrown when the identity of a peer has not beed verified.
SSLPermission.javaClass The class representing a network permission.
SSLProtocolException.javaClass The exception that is thrown when an error in the operation of the SSL protocol is encountered.
SSLServerSocket.javaClass The extension of ServerSocket which provides secure server sockets based on protocols like SSL, TLS, or others.
SSLServerSocketFactory.javaClass The factory for SSL server sockets.
SSLServerSocketFactoryTest.javaClass Tests for SSLSocketFactory class methods.
SSLSession.javaInterface The interface representing an SSL session.
SSLSessionBindingEvent.javaClass The event sent to an SSLSessionBindingListener when the listener object is bound ( SSLSession.putValue(StringObject) ) or unbound ( SSLSession.removeValue(String) ) to an SSLSession .
SSLSessionBindingListener.javaInterface The interface to be implemented by any object that requires notification when data objects are bound to (or unbound from) an SSLSession .
SSLSessionContext.javaInterface A collection of SSLSession s.
SSLSocket.javaClass The extension of Socket providing secure protocols like SSL (Secure Socket Layer") or TLS (Transport Layer Security).
SSLSocketFactory.javaClass The abstract factory implementation to create SSLSocket s.
SSLSocketFactoryTest.javaClass Tests for SSLSocketFactory class methods.
TrustManager.javaInterface The marker interface for JSSE trust managers.
TrustManagerFactory.javaClass The factory for TrustManager s based on KeyStore or provider specific implementation.
TrustManagerFactorySpi.javaClass The Service Provider Interface (SPI) for the TrustManagerFactory class.
TrustManagerFactorySpiTests.javaClass Tests for TrustManagerFactorySpi class constructors and methods.
X509ExtendedKeyManager.javaClass The abstract extension for the X509KeyManager interface.
X509KeyManager.javaInterface A Key Manager for X509 certificate-based key pairs.
X509TrustManager.javaInterface The trust manager for X509 certificates to be used to perform authentication for secure sockets.
w_w__w_._j___a_va2___s__.c_o__m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.