gnu.crypto.key.srp6

Class SRPAlgorithm


public class SRPAlgorithm
extends java.lang.Object

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

Reference:

  1. SRP Protocol Design
    Thomas J. Wu.

Version:
$Revision: 1.2 $

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)

Field Details

N_1024

public static final BigInteger N_1024


N_1280

public static final BigInteger N_1280


N_1536

public static final BigInteger N_1536


N_2048

public static final BigInteger N_2048


N_264

public static final BigInteger N_264


N_384

public static final BigInteger N_384


N_512

public static final BigInteger N_512


N_640

public static final BigInteger N_640


N_768

public static final BigInteger N_768

Method Details

checkParams

public static void checkParams(BigInteger N,
                               BigInteger g)


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