Package | org.igniterealtime.xiff.util |
Class | public class SHA1 |
Inheritance | SHA1 ![]() |
See also
Method | Defined By | ||
---|---|---|---|
calcSHA1(str:String):String [static]
Takes a string and returns the hex representation of its SHA1 hash. | SHA1 |
calcSHA1 | () | method |
public static function calcSHA1(str:String):String
Takes a string and returns the hex representation of its SHA1 hash.
Parameters
str:String — The string to use for calculating the hash
|
String — The SHA1 hash of the string passed to the function
|