
com.genexus.cryptography.hashing.IGXHashing Maven / Gradle / Ivy
package com.genexus.cryptography.hashing;
import java.security.InvalidKeyException;
import java.security.SignatureException;
public interface IGXHashing {
String computeHash(String text);
String computeHashKey(String text, String key) throws SignatureException, InvalidKeyException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy