public class NtlmContext extends Object
| コンストラクタと説明 |
|---|
NtlmContext(NtlmPasswordAuthentication auth,
boolean doSigning) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getNetbiosName() |
byte[] |
getServerChallenge() |
byte[] |
getSigningKey() |
byte[] |
initSecContext(byte[] token,
int offset,
int len) |
boolean |
isEstablished() |
String |
toString() |
public NtlmContext(NtlmPasswordAuthentication auth, boolean doSigning)
public boolean isEstablished()
public byte[] getServerChallenge()
public byte[] getSigningKey()
public String getNetbiosName()
public byte[] initSecContext(byte[] token,
int offset,
int len)
throws SmbException
SmbExceptionCopyright © 2016. All rights reserved.