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

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

public class BerGraphicString
extends BerOctetString


Field Summary
static BerIdentifier identifier
           
 
Fields inherited from class org.openmuc.jasn1.ber.types.BerOctetString
id, octetString
 
Constructor Summary
BerGraphicString()
           
BerGraphicString(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

BerGraphicString

public BerGraphicString()

BerGraphicString

public BerGraphicString(byte[] octetString)