Uses of Enum Class
com.hierynomus.ntlm.messages.NtlmNegotiateFlag
Packages that use NtlmNegotiateFlag
-
Uses of NtlmNegotiateFlag in com.hierynomus.ntlm.messages
Fields in com.hierynomus.ntlm.messages with type parameters of type NtlmNegotiateFlagModifier and TypeFieldDescriptionprotected static Set
<NtlmNegotiateFlag> NtlmMessage.DEFAULT_FLAGS
private EnumSet
<NtlmNegotiateFlag> NtlmChallenge.negotiateFlags
protected Set
<NtlmNegotiateFlag> NtlmMessage.negotiateFlags
Methods in com.hierynomus.ntlm.messages that return NtlmNegotiateFlagModifier and TypeMethodDescriptionstatic NtlmNegotiateFlag
Returns the enum constant of this class with the specified name.static NtlmNegotiateFlag[]
NtlmNegotiateFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hierynomus.ntlm.messages that return types with arguments of type NtlmNegotiateFlagConstructor parameters in com.hierynomus.ntlm.messages with type arguments of type NtlmNegotiateFlagModifierConstructorDescriptionNtlmAuthenticate
(byte[] lmResponse, byte[] ntResponse, String userName, String domainName, String workstation, byte[] encryptedRandomSessionKey, Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion version) protected
NtlmMessage
(Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion version) NtlmNegotiate
(Set<NtlmNegotiateFlag> flags, String domain, 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 NtlmNegotiateFlagModifier and TypeFieldDescriptionprivate Set
<NtlmNegotiateFlag> AuthenticateResponse.negotiateFlags
private Set
<NtlmNegotiateFlag> NtlmAuthenticator.negotiateFlags
Methods in com.hierynomus.smbj.auth that return types with arguments of type NtlmNegotiateFlagMethod parameters in com.hierynomus.smbj.auth with type arguments of type NtlmNegotiateFlagModifier and TypeMethodDescriptionprivate byte[]
NtlmSealer.deriveSealingKey
(byte[] sessionKey, Set<NtlmNegotiateFlag> negotiateFlags, WindowsVersion windowsVersion) private byte[]
NtlmSealer.deriveSigningKey
(byte[] sessionKey, Set<NtlmNegotiateFlag> negotiateFlags) void
AuthenticateResponse.setNegotiateFlags
(Set<NtlmNegotiateFlag> negotiateFlags)