Schnittstelle ChecksumType


public interface ChecksumType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Use the MD5 hashing algorithm
    static final int
    Use the SHA-1 hashing algorithm
    static final int
    Use the SHA-256 hashing algorithm
    static final int
    Use the SHA-384 hashing algorithm (Since: 2.51)
    static final int
    Use the SHA-512 hashing algorithm (Since: 2.36)
  • Felddetails

    • MD5

      static final int MD5
      Use the MD5 hashing algorithm
      Siehe auch:
    • SHA1

      static final int SHA1
      Use the SHA-1 hashing algorithm
      Siehe auch:
    • SHA256

      static final int SHA256
      Use the SHA-256 hashing algorithm
      Siehe auch:
    • SHA512

      static final int SHA512
      Use the SHA-512 hashing algorithm (Since: 2.36)
      Siehe auch:
    • SHA384

      static final int SHA384
      Use the SHA-384 hashing algorithm (Since: 2.51)
      Siehe auch: