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.
Returns public 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".
The Apache Software Foundation Wed Nov 15 2017, 09:50 AM +01:00