|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.security.authentication.ntlm.NTLMChallenge
public class NTLMChallenge
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 |
---|
protected NTLMChallenge(byte[] chbyts)
chbyts
- byte[]Method Detail |
---|
public final byte[] getBytes()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |