|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.json.CloudStorageUtils
public class CloudStorageUtils
| Constructor Summary | |
|---|---|
CloudStorageUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getHTTPDate()
get the date according to the HTTP standard |
static java.lang.String |
hmac(java.lang.String key,
java.lang.String data)
Compile the HMAC of the data using the secret key |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CloudStorageUtils()
| Method Detail |
|---|
public static java.lang.String hmac(java.lang.String key,
java.lang.String data)
key - the secret keydata -
public static java.lang.String getHTTPDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||