Uses of Class
com.hierynomus.ntlm.messages.WindowsVersion.NtlmRevisionCurrent
-
Packages that use WindowsVersion.NtlmRevisionCurrent Package Description com.hierynomus.ntlm.messages -
-
Uses of WindowsVersion.NtlmRevisionCurrent in com.hierynomus.ntlm.messages
Fields in com.hierynomus.ntlm.messages declared as WindowsVersion.NtlmRevisionCurrent Modifier and Type Field Description private WindowsVersion.NtlmRevisionCurrent
WindowsVersion. ntlmRevision
Methods in com.hierynomus.ntlm.messages that return WindowsVersion.NtlmRevisionCurrent Modifier and Type Method Description WindowsVersion.NtlmRevisionCurrent
WindowsVersion. getNtlmRevision()
static WindowsVersion.NtlmRevisionCurrent
WindowsVersion.NtlmRevisionCurrent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WindowsVersion.NtlmRevisionCurrent[]
WindowsVersion.NtlmRevisionCurrent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.hierynomus.ntlm.messages with parameters of type WindowsVersion.NtlmRevisionCurrent Constructor Description WindowsVersion(WindowsVersion.ProductMajorVersion majorVersion, WindowsVersion.ProductMinorVersion minorVersion, int productBuild, WindowsVersion.NtlmRevisionCurrent ntlmRevision)
-