Package com.hierynomus.ntlm.functions
Class ComputedNtlmV2Response
- java.lang.Object
-
- com.hierynomus.ntlm.functions.ComputedNtlmV2Response
-
public class ComputedNtlmV2Response extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]lmResponseprivate byte[]ntResponseprivate byte[]sessionBaseKey
-
Constructor Summary
Constructors Constructor Description ComputedNtlmV2Response(byte[] ntResponse, byte[] lmResponse, byte[] sessionBaseKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getLmResponse()byte[]getNtResponse()byte[]getSessionBaseKey()
-