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

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

public class BerNumericString
extends BerOctetString


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

BerNumericString

public BerNumericString()

BerNumericString

public BerNumericString(byte[] octetString)