JSS 3.2

org.mozilla.jss.asn1
Class BMPString.BMPConverter

java.lang.Object
  |
  +--org.mozilla.jss.asn1.BMPString.BMPConverter
All Implemented Interfaces:
CharConverter
Enclosing class:
BMPString

private static class BMPString.BMPConverter
extends java.lang.Object
implements CharConverter


Constructor Summary
private BMPString.BMPConverter()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

BMPString.BMPConverter

private BMPString.BMPConverter()
Method Detail

byteToChar

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

charToByte

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

JSS 3.2