sun.security.ssl

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 » 6.0 JDK Modules sun » security » sun.security.ssl 
sun.security.ssl
Java Source File NameTypeComment
Alerts.javaClass
AppInputStream.javaClass InputStream for application data as returned by SSLSocket.getInputStream().
AppOutputStream.javaClass
BaseSSLSocketImpl.javaClass Abstract base class for SSLSocketImpl.
ByteBufferInputStream.javaClass A simple InputStream which uses ByteBuffers as it's backing store.
CipherBox.javaClass This class handles bulk data enciphering/deciphering for each SSLv3 message.
CipherSuite.javaClass An SSL/TLS CipherSuite.
CipherSuiteList.javaClass A list of CipherSuites.
ClientHandshaker.javaClass ClientHandshaker does the protocol handshaking from the point of view of a client.
Debug.javaClass
DefaultSSLContextImpl.javaClass "Default" SSLContext as returned by SSLContext.getDefault().
DHClientKeyExchange.javaClass
DHCrypt.javaClass This class implements the Diffie-Hellman key exchange algorithm. D-H means combining your private key with your partners public key to generate a number.
ECDHClientKeyExchange.javaClass ClientKeyExchange message for all ECDH based key exchange methods.
ECDHCrypt.javaClass Helper class for the ECDH key exchange.
EngineArgs.javaClass
EngineInputRecord.javaClass Wrapper class around InputRecord.
EngineOutputRecord.javaClass A OutputRecord class extension which uses external ByteBuffers or the internal ByteArrayOutputStream for data manipulations.
EngineWriter.javaClass A class to help abstract away SSLEngine writing synchronization.
EphemeralKeyManager.javaClass The "KeyManager" for ephemeral RSA keys.
HandshakeHash.javaClass Abstraction for the SSL/TLS hash of all handshake messages that is maintained to verify the integrity of the negotiation.
HandshakeInStream.javaClass InputStream for handshake data, used internally only.
HandshakeMessage.javaClass Many data structures are involved in the handshake messages.
HandshakeOutStream.javaClass Output stream for handshake data.
Handshaker.javaClass Handshaker ...
HelloExtensions.javaClass This file contains all the classes relevant to TLS Extensions for the ClientHello and ServerHello messages.
InputRecord.javaClass SSL 3.0 records, as pulled off a TCP stream.
JsseJce.javaClass This class contains a few static methods for interaction with the JCA/JCE to obtain implementations, etc.
KerberosClientKeyExchange.javaClass This is Kerberos option in the client key exchange message (CLIENT -> SERVER).
KerberosPreMasterSecret.javaClass This is the Kerberos premaster secret in the Kerberos client key exchange message (CLIENT --> SERVER); it holds the Kerberos-encrypted pre-master secret.
KeyManagerFactoryImpl.javaClass
MAC.javaClass This class computes the "Message Authentication Code" (MAC) for each SSL message.
OutputRecord.javaClass SSL 3.0 records, as written to a TCP stream. Each record has a message area that starts out with data supplied by the application.
ProtocolList.javaClass A list of ProtocolVersions.
ProtocolVersion.javaClass Type safe enum for an SSL/TLS protocol version.
RandomCookie.javaClass
Record.javaInterface SSL/TLS records, as pulled off (and put onto) a TCP stream.
RSAClientKeyExchange.javaClass This is the client key exchange message (CLIENT --> SERVER) used with all RSA key exchanges; it holds the RSA-encrypted pre-master secret. The message is encrypted using PKCS #1 block type 02 encryption with the server's public key.
RSASignature.javaClass Signature implementation for the SSL/TLS RSA Signature variant with both MD5 and SHA-1 MessageDigests.
ServerHandshaker.javaClass ServerHandshaker does the protocol handshaking from the point of view of a server.
SessionId.javaClass Encapsulates an SSL session ID.
SSLContextImpl.javaClass
SSLEngineImpl.javaClass Implementation of an non-blocking SSLEngine. Currently*, the SSLEngine code exists in parallel with the current SSLSocket.
SSLServerSocketFactoryImpl.javaClass This class creates SSL server sockets.
SSLServerSocketImpl.javaClass This class provides a simple way for servers to support conventional use of the Secure Sockets Layer (SSL).
SSLSessionContextImpl.javaClass
SSLSessionImpl.javaClass Implements the SSL session interface, and exposes the session context which is maintained by SSL servers.

Servers have the ability to manage the sessions associated with their authentication context(s).

SSLSocketFactoryImpl.javaClass Implementation of an SSL socket factory.
SSLSocketImpl.javaClass Implementation of an SSL socket.
SunJSSE.javaClass The JSSE provider. The RSA implementation has been removed from JSSE, but we still need to register the same algorithms for compatibility.
SunX509KeyManagerImpl.javaClass An implemention of X509KeyManager backed by a KeyStore. The backing KeyStore is inspected when this object is constructed. All key entries containing a PrivateKey and a non-empty chain of X509Certificate are then copied into an internal store.
TrustManagerFactoryImpl.javaClass
X509KeyManagerImpl.javaClass The new X509 key manager implementation.
X509TrustManagerImpl.javaClass This class implements the SunJSSE X.509 trust manager using the internal validator API in J2SE core.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.