Package jetbrains.buildServer.https
Class HttpsKeyStoreManager
- java.lang.Object
-
- jetbrains.buildServer.https.HttpsKeyStoreManager
-
public class HttpsKeyStoreManager extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpsKeyStoreManager(Path keyStorePath, char[] password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Certificate
getCertificate()
Optional<String>
removeCertificatePair()
Optional<String>
updateCertificatePair(Collection<Certificate> certificateChain, PrivateKey key)
-
-
-
Field Detail
-
ALIAS
public static final String ALIAS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpsKeyStoreManager
public HttpsKeyStoreManager(@NotNull Path keyStorePath, char[] password) throws HttpsConfigurationException
- Throws:
HttpsConfigurationException
-
-
Method Detail
-
getCertificate
@Nullable public Certificate getCertificate()
-
updateCertificatePair
@NotNull public Optional<String> updateCertificatePair(@NotNull Collection<Certificate> certificateChain, @NotNull PrivateKey key)
-
-