public static class CloudFrontCookieSigner.SignedCookies extends Object
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | CloudFrontCookieSigner.SignedCookies.CookieKeyValuePair | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map.Entry<String,String> | keyPairIdThe active CloudFront key pair Id for the key pair (Trusted Signer) that you are using to generate the signature. | 
| protected Map.Entry<String,String> | signatureThe hashed and signed version of the policy. | 
| Constructor and Description | 
|---|
| SignedCookies() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map.Entry<String,String> | getKeyPairId() | 
| Map.Entry<String,String> | getSignature() | 
| void | setKeyPairId(String keyPairId) | 
| void | setSignature(String signature) | 
protected Map.Entry<String,String> keyPairId
Copyright © 2017. All rights reserved.