com.atlassian.tunnel.utils
Class SecureSocketUtils

java.lang.Object
  extended by com.atlassian.tunnel.utils.SecureSocketUtils

public final class SecureSocketUtils
extends Object


Method Summary
static void allowAnonKex()
           
static void configureSocket(SSLServerSocket ssocket)
           
static void configureSocket(SSLSocket socket)
           
static void disableClientAuth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configureSocket

public static void configureSocket(SSLServerSocket ssocket)

configureSocket

public static void configureSocket(SSLSocket socket)

disableClientAuth

@TestOnly
public static void disableClientAuth()

allowAnonKex

@TestOnly
public static void allowAnonKex()


Copyright © 2015 Atlassian. All rights reserved.