|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.asn1.ASN1Object
com.mindbright.asn1.ASN1String
com.mindbright.asn1.ASN1CharString
public abstract class ASN1CharString
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 |
---|
protected ASN1CharString(int tag)
Method Detail |
---|
public abstract void setValue(java.lang.String string)
public abstract java.lang.String getValue()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |