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.


Constructor Index

 o CharToByteIA5String()

Method Index

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

Constructors

 o CharToByteIA5String
 public CharToByteIA5String()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index