Pacote | mx.data.crypto |
Classe | public class SHA256 |
Herança | SHA256 Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Saiba mais
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
digest : ByteArray [estático]
The SHA-256 digest. | SHA256 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
[estático]
Performs the SHA256 hash algorithm on a string. | SHA256 | ||
[estático]
Performs the SHA256 hash algorithm on a ByteArray. | SHA256 | ||
[estático]
Performs the SHA256 hash algorithm on a string, then does
Base64 encoding on the result. | SHA256 | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
digest | propriedade |
public static var digest:ByteArray
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The SHA-256 digest.
Detalhes do método
hash | () | método |
public static function hash(s:String):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a string.
Parâmetros
s:String — The string to hash
|
String — A string containing the hash value of s
|
hashBytes | () | método |
public static function hashBytes(data:ByteArray):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a ByteArray.
Parâmetros
data:ByteArray — The ByteArray data to hash
|
String — A string containing the hash value of data
|
hashToBase64 | () | método |
public static function hashToBase64(s:String):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3.1 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Performs the SHA256 hash algorithm on a string, then does Base64 encoding on the result.
Parâmetros
s:String — The string to hash
|
String — The base64 encoded hash value of s
|
Wed Jun 13 2018, 11:10 AM Z