public class NtlmContext
extends java.lang.Object
Constructor and Description |
---|
NtlmContext(NtlmPasswordAuthentication auth,
boolean doSigning) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNetbiosName() |
byte[] |
getServerChallenge() |
byte[] |
getSigningKey() |
byte[] |
initSecContext(byte[] token,
int offset,
int len) |
boolean |
isEstablished() |
java.lang.String |
toString() |
public NtlmContext(NtlmPasswordAuthentication auth, boolean doSigning)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isEstablished()
public byte[] getServerChallenge()
public byte[] getSigningKey()
public java.lang.String getNetbiosName()
public byte[] initSecContext(byte[] token, int offset, int len) throws SmbException
SmbException