public abstract class AbstractSslTest
extends org.jboss.arquillian.testng.Arquillian
Modifier and Type | Field and Description |
---|---|
protected static File |
anotherTruststore |
static String |
CERT_LOCATION_FILE |
protected static File |
clientKeystore |
protected static String |
clientKeystoreFromClasspath |
protected static File |
clientTruststore |
protected static String |
clientTruststoreFromClasspath |
protected static File |
clientWrongHostnameTruststore |
protected static String |
clientWrongHostnameTruststoreFromClasspath |
protected static File |
serverKeystore |
protected static File |
serverTruststore |
protected static File |
serverWrongHostnameKeystore |
Constructor and Description |
---|
AbstractSslTest() |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
getKeyStore(File keystoreFile) |
static void |
initHttpsServer() |
static void |
stopHttpsServer() |
public static final String CERT_LOCATION_FILE
protected static File serverKeystore
protected static File serverTruststore
protected static File clientKeystore
protected static File clientTruststore
protected static String clientTruststoreFromClasspath
protected static String clientKeystoreFromClasspath
protected static File serverWrongHostnameKeystore
protected static File clientWrongHostnameTruststore
protected static String clientWrongHostnameTruststoreFromClasspath
protected static File anotherTruststore
Copyright © 2021 Eclipse Foundation. All rights reserved.