Class EC2RequestSigner

java.lang.Object
com.hazelcast.aws.security.EC2RequestSigner

public class EC2RequestSigner
extends Object
  • Constructor Details

  • Method Details

    • getCredentialScope

      public String getCredentialScope()
    • getSignedHeaders

      public String getSignedHeaders()
    • sign

      public String sign​(String service, Map<String,​String> attributes)
    • getCanonicalHeaders

      protected String getCanonicalHeaders()
    • getCanonicalizedQueryString

      public String getCanonicalizedQueryString​(Map<String,​String> attributes)
    • getCanonicalizedQueryString

      protected String getCanonicalizedQueryString​(List<String> list)
    • addComponents

      protected void addComponents​(List<String> components, Map<String,​String> attributes, String key)
    • getListOfEntries

      protected List<String> getListOfEntries​(Map<String,​String> entries)
    • createFormattedCredential

      public String createFormattedCredential()