Interface KeyPairGenEdDSA

    • Method Detail

      • init

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

        byte[] getPub()
      • getPrv

        byte[] getPrv()
      • init

        default void init​(java.lang.String name,
                          byte[] prv)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception