Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.asymmetric.util
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
BaseAlgorithmParameterGeneratorSpi()
           
 
Method Summary
protected  java.security.AlgorithmParameters createParametersInstance(java.lang.String algorithm)
           
 
Methods inherited from class java.security.AlgorithmParameterGeneratorSpi
engineGenerateParameters, engineInit, engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAlgorithmParameterGeneratorSpi

public BaseAlgorithmParameterGeneratorSpi()
Method Detail

createParametersInstance

protected final java.security.AlgorithmParameters createParametersInstance(java.lang.String algorithm)
                                                                    throws java.security.NoSuchAlgorithmException,
                                                                           java.security.NoSuchProviderException

Bouncy Castle Cryptography Library 1.77.0