All Packages Class Hierarchy This Package Previous Next Index
Class netscape.security.util.CharToByteUniversalString
netscape.security.util.CharToByteUniversalString
- public class CharToByteUniversalString
Converts a string of ASN.1 IA5String characters to IA5String bytes.
-
CharToByteUniversalString()
-
-
convert(char[], int, int, byte[], int, int)
-
-
flush(byte[], int, int)
-
-
getCharacterEncoding()
-
-
getMaxBytesPerChar()
-
-
reset()
-
CharToByteUniversalString
public CharToByteUniversalString()
getCharacterEncoding
public String getCharacterEncoding()
convert
public int convert(char input[],
int inStart,
int inEnd,
byte output[],
int outStart,
int outEnd) throws ConversionBufferFullException, UnknownCharacterException
flush
public int flush(byte output[],
int outStart,
int outEnd)
reset
public void reset()
getMaxBytesPerChar
public int getMaxBytesPerChar()
All Packages Class Hierarchy This Package Previous Next Index