Class DHParameter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DERObject getDERObject()  
      java.math.BigInteger getG()  
      java.math.BigInteger getL()  
      java.math.BigInteger getP()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DHParameter

        public DHParameter​(java.math.BigInteger p,
                           java.math.BigInteger g,
                           int l)
    • Method Detail

      • getP

        public java.math.BigInteger getP()
      • getG

        public java.math.BigInteger getG()
      • getL

        public java.math.BigInteger getL()