com.atlassian.sal.core.net
Class TestCustomSSLProtocolSocketFactory

java.lang.Object
  extended by com.atlassian.sal.core.net.TestCustomSSLProtocolSocketFactory

public class TestCustomSSLProtocolSocketFactory
extends Object


Constructor Summary
TestCustomSSLProtocolSocketFactory()
           
 
Method Summary
 void testCheckDefaultProtocols()
           
 void testCheckDefaultProtocolsDoesNotContainSSLv2Hello()
           
 void testCheckDefaultProtocolsDoesNotContainSSLv3()
           
 void testCheckDefaultProtocolsDoesNotEndWithAComma()
           
 void testProtocolsSystemPropertyOverridesParameter()
           
 void testUseProtocolParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCustomSSLProtocolSocketFactory

public TestCustomSSLProtocolSocketFactory()
Method Detail

testCheckDefaultProtocols

public void testCheckDefaultProtocols()
                               throws NoSuchAlgorithmException
Throws:
NoSuchAlgorithmException

testCheckDefaultProtocolsDoesNotContainSSLv2Hello

public void testCheckDefaultProtocolsDoesNotContainSSLv2Hello()

testCheckDefaultProtocolsDoesNotContainSSLv3

public void testCheckDefaultProtocolsDoesNotContainSSLv3()

testCheckDefaultProtocolsDoesNotEndWithAComma

public void testCheckDefaultProtocolsDoesNotEndWithAComma()

testUseProtocolParameter

public void testUseProtocolParameter()

testProtocolsSystemPropertyOverridesParameter

public void testProtocolsSystemPropertyOverridesParameter()


Copyright © 2015 Atlassian. All rights reserved.