Interface Hashes


  • @TypeAdapters
    @Immutable
    public interface Hashes
    The Hash values for some given thing.
    • Method Detail

      • getSha256

        @Nullable
        java.lang.String getSha256()
        SHA_256 hash of the thing. *
      • getSha512

        @Nullable
        java.lang.String getSha512()
        SHA_512 hash of the thing. *