net.sf.jradius.packet.attribute.value
Class EncryptedStringValue

java.lang.Object
  extended by net.sf.jradius.packet.attribute.value.AttributeValue
      extended by net.sf.jradius.packet.attribute.value.OctetsValue
          extended by net.sf.jradius.packet.attribute.value.EncryptedStringValue
All Implemented Interfaces:
java.io.Serializable

public class EncryptedStringValue
extends OctetsValue

The Enrypted String attribute value

Author:
David Bird
See Also:
Serialized Form

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

EncryptedStringValue

public EncryptedStringValue()

EncryptedStringValue

public EncryptedStringValue(java.lang.String s)

EncryptedStringValue

public EncryptedStringValue(byte[] b)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class OctetsValue


Copyright © 2006 The JRadius Project, All Rights Reserved.