public class GeneratePreSignedURL extends Object
| Constructor and Description |
|---|
GeneratePreSignedURL() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
hex(byte[] bytes) |
protected byte[] |
hmacsha1bytes(String data,
String key) |
protected String |
hmacsha1hex(String data,
String key) |
protected byte[] |
sign(byte[] data,
byte[] key,
com.amazonaws.auth.SigningAlgorithm algorithm) |
void |
test() |
public GeneratePreSignedURL()
public void test()
protected String hmacsha1hex(String data, String key) throws Exception
Exceptionprotected byte[] hmacsha1bytes(String data, String key) throws Exception
Exceptionprotected byte[] sign(byte[] data, byte[] key, com.amazonaws.auth.SigningAlgorithm algorithm) throws com.amazonaws.AmazonClientException
com.amazonaws.AmazonClientExceptionCopyright © 2004–2014 The Kuali Foundation. All rights reserved.