JSS 3.2

org.mozilla.jss.pkcs11
Class PK11KeyGenerator$1

java.lang.Object
  |
  +--org.mozilla.jss.pkcs11.PK11KeyGenerator$1
All Implemented Interfaces:
KeyGenerator.CharToByteConverter

synchronized class PK11KeyGenerator$1
extends java.lang.Object
implements KeyGenerator.CharToByteConverter


Constructor Summary
(package private) PK11KeyGenerator$1(PK11KeyGenerator)
           
 
Method Summary
 byte[] convert(char[])
          Converts a password of Java characters into a password of bytes, using some encoding scheme.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PK11KeyGenerator$1

PK11KeyGenerator$1(PK11KeyGenerator)
             throws java.io.CharConversionException
Method Detail

convert

public byte[] convert(char[])
               throws java.io.CharConversionException
Description copied from interface: KeyGenerator.CharToByteConverter
Converts a password of Java characters into a password of bytes, using some encoding scheme. The input char array must not be modified.

Specified by:
convert in interface KeyGenerator.CharToByteConverter
java.io.CharConversionException

JSS 3.2