Interface KeyPairGenECDSA

All Known Implementing Classes:
KeyPairGenECDSA

public interface KeyPairGenECDSA
  • Method Summary

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

    • init

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

      byte[] getD()
    • getR

      byte[] getR()
    • getS

      byte[] getS()