Package | mx.utils |
Class | public class SHA256 |
Inheritance | SHA256 Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
[static]
Computes the digest of a message using the SHA-256 hash algorithm. | SHA256 | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
TYPE_ID : String = "SHA-256" [static]
Identifies this hash is of type "SHA-256". | SHA256 |
Method Detail
computeDigest | () | method |
public static function computeDigest(byteArray:ByteArray):String
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
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.
|
String |
Constant Detail
TYPE_ID | Constant |
public static const TYPE_ID:String = "SHA-256"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Identifies this hash is of type "SHA-256".
Thu Dec 6 2018, 01:12 PM -08:00