Bouncy Castle Cryptography Library 1.48

org.bouncycastle.crypto.generators
Class SCrypt

java.lang.Object
  extended by org.bouncycastle.crypto.generators.SCrypt

public class SCrypt
extends java.lang.Object


Constructor Summary
SCrypt()
           
 
Method Summary
static byte[] generate(byte[] P, byte[] S, int N, int r, int p, int dkLen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCrypt

public SCrypt()
Method Detail

generate

public static byte[] generate(byte[] P,
                              byte[] S,
                              int N,
                              int r,
                              int p,
                              int dkLen)

Bouncy Castle Cryptography Library 1.48