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