All Packages Class Hierarchy This Package Previous Next Index
Class netscape.security.util.CharToByteIA5String
netscape.security.util.CharToByteIA5String
- public class CharToByteIA5String
Converts a string of ASN.1 IA5String characters to IA5String bytes.
-
CharToByteIA5String()
-
-
convert(char[], int, int, byte[], int, int)
-
-
flush(byte[], int, int)
-
-
getCharacterEncoding()
-
-
getMaxBytesPerChar()
-
-
reset()
-
CharToByteIA5String
public CharToByteIA5String()
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