WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.security.sslclient
Class SSLSocketClient

java.lang.Object
  |
  +--examples.security.sslclient.SSLSocketClient

public class SSLSocketClient
extends java.lang.Object

SSLSocketClient uses the SSLSocket and SSLSocketFactory directly to use a new SSL connection.

Author:
Copyright (c) 1999-2001 by BEA Systems, Inc. All Rights Reserved.
See Also:
SSLClient

Constructor Summary
SSLSocketClient()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void SSLSocketClient()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLSocketClient

public SSLSocketClient()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException

SSLSocketClient

public void SSLSocketClient()

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.