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 WindowsVersionNtlmConfig. windowsVersionMethods in com.hierynomus.ntlm that return WindowsVersion Modifier and Type Method Description WindowsVersionNtlmConfig. getWindowsVersion()Methods in com.hierynomus.ntlm with parameters of type WindowsVersion Modifier and Type Method Description NtlmConfig.BuilderNtlmConfig.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 WindowsVersionNtlmChallenge. versionprotected WindowsVersionNtlmMessage. versionMethods in com.hierynomus.ntlm.messages that return WindowsVersion Modifier and Type Method Description WindowsVersionNtlmChallenge. getVersion()(package private) WindowsVersionWindowsVersion. 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 WindowsVersionAuthenticateResponse. windowsVersionMethods in com.hierynomus.smbj.auth that return WindowsVersion Modifier and Type Method Description WindowsVersionAuthenticateResponse. 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)voidAuthenticateResponse. 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 WindowsVersionConnectionContext. windowsVersionMethods in com.hierynomus.smbj.connection that return WindowsVersion Modifier and Type Method Description WindowsVersionConnectionContext. getWindowsVersion()Methods in com.hierynomus.smbj.connection with parameters of type WindowsVersion Modifier and Type Method Description voidConnectionContext. setWindowsVersion(WindowsVersion windowsVersion)
-