Interface SignedCookie

    • Method Detail

      • resourceUrl

        String resourceUrl()
        Returns the resource URL
      • createHttpGetRequest

        SdkHttpRequest createHttpGetRequest()
        Generates an HTTP GET request that can be executed by an HTTP client to access the resource
      • signatureHeaderValue

        String signatureHeaderValue()
        Returns the cookie signature header value that can be appended to an HTTP GET request i.e., "CloudFront-Signature=[SIGNATURE_VALUE]"
      • keyPairIdHeaderValue

        String keyPairIdHeaderValue()
        Returns the cookie key-pair-Id header value that can be appended to an HTTP GET request i.e., "CloudFront-Key-Pair-Id=[KEY_PAIR_ID_VALUE]"