Interface KeyPairGenEdDSA


public interface KeyPairGenEdDSA
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    byte[]
     
    void
    init(String Name, int keylen)
     
  • Method Details

    • init

      void init(String Name, int keylen) throws Exception
      Throws:
      Exception
    • getPub

      byte[] getPub()
    • getPrv

      byte[] getPrv()