Package org.jetbrains.nativecerts
Class NativeTrustedRootsInternalUtils
- java.lang.Object
-
- org.jetbrains.nativecerts.NativeTrustedRootsInternalUtils
-
@Internal public class NativeTrustedRootsInternalUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description NativeTrustedRootsInternalUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static X509CertificateparseCertificate(byte[] bytes)static StringrenderExceptionMessage(@NotNull String message, @NotNull Throwable exception)static Stringsha1hex(byte[] bytes)static Stringsha256hex(byte[] bytes)
-
-
-
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)
-
-