All Packages Class Hierarchy This Package Previous Next Index
Class netscape.security.util.ByteToCharPrintable
netscape.security.util.ByteToCharPrintable
- public class ByteToCharPrintable
Converts bytes in ASN.1 Printable String character set to unicode
characters.
-
ByteToCharPrintable()
-
-
convert(byte[], int, int, char[], int, int)
-
-
flush(char[], int, int)
-
-
getCharacterEncoding()
-
-
reset()
-
ByteToCharPrintable
public ByteToCharPrintable()
getCharacterEncoding
public String getCharacterEncoding()
convert
public int convert(byte input[],
int inStart,
int inEnd,
char output[],
int outStart,
int outEnd) throws MalformedInputException, UnknownCharacterException, ConversionBufferFullException
flush
public int flush(char output[],
int outStart,
int outEnd) throws MalformedInputException, ConversionBufferFullException
reset
public void reset()
All Packages Class Hierarchy This Package Previous Next Index