org.jboss.security.srp
Class SRPConf
java.lang.Object
org.jboss.security.srp.SRPConf
public class SRPConf
- extends 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/).
- Version:
- $Revision: 57210 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SRPConf
public SRPConf()
getPredefinedCount
public int getPredefinedCount()
getPredefinedParams
public static SRPConf.SRPParams getPredefinedParams(int n)
getDefaultParams
public static SRPConf.SRPParams getDefaultParams()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.