Bouncy Castle Cryptography 1.46

org.bouncycastle.jce.provider.symmetric
Class Twofish.KeyGen

java.lang.Object
  extended by javax.crypto.KeyGeneratorSpi
      extended by org.bouncycastle.jce.provider.JCEKeyGenerator
          extended by org.bouncycastle.jce.provider.symmetric.Twofish.KeyGen
Enclosing class:
Twofish

public static class Twofish.KeyGen
extends JCEKeyGenerator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bouncycastle.jce.provider.JCEKeyGenerator
JCEKeyGenerator.DES, JCEKeyGenerator.GOST28147, JCEKeyGenerator.HMACSHA1, JCEKeyGenerator.HMACSHA224, JCEKeyGenerator.HMACSHA256, JCEKeyGenerator.HMACSHA384, JCEKeyGenerator.HMACSHA512, JCEKeyGenerator.HMACTIGER, JCEKeyGenerator.MD2HMAC, JCEKeyGenerator.MD4HMAC, JCEKeyGenerator.MD5HMAC, JCEKeyGenerator.RC2, JCEKeyGenerator.RIPEMD128HMAC, JCEKeyGenerator.RIPEMD160HMAC
 
Field Summary
 
Fields inherited from class org.bouncycastle.jce.provider.JCEKeyGenerator
algName, defaultKeySize, engine, keySize, uninitialised
 
Constructor Summary
Twofish.KeyGen()
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.jce.provider.JCEKeyGenerator
engineGenerateKey, engineInit, engineInit, engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Twofish.KeyGen

public Twofish.KeyGen()

Bouncy Castle Cryptography 1.46