Interface ChecksumType


public interface ChecksumType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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)