Interface KeyPairGenECDSA

  • All Known Implementing Classes:
    KeyPairGenECDSA

    public interface KeyPairGenECDSA
    • Method Detail

      • init

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

        byte[] getD()
      • getR

        byte[] getR()
      • getS

        byte[] getS()