public class NegotiateFlags extends Object
Constructor and Description |
---|
NegotiateFlags() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAlwaysSign() |
boolean |
isDatagram() |
boolean |
isEncryption56Bit() |
boolean |
isExplicitKeyExchange() |
boolean |
isIdentify() |
boolean |
isLmKey() |
boolean |
isNegotiateVersion() |
boolean |
isNtlm() |
boolean |
isNtlm2() |
boolean |
isNtOnly() |
boolean |
isOem() |
boolean |
isOemDomainSupplied() |
boolean |
isOemWorkstationSupplied() |
boolean |
isRequestNonNTSessionKey() |
boolean |
isRequestTarget() |
boolean |
isSeal() |
boolean |
isSessionKeyExchange128Bit() |
boolean |
isSign() |
boolean |
isTargetInfo() |
boolean |
isTargetTypeDomain() |
boolean |
isTargetTypeServer() |
boolean |
isTargetTypeShare() |
boolean |
isUnicode() |
void |
setAlwaysSign(boolean alwaysSign) |
void |
setDatagram(boolean datagram) |
void |
setEncryption56Bit(boolean encryption56Bit) |
void |
setExplicitKeyExchange(boolean explicitKeyExchange) |
void |
setIdentify(boolean identify) |
void |
setLmKey(boolean lmKey) |
void |
setNegotiateVersion(boolean negotiateVersion) |
void |
setNtlm(boolean ntlm) |
void |
setNtlm2(boolean ntlm2) |
void |
setNtOnly(boolean ntOnly) |
void |
setOem(boolean oem) |
void |
setOemDomainSupplied(boolean oemDomainSupplied) |
void |
setOemWorkstationSupplied(boolean oemWorkstationSupplied) |
void |
setRequestNonNTSessionKey(boolean requestNonNTSessionKey) |
void |
setRequestTarget(boolean requestTarget) |
void |
setSeal(boolean seal) |
void |
setSessionKeyExchange128Bit(boolean sessionKeyExchange128Bit) |
void |
setSign(boolean sign) |
void |
setTargetInfo(boolean targetInfo) |
void |
setTargetTypeDomain(boolean targetTypeDomain) |
void |
setTargetTypeServer(boolean targetTypeServer) |
void |
setTargetTypeShare(boolean targetTypeShare) |
void |
setUnicode(boolean unicode) |
String |
toString() |
public boolean isEncryption56Bit()
public void setEncryption56Bit(boolean encryption56Bit)
public boolean isExplicitKeyExchange()
public void setExplicitKeyExchange(boolean explicitKeyExchange)
public boolean isSessionKeyExchange128Bit()
public void setSessionKeyExchange128Bit(boolean sessionKeyExchange128Bit)
public boolean isNegotiateVersion()
public void setNegotiateVersion(boolean negotiateVersion)
public boolean isTargetInfo()
public void setTargetInfo(boolean targetInfo)
public boolean isRequestNonNTSessionKey()
public void setRequestNonNTSessionKey(boolean requestNonNTSessionKey)
public boolean isIdentify()
public void setIdentify(boolean identify)
public boolean isNtlm2()
public void setNtlm2(boolean ntlm2)
public boolean isTargetTypeShare()
public void setTargetTypeShare(boolean targetTypeShare)
public boolean isTargetTypeServer()
public void setTargetTypeServer(boolean targetTypeServer)
public boolean isTargetTypeDomain()
public void setTargetTypeDomain(boolean targetTypeDomain)
public boolean isAlwaysSign()
public void setAlwaysSign(boolean alwaysSign)
public boolean isOemWorkstationSupplied()
public void setOemWorkstationSupplied(boolean oemWorkstationSupplied)
public boolean isOemDomainSupplied()
public void setOemDomainSupplied(boolean oemDomainSupplied)
public boolean isNtOnly()
public void setNtOnly(boolean ntOnly)
public boolean isNtlm()
public void setNtlm(boolean ntlm)
public boolean isLmKey()
public void setLmKey(boolean lmKey)
public boolean isDatagram()
public void setDatagram(boolean datagram)
public boolean isSeal()
public void setSeal(boolean seal)
public boolean isSign()
public void setSign(boolean sign)
public boolean isRequestTarget()
public void setRequestTarget(boolean requestTarget)
public boolean isOem()
public void setOem(boolean oem)
public boolean isUnicode()
public void setUnicode(boolean unicode)
Copyright © 2018 JBoss by Red Hat. All rights reserved.