Interface KeyPairGenEdDSA


public interface KeyPairGenEdDSA
  • Method Summary

    Modifier and Type Method Description
    byte[] getPrv()  
    byte[] getPub()  
    void init​(java.lang.String Name, int keylen)  
  • Method Details

    • init

      void init​(java.lang.String Name, int keylen) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • getPub

      byte[] getPub()
    • getPrv

      byte[] getPrv()