Class NTLMChallenge
- java.lang.Object
-
- org.alfresco.repo.security.authentication.ntlm.NTLMChallenge
-
public class NTLMChallenge extends Object
Contains 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(Object obj)Check for object equalitybyte[]getBytes()Return the challenge bytesStringtoString()Return the challenge as a string
-
-
-
Method Detail
-
getBytes
public final byte[] getBytes()
Return the challenge bytes- Returns:
- byte[]
-
equals
public boolean equals(Object obj)
Check for object equality
-
-