gnu.crypto.key.srp6

Class 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 BigIntegerN_1024
static BigIntegerN_1280
static BigIntegerN_1536
static BigIntegerN_2048
static BigIntegerN_264
static BigIntegerN_384
static BigIntegerN_512
static BigIntegerN_640
static BigIntegerN_768
Method Summary
static voidcheckParams(BigInteger N, BigInteger g)

Field Detail

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 Detail

checkParams

public static void checkParams(BigInteger N, BigInteger g)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.