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

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

The newest version!
package com.braintreegateway.util;

public interface Hasher {

  public String hmacHash(String privateKey, String content);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy