Module org.jetbrains.nativecerts
Package org.jetbrains.nativecerts
Class NativeTrustedRootsInternalUtils
java.lang.Object
org.jetbrains.nativecerts.NativeTrustedRootsInternalUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic X509CertificateparseCertificate(byte[] bytes) static StringrenderExceptionMessage(@NotNull String message, @NotNull Throwable exception) static Stringsha1hex(byte[] bytes) static Stringsha256hex(byte[] bytes)
-
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
-
sha256hex
-
sha1hex
-
parseCertificate
-