Uses of Class
com.hierynomus.ntlm.messages.WindowsVersion
-
Packages that use WindowsVersion Package Description com.hierynomus.ntlm com.hierynomus.ntlm.messages com.hierynomus.smbj.auth com.hierynomus.smbj.connection -
-
Uses of WindowsVersion in com.hierynomus.ntlm
Fields in com.hierynomus.ntlm declared as WindowsVersion Modifier and Type Field Description private WindowsVersion
NtlmConfig. windowsVersion
Methods in com.hierynomus.ntlm that return WindowsVersion Modifier and Type Method Description WindowsVersion
NtlmConfig. getWindowsVersion()
Methods in com.hierynomus.ntlm with parameters of type WindowsVersion Modifier and Type Method Description NtlmConfig.Builder
NtlmConfig.Builder. withWindowsVersion(WindowsVersion windowsVersion)
-
Uses of WindowsVersion in com.hierynomus.ntlm.messages
Fields in com.hierynomus.ntlm.messages declared as WindowsVersion Modifier and Type Field Description private WindowsVersion
NtlmChallenge. version
protected WindowsVersion
NtlmMessage. version
Methods in com.hierynomus.ntlm.messages that return WindowsVersion Modifier and Type Method Description WindowsVersion
NtlmChallenge. getVersion()
(package private) WindowsVersion
WindowsVersion. readFrom(Buffer.PlainBuffer buffer)
Constructors in com.hierynomus.ntlm.messages with parameters of type WindowsVersion Constructor Description NtlmAuthenticate(byte[] lmResponse, byte[] ntResponse, java.lang.String userName, java.lang.String domainName, java.lang.String workstation, byte[] encryptedRandomSessionKey, java.util.Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion version)
NtlmMessage(java.util.Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion version)
NtlmNegotiate(java.util.Set<NtlmNegotiateFlag> flags, java.lang.String domain, java.lang.String workstation, WindowsVersion version, boolean omitVersion)
-
Uses of WindowsVersion in com.hierynomus.smbj.auth
Fields in com.hierynomus.smbj.auth declared as WindowsVersion Modifier and Type Field Description private WindowsVersion
AuthenticateResponse. windowsVersion
Methods in com.hierynomus.smbj.auth that return WindowsVersion Modifier and Type Method Description WindowsVersion
AuthenticateResponse. getWindowsVersion()
Methods in com.hierynomus.smbj.auth with parameters of type WindowsVersion Modifier and Type Method Description private byte[]
NtlmSealer. deriveSealingKey(byte[] sessionKey, java.util.Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion windowsVersion)
void
AuthenticateResponse. setWindowsVersion(WindowsVersion windowsVersion)
-
Uses of WindowsVersion in com.hierynomus.smbj.connection
Fields in com.hierynomus.smbj.connection declared as WindowsVersion Modifier and Type Field Description private WindowsVersion
ConnectionContext. windowsVersion
Methods in com.hierynomus.smbj.connection that return WindowsVersion Modifier and Type Method Description WindowsVersion
ConnectionContext. getWindowsVersion()
Methods in com.hierynomus.smbj.connection with parameters of type WindowsVersion Modifier and Type Method Description void
ConnectionContext. setWindowsVersion(WindowsVersion windowsVersion)
-