|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.util.ntlm.NTLMMessage
public class NTLMMessage
Title: Description: Company:
| Field Summary | |
|---|---|
protected byte[] |
protocol
|
| Constructor Summary | |
|---|---|
NTLMMessage()
|
|
| Method Summary | |
|---|---|
protected byte[] |
export()
------------------------------------------------------------------------- |
protected void |
writeLenOffset(int len,
int offset,
OutputStream out)
------------------------------------------------------------------------- Writes (short)len (short)len (short)offset to the output stream. |
protected void |
writeShort(int len,
OutputStream out)
------------------------------------------------------------------------- Write a short into the outputstream in NTLM format. |
protected void |
writeUnicode(String str,
OutputStream out)
------------------------------------------------------------------------- Write a string in unicode format to output stream as dictated by NTLM Unicode format (low byte first). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected byte[] protocol
| Constructor Detail |
|---|
public NTLMMessage()
| Method Detail |
|---|
protected byte[] export()
throws IOException
IOException
protected void writeShort(int len,
OutputStream out)
throws IOException
IOException
protected void writeLenOffset(int len,
int offset,
OutputStream out)
throws IOException
IOException
protected void writeUnicode(String str,
OutputStream out)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||