Class NativeTrustedRootsInternalUtils

java.lang.Object
org.jetbrains.nativecerts.NativeTrustedRootsInternalUtils

@Internal public class NativeTrustedRootsInternalUtils extends Object
  • Field Details

    • isWindows

      public static final boolean isWindows
    • isMac

      public static final boolean isMac
    • isLinux

      public static final boolean isLinux
  • Constructor Details

    • NativeTrustedRootsInternalUtils

      public NativeTrustedRootsInternalUtils()
  • Method Details

    • 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)