public class CloudStorageUtils extends Object
Constructor and Description |
---|
CloudStorageUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getHTTPDate()
get the date according to the HTTP standard
|
static String |
hmac(String key,
String data)
Compile the HMAC of the data using the secret key
|
static boolean |
isMemberNested(org.datanucleus.metadata.AbstractMemberMetaData mmd) |
public static boolean isMemberNested(org.datanucleus.metadata.AbstractMemberMetaData mmd)
public static String hmac(String key, String data)
key
- the secret keydata
- datapublic static String getHTTPDate()
Copyright © 2020. All rights reserved.