@Immutable @ThreadSafe public interface CloudFrontSignerRequest
| Modifier and Type | Method and Description |
|---|---|
Instant |
expirationDate()
Returns the expiration date, after which users will no longer be able to use the signed URL/cookie to access your
private content
|
String |
keyPairId()
Returns the key pair ID, i.e., the public key ID for the CloudFront public key whose corresponding private key you're
using to generate the signature
|
PrivateKey |
privateKey()
Returns the private key used to generate the signature
|
String |
resourceUrl()
Returns the resource URL, i.e., the unsigned URL
|
String resourceUrl()
PrivateKey privateKey()
String keyPairId()
Instant expirationDate()
Copyright © 2023. All rights reserved.