Interface KeyPairGenRSA

All Known Implementing Classes:
KeyPairGenRSA

public interface KeyPairGenRSA
  • Method Summary

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

    • init

      void init(int key_size) throws Exception
      Throws:
      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()