8328726: Better Kerberos support

Reviewed-by: ahgross, rhalade, valeriep, coffeys
This commit is contained in:
Weijun Wang 2024-04-17 22:38:46 +00:00 committed by Jaikiran Pai
parent 369c573383
commit 893e7bc894
11 changed files with 39 additions and 62 deletions

View file

@ -320,9 +320,6 @@ public class Krb5 {
public static final Debug DEBUG = Debug.of("krb5", GetPropertyAction
.privilegedGetProperty("sun.security.krb5.debug"));
public static final sun.security.util.HexDumpEncoder hexDumper =
new sun.security.util.HexDumpEncoder();
static {
errMsgList = new Hashtable<Integer,String> ();
errMsgList.put(KDC_ERR_NONE, "No error");