Interface KeyPairGenRSA

All Known Implementing Classes:
KeyPairGenRSA

public interface KeyPairGenRSA
  • Method Summary

    Modifier and Type Method Description
    byte[] getC()  
    byte[] getD()  
    byte[] getE()  
    byte[] getEP()  
    byte[] getEQ()  
    byte[] getN()  
    byte[] getP()  
    byte[] getQ()  
    void init​(int key_size)  
  • Method Details

    • init

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

      byte[] getD()
    • getE

      byte[] getE()
    • getN

      byte[] getN()
    • getC

      byte[] getC()
    • getEP

      byte[] getEP()
    • getEQ

      byte[] getEQ()
    • getP

      byte[] getP()
    • getQ

      byte[] getQ()