org.openmuc.jasn1.ber.types.string
Class BerGeneralString

java.lang.Object
  extended by org.openmuc.jasn1.ber.types.BerOctetString
      extended by org.openmuc.jasn1.ber.types.string.BerGeneralString

public class BerGeneralString
extends BerOctetString


Field Summary
static BerIdentifier identifier
           
 
Fields inherited from class org.openmuc.jasn1.ber.types.BerOctetString
id, octetString
 
Constructor Summary
BerGeneralString()
           
BerGeneralString(byte[] octetString)
           
 
Method Summary
 
Methods inherited from class org.openmuc.jasn1.ber.types.BerOctetString
decode, encode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

identifier

public static final BerIdentifier identifier
Constructor Detail

BerGeneralString

public BerGeneralString()

BerGeneralString

public BerGeneralString(byte[] octetString)