|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jradius.packet.attribute.value.AttributeValue
net.sf.jradius.packet.attribute.value.OctetsValue
net.sf.jradius.packet.attribute.value.EncryptedStringValue
public class EncryptedStringValue
The Enrypted String attribute value
Field Summary |
---|
Fields inherited from class net.sf.jradius.packet.attribute.value.OctetsValue |
---|
byteValue |
Constructor Summary | |
---|---|
EncryptedStringValue()
|
|
EncryptedStringValue(byte[] b)
|
|
EncryptedStringValue(java.lang.String s)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class net.sf.jradius.packet.attribute.value.OctetsValue |
---|
getBytes, getLength, getValueObject, setValue, setValueObject |
Methods inherited from class net.sf.jradius.packet.attribute.value.AttributeValue |
---|
getBytes, setValue, toXMLString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EncryptedStringValue()
public EncryptedStringValue(java.lang.String s)
public EncryptedStringValue(byte[] b)
Method Detail |
---|
public java.lang.String toString()
toString
in class OctetsValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |