Class BaseAlgorithmParameterGeneratorSpi
- java.lang.Object
-
- java.security.AlgorithmParameterGeneratorSpi
-
- org.bouncycastle.jcajce.provider.asymmetric.util.BaseAlgorithmParameterGeneratorSpi
-
- Direct Known Subclasses:
AlgorithmParameterGeneratorSpi
,AlgorithmParameterGeneratorSpi
,AlgorithmParameterGeneratorSpi
,AlgorithmParameterGeneratorSpi
public abstract class BaseAlgorithmParameterGeneratorSpi extends java.security.AlgorithmParameterGeneratorSpi
-
-
Constructor Summary
Constructors Constructor Description BaseAlgorithmParameterGeneratorSpi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.security.AlgorithmParameters
createParametersInstance(java.lang.String algorithm)
-
-
-
Method Detail
-
createParametersInstance
protected final java.security.AlgorithmParameters createParametersInstance(java.lang.String algorithm) throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
- Throws:
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException
-
-