public class HashProviderFactory extends Object
Modifier and Type | Field and Description |
---|---|
HashAlgorithm |
algo |
String |
salt |
Constructor and Description |
---|
HashProviderFactory(HashAlgorithm algorithmEnum,
String salt) |
HashProviderFactory(String algorithmName,
String salt) |
Modifier and Type | Method and Description |
---|---|
HashProvider |
createProvider() |
public HashAlgorithm algo
public String salt
public HashProviderFactory(HashAlgorithm algorithmEnum, String salt)
public HashProvider createProvider()
Copyright © 2001–2019 KnowGate. All rights reserved.