Method | Description | |
---|---|---|
a32_to_base64 ( uint a ) : string | ||
a32_to_str ( uint a ) : byte[] | ||
base64_to_a32 ( string s ) : uint[] | ||
base64urldecode ( string data ) : byte[] | ||
base64urlencode ( byte bytes ) : string | ||
decrypt_key ( Sjcl cipher, uint a ) : uint[] | ||
encrypt_key ( Sjcl cipher, uint a ) : uint[] | ||
prepare_key ( uint a ) : uint[] | ||
prepare_key_pw ( string password ) : uint[] | ||
str_to_a32 ( byte b ) : uint[] | ||
str_to_a32 ( string b ) : uint[] | ||
stringhash ( string s, Sjcl aes ) : string |
public static a32_to_base64 ( uint a ) : string | ||
a | uint | |
return | string |
public static base64_to_a32 ( string s ) : uint[] | ||
s | string | |
return | uint[] |
public static base64urldecode ( string data ) : byte[] | ||
data | string | |
return | byte[] |
public static base64urlencode ( byte bytes ) : string | ||
bytes | byte | |
return | string |
public static decrypt_key ( Sjcl cipher, uint a ) : uint[] | ||
cipher | Sjcl | |
a | uint | |
return | uint[] |
public static encrypt_key ( Sjcl cipher, uint a ) : uint[] | ||
cipher | Sjcl | |
a | uint | |
return | uint[] |
public static prepare_key ( uint a ) : uint[] | ||
a | uint | |
return | uint[] |
public static prepare_key_pw ( string password ) : uint[] | ||
password | string | |
return | uint[] |
public static str_to_a32 ( string b ) : uint[] | ||
b | string | |
return | uint[] |
public static stringhash ( string s, Sjcl aes ) : string | ||
s | string | |
aes | Sjcl | |
return | string |