Package com.hierynomus.ntlm.functions
Class ComputedNtlmV2Response
java.lang.Object
com.hierynomus.ntlm.functions.ComputedNtlmV2Response
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private byte[]
private byte[]
-
Constructor Summary
ConstructorsConstructorDescriptionComputedNtlmV2Response
(byte[] ntResponse, byte[] lmResponse, byte[] sessionBaseKey) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
byte[]
-
Field Details
-
ntResponse
private byte[] ntResponse -
lmResponse
private byte[] lmResponse -
sessionBaseKey
private byte[] sessionBaseKey
-
-
Constructor Details
-
ComputedNtlmV2Response
public ComputedNtlmV2Response(byte[] ntResponse, byte[] lmResponse, byte[] sessionBaseKey)
-
-
Method Details
-
getNtResponse
public byte[] getNtResponse() -
getLmResponse
public byte[] getLmResponse() -
getSessionBaseKey
public byte[] getSessionBaseKey()
-