Enum DigestAlgorithm
DigestAlgorithm
Selektor algorytmu podsumowania.
Aby wywołać wyliczenie, wywołaj jej klasę nadrzędną, nazwę i właściwość. Na przykład:
Utilities.DigestAlgorithm.MD2
.
Właściwości
Właściwość | Typ | Opis |
MD2 | Enum | Algorytm MD2 |
MD5 | Enum | Algorytm MD5 |
SHA_1 | Enum | Algorytm SHA-1 |
SHA_256 | Enum | Algorytm SHA-256 |
SHA_384 | Enum | Algorytm SHA-384 |
SHA_512 | Enum | Algorytm SHA-512 |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-01 UTC.
[null,null,["Ostatnia aktualizacja: 2023-12-01 UTC."],[[["`DigestAlgorithm` allows you to select a specific hashing algorithm for use within the system."],["It is called using the format `Utilities.DigestAlgorithm.[algorithm]`, for example, `Utilities.DigestAlgorithm.MD5`."],["Available algorithms include MD2, MD5, SHA-1, SHA-256, SHA-384, and SHA-512."]]],[]]