Class KeyPairGenEdDSA

    • Constructor Summary

      Constructors 
      Constructor Description
      KeyPairGenEdDSA()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPrv()  
      byte[] getPub()  
      void init​(java.lang.String name, int keylen)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyPairGenEdDSA

        public KeyPairGenEdDSA()
    • Method Detail

      • init

        public void init​(java.lang.String name,
                         int keylen)
                  throws java.lang.Exception
        Specified by:
        init in interface KeyPairGenEdDSA
        Throws:
        java.lang.Exception