Pacchetto | mx.data.crypto |
Classe | public class SHA256 |
Ereditarietà | SHA256 Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3.1 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Altre informazioni
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
digest : ByteArray [statico]
The SHA-256 digest. | SHA256 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
[statico]
Performs the SHA256 hash algorithm on a string. | SHA256 | ||
[statico]
Performs the SHA256 hash algorithm on a ByteArray. | SHA256 | ||
[statico]
Performs the SHA256 hash algorithm on a string, then does
Base64 encoding on the result. | SHA256 | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
digest | proprietà |
public static var digest:ByteArray
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3.1 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The SHA-256 digest.
Descrizione dei metodi
hash | () | metodo |
public static function hash(s:String):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3.1 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a string.
Parametri
s:String — The string to hash
|
String — A string containing the hash value of s
|
hashBytes | () | metodo |
public static function hashBytes(data:ByteArray):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3.1 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a ByteArray.
Parametri
data:ByteArray — The ByteArray data to hash
|
String — A string containing the hash value of data
|
hashToBase64 | () | metodo |
public static function hashToBase64(s:String):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3.1 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a string, then does Base64 encoding on the result.
Parametri
s:String — The string to hash
|
String — The base64 encoded hash value of s
|
Tue Jun 12 2018, 02:44 PM Z