public class OAuthHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OAuthHelper.Keys |
Constructor and Description |
---|
OAuthHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
bytesToString(byte[] data) |
static String |
dictionaryToString(Map<String,String> data) |
static String |
encryptAsymmetric(byte[] exponent,
byte[] modulus,
String data) |
static String |
hash(String data) |
static byte[] |
parseBytes(String data) |
static Map<String,String> |
parseDictionary(String data) |
Copyright © 2016. All Rights Reserved.