public class KerberosEncData extends Object
| Constructor and Description |
|---|
KerberosEncData(byte[] token,
Map<Integer,KerberosKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decrypt(byte[] data,
Key key,
int type) |
ArrayList<InetAddress> |
getUserAddresses() |
List<KerberosAuthData> |
getUserAuthorizations() |
String |
getUserPrincipalName() |
String |
getUserRealm() |
public KerberosEncData(byte[] token,
Map<Integer,KerberosKey> keys)
throws PACDecodingException
PACDecodingExceptionpublic static byte[] decrypt(byte[] data,
Key key,
int type)
throws GeneralSecurityException
GeneralSecurityExceptionpublic String getUserRealm()
public String getUserPrincipalName()
public ArrayList<InetAddress> getUserAddresses()
public List<KerberosAuthData> getUserAuthorizations()
Copyright © 2023. All rights reserved.