Java Doc for CipherSuite.java in  » Apache-Harmony-Java-SE » org-package » org » apache » harmony » xnet » provider » jsse » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.harmony.xnet.provider.jsse.CipherSuite

CipherSuite
public class CipherSuite (Code)
Represents Cipher Suite as defined in TLS 1.0 spec., A.5. The CipherSuite; C. CipherSuite definitions.
See Also:   TLS
See Also:    1.0 spec., http://www.ietf.org/rfc/rfc2246.txt


Field Summary
final  intIVSize
    
static  intKeyExchange_DHE_DSS
    
static  intKeyExchange_DHE_DSS_EXPORT
    
static  intKeyExchange_DHE_RSA
    
static  intKeyExchange_DHE_RSA_EXPORT
    
static  intKeyExchange_DH_DSS
    
static  intKeyExchange_DH_DSS_EXPORT
    
static  intKeyExchange_DH_RSA
    
static  intKeyExchange_DH_RSA_EXPORT
    
static  intKeyExchange_DH_anon
    
static  intKeyExchange_DH_anon_EXPORT
    
static  intKeyExchange_RSA
    
static  intKeyExchange_RSA_EXPORT
    
static  CipherSuiteTLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
    
static  CipherSuiteTLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
    
static  CipherSuiteTLS_DHE_DSS_WITH_DES_CBC_SHA
    
static  CipherSuiteTLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
    
static  CipherSuiteTLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
    
static  CipherSuiteTLS_DHE_RSA_WITH_DES_CBC_SHA
    
static  CipherSuiteTLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
    
static  CipherSuiteTLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
    
static  CipherSuiteTLS_DH_DSS_WITH_DES_CBC_SHA
    
static  CipherSuiteTLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
    
static  CipherSuiteTLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
    
static  CipherSuiteTLS_DH_RSA_WITH_DES_CBC_SHA
    
static  CipherSuiteTLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
    
static  CipherSuiteTLS_DH_anon_EXPORT_WITH_RC4_40_MD5
    
static  CipherSuiteTLS_DH_anon_WITH_3DES_EDE_CBC_SHA
    
static  CipherSuiteTLS_DH_anon_WITH_DES_CBC_SHA
    
static  CipherSuiteTLS_DH_anon_WITH_RC4_128_MD5
    
static  CipherSuiteTLS_NULL_WITH_NULL_NULL
    
static  CipherSuiteTLS_RSA_EXPORT_WITH_DES40_CBC_SHA
    
static  CipherSuiteTLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
    
static  CipherSuiteTLS_RSA_EXPORT_WITH_RC4_40_MD5
    
static  CipherSuiteTLS_RSA_WITH_3DES_EDE_CBC_SHA
    
static  CipherSuiteTLS_RSA_WITH_DES_CBC_SHA
    
static  CipherSuiteTLS_RSA_WITH_IDEA_CBC_SHA
    
static  CipherSuiteTLS_RSA_WITH_NULL_MD5
    
static  CipherSuiteTLS_RSA_WITH_NULL_SHA
    
static  CipherSuiteTLS_RSA_WITH_RC4_128_MD5
    
static  CipherSuiteTLS_RSA_WITH_RC4_128_SHA
    
final  StringcipherName
    
static  byte[]code_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
    
static  byte[]code_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
    
static  byte[]code_TLS_DHE_DSS_WITH_DES_CBC_SHA
    
static  byte[]code_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
    
static  byte[]code_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
    
static  byte[]code_TLS_DHE_RSA_WITH_DES_CBC_SHA
    
static  byte[]code_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
    
static  byte[]code_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
    
static  byte[]code_TLS_DH_DSS_WITH_DES_CBC_SHA
    
static  byte[]code_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
    
static  byte[]code_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
    
static  byte[]code_TLS_DH_RSA_WITH_DES_CBC_SHA
    
static  byte[]code_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
    
static  byte[]code_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
    
static  byte[]code_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
    
static  byte[]code_TLS_DH_anon_WITH_DES_CBC_SHA
    
static  byte[]code_TLS_DH_anon_WITH_RC4_128_MD5
    
