Example usage for org.apache.shiro.crypto.hash HashService interface-usage

List of usage examples for org.apache.shiro.crypto.hash HashService interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.crypto.hash HashService interface-usage.

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;