Interface KeyPairGenECDSA

All Known Implementing Classes:
KeyPairGenECDSA

public interface KeyPairGenECDSA
  • Method Summary

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

    • init

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

      byte[] getD()
    • getR

      byte[] getR()
    • getS

      byte[] getS()