org.jboss.security.srp
Class SRPConf

java.lang.Object
  extended byorg.jboss.security.srp.SRPConf

public class SRPConf
extends java.lang.Object

A port of the libsrp/t_conf.c predefined constants for the N & g parameters of the SRP algorithm. It contains a collection of "good" primes for N and the corresponding the corresponding generator g. This product includes software developed by Tom Wu and Eugene Jhong for the SRP Distribution (http://srp.stanford.edu/srp/).


Nested Class Summary
static class SRPConf.SRPParams (src)
           
 
Constructor Summary
SRPConf()
           
 
Method Summary
static SRPConf.SRPParams (src) getDefaultParams()
           
 int getPredefinedCount()
           
static SRPConf.SRPParams (src) getPredefinedParams(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRPConf

public SRPConf()
Method Detail

getPredefinedCount

public int getPredefinedCount()

getPredefinedParams

public static SRPConf.SRPParams (src)  getPredefinedParams(int n)

getDefaultParams

public static SRPConf.SRPParams (src)  getDefaultParams()