Class NTLMChallenge
- java.lang.Object
-
- org.alfresco.repo.security.authentication.ntlm.NTLMChallenge
-
public class NTLMChallenge extends java.lang.ObjectContains the NTLM challenge bytes.- Author:
- GKSpencer
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNTLMChallenge(byte[] chbyts)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Check for object equalitybyte[]getBytes()Return the challenge bytesjava.lang.StringtoString()Return the challenge as a string
-
-
-
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:
equalsin classjava.lang.Object- Parameters:
obj- Object- Returns:
- boolean
-
toString
public java.lang.String toString()
Return the challenge as a string- Overrides:
toStringin classjava.lang.Object- Returns:
- String
-
-