public class SSLParametersConfigurationTest extends Object
SSLParametersConfiguration
.Constructor and Description |
---|
SSLParametersConfigurationTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testPassDefaultCipherSuites() |
void |
testPassDefaultNeedClientAuth() |
void |
testPassDefaultProtocols() |
void |
testPassDefaultWantClientAuth() |
void |
testSetExcludedAndIncludedCipherSuites() |
void |
testSetExcludedCipherSuites() |
void |
testSetExcludedProtocols() |
void |
testSetIncludedAndExcludedProtocols() |
void |
testSetIncludedCipherSuites() |
void |
testSetIncludedProtocols() |
void |
testSetNeedClientAuth() |
void |
testSetWantClientAuth() |
public SSLParametersConfigurationTest()
public void testSetIncludedProtocols() throws Exception
Exception
public void testSetExcludedProtocols() throws Exception
Exception
public void testSetIncludedAndExcludedProtocols() throws Exception
Exception
public void testSetIncludedCipherSuites() throws Exception
Exception
public void testSetExcludedCipherSuites() throws Exception
Exception
public void testSetExcludedAndIncludedCipherSuites() throws Exception
Exception
public void testSetNeedClientAuth() throws Exception
Exception
public void testSetWantClientAuth() throws Exception
Exception
public void testPassDefaultProtocols() throws Exception
Exception
public void testPassDefaultCipherSuites() throws Exception
Exception
public void testPassDefaultNeedClientAuth() throws Exception
Exception
public void testPassDefaultWantClientAuth() throws Exception
Exception
Copyright © 2005–2018 QOS.ch. All rights reserved.