Uses of Class
de.hybris.platform.kymaintegrationservices.exceptions.SSLContextFactoryCreationException
Packages that use SSLContextFactoryCreationException
Package
Description
-
Uses of SSLContextFactoryCreationException in de.hybris.platform.kymaintegrationservices.services
Methods in de.hybris.platform.kymaintegrationservices.services that throw SSLContextFactoryCreationExceptionModifier and TypeMethodDescriptionSSLContextFactoryService.createKeyManagerFactory(byte[] certBytes, byte[] keyBytes) Creates the array of key managers.SSLContextFactoryService.createSSLContext(byte[] certBytes, byte[] keyBytes) Creates the ssl contextSSLContextFactoryService.createTrustManagerFactory()Creates the array of Trust managers. -
Uses of SSLContextFactoryCreationException in de.hybris.platform.kymaintegrationservices.services.impl
Methods in de.hybris.platform.kymaintegrationservices.services.impl that throw SSLContextFactoryCreationExceptionModifier and TypeMethodDescriptionDefaultSSLContextFactoryService.createKeyManagerFactory(byte[] certBytes, byte[] keyBytes) DefaultSSLContextFactoryService.createSSLContext(byte[] certBytes, byte[] keyBytes) DefaultSSLContextFactoryService.createTrustManagerFactory()voidSSLContextFactoryServiceTest.testCertificateWithOutTrustManagers()voidSSLContextFactoryServiceTest.testCertificateWithTrustManagers()