public class JettyServerTest
extends java.lang.Object
Constructor and Description |
---|
JettyServerTest() |
Modifier and Type | Method and Description |
---|---|
void |
testConfigureSslContextFactoryWithJksKeyStore() |
void |
testConfigureSslContextFactoryWithJksTrustStore() |
void |
testConfigureSslContextFactoryWithKeyPassword() |
void |
testConfigureSslContextFactoryWithKeystorePassword() |
void |
testConfigureSslContextFactoryWithKeystorePasswordAndKeyPassword() |
void |
testConfigureSslContextFactoryWithPkcsKeyStore() |
void |
testConfigureSslContextFactoryWithPkcsTrustStore() |
public void testConfigureSslContextFactoryWithKeystorePasswordAndKeyPassword()
public void testConfigureSslContextFactoryWithKeyPassword() throws java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
public void testConfigureSslContextFactoryWithKeystorePassword() throws java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
java.lang.InstantiationException
java.lang.IllegalAccessException
public void testConfigureSslContextFactoryWithJksKeyStore()
public void testConfigureSslContextFactoryWithPkcsKeyStore()
public void testConfigureSslContextFactoryWithJksTrustStore()
public void testConfigureSslContextFactoryWithPkcsTrustStore()