All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.braintreegateway.util.Hasher Maven / Gradle / Ivy

package com.braintreegateway.util;

public interface Hasher {

  public String hmacHash(String privateKey, String content);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy