Package jetbrains.buildServer.ssl
Class TeamCityTrustedSslCertificateUtil
- java.lang.Object
-
- jetbrains.buildServer.ssl.TeamCityTrustedSslCertificateUtil
-
public final class TeamCityTrustedSslCertificateUtil extends Object
Utility forTeamCityTrustedSslCertificate
.- Since:
- 2018.1
- Author:
- Mikhail Khorkov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TeamCityTrustedSslCertificate[]
deserialize(String serialized)
static String
serialize(TeamCityTrustedSslCertificate[] certificates)
-
-
-
Method Detail
-
serialize
public static String serialize(@NotNull TeamCityTrustedSslCertificate[] certificates) throws IOException
- Throws:
IOException
-
deserialize
public static TeamCityTrustedSslCertificate[] deserialize(@NotNull String serialized) throws org.jdom.JDOMException, IOException
- Throws:
org.jdom.JDOMException
IOException
-
-