Uses of Enum Class
com.hierynomus.ntlm.messages.NtlmNegotiateFlag
Packages that use NtlmNegotiateFlag
-
Uses of NtlmNegotiateFlag in com.hierynomus.ntlm.messages
Subclasses with type arguments of type NtlmNegotiateFlag in com.hierynomus.ntlm.messagesClasses in com.hierynomus.ntlm.messages that implement interfaces with type arguments of type NtlmNegotiateFlagFields in com.hierynomus.ntlm.messages with type parameters of type NtlmNegotiateFlagModifier and TypeFieldDescriptionprotected static Set<NtlmNegotiateFlag> NtlmMessage.DEFAULT_FLAGSprivate EnumSet<NtlmNegotiateFlag> NtlmChallenge.negotiateFlagsprotected Set<NtlmNegotiateFlag> NtlmMessage.negotiateFlagsMethods in com.hierynomus.ntlm.messages that return NtlmNegotiateFlagModifier and TypeMethodDescriptionstatic NtlmNegotiateFlagReturns 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) protectedNtlmMessage(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.negotiateFlagsprivate Set<NtlmNegotiateFlag> NtlmAuthenticator.negotiateFlagsMethods 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) voidAuthenticateResponse.setNegotiateFlags(Set<NtlmNegotiateFlag> negotiateFlags)