Class TrustedCertificatesDirectory


  • public class TrustedCertificatesDirectory
    extends Object
    Utility class which knows where agent trusted certificates are stored.
    Since:
    2018.1
    Author:
    Mikhail Khorkov
    • Method Detail

      • getManualCertificatesDirectoryFromHome

        @NotNull
        public static String getManualCertificatesDirectoryFromHome​(@NotNull
                                                                    String homeDir)
        Returns path to directory with manual trusted certificates.
        Parameters:
        homeDir - agent home directory
        Returns:
        path to directory with trusted certificates
      • getCertificateDirectoryFromHome

        @Deprecated
        @NotNull
        public static String getCertificateDirectoryFromHome​(@NotNull
                                                             String homeDir)
        Returns path to directory with trusted certificates.
        Parameters:
        homeDir - agent home directory
        Returns:
        path to directory with trusted certificates