Class SRP6Group

java.lang.Object
org.bouncycastle.tls.crypto.SRP6Group

public class SRP6Group extends Object
Carrier class for SRP-6 group parameters.
  • Constructor Details

    • SRP6Group

      public SRP6Group(BigInteger N, BigInteger g)
      Base constructor.
      Parameters:
      N - the N value.
      g - the g value.
  • Method Details