Class NTLMChallenge


  • public class NTLMChallenge
    extends java.lang.Object
    Contains the NTLM challenge bytes.
    Author:
    GKSpencer
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NTLMChallenge​(byte[] chbyts)
      Class constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Check for object equality
      byte[] getBytes()
      Return the challenge bytes
      java.lang.String toString()
      Return the challenge as a string
      • Methods inherited from class java.lang.Object

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

      • NTLMChallenge

        protected NTLMChallenge​(byte[] chbyts)
        Class constructor
        Parameters:
        chbyts - byte[]
    • Method Detail

      • getBytes

        public final byte[] getBytes()
        Return the challenge bytes
        Returns:
        byte[]
      • equals

        public boolean equals​(java.lang.Object obj)
        Check for object equality
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - Object
        Returns:
        boolean
      • toString

        public java.lang.String toString()
        Return the challenge as a string
        Overrides:
        toString in class java.lang.Object
        Returns:
        String