public class KerberosUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
EMPTY_PRINCIPAL_NAME
An empty list of principal names
|
static int |
NULL
A constant for integer optional values
|
| Constructor and Description |
|---|
KerberosUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAlgoNameFromEncType(EncryptionType encType) |
static boolean |
isKerberosString(byte[] value) |
public static final int NULL
public static final List<String> EMPTY_PRINCIPAL_NAME
public KerberosUtils()
public static boolean isKerberosString(byte[] value)
public static String getAlgoNameFromEncType(EncryptionType encType)
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.