Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.params
Class SRP6GroupParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.SRP6GroupParameters

public class SRP6GroupParameters
extends java.lang.Object


Constructor Summary
SRP6GroupParameters(java.math.BigInteger N, java.math.BigInteger g)
           
 
Method Summary
 java.math.BigInteger getG()
           
 java.math.BigInteger getN()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRP6GroupParameters

public SRP6GroupParameters(java.math.BigInteger N,
                           java.math.BigInteger g)
Method Detail

getG

public java.math.BigInteger getG()

getN

public java.math.BigInteger getN()

Bouncy Castle Cryptography Library 1.77.0