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

io.github.dbstarll.utils.lang.digest.Sha1Digestor Maven / Gradle / Ivy

The newest version!
package io.github.dbstarll.utils.lang.digest;

import java.security.NoSuchAlgorithmException;

public class Sha1Digestor extends ShaDigestor {
    public Sha1Digestor() throws NoSuchAlgorithmException {
        super(1);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy