Interface DH

  • All Known Implementing Classes:
    DH

    public interface DH
    • Method Detail

      • init

        void init()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setP

        void setP​(byte[] p)
      • setG

        void setG​(byte[] g)
      • getE

        byte[] getE()
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setF

        void setF​(byte[] f)
      • getK

        byte[] getK()
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • checkRange

        void checkRange()
                 throws java.lang.Exception
        Throws:
        java.lang.Exception