com.mindbright.asn1
Class ASN1UTF8String

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1String
          extended by com.mindbright.asn1.ASN1CharString
              extended by com.mindbright.asn1.ASN1UTF8String

public class ASN1UTF8String
extends ASN1CharString


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1String
value
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
ASN1UTF8String()
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String string)
           
 
Methods inherited from class com.mindbright.asn1.ASN1CharString
equals, hashCode
 
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

ASN1UTF8String

public ASN1UTF8String()
Method Detail

setValue

public void setValue(java.lang.String string)
Specified by:
setValue in class ASN1CharString

getValue

public java.lang.String getValue()
Specified by:
getValue in class ASN1CharString