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".
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00