Interface KeyPairGenDSA

All Known Implementing Classes:
KeyPairGenDSA

public interface KeyPairGenDSA
  • Method Summary

    Modifier and Type Method Description
    byte[] getG()  
    byte[] getP()  
    byte[] getQ()  
    byte[] getX()  
    byte[] getY()  
    void init​(int key_size)  
  • Method Details

    • init

      void init​(int key_size) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • getX

      byte[] getX()
    • getY

      byte[] getY()
    • getP

      byte[] getP()
    • getQ

      byte[] getQ()
    • getG

      byte[] getG()