com.mindbright.asn1
Class ASN1IA5String

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1String
          extended bycom.mindbright.asn1.ASN1CharString
              extended bycom.mindbright.asn1.ASN1IA5String

public class ASN1IA5String
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
ASN1IA5String()
           
 
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

ASN1IA5String

public ASN1IA5String()
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