Modifier and Type | Method and Description |
---|---|
int |
Asn1CharRange.getCharAtIndex(int index)
This method will fetch the character from the permitted alphabet
at the given index.
|
abstract int |
Asn1CharSet.getCharAtIndex(int index)
This method will fetch the character from the permitted alphabet
at the given index.
|
int |
Asn1DiscreteCharSet.getCharAtIndex(int index)
This method will fetch the character from the permitted alphabet
at the given index.
|
int |
Asn1CharRange.getCharIndex(int charValue)
This method will determine the index of the given character within
the permitted alphabet character set.
|
abstract int |
Asn1CharSet.getCharIndex(int charValue)
This method will determine the index of the given character within
the permitted alphabet character set.
|
int |
Asn1DiscreteCharSet.getCharIndex(int charValue)
This method will determine the index of the given character within
the permitted alphabet character set.
|