public class LogUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
base64Encode(byte[] bytes) |
static void |
error(org.slf4j.Logger log,
Throwable th) |
static void |
error(org.slf4j.Logger log,
Throwable th,
String msg) |
static String |
formatCsn(BigInteger serialNumber)
Formats certificate serial number.
|
static void |
logSystemInfo(org.slf4j.Logger log) |
static void |
warn(org.slf4j.Logger log,
Throwable th) |
static void |
warn(org.slf4j.Logger log,
Throwable th,
String msg) |
public static void logSystemInfo(org.slf4j.Logger log)
public static void error(org.slf4j.Logger log,
Throwable th)
public static void warn(org.slf4j.Logger log,
Throwable th)
public static String formatCsn(BigInteger serialNumber)
serialNumber - certificate serial numberpublic static String base64Encode(byte[] bytes)
Copyright © 2023. All rights reserved.