static  byte[]code_TLS_NULL_WITH_NULL_NULL
    
static  byte[]code_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
    
static  byte[]code_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
    
static  byte[]code_TLS_RSA_EXPORT_WITH_RC4_40_MD5
    
static  byte[]code_TLS_RSA_WITH_3DES_EDE_CBC_SHA
    
static  byte[]code_TLS_RSA_WITH_DES_CBC_SHA
    
static  byte[]code_TLS_RSA_WITH_IDEA_CBC_SHA
    
static  byte[]code_TLS_RSA_WITH_NULL_MD5
    
static  byte[]code_TLS_RSA_WITH_NULL_SHA
    
static  byte[]code_TLS_RSA_WITH_RC4_128_MD5
    
static  byte[]code_TLS_RSA_WITH_RC4_128_SHA
    
static  CipherSuite[]defaultCipherSuites
    
final  inteffectiveKeyBytes
    
final  intexpandedKeyMaterial
    
final  intkeyExchange
    
final  intkeyMaterial
    
 booleansupported
    
static  String[]supportedCipherSuiteNames
    
static  CipherSuite[]supportedCipherSuites
     array of supported sipher suites.

Constructor Summary
public  CipherSuite(String name, boolean isExportable, int keyExchange, String cipherName, String hash, byte[] code)
    

Method Summary
public  booleanequals(Object obj)
     Compares this cipher suite to the specified object.
public  intgetBlockSize()
    
public  StringgetBulkEncryptionAlgorithm()
    
public static  CipherSuitegetByCode(byte b1, byte b2)
     Returns CipherSuite based on TLS CipherSuite code
See Also:   TLS
See Also:    1.0 spec., A.5.
public static  CipherSuitegetByCode(byte b1, byte b2, byte b3)
     Returns CipherSuite based on V2CipherSpec code as described in TLS 1.0 spec., E.
public static  CipherSuitegetByName(String name)
    
public  StringgetHashName()
    
public  StringgetHmacName()
    
public  intgetMACLength()
    
public  StringgetName()
    
public static  CipherSuite[]getSupported()
    
public static  String[]getSupportedCipherSuiteNames()
    
public  booleanisAnonymous()
    
public  booleanisExportable()
    
public  byte[]toBytes()
    
public  StringtoString()
    

Field Detail
IVSize
final int IVSize(Code)



KeyExchange_DHE_DSS
static int KeyExchange_DHE_DSS(Code)



KeyExchange_DHE_DSS_EXPORT
static int KeyExchange_DHE_DSS_EXPORT(Code)



KeyExchange_DHE_RSA
static int KeyExchange_DHE_RSA(Code)



KeyExchange_DHE_RSA_EXPORT
static int KeyExchange_DHE_RSA_EXPORT(Code)



KeyExchange_DH_DSS
static int KeyExchange_DH_DSS(Code)



KeyExchange_DH_DSS_EXPORT
static int KeyExchange_DH_DSS_EXPORT(Code)



KeyExchange_DH_RSA
static int KeyExchange_DH_RSA(Code)



KeyExchange_DH_RSA_EXPORT
static int KeyExchange_DH_RSA_EXPORT(Code)



KeyExchange_DH_anon
static int KeyExchange_DH_anon(Code)



KeyExchange_DH_anon_EXPORT
static int KeyExchange_DH_anon_EXPORT(Code)



KeyExchange_RSA
static int KeyExchange_RSA(Code)
key exchange values



KeyExchange_RSA_EXPORT
static int KeyExchange_RSA_EXPORT(Code)



TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
static CipherSuite TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA(Code)



TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
static CipherSuite TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA(Code)



TLS_DHE_DSS_WITH_DES_CBC_SHA
static CipherSuite TLS_DHE_DSS_WITH_DES_CBC_SHA(Code)



TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
static CipherSuite TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA(Code)



TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
static CipherSuite TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA(Code)



TLS_DHE_RSA_WITH_DES_CBC_SHA
static CipherSuite TLS_DHE_RSA_WITH_DES_CBC_SHA(Code)



TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
static CipherSuite TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA(Code)



TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
static CipherSuite TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA(Code)



