Package com.epam.reportportal.utils
Class SslUtils
- java.lang.Object
-
- com.epam.reportportal.utils.SslUtils
-
public class SslUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SslUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.security.KeyStoreloadKeyStore(java.lang.String keyStore, java.lang.String password, java.lang.String type)Load keystore
-
-
-
Method Detail
-
loadKeyStore
@Nonnull public static java.security.KeyStore loadKeyStore(@Nonnull java.lang.String keyStore, @Nullable java.lang.String password, @Nonnull java.lang.String type)Load keystore- Parameters:
keyStore- keystore resourcepassword- keystore passwordtype- keystore type- Returns:
- JKD keystore representation
-
-