Uses of Class
jetbrains.buildServer.ssl.TeamCityTrustedSslCertificate
-
Packages that use TeamCityTrustedSslCertificate Package Description jetbrains.buildServer.controllers.admin.ssl jetbrains.buildServer.serverSide.impl.ssl jetbrains.buildServer.ssl jetbrains.buildServer.util.ssl -
-
Uses of TeamCityTrustedSslCertificate in jetbrains.buildServer.controllers.admin.ssl
Methods in jetbrains.buildServer.controllers.admin.ssl with parameters of type TeamCityTrustedSslCertificate Modifier and Type Method Description voidSslAuditHelper. auditDelete(SProject project, TeamCityTrustedSslCertificate certificate)voidSslAuditHelper. auditUpload(SProject project, TeamCityTrustedSslCertificate certificate) -
Uses of TeamCityTrustedSslCertificate in jetbrains.buildServer.serverSide.impl.ssl
Methods in jetbrains.buildServer.serverSide.impl.ssl that return TeamCityTrustedSslCertificate Modifier and Type Method Description TeamCityTrustedSslCertificate[]SecureUserSSLTrustStoreManager. getCertificates(SProject project)TeamCityTrustedSslCertificate[]SSLTrustStoreManager. getCertificates(SProject project)Return all stored certificates for concrete project.TeamCityTrustedSslCertificate[]UserSSLTrustStoreManager. getCertificates(SProject project)Return all stored certificates for concrete project. -
Uses of TeamCityTrustedSslCertificate in jetbrains.buildServer.ssl
Methods in jetbrains.buildServer.ssl that return TeamCityTrustedSslCertificate Modifier and Type Method Description static TeamCityTrustedSslCertificate[]TeamCityTrustedSslCertificateUtil. deserialize(String serialized)Methods in jetbrains.buildServer.ssl with parameters of type TeamCityTrustedSslCertificate Modifier and Type Method Description intTeamCityTrustedSslCertificate. compareTo(TeamCityTrustedSslCertificate other)static StringTeamCityTrustedSslCertificateUtil. serialize(TeamCityTrustedSslCertificate[] certificates) -
Uses of TeamCityTrustedSslCertificate in jetbrains.buildServer.util.ssl
Methods in jetbrains.buildServer.util.ssl that return TeamCityTrustedSslCertificate Modifier and Type Method Description static TeamCityTrustedSslCertificate[]TrustStoreIO. certificatesData(String certDirectory)Read files with certificates from specified directory.Methods in jetbrains.buildServer.util.ssl with parameters of type TeamCityTrustedSslCertificate Modifier and Type Method Description static KeyStoreTrustStoreIO. constructTrustStoreFromData(TeamCityTrustedSslCertificate[] data)Construct trust store from specified data.static StringTrustStoreIO. hash(TeamCityTrustedSslCertificate[] data)Calculate a hash of specified certificates data.
-