TLS_DH_DSS_WITH_DES_CBC_SHA
static CipherSuite TLS_DH_DSS_WITH_DES_CBC_SHA(Code)



TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
static CipherSuite TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA(Code)



TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
static CipherSuite TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA(Code)



TLS_DH_RSA_WITH_DES_CBC_SHA
static CipherSuite TLS_DH_RSA_WITH_DES_CBC_SHA(Code)



TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
static CipherSuite TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA(Code)



TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
static CipherSuite TLS_DH_anon_EXPORT_WITH_RC4_40_MD5(Code)



TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
static CipherSuite TLS_DH_anon_WITH_3DES_EDE_CBC_SHA(Code)



TLS_DH_anon_WITH_DES_CBC_SHA
static CipherSuite TLS_DH_anon_WITH_DES_CBC_SHA(Code)



TLS_DH_anon_WITH_RC4_128_MD5
static CipherSuite TLS_DH_anon_WITH_RC4_128_MD5(Code)



TLS_NULL_WITH_NULL_NULL
static CipherSuite TLS_NULL_WITH_NULL_NULL(Code)



TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
static CipherSuite TLS_RSA_EXPORT_WITH_DES40_CBC_SHA(Code)



TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
static CipherSuite TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5(Code)



TLS_RSA_EXPORT_WITH_RC4_40_MD5
static CipherSuite TLS_RSA_EXPORT_WITH_RC4_40_MD5(Code)



TLS_RSA_WITH_3DES_EDE_CBC_SHA
static CipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA(Code)



TLS_RSA_WITH_DES_CBC_SHA
static CipherSuite TLS_RSA_WITH_DES_CBC_SHA(Code)



TLS_RSA_WITH_IDEA_CBC_SHA
static CipherSuite TLS_RSA_WITH_IDEA_CBC_SHA(Code)



TLS_RSA_WITH_NULL_MD5
static CipherSuite TLS_RSA_WITH_NULL_MD5(Code)



TLS_RSA_WITH_NULL_SHA
static CipherSuite TLS_RSA_WITH_NULL_SHA(Code)



TLS_RSA_WITH_RC4_128_MD5
static CipherSuite TLS_RSA_WITH_RC4_128_MD5(Code)



TLS_RSA_WITH_RC4_128_SHA
static CipherSuite TLS_RSA_WITH_RC4_128_SHA(Code)



cipherName
final String cipherName(Code)
cipher



code_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
static byte[] code_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA(Code)



code_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
static byte[] code_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA(Code)



code_TLS_DHE_DSS_WITH_DES_CBC_SHA
static byte[] code_TLS_DHE_DSS_WITH_DES_CBC_SHA(Code)



code_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
static byte[] code_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA(Code)



code_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
static byte[] code_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA(Code)



code_TLS_DHE_RSA_WITH_DES_CBC_SHA
static byte[] code_TLS_DHE_RSA_WITH_DES_CBC_SHA(Code)



code_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
static byte[] code_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA(Code)



code_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
static byte[] code_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA(Code)



code_TLS_DH_DSS_WITH_DES_CBC_SHA
static byte[] code_TLS_DH_DSS_WITH_DES_CBC_SHA(Code)



code_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
static byte[] code_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA(Code)



code_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
static byte[] code_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA(Code)



code_TLS_DH_RSA_WITH_DES_CBC_SHA
static byte[] code_TLS_DH_RSA_WITH_DES_CBC_SHA(Code)



code_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
static byte[] code_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA(Code)



code_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
static byte[] code_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5(Code)



code_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
static byte[] code_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA(Code)



code_TLS_DH_anon_WITH_DES_CBC_SHA
static byte[] code_TLS_DH_anon_WITH_DES_CBC_SHA(Code)



code_TLS_DH_anon_WITH_RC4_128_MD5
static byte[] code_TLS_DH_anon_WITH_RC4_128_MD5(Code)



code_TLS_NULL_WITH_NULL_NULL
static byte[] code_TLS_NULL_WITH_NULL_NULL(Code)
TLS cipher suite codes



code_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
static byte[] code_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA(Code)



code_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
static byte[] code_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5(Code)



