Class SslKeystoreUtils
java.lang.Object
com.atlassian.bamboo.agent.bootstrap.SslKeystoreUtils
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SslKeystoreUtils
public SslKeystoreUtils()
-
-
Method Details
-
loadKeyStore
public static KeyStore loadKeyStore() throws CertificateException, NoSuchAlgorithmException, KeyStoreException, IOException, NoSuchProviderException -
loadTrustStore
@Nullable public static @Nullable KeyStore loadTrustStore() throws CertificateException, NoSuchAlgorithmException, KeyStoreException, IOException, NoSuchProviderException -
loadKeyStore
public static KeyStore loadKeyStore(@NotNull @NotNull String storeFile, @Nullable @Nullable String password, @Nullable @Nullable String keyStoreType, @Nullable @Nullable String provider) throws IOException, KeyStoreException, CertificateException, NoSuchAlgorithmException, NoSuchProviderException -
getKeystorePassword
-
isKeyStoreConfigured
public static boolean isKeyStoreConfigured() -
isTrustStoreConfigured
public static boolean isTrustStoreConfigured()
-