org.jruby.util.string
Class JavaCrypt

java.lang.Object
  extended by org.jruby.util.string.JavaCrypt

public class JavaCrypt
extends java.lang.Object


Constructor Summary
JavaCrypt()
           
 
Method Summary
static ByteList crypt(ByteList salt, ByteList original)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCrypt

public JavaCrypt()
Method Detail

crypt

public static final ByteList crypt(ByteList salt,
                                   ByteList original)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.