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 voidsetUp()voidtestCertificateWithOutTrustManagers()voidtestCertificateWithTrustManagers()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testCertificateWithTrustManagers
public void testCertificateWithTrustManagers() throws SSLContextFactoryCreationException
-
testCertificateWithOutTrustManagers
public void testCertificateWithOutTrustManagers() throws SSLContextFactoryCreationException, java.io.IOException- Throws:
SSLContextFactoryCreationExceptionjava.io.IOException
-
-