org.jboss.security.srp
Class SRPConf

java.lang.Object
  extended by 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

Nested Class Summary
static class SRPConf.SRPParams
           
 
Constructor Summary
SRPConf()
           
 
Method Summary
static SRPConf.SRPParams getDefaultParams()
           
 int getPredefinedCount()
           
static SRPConf.SRPParams 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 getPredefinedParams(int n)

getDefaultParams

public static SRPConf.SRPParams getDefaultParams()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.