Uses of Class
de.hybris.platform.kymaintegrationservices.exceptions.SSLContextFactoryCreationException
-
Packages that use SSLContextFactoryCreationException Package Description de.hybris.platform.kymaintegrationservices.services de.hybris.platform.kymaintegrationservices.services.impl -
-
Uses of SSLContextFactoryCreationException in de.hybris.platform.kymaintegrationservices.services
Methods in de.hybris.platform.kymaintegrationservices.services that throw SSLContextFactoryCreationException Modifier and Type Method Description javax.net.ssl.KeyManager[]SSLContextFactoryService. createKeyManagerFactory(byte[] certBytes, byte[] keyBytes)Creates the array of key managers.javax.net.ssl.SSLContextSSLContextFactoryService. createSSLContext(byte[] certBytes, byte[] keyBytes)Creates the ssl contextjavax.net.ssl.TrustManager[]SSLContextFactoryService. 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 SSLContextFactoryCreationException Modifier and Type Method Description javax.net.ssl.KeyManager[]DefaultSSLContextFactoryService. createKeyManagerFactory(byte[] certBytes, byte[] keyBytes)javax.net.ssl.SSLContextDefaultSSLContextFactoryService. createSSLContext(byte[] certBytes, byte[] keyBytes)javax.net.ssl.TrustManager[]DefaultSSLContextFactoryService. createTrustManagerFactory()voidSSLContextFactoryServiceTest. testCertificateWithOutTrustManagers()voidSSLContextFactoryServiceTest. testCertificateWithTrustManagers()
-