Class NativeTrustedRootsInternalUtils


  • @Internal
    public class NativeTrustedRootsInternalUtils
    extends Object
    • Field Detail

      • isWindows

        public static final boolean isWindows
      • isMac

        public static final boolean isMac
      • isLinux

        public static final boolean isLinux
    • Constructor Detail

      • NativeTrustedRootsInternalUtils

        public NativeTrustedRootsInternalUtils()
    • Method Detail

      • renderExceptionMessage

        public static String renderExceptionMessage​(@NotNull
                                                    @NotNull String message,
                                                    @NotNull
                                                    @NotNull Throwable exception)
      • sha256hex

        public static String sha256hex​(byte[] bytes)
      • sha1hex

        public static String sha1hex​(byte[] bytes)
      • parseCertificate

        public static X509Certificate parseCertificate​(byte[] bytes)