Example usage for com.amazonaws.auth AWS4Signer subclass-usage

List of usage examples for com.amazonaws.auth AWS4Signer subclass-usage

Introduction

In this page you can find the example usage for com.amazonaws.auth AWS4Signer subclass-usage.

Usage

From source file com.erudika.para.rest.Signer.java

/**
 * This class extends {@code AWS4Signer} implementing the AWS Signature Version 4 algorithm.
 * Also contains a method for signature validation. The signatures that this class produces are
 * compatible with the original AWS SDK implementation.
 * @author Alex Bogdanovski [alex@erudika.com]
 */

From source file com.ibm.og.s3.v4.AWSS3V4Signer.java

/**
 * AWS4 signer implementation for AWS S3
 */
public class AWSS3V4Signer extends AWS4Signer {
    private static final String CONTENT_SHA_256 = "STREAMING-AWS4-HMAC-SHA256-PAYLOAD";