public class KdcFastContext extends Object
| Constructor and Description |
|---|
KdcFastContext() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
findAndProcessFast(KdcReq kdcReq,
byte[] checksumData,
EncryptionKey tgsSubKey,
EncryptionKey tgsSessionKey) |
EncryptionKey |
getArmorKey() |
int |
getFastFlags() |
FastOptions |
getFastOptions() |
EncryptionKey |
getStrengthenKey() |
void |
setArmorKey(EncryptionKey armorKey) |
void |
setFastFlags(int fastFlags) |
void |
setFastOptions(FastOptions fastOptions) |
void |
setStrengthenKey(EncryptionKey strengthenKey) |
public EncryptionKey getArmorKey()
public void setArmorKey(EncryptionKey armorKey)
public EncryptionKey getStrengthenKey()
public void setStrengthenKey(EncryptionKey strengthenKey)
public FastOptions getFastOptions()
public void setFastOptions(FastOptions fastOptions)
public int getFastFlags()
public void setFastFlags(int fastFlags)
public byte[] findAndProcessFast(KdcReq kdcReq, byte[] checksumData, EncryptionKey tgsSubKey, EncryptionKey tgsSessionKey)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.