Class SSLContextFactoryServiceTest
- java.lang.Object
-
- de.hybris.platform.kymaintegrationservices.services.impl.SSLContextFactoryServiceTest
-
@UnitTest public class SSLContextFactoryServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SSLContextFactoryServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCertificateWithOutTrustManagers()
void
testCertificateWithTrustManagers()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testCertificateWithTrustManagers
public void testCertificateWithTrustManagers() throws SSLContextFactoryCreationException
-
testCertificateWithOutTrustManagers
public void testCertificateWithOutTrustManagers() throws SSLContextFactoryCreationException, java.io.IOException
- Throws:
SSLContextFactoryCreationException
java.io.IOException
-
-