com.mindbright.asn1
Class ASN1CharString

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1String
          extended by com.mindbright.asn1.ASN1CharString
Direct Known Subclasses:
ASN1BMPString, ASN1IA5String, ASN1PrintableString, ASN1TeletexString, ASN1UniversalString, ASN1UTF8String

public abstract class ASN1CharString
extends ASN1String


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1String
value
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
protected ASN1CharString(int tag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
abstract  java.lang.String getValue()
           
 int hashCode()
           
abstract  void setValue(java.lang.String string)
           
 
Methods inherited from class com.mindbright.asn1.ASN1String
decodeValue, encodeValue, getRaw, setRaw
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1CharString

protected ASN1CharString(int tag)
Method Detail

setValue

public abstract void setValue(java.lang.String string)

getValue

public abstract java.lang.String getValue()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object