Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


org.apache.soap.util.net
Class SSLUtils

java.lang.Object
  extended byorg.apache.soap.util.net.SSLUtils


public class SSLUtils
extends java.lang.Object

A bunch of utility stuff for doing SSL things.


Constructor Summary
SSLUtils()

Method Summary
static java.net.Socket buildSSLSocket(java.lang.String host, int port, java.lang.String httpProxyHost, int httpProxyPort)
This method builds an SSL socket, after auto-starting SSL

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SSLUtils

public SSLUtils()

Method Detail

buildSSLSocket

public static java.net.Socket buildSSLSocket(java.lang.String host,
                                             int port,
                                             java.lang.String httpProxyHost,
                                             int httpProxyPort)
                                      throws java.io.IOException,
                                             java.net.UnknownHostException
This method builds an SSL socket, after auto-starting SSL
Throws:
java.io.IOException
java.net.UnknownHostException

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2001 The Apache Software Foundation. All rights reserved.