Class NTLMChallenge


  • public class NTLMChallenge
    extends Object
    Contains the NTLM challenge bytes.
    Author:
    GKSpencer
    • 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​(Object obj)
        Check for object equality
        Overrides:
        equals in class Object
        Parameters:
        obj - Object
        Returns:
        boolean
      • toString

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