Interface KeyPairGenDSA

All Known Implementing Classes:
KeyPairGenDSA

public interface KeyPairGenDSA
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    byte[]
     
    byte[]
     
    byte[]
     
    byte[]
     
    void
    init(int key_size)
     
  • Method Details

    • init

      void init(int key_size) throws Exception
      Throws:
      Exception
    • getX

      byte[] getX()
    • getY

      byte[] getY()
    • getP

      byte[] getP()
    • getQ

      byte[] getQ()
    • getG

      byte[] getG()