Package ch.bailu.gtk.glib
Schnittstelle ChecksumType
public interface ChecksumType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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)
-
Felddetails
-
MD5
static final int MD5Use the MD5 hashing algorithm- Siehe auch:
-
SHA1
static final int SHA1Use the SHA-1 hashing algorithm- Siehe auch:
-
SHA256
static final int SHA256Use the SHA-256 hashing algorithm- Siehe auch:
-
SHA512
static final int SHA512Use the SHA-512 hashing algorithm (Since: 2.36)- Siehe auch:
-
SHA384
static final int SHA384Use the SHA-384 hashing algorithm (Since: 2.51)- Siehe auch:
-