For the latest news and information visit
The GNU Crypto project

gnu.crypto.key.srp6
Class SRPAlgorithm

java.lang.Object
  extended bygnu.crypto.key.srp6.SRPAlgorithm

public class SRPAlgorithm
extends Object

Utilities for use with SRP-6 based methods and protocols.

Reference:

  1. SRP Protocol Design
    Thomas J. Wu.

Version:
$Revision: 1.3 $

Field Summary
static BigInteger N_1024
           
static BigInteger N_1280
           
static BigInteger N_1536
           
static BigInteger N_2048
           
static BigInteger N_264
           
static BigInteger N_384
           
static BigInteger N_512
           
static BigInteger N_640
           
static BigInteger N_768
           
 
Method Summary
static void checkParams(BigInteger N, BigInteger g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

N_2048

public static final BigInteger N_2048

N_1536

public static final BigInteger N_1536

N_1280

public static final BigInteger N_1280

N_1024

public static final BigInteger N_1024

N_768

public static final BigInteger N_768

N_640

public static final BigInteger N_640

N_512

public static final BigInteger N_512

N_384

public static final BigInteger N_384

N_264

public static final BigInteger N_264
Method Detail

checkParams

public static void checkParams(BigInteger N,
                               BigInteger g)

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.