public abstract class KpasswdDecode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private CipherTextHandler |
cipherTextHandler |
private EncryptionKey |
clientKey |
private EncryptionKey |
sessionKey |
private EncryptionKey |
subSessionKey |
| Constructor and Description |
|---|
KpasswdDecode(java.lang.String principal,
java.lang.String password,
EncryptionType eType) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeApRep(byte[] kpasswdReplypkt) |
void |
decodeApReq(byte[] kpasswdApReqpkt) |
void |
decodeAsRep(byte[] asReppkt) |
private CipherTextHandler cipherTextHandler
private EncryptionKey clientKey
private EncryptionKey sessionKey
private EncryptionKey subSessionKey
public KpasswdDecode(java.lang.String principal,
java.lang.String password,
EncryptionType eType)
public void decodeAsRep(byte[] asReppkt)
throws java.lang.Exception
java.lang.Exceptionpublic void decodeApReq(byte[] kpasswdApReqpkt)
throws java.lang.Exception
java.lang.Exceptionpublic void decodeApRep(byte[] kpasswdReplypkt)
throws java.lang.Exception
java.lang.Exception