Class UrlSigner

java.lang.Object
ai.nextbillion.maps.internal.UrlSigner

public class UrlSigner
extends java.lang.Object
Utility class for supporting Maps for Work Digital signatures.

See Using a client ID for more detail on this protocol.

  • Constructor Summary

    Constructors 
    Constructor Description
    UrlSigner​(java.lang.String keyString)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getSignature​(java.lang.String path)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UrlSigner

      public UrlSigner​(java.lang.String keyString) throws java.security.NoSuchAlgorithmException, java.security.InvalidKeyException
      Throws:
      java.security.NoSuchAlgorithmException
      java.security.InvalidKeyException
  • Method Details

    • getSignature

      public java.lang.String getSignature​(java.lang.String path)