Uses of Class
com.hierynomus.ntlm.messages.NtlmNegotiateFlag
-
Packages that use NtlmNegotiateFlag Package Description com.hierynomus.ntlm.messages com.hierynomus.smbj.auth -
-
Uses of NtlmNegotiateFlag in com.hierynomus.ntlm.messages
Fields in com.hierynomus.ntlm.messages with type parameters of type NtlmNegotiateFlag Modifier and Type Field Description protected static java.util.Set<NtlmNegotiateFlag>
NtlmMessage. DEFAULT_FLAGS
private java.util.EnumSet<NtlmNegotiateFlag>
NtlmChallenge. negotiateFlags
protected java.util.Set<NtlmNegotiateFlag>
NtlmMessage. negotiateFlags
Methods in com.hierynomus.ntlm.messages that return NtlmNegotiateFlag Modifier and Type Method Description static NtlmNegotiateFlag
NtlmNegotiateFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NtlmNegotiateFlag[]
NtlmNegotiateFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hierynomus.ntlm.messages that return types with arguments of type NtlmNegotiateFlag Modifier and Type Method Description java.util.EnumSet<NtlmNegotiateFlag>
NtlmChallenge. getNegotiateFlags()
Constructor parameters in com.hierynomus.ntlm.messages with type arguments of type NtlmNegotiateFlag 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 NtlmNegotiateFlag in com.hierynomus.smbj.auth
Fields in com.hierynomus.smbj.auth with type parameters of type NtlmNegotiateFlag Modifier and Type Field Description private java.util.Set<NtlmNegotiateFlag>
AuthenticateResponse. negotiateFlags
private java.util.Set<NtlmNegotiateFlag>
NtlmAuthenticator. negotiateFlags
Methods in com.hierynomus.smbj.auth that return types with arguments of type NtlmNegotiateFlag Modifier and Type Method Description java.util.Set<NtlmNegotiateFlag>
AuthenticateResponse. getNegotiateFlags()
Method parameters in com.hierynomus.smbj.auth with type arguments of type NtlmNegotiateFlag Modifier and Type Method Description private byte[]
NtlmSealer. deriveSealingKey(byte[] sessionKey, java.util.Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion windowsVersion)
private byte[]
NtlmSealer. deriveSigningKey(byte[] sessionKey, java.util.Set<NtlmNegotiateFlag> negotiateFlags)
void
AuthenticateResponse. setNegotiateFlags(java.util.Set<NtlmNegotiateFlag> negotiateFlags)
-