public class TimestampChecker extends Object implements KeyIntegrityChecker
| Constructor and Description |
|---|
TimestampChecker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkKeyIntegrity(byte[] encryptedData,
KerberosKey kerberosKey)
Checks the integrity of a KerberosKey to decrypt-decode and compare an
encrypted encoded generalized timestamp representing the preauth data.
|
public boolean checkKeyIntegrity(byte[] encryptedData,
KerberosKey kerberosKey)
KeyIntegrityCheckercheckKeyIntegrity in interface KeyIntegrityCheckerencryptedData - the generalized timestamp encrypted with client hotp
generated KerberosKeykerberosKey - the KerberosKey generated from server side hotp valueCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.