org.jboss.security.negotiation.ntlm.encoding
Class NTLMField
java.lang.Object
org.jboss.security.negotiation.ntlm.encoding.NTLMField
public class NTLMField
- extends Object
Representation of a field with a length, max length and offset.
- Since:
- 8th August 2008
- Author:
- darran.lofthouse@jboss.com
NTLMField
public NTLMField()
getLength
public int getLength()
setLength
public void setLength(int length)
getMaxLength
public int getMaxLength()
setMaxLength
public void setMaxLength(int maxLength)
getOffset
public int getOffset()
setOffset
public void setOffset(int offset)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.