Package ch.bailu.gtk.glib
Interface ChecksumType
public interface ChecksumType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Use the MD5 hashing algorithmstatic final int
Use the SHA-1 hashing algorithmstatic final int
Use the SHA-256 hashing algorithmstatic final int
Use the SHA-384 hashing algorithm (Since: 2.51)static final int
Use the SHA-512 hashing algorithm (Since: 2.36)
-
Field Details
-
MD5
static final int MD5Use the MD5 hashing algorithm- See Also:
-
SHA1
static final int SHA1Use the SHA-1 hashing algorithm- See Also:
-
SHA256
static final int SHA256Use the SHA-256 hashing algorithm- See Also:
-
SHA512
static final int SHA512Use the SHA-512 hashing algorithm (Since: 2.36)- See Also:
-
SHA384
static final int SHA384Use the SHA-384 hashing algorithm (Since: 2.51)- See Also:
-