Packagesekati.crypt
Classpublic final class SHA256
ImplementsIHash

Calculate NIST compatible SHA256 checksum hash.

See also

http://anmar.eu.org/projects/jssha2


Public Methods
 MethodDefined by
  
SHA256 Static Constructor
SHA256
  
calculate(str:String):String
[static] Calculates the SHA256 checksum.
SHA256
Constructor detail
SHA256()constructor
public function SHA256()

SHA256 Static Constructor

Method detail
calculate()method
public static function calculate(str:String):String

Calculates the SHA256 checksum.

Parameters
str:String — string to hash

Returns
String