Package jcifs.smb
Class NtlmChallenge
- java.lang.Object
-
- jcifs.smb.NtlmChallenge
-
- All Implemented Interfaces:
java.io.Serializable
public final class NtlmChallenge extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
challenge
UniAddress
dc
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
challenge
public byte[] challenge
-
dc
public UniAddress dc
-
-