public class HttpClientSecuritySupportTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientSecuritySupportTest.MockTrustEngine |
| Modifier and Type | Field and Description |
|---|---|
private X509Certificate |
cert |
private String |
certDERPath |
| Constructor and Description |
|---|
HttpClientSecuritySupportTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
generatedTestData() |
void |
testMarshalNullSecurityParameters() |
void |
testMarshalSecurityParametersEmptyContext() |
void |
testMarshalSecurityParametersNullContext() |
void |
testMarshalSecurityParametersWithoutReplacement() |
void |
testMarshalSecurityParametersWithReplacement() |
void |
testSetContextValue() |
private X509Certificate cert
private String certDERPath
public void generatedTestData()
throws NoSuchAlgorithmException,
NoSuchProviderException,
CertificateException,
URISyntaxException
public void testMarshalSecurityParametersNullContext()
public void testMarshalNullSecurityParameters()
public void testMarshalSecurityParametersEmptyContext()
public void testMarshalSecurityParametersWithReplacement()
public void testMarshalSecurityParametersWithoutReplacement()
public void testSetContextValue()
Copyright © 1999–2015. All rights reserved.