NTLMSSP_NEGOTIATE_128, NTLMSSP_NEGOTIATE_56, NTLMSSP_NEGOTIATE_ALWAYS_SIGN, NTLMSSP_NEGOTIATE_DATAGRAM_STYLE, NTLMSSP_NEGOTIATE_KEY_EXCH, NTLMSSP_NEGOTIATE_LM_KEY, NTLMSSP_NEGOTIATE_LOCAL_CALL, NTLMSSP_NEGOTIATE_NETWARE, NTLMSSP_NEGOTIATE_NTLM, NTLMSSP_NEGOTIATE_NTLM2, NTLMSSP_NEGOTIATE_OEM, NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED, NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED, NTLMSSP_NEGOTIATE_SEAL, NTLMSSP_NEGOTIATE_SIGN, NTLMSSP_NEGOTIATE_TARGET_INFO, NTLMSSP_NEGOTIATE_UNICODE, NTLMSSP_REQUEST_ACCEPT_RESPONSE, NTLMSSP_REQUEST_INIT_RESPONSE, NTLMSSP_REQUEST_NON_NT_SESSION_KEY, NTLMSSP_REQUEST_TARGET, NTLMSSP_TARGET_TYPE_DOMAIN, NTLMSSP_TARGET_TYPE_SERVER, NTLMSSP_TARGET_TYPE_SHAREAUTHENTICATION_SERVICE_NONE, PASSWORD, PROTECTION_LEVEL_CALL, PROTECTION_LEVEL_CONNECT, PROTECTION_LEVEL_INTEGRITY, PROTECTION_LEVEL_NONE, PROTECTION_LEVEL_PACKET, PROTECTION_LEVEL_PRIVACY, USERNAME| Constructor and Description |
|---|
Ntlm1(int flags,
byte[] sessionKey,
boolean isServer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAuthenticationService() |
int |
getProtectionLevel() |
int |
getVerifierLength() |
void |
processIncoming(NetworkDataRepresentation ndr,
int index,
int length,
int verifierIndex,
boolean isFragmented) |
void |
processOutgoing(NetworkDataRepresentation ndr,
int index,
int length,
int verifierIndex,
boolean isFragmented) |
public int getVerifierLength()
getVerifierLength in interface Securitypublic int getAuthenticationService()
getAuthenticationService in interface Securitypublic int getProtectionLevel()
getProtectionLevel in interface Securitypublic void processIncoming(NetworkDataRepresentation ndr, int index, int length, int verifierIndex, boolean isFragmented) throws IOException
processIncoming in interface SecurityIOExceptionpublic void processOutgoing(NetworkDataRepresentation ndr, int index, int length, int verifierIndex, boolean isFragmented) throws IOException
processOutgoing in interface SecurityIOExceptionCopyright © 2017 LSST. All rights reserved.