JSS 3.1

org.mozilla.jss.asn1
Class IA5String.IA5Converter

java.lang.Object
  |
  +--org.mozilla.jss.asn1.IA5String.IA5Converter

private static class IA5String.IA5Converter
extends java.lang.Object
implements CharConverter


Constructor Summary
(package private) IA5String.IA5Converter()
           
 
Method Summary
 char[] byteToChar(byte[] bytes, int offset, int len)
           
 byte[] charToByte(char[] chars, int offset, int len)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IA5String.IA5Converter

IA5String.IA5Converter()
Method Detail

byteToChar

public char[] byteToChar(byte[] bytes,
                         int offset,
                         int len)
                  throws java.io.CharConversionException
Specified by:
byteToChar in interface CharConverter

charToByte

public byte[] charToByte(char[] chars,
                         int offset,
                         int len)
                  throws java.io.CharConversionException
Specified by:
charToByte in interface CharConverter

JSS 3.1