labelingsystem-server
Version 0.1.0.0
|
Static Public Member Functions | |
static String | base64encode (String text) |
static String | base64decode (String text) |
static String | SHA1 (String text) throws NoSuchAlgorithmException, UnsupportedEncodingException |
static String | MD5 (String text) throws NoSuchAlgorithmException, UnsupportedEncodingException |
static String | generateHash () throws NoSuchAlgorithmException, UnsupportedEncodingException |
Static Private Member Functions | |
static String | convertToHex (byte[] data) |
|
static |
|
static |
|
staticprivate |
Referenced by Crypt.SHA1().
|
static |
|
static |
Referenced by Crypt.generateHash().
|
static |
References Crypt.convertToHex().
Referenced by AuthResource.getHash(), SQlite.getUserInfoAndCheckPassword(), and SQlite.insertUser().