Bouncy Castle Cryptography 1.29

org.bouncycastle.jce.provider
Class JDKAlgorithmParameterGenerator.GOST3410

java.lang.Object
  extended byjava.security.AlgorithmParameterGeneratorSpi
      extended byorg.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
          extended byorg.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator.GOST3410
Enclosing class:
JDKAlgorithmParameterGenerator

public static class JDKAlgorithmParameterGenerator.GOST3410
extends JDKAlgorithmParameterGenerator


Nested Class Summary
 
Nested classes inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
JDKAlgorithmParameterGenerator.AES, JDKAlgorithmParameterGenerator.CAST5, JDKAlgorithmParameterGenerator.DES, JDKAlgorithmParameterGenerator.DH, JDKAlgorithmParameterGenerator.DSA, JDKAlgorithmParameterGenerator.ElGamal, JDKAlgorithmParameterGenerator.GOST3410, JDKAlgorithmParameterGenerator.IDEA, JDKAlgorithmParameterGenerator.RC2
 
Field Summary
 
Fields inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
random, strength
 
Constructor Summary
JDKAlgorithmParameterGenerator.GOST3410()
           
 
Method Summary
protected  AlgorithmParameters engineGenerateParameters()
           
protected  void engineInit(AlgorithmParameterSpec genParamSpec, java.security.SecureRandom random)
           
 
Methods inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKAlgorithmParameterGenerator.GOST3410

public JDKAlgorithmParameterGenerator.GOST3410()
Method Detail

engineInit

protected void engineInit(AlgorithmParameterSpec genParamSpec,
                          java.security.SecureRandom random)
                   throws InvalidAlgorithmParameterException
Specified by:
engineInit in class AlgorithmParameterGeneratorSpi
Throws:
InvalidAlgorithmParameterException

engineGenerateParameters

protected AlgorithmParameters engineGenerateParameters()
Specified by:
engineGenerateParameters in class AlgorithmParameterGeneratorSpi

Bouncy Castle Cryptography 1.29