Interface CloudFrontSignerRequest

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
    • Method Detail

      • resourceUrl

        String resourceUrl()
        Returns the resource URL, i.e., the unsigned URL
      • privateKey

        PrivateKey privateKey()
        Returns the private key used to generate the signature
      • keyPairId

        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
      • expirationDate

        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