org.mozilla.jss.pkcs12
Class PasswordConverter

java.lang.Object
  extended by org.mozilla.jss.pkcs12.PasswordConverter

public final class PasswordConverter
extends java.lang.Object

Converts password chars to bytes. The output format is big-endian Unicode, with two zero bytes of null-termination at the end.


Constructor Summary
PasswordConverter()
           
 
Method Summary
 byte[] convert(char[] chars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordConverter

public PasswordConverter()
Method Detail

convert

public byte[] convert(char[] chars)