Object HashAlgorithm.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static HashAlgorithm fromString(String alias) Create a hash algorithm from one of its alias names.
      final HashAlgorithm create(String value) Create a hash algorithm from a hash value.
      final List<HashAlgorithm> getVERIFIABLE() The list of algorithms that can be verified.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait