org.alfresco.repo.security.authentication.ntlm
Class NTLMChallenge

java.lang.Object
  extended by org.alfresco.repo.security.authentication.ntlm.NTLMChallenge

public class NTLMChallenge
extends java.lang.Object

Contains the NTLM challenge bytes.


Constructor Summary
protected NTLMChallenge(byte[] chbyts)
          Class constructor
 
Method Summary
 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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.