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

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

public class BerBMPString
extends BerOctetString


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

BerBMPString

public BerBMPString()

BerBMPString

public BerBMPString(byte[] octetString)