public class AlgorithmParametersHelper extends Object
AlgorithmParameters objects with
an optional JCA provider.| Constructor and Description |
|---|
AlgorithmParametersHelper() |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmParameters |
getInstance(String name,
Provider provider)
Creates a new
AlgorithmParameters instance. |
public AlgorithmParametersHelper()
public static AlgorithmParameters getInstance(String name, Provider provider) throws NoSuchAlgorithmException
AlgorithmParameters instance.name - The name of the requested algorithm. Must not be
null.provider - The JCA provider, or null to use the default
one.NoSuchAlgorithmException - If an AlgorithmParameterGeneratorSpi
implementation for the specified
algorithm is not available from the
specified Provider object.Copyright © 2019 Connect2id Ltd.. All rights reserved.