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.


Constructor Index

 o ByteToCharPrintable()

Method Index

 o convert(byte[], int, int, char[], int, int)
 o flush(char[], int, int)
 o getCharacterEncoding()
 o reset()

Constructors

 o ByteToCharPrintable
 public ByteToCharPrintable()

Methods

 o getCharacterEncoding
 public String getCharacterEncoding()
 o convert
 public int convert(byte input[],
                    int inStart,
                    int inEnd,
                    char output[],
                    int outStart,
                    int outEnd) throws MalformedInputException, UnknownCharacterException, ConversionBufferFullException
 o flush
 public int flush(char output[],
                  int outStart,
                  int outEnd) throws MalformedInputException, ConversionBufferFullException
 o reset
 public void reset()

All Packages  Class Hierarchy  This Package  Previous  Next  Index