Class SRP6Group


  • public class SRP6Group
    extends java.lang.Object
    Carrier class for SRP-6 group parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      SRP6Group​(java.math.BigInteger N, java.math.BigInteger g)
      Base constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • SRP6Group

        public SRP6Group​(java.math.BigInteger N,
                         java.math.BigInteger g)
        Base constructor.
        Parameters:
        N - the N value.
        g - the g value.
    • Method Detail

      • getG

        public java.math.BigInteger getG()
      • getN

        public java.math.BigInteger getN()