code_TLS_RSA_EXPORT_WITH_RC4_40_MD5
static byte[] code_TLS_RSA_EXPORT_WITH_RC4_40_MD5(Code)



code_TLS_RSA_WITH_3DES_EDE_CBC_SHA
static byte[] code_TLS_RSA_WITH_3DES_EDE_CBC_SHA(Code)



code_TLS_RSA_WITH_DES_CBC_SHA
static byte[] code_TLS_RSA_WITH_DES_CBC_SHA(Code)



code_TLS_RSA_WITH_IDEA_CBC_SHA
static byte[] code_TLS_RSA_WITH_IDEA_CBC_SHA(Code)



code_TLS_RSA_WITH_NULL_MD5
static byte[] code_TLS_RSA_WITH_NULL_MD5(Code)



code_TLS_RSA_WITH_NULL_SHA
static byte[] code_TLS_RSA_WITH_NULL_SHA(Code)



code_TLS_RSA_WITH_RC4_128_MD5
static byte[] code_TLS_RSA_WITH_RC4_128_MD5(Code)



code_TLS_RSA_WITH_RC4_128_SHA
static byte[] code_TLS_RSA_WITH_RC4_128_SHA(Code)



defaultCipherSuites
static CipherSuite[] defaultCipherSuites(Code)
default sipher suites



effectiveKeyBytes
final int effectiveKeyBytes(Code)



expandedKeyMaterial
final int expandedKeyMaterial(Code)



keyExchange
final int keyExchange(Code)
cipher suite key exchange



keyMaterial
final int keyMaterial(Code)
Cipher information



supported
boolean supported(Code)
true if this cipher suite is supported



supportedCipherSuiteNames
static String[] supportedCipherSuiteNames(Code)
array of supported sipher suites names



supportedCipherSuites
static CipherSuite[] supportedCipherSuites(Code)
array of supported sipher suites. Set of supported suites is defined at the moment provider's start




Constructor Detail
CipherSuite
public CipherSuite(String name, boolean isExportable, int keyExchange, String cipherName, String hash, byte[] code)(Code)
Creates CipherSuite
Parameters:
  name -
Parameters:
  isExportable -
Parameters:
  keyExchange -
Parameters:
  cipherName -
Parameters:
  hash -
Parameters:
  code -




Method Detail
equals
public boolean equals(Object obj)(Code)
Compares this cipher suite to the specified object.



getBlockSize
public int getBlockSize()(Code)
Returns cipher block size



getBulkEncryptionAlgorithm
public String getBulkEncryptionAlgorithm()(Code)
Returns cipher algorithm name



getByCode
public static CipherSuite getByCode(byte b1, byte b2)(Code)
Returns CipherSuite based on TLS CipherSuite code
See Also:   TLS
See Also:    1.0 spec., A.5. The CipherSuite;
Parameters:
  b1 -
Parameters:
  b2 -



getByCode
public static CipherSuite getByCode(byte b1, byte b2, byte b3)(Code)
Returns CipherSuite based on V2CipherSpec code as described in TLS 1.0 spec., E. Backward Compatibility With SSL
Parameters:
  b1 -
Parameters:
  b2 -
Parameters:
  b3 - CipherSuite



getByName
public static CipherSuite getByName(String name)(Code)
Returns CipherSuite by name
Parameters:
  name -



getHashName
public String getHashName()(Code)
Returns hash algorithm name



getHmacName
public String getHmacName()(Code)
Returns MAC algorithm name



getMACLength
public int getMACLength()(Code)
Returns hash size



getName
public String getName()(Code)
Returns cipher suite name



getSupported
public static CipherSuite[] getSupported()(Code)
Returns array of supported CipherSuites



getSupportedCipherSuiteNames
public static String[] getSupportedCipherSuiteNames()(Code)
Returns array of supported cipher suites names



isAnonymous
public boolean isAnonymous()(Code)
Returns true if cipher suite is anonymous



isExportable
public boolean isExportable()(Code)
Indicates whether this cipher suite is exportable



toBytes
public byte[] toBytes()(Code)
Returns cipher suite code as byte array



toString
public String toString()(Code)
Returns cipher suite description



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.