Interface BinaryUtil.Hash

Enclosing class:
BinaryUtil

public static interface BinaryUtil.Hash
The currently supported hash algorithms.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Use SHA2 or SHA3 instead.
    static final String
    Deprecated.
    Use SHA2 or SHA3 instead.
    static final String
    The SHA-256 (256 bit) hash algorithm.
    static final String
    The SHA3-256 (256 bit) hash algorithm.
  • Field Details