public abstract class ClientTlsAuthTestBase extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
CLIENT_KEY_STORE |
protected static String |
CLIENT_STORE_TYPE |
protected static File |
clientKeyStore |
protected static File |
serverKeyStore |
protected static String |
STORE_PASSWORD |
protected static File |
tempDir |
protected static String |
TEST_KEY_STORE |
Constructor and Description |
---|
ClientTlsAuthTestBase() |
Modifier and Type | Method and Description |
---|---|
protected static File |
copyToTmpDir(InputStream srcStream,
String name) |
static void |
setUp() |
static void |
teardown() |
protected static final String STORE_PASSWORD
protected static final String CLIENT_STORE_TYPE
protected static final String TEST_KEY_STORE
protected static final String CLIENT_KEY_STORE
protected static File tempDir
protected static File serverKeyStore
protected static File clientKeyStore
public static void setUp() throws IOException
IOException
public static void teardown() throws IOException
IOException
protected static File copyToTmpDir(InputStream srcStream, String name) throws IOException
IOException
Copyright © 2024. All rights reserved.