mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8296787: Unify debug printing format of X.509 cert serial numbers
Reviewed-by: mullan, coffeys
This commit is contained in:
parent
fde5b16817
commit
c328f9589d
18 changed files with 62 additions and 46 deletions
|
@ -333,4 +333,8 @@ public class Debug {
|
|||
return HexFormat.ofDelimiter(":").formatHex(b);
|
||||
}
|
||||
|
||||
public static String toString(BigInteger b) {
|
||||
return toString(b.toByteArray());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue