org.apache.harmony.xnet.provider.jsse

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 geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » org package » org.apache.harmony.xnet.provider.jsse 
org.apache.harmony.xnet.provider.jsse
Java Source File NameTypeComment
AlertException.javaClass This exception is used to signalize the fatal alert occured during the work of protocol.
AlertProtocol.javaClass This class encapsulates the functionality of Alert Protocol.
Appendable.javaInterface This interface represents the ability of the input stream related classes to provide additianal data to be read.
CertificateMessage.javaClass Represents server/client certificate message
See Also:   TLS
See Also:    1.0 spec., 7.4.2.
CertificateMessageTest.javaClass
CertificateRequest.javaClass Represents certificate request message
See Also:   TLS
See Also:    1.0 spec., 7.4.4.
CertificateRequestTest.javaClass
CertificateVerify.javaClass Represents certificate verify message
See Also:   TLS
See Also:    1.0 spec., 7.4.8.
CertificateVerifyTest.javaClass
CipherSuite.javaClass Represents Cipher Suite as defined in TLS 1.0 spec., A.5.
CipherSuiteTest.javaClass
ClientHandshakeImpl.javaClass Client side handshake protocol implementation. Handshake protocol operates on top of the Record Protocol. It is responsible for session negotiating. The implementation proceses inbound server handshake messages, creates and sends respond messages.
ClientHello.javaClass Represents Client Hello message
See Also:   TLS
See Also:    1.0 spec., 7.4.1.2.
ClientHelloTest.javaClass
ClientKeyExchange.javaClass Represents client key exchange message
See Also:   TLS
See Also:    1.0 spec., 7.4.7.
ClientKeyExchangeTest.javaClass
ConnectionState.javaClass This abstract class is a base for Record Protocol operating environmet of different SSL protocol versions.
ConnectionStateSSLv3.javaClass This class incapsulates the operating environment of the SSL v3 (http://wp.netscape.com/eng/ssl3) Record Protocol and provides relating encryption/decryption functionality.
ConnectionStateTLS.javaClass This class incapsulates the operating environment of the TLS v1 (http://www.ietf.org/rfc/rfc2246.txt) Record Protocol and provides relating encryption/decryption functionality.
ContentType.javaClass This class incapsulates the constants determining the types of SSL/TLS record's content data.
DataStream.javaInterface This interface represents the ability of the classes to provide the chunks of data.
DelegatedTask.javaClass
DelegatedTaskTest.javaClass
DHParameters.javaClass
DigitalSignature.javaClass This class represents Signature type, as descrybed in TLS v 1.0 Protocol specification, 7.4.3.
DigitalSignatureTest.javaClass
EndOfBufferException.javaClass This class represents the exception signalizing that data could not be read from the stream because underlying input stream reached its end.
EndOfSourceException.javaClass This class represents the exception signalizing that data could not be read from the buffered stream because underlying data buffer was exhausted.
Finished.javaClass Represents Finished message
See Also:   TLS
See Also:    1.0 spec., 7.4.9.
Handshake.javaClass This class incapsulates the constants determining the types of handshake messages as defined in TLS 1.0 spec., 7.4.
HandshakeIODataStream.javaClass This class provides Input/Output data functionality for handshake layer.
HandshakeProtocol.javaClass Base class for ClientHandshakeImpl and ServerHandshakeImpl classes.
See Also:   TLS
See Also:    1.0 spec., 7.4.
HandshakeProtocolTest.javaClass
HelloRequest.javaClass Represents Hello Request message
See Also:   TLS
See Also:    1.0 spec., 7.4.1.1.
JSSEProvider.javaClass JSSE Provider implementation. This implementation is based on TLS v 1.0 and SSL v3 protocol specifications.
See Also:   TLS
See Also:    v 1.0 Protocol specification (http://www.ietf.org/rfc/rfc2246.txt)
See Also:   SSL
See Also:    v3 Protocol specification (http://wp.netscape.com/eng/ssl3)
See Also:   Provider implementation supports the following cipher suites:
See Also:   TLS_NULL_WITH_NULL_NULL
See Also:   TLS_RSA_WITH_NULL_MD5
See Also:   TLS_RSA_WITH_NULL_SHA
See Also:   TLS_RSA_EXPORT_WITH_RC4_40_MD5
See Also:   TLS_RSA_WITH_RC4_128_MD5
See Also:   TLS_RSA_WITH_RC4_128_SHA
See Also:   TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
See Also:   TLS_RSA_WITH_IDEA_CBC_SHA
See Also:   TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
See Also:   TLS_RSA_WITH_DES_CBC_SHA
See Also:   TLS_RSA_WITH_3DES_EDE_CBC_SHA
See Also:   TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
See Also:   TLS_DH_DSS_WITH_DES_CBC_SHA
See Also:   TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
See Also:   TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
See Also:   TLS_DH_RSA_WITH_DES_CBC_SHA
See Also:   TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
See Also:   TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
See Also:   TLS_DHE_DSS_WITH_DES_CBC_SHA
See Also:   TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
See Also:   TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
See Also:   TLS_DHE_RSA_WITH_DES_CBC_SHA
See Also:   TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
See Also:   TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
See Also:   TLS_DH_anon_WITH_RC4_128_MD5
See Also:   TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
See Also:   TLS_DH_anon_WITH_DES_CBC_SHA
See Also:   TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
See Also:   The real set of available cipher suites depends on set of available
See Also:   crypto algorithms.
JSSETestData.javaClass
KeyManagerFactoryImpl.javaClass KeyManagerFactory implementation.
KeyManagerImpl.javaClass KeyManager implementation.
KeyManagerImplTest.javaClass
Logger.javaClass
Message.javaClass
PRF.javaClass This class provides functionality for computation of PRF values for TLS (http://www.ietf.org/rfc/rfc2246.txt) and SSL v3 (http://wp.netscape.com/eng/ssl3) protocols.
ProtocolVersion.javaClass
ServerHandshakeImpl.javaClass Server side handshake protocol implementation. Handshake protocol operates on top of the Record Protocol. It responsible for negotiating a session. The implementation proceses inbound client handshake messages, creates and sends respond messages.
ServerHandshakeImplTest.javaClass
ServerHello.javaClass Represents server hello message.
See Also:   TLS
See Also:    1.0 spec., 7.4.1.3.
ServerHelloDone.javaClass Represents server hello done message
See Also:   TLS
See Also:    1.0 spec., 7.4.5.
ServerHelloTest.javaClass
ServerKeyExchange.javaClass Represents server key exchange message.
See Also:   TLS
See Also:    1.0 spec., 7.4.3.
ServerKeyExchangeTest.javaClass
SSLBufferedInput.javaClass This is a wrapper input stream for ByteBuffer data source.
SSLContextImpl.javaClass Implementation of SSLContext service provider interface.
SSLEngineAppData.javaClass This class is used to retrieve the application data arrived for the SSLEngine.
SSLEngineDataStream.javaClass This class provides the DataStream functionality implemented over the array of ByteBuffer instances.
SSLEngineImpl.javaClass Implementation of SSLEngine.
SSLEngineImplTest.javaClass SSLEngine implementation test.
SSLInputStream.javaClass This class is a base for all input stream classes used in protocol implementation.
SSLParameters.javaClass The instances of this class incapsulate all the info about enabled cipher suites and protocols, as well as the information about client/server mode of ssl socket, whether it require/want client authentication or not, and controls whether new SSL sessions may be established by this socket or not.
SSLRecordProtocol.javaClass This class performs functionality dedicated to SSL record layer. It unpacks and routes income data to the appropriate client protocol (handshake, alert, application data protocols) and paketizes outcome data into SSL/TLS records. Initially created object has null connection state and does not perform any cryptography computations over the income/outcome data. After handshake protocol agreed upon security parameters they are placed into SSLSessionImpl object and available for record protocol as pending session.
SSLServerSocketFactoryImpl.javaClass Implementation of SSLServerSocketFactory.
SSLServerSocketImpl.javaClass
SSLServerSocketImplTest.javaClass
SSLSessionContextImpl.javaClass
SSLSessionContextImplTest.javaClass
SSLSessionImpl.javaClass
SSLSessionImplTest.javaClass
SSLSocketFactoriesTest.javaClass
SSLSocketFactoryImpl.javaClass Implementation of SSLSocketFactory.
SSLSocketFunctionalTest.javaClass
SSLSocketImpl.javaClass SSLSocket implementation.
SSLSocketImplTest.javaClass
SSLSocketInputStream.javaClass This class provides input data stream functionality for SSLSocket.
SSLSocketOutputStream.javaClass This is a application data output stream used in SSLSocket implementation.
SSLSocketWrapper.javaClass This class wraps the SSL fuctionality over existing conneted socket.
SSLStreamedInput.javaClass This class acts like a filtered input stream: it takes the bytes from another InputStream.
SSLStreamedInputTest.javaClass
SSLv3Constants.javaClass Contains SSL 3.0 constants
See Also:   SSL
See Also:    3.0 Spec.
TrustManagerFactoryImpl.javaClass TrustManagerFactory service provider interface implementation.
TrustManagerImpl.javaClass TrustManager implementation.
TrustManagerImplTest.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.