Class CloudFrontCookieSigner.SignedCookies
java.lang.Object
com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
- Direct Known Subclasses:
CloudFrontCookieSigner.CookiesForCannedPolicy
,CloudFrontCookieSigner.CookiesForCustomPolicy
- Enclosing class:
- CloudFrontCookieSigner
Contains common cookies used by Amazon CloudFront.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setKeyPairId
(String keyPairId) void
setSignature
(String signature)
-
Field Details
-
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. -
signature
The hashed and signed version of the policy.
-
-
Constructor Details
-
SignedCookies
public SignedCookies()
-
-
Method Details
-
getKeyPairId
-
setKeyPairId
-
getSignature
-
setSignature
-