Class CryptoFunctions


  • public final class CryptoFunctions
    extends java.lang.Object
    A collection of public-key signature system crypto functions.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CryptoFunction ed25519()
      Returns a ED25519 public-key signature system crypto function.
      • Methods inherited from class java.lang.Object

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

      • ed25519

        public static CryptoFunction ed25519()
        Returns a ED25519 public-key signature system crypto function.