Class ComputedNtlmV2Response


  • public class ComputedNtlmV2Response
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ComputedNtlmV2Response​(byte[] ntResponse, byte[] lmResponse, byte[] sessionBaseKey)  
    • Method Summary

      Modifier and Type Method Description
      byte[] getLmResponse()  
      byte[] getNtResponse()  
      byte[] getSessionBaseKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComputedNtlmV2Response

        public ComputedNtlmV2Response​(byte[] ntResponse,
                                      byte[] lmResponse,
                                      byte[] sessionBaseKey)
    • Method Detail

      • getNtResponse

        public byte[] getNtResponse()
      • getLmResponse

        public byte[] getLmResponse()
      • getSessionBaseKey

        public byte[] getSessionBaseKey()