Interface DH

All Known Implementing Classes:
DH

public interface DH
  • Method Summary

    Modifier and Type Method Description
    void checkRange()  
    byte[] getE()  
    byte[] getK()  
    void init()  
    void setF​(byte[] f)  
    void setG​(byte[] g)  
    void setP​(byte[] p)  
  • Method Details

    • 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