public class SslTrustStoreTest extends AbstractSslTest
CERT_LOCATION_FILE
Constructor and Description |
---|
SslTrustStoreTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
shouldFailWithNonMatchingKeystore() |
void |
shouldFailWithNonMatchingKeystoreCDI() |
void |
shouldFailWithSelfSignedKeystore() |
void |
shouldFailWithSelfSignedKeystoreCDI() |
void |
shouldSucceedWithRegisteredSelfSignedKeystore() |
void |
shouldSucceedWithRegisteredSelfSignedKeystoreCDI() |
void |
shouldSucceedWithRegisteredSelfSignedKeystoreFromResourceCDI() |
getKeyStore, initHttpsServer, stopHttpsServer
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
public void shouldFailWithSelfSignedKeystore()
public void shouldSucceedWithRegisteredSelfSignedKeystore() throws Exception
Exception
public void shouldFailWithNonMatchingKeystore() throws Exception
Exception
public void shouldFailWithSelfSignedKeystoreCDI()
public void shouldSucceedWithRegisteredSelfSignedKeystoreCDI()
public void shouldSucceedWithRegisteredSelfSignedKeystoreFromResourceCDI()
public void shouldFailWithNonMatchingKeystoreCDI()
Copyright © 2021 Eclipse Foundation. All rights reserved.