public abstract class AbstractShaHashingService extends Object implements HashingService
| Constructor and Description |
|---|
AbstractShaHashingService() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HashingAlgorithm |
getAlgorithm() |
byte[] |
hash(String data,
Charset charset) |
public byte[] hash(String data, Charset charset)
hash in interface HashingServiceprotected abstract HashingAlgorithm getAlgorithm()
Copyright © 2019. All rights reserved.