Java com.amazonaws.services.cloudfront CloudFrontCookieSigner fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudfront CloudFrontCookieSigner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudfront CloudFrontCookieSigner.

The text is from its open source code.

Method

CookiesForCustomPolicygetCookiesForCustomPolicy(Protocol protocol, String distributionDomain, File privateKeyFile, String resourcePath, String keyPairId, Date expiresOn, Date activeFrom, String ipRange)
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
CookiesForCustomPolicygetCookiesForCustomPolicy(Protocol protocol, String distributionDomain, PrivateKey privateKey, String resourcePath, String keyPairId, Date expiresOn, Date activeFrom, String ipRange)
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.