Package org.bouncycastle.crypto.params
Class SRP6GroupParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.SRP6GroupParameters
-
public class SRP6GroupParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description SRP6GroupParameters(BigInteger N, BigInteger g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getG()
BigInteger
getN()
-
-
-
Constructor Detail
-
SRP6GroupParameters
public SRP6GroupParameters(BigInteger N, BigInteger g)
-
-
Method Detail
-
getG
public BigInteger getG()
-
getN
public BigInteger getN()
-
-