Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation of SHA-256 hash algorithm as described in
Federal Information Processing Standards Publication 180-2
at http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf
public static function computeDigest(byteArray:ByteArray):String
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Computes the digest of a message using the SHA-256 hash algorithm.
Parameters
| byteArray:ByteArray — - the message, may not be null.
return String - 64 character hexidecimal representation of the digest.
|
Returnspublic static const TYPE_ID:String = SHA-256
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Identifies this hash is of type "SHA-256".
Mon Jul 9 2012, 07:18 PM -04:00