Uses of Interface
org.mozilla.jss.asn1.CharConverter
Packages that use CharConverter
-
Uses of CharConverter in org.mozilla.jss.asn1
Classes in org.mozilla.jss.asn1 that implement CharConverterModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
private static class
A class for converting between Unicode and UCS4.private static class
Methods in org.mozilla.jss.asn1 that return CharConverterModifier and TypeMethodDescription(package private) CharConverter
BMPString.getCharConverter()
Returns the conversion object for converting between an encoded byte array an an array of Java characters.protected CharConverter
BMPString.Template.getCharConverter()
(package private) abstract CharConverter
CharacterString.getCharConverter()
protected abstract CharConverter
CharacterString.Template.getCharConverter()
Must be overridden to return the correct character converter for the subclass.(package private) CharConverter
IA5String.getCharConverter()
protected CharConverter
IA5String.Template.getCharConverter()
(package private) CharConverter
PrintableString.getCharConverter()
protected CharConverter
PrintableString.Template.getCharConverter()
(package private) CharConverter
TeletexString.getCharConverter()
protected CharConverter
TeletexString.Template.getCharConverter()
(package private) CharConverter
UniversalString.getCharConverter()
protected CharConverter
UniversalString.Template.getCharConverter()
(package private) CharConverter
UTF8String.getCharConverter()
protected CharConverter
UTF8String.Template.getCharConverter()