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