Pakiet | mx.data.crypto |
Klasa | public class SHA256 |
Dziedziczenie | SHA256 Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Więcej informacji
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
digest : ByteArray [statyczny]
The SHA-256 digest. | SHA256 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
Performs the SHA256 hash algorithm on a string. | SHA256 | ||
[statyczny]
Performs the SHA256 hash algorithm on a ByteArray. | SHA256 | ||
[statyczny]
Performs the SHA256 hash algorithm on a string, then does
Base64 encoding on the result. | SHA256 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
digest | właściwość |
public static var digest:ByteArray
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The SHA-256 digest.
Szczegół metody
hash | () | metoda |
public static function hash(s:String):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a string.
Parametry
s:String — The string to hash
|
String — A string containing the hash value of s
|
hashBytes | () | metoda |
public static function hashBytes(data:ByteArray):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a ByteArray.
Parametry
data:ByteArray — The ByteArray data to hash
|
String — A string containing the hash value of data
|
hashToBase64 | () | metoda |
public static function hashToBase64(s:String):String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a string, then does Base64 encoding on the result.
Parametry
s:String — The string to hash
|
String — The base64 encoded hash value of s
|
Tue Jun 12 2018, 12:06 PM Z