org.openmuc.jsml.structures
Class SML_Signature

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.OctetString
          extended by org.openmuc.jsml.structures.SML_Signature

public class SML_Signature
extends OctetString


Field Summary
 
Fields inherited from class org.openmuc.jsml.structures.OctetString
octetString
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_Signature()
           
SML_Signature(OctetString octetString)
           
 
Method Summary
 
Methods inherited from class org.openmuc.jsml.structures.OctetString
code, decode, equals, getOctetString, hashCode, print, set, toArray, toString
 
Methods inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected, setOptional, setSelected
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SML_Signature

public SML_Signature(OctetString octetString)

SML_Signature

public SML_Signature()