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

io.mangoo.constants.Hmac Maven / Gradle / Ivy

The newest version!
package io.mangoo.constants;

public final class Hmac {
    public static final String SHA256 = "SHA256";
    public static final String SHA512 = "SHA512";

    private Hmac() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy