public class HashAccess extends CryptoAccess implements HashFactory
CryptoAccess for HashFactory.| Modifier and Type | Field and Description |
|---|---|
private HashConfig |
config |
| Constructor and Description |
|---|
HashAccess(HashConfig config)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HashCreator |
newHashCreator() |
static HashAccess |
of(HashConfig config) |
String |
toString() |
private final HashConfig config
public HashAccess(HashConfig config)
config - the HashAccess.public HashCreator newHashCreator()
newHashCreator in interface HashFactoryHashCreator for the configured hash algorithm of this factory.public static HashAccess of(HashConfig config)
config - the HashAccess.HashAccess.Copyright © 2001–2019 mmm-Team. All rights reserved.