public class KerberosDecoder extends Object
| Constructor and Description |
|---|
KerberosDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionKey |
decodeEncryptionKey(byte[] data)
Decode an EncryptionKey structure
|
static PrincipalName |
decodePrincipalName(byte[] data)
Decode an PrincipalName structure
|
public KerberosDecoder()
public static EncryptionKey decodeEncryptionKey(byte[] data) throws KerberosException
data - The byte array containing the data structure to decodeKerberosException - If the decoding failspublic static PrincipalName decodePrincipalName(byte[] data) throws KerberosException
data - The byte array containing the data structure to decodeKerberosException - If the decoding failsCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.