Class Ed25519

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean verify​(byte[] message, byte[] signature, byte[] publicKey)
      Returns true if the EdDSA signature with message, can be verified with publicKey.
      • Methods inherited from class java.lang.Object

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

      • verify

        public static boolean verify​(byte[] message,
                                     byte[] signature,
                                     byte[] publicKey)
        Returns true if the EdDSA signature with message, can be verified with publicKey.