gnu.crypto.key.srp6
public class SRPAlgorithm extends Object
Utilities for use with SRP-6 based methods and protocols.
Reference:
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) |