Bouncy Castle Cryptography 1.46

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

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

public static class SEED.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
SEED.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

SEED.KeyGen

public SEED.KeyGen()

Bouncy Castle Cryptography 1.46