List of usage examples for org.apache.shiro.crypto.hash HashService interface-usage
From source file com.github.richardwilly98.esdms.services.SHA512HashProvider.java
@Singleton public class SHA512HashProvider implements HashService { private static Logger log = Logger.getLogger(SHA512HashProvider.class); private final DefaultHashService service;