public class AlgorithmParameterSpecFactory extends Object
AlgorithmParameterSpecFactory holds methods for creating
AlgorithmParameterSpec objects.| Constructor and Description |
|---|
AlgorithmParameterSpecFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmParameterSpec |
newPBEParameterSpec(byte[] salt,
int iterationCount)
Factory method for creating a new
PBEParameterSpec from the given salt and iteration
count. |
public static AlgorithmParameterSpec newPBEParameterSpec(byte[] salt, int iterationCount)
PBEParameterSpec from the given salt and iteration
count.salt - the saltiterationCount - the iteration countPBEParameterSpec from the given salt and iteration count.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.