public class SRP6GroupParameters extends Object
Constructor and Description |
---|
SRP6GroupParameters(BigInteger N,
BigInteger g) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getG() |
BigInteger |
getN() |
public SRP6GroupParameters(BigInteger N, BigInteger g)
public BigInteger getG()
public BigInteger getN()
Copyright © 2018 BouncyCastle.org. All rights reserved.