| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the storage service base classes.
|
| Modifier and Type | Method and Description |
|---|---|
StorageKey |
Credentials.getKey()
Deprecated.
Returns the access key to be used when signing the request.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
StorageKey.computeMacSha256(StorageKey storageKey,
String stringToSign)
Deprecated.
Computes a signature for the specified string using the HMAC-SHA256 algorithm.
|
static String |
StorageKey.computeMacSha512(StorageKey storageKey,
String stringToSign)
Deprecated.
Computes a signature for the specified string using the HMAC-SHA512 algorithm.
|
Copyright © 2015. All Rights Reserved.