Class BaseAlgorithmParameterGeneratorSpi

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
        Throws:
        java.security.NoSuchAlgorithmException
        java.security.NoSuchProviderException