rpc.security.ntlm
Class Ntlm1
java.lang.Object
rpc.security.ntlm.Ntlm1
- All Implemented Interfaces:
- Security
public class Ntlm1
- extends java.lang.Object
- implements Security
Constructor Summary |
Ntlm1(int flags,
byte[] sessionKey,
boolean isServer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ntlm1
public Ntlm1(int flags,
byte[] sessionKey,
boolean isServer)
getVerifierLength
public int getVerifierLength()
- Specified by:
getVerifierLength
in interface Security
getAuthenticationService
public int getAuthenticationService()
- Specified by:
getAuthenticationService
in interface Security
getProtectionLevel
public int getProtectionLevel()
- Specified by:
getProtectionLevel
in interface Security
processIncoming
public void processIncoming(NetworkDataRepresentation ndr,
int index,
int length,
int verifierIndex,
boolean isFragmented)
throws java.io.IOException
- Specified by:
processIncoming
in interface Security
- Throws:
java.io.IOException
processOutgoing
public void processOutgoing(NetworkDataRepresentation ndr,
int index,
int length,
int verifierIndex,
boolean isFragmented)
throws java.io.IOException
- Specified by:
processOutgoing
in interface Security
- Throws:
java.io.IOException