|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpasn.ASN1Object
pasn.ASN1SimpleObject<java.lang.String>
pasn.ASN1String
pasn.ASN1GeneralString
public class ASN1GeneralString
A GENERAL STRING...
Constructor Summary | |
---|---|
ASN1GeneralString()
|
Method Summary | |
---|---|
java.lang.String |
getASN1Name()
|
boolean |
validateChar(char value,
int index)
Constraints this STRING by indicating if the given character is accepted or rejected |
Methods inherited from class pasn.ASN1SimpleObject |
---|
equals, getDefaultValue, getValue, getValueOrDefault, hasValueOrDefault, setDefaultValue, setValue |
Methods inherited from class pasn.ASN1Object |
---|
getAsnClass, getSpecificEncoding, getSpecificEncoding, getType, hasSpecificEncodings, setSpecificEncoding |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface pasn.ASN1GenericObject |
---|
getAsnClass, getType |
Methods inherited from interface pasn.ASN1EncodingSpecificObject |
---|
getSpecificEncoding, hasSpecificEncodings |
Constructor Detail |
---|
public ASN1GeneralString()
Method Detail |
---|
public final java.lang.String getASN1Name()
public final boolean validateChar(char value, int index)
ASN1String
Constraints this STRING by indicating if the given character is accepted or rejected
validateChar
in class ASN1String
value
- A character which is part of the string to initialize this
ASN.1 STRING withindex
- The index of the given character within the global string.
This is mainly used by {jade.ASN1BMPString}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |