Class CloudFrontCookieSigner.SignedCookies
- java.lang.Object
-
- com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
-
- Direct Known Subclasses:
CloudFrontCookieSigner.CookiesForCannedPolicy
,CloudFrontCookieSigner.CookiesForCustomPolicy
- Enclosing class:
- CloudFrontCookieSigner
public static class CloudFrontCookieSigner.SignedCookies extends Object
Contains common cookies used by Amazon CloudFront.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
CloudFrontCookieSigner.SignedCookies.CookieKeyValuePair
-
Field Summary
Fields Modifier and Type Field Description protected Map.Entry<String,String>
keyPairId
The active CloudFront key pair Id for the key pair (Trusted Signer) that you are using to generate the signature.protected Map.Entry<String,String>
signature
The hashed and signed version of the policy.
-
Constructor Summary
Constructors Constructor Description SignedCookies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map.Entry<String,String>
getKeyPairId()
Map.Entry<String,String>
getSignature()
void
setKeyPairId(String keyPairId)
void
setSignature(String signature)
-
-
-
Field Detail
-
keyPairId
protected Map.Entry<String,String> keyPairId
The active CloudFront key pair Id for the key pair (Trusted Signer) that you are using to generate the signature. For more information, see Specifying the AWS Accounts That Can Create Signed URLs and Signed Cookies (Trusted Signers) in the Amazon CloudFront User Guide.
-
-