|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.srp.SRPConf
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 |
public SRPConf()
Method Detail |
public int getPredefinedCount()
public static SRPConf.SRPParams (src) getPredefinedParams(int n)
public static SRPConf.SRPParams (src) getDefaultParams()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |