Uses of Class
com.amazonaws.auth.SigningAlgorithm

Packages that use SigningAlgorithm
com.amazonaws.auth   
 

Uses of SigningAlgorithm in com.amazonaws.auth
 

Methods in com.amazonaws.auth that return SigningAlgorithm
static SigningAlgorithm SigningAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SigningAlgorithm[] SigningAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.auth with parameters of type SigningAlgorithm
protected  byte[] AbstractAWSSigner.sign(byte[] data, byte[] key, SigningAlgorithm algorithm)
           
 void QueryStringSigner.sign(Request<?> request, SignatureVersion version, SigningAlgorithm algorithm, AWSCredentials credentials)
          This signer will add following authentication parameters to the request: AWSAccessKeyId SignatureVersion SignatureMethod Timestamp Signature
 byte[] AbstractAWSSigner.sign(String stringData, byte[] key, SigningAlgorithm algorithm)
           
protected  String AbstractAWSSigner.signAndBase64Encode(byte[] data, String key, SigningAlgorithm algorithm)
          Computes an RFC 2104-compliant HMAC signature for an array of bytes and returns the result as a Base64 encoded string.
protected  String AbstractAWSSigner.signAndBase64Encode(String data, String key, SigningAlgorithm algorithm)
          Computes an RFC 2104-compliant HMAC signature and returns the result as a Base64 encoded string.
 



Copyright © 2016. All rights reserved.