All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.security.util.ByteToCharUniversalString

netscape.security.util.ByteToCharUniversalString

public class ByteToCharUniversalString
Converts bytes in ASN.1 UniversalString character set to unicode characters.


Constructor Index

 o ByteToCharUniversalString()

Method Index

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

Constructors

 o ByteToCharUniversalString
 public ByteToCharUniversalString()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index