Package de.hybris.platform.core.ssl
Class AdditionalTrustStore
java.lang.Object
de.hybris.platform.core.ssl.AdditionalTrustStore
-
Method Summary
Modifier and TypeMethodDescriptionstatic AdditionalTrustStorecreateFromFile(File file, String password) mergeWithSSLContext(String protocol) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
createFromFile
public static AdditionalTrustStore createFromFile(File file, String password) throws GeneralSecurityException, IOException - Throws:
GeneralSecurityExceptionIOException
-
mergeWithSSLContext
- Throws:
GeneralSecurityException
-
mergeWithTheDefaultSSLContext
@Deprecated(since="2211", forRemoval=true) public SSLContext mergeWithTheDefaultSSLContext() throws GeneralSecurityExceptionDeprecated, for removal: This API element is subject to removal in a future version.since 2211 - usemergeWithSSLContext(String)- Throws:
GeneralSecurityException
-
mergeWithSSLContext(String)