gnu.crypto.key.srp6
Class SRPAlgorithm
public class SRPAlgorithm
Utilities for use with SRP-6 based methods and protocols.
Reference:
- SRP Protocol Design
Thomas J. Wu.
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
checkParams
public static void checkParams(BigInteger N,
BigInteger g)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.