Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jcajce.provider.symmetric
Class Camellia.KeyGen

java.lang.Object
  |
  +--javax.crypto.KeyGeneratorSpi
        |
        +--org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
              |
              +--org.bouncycastle.jcajce.provider.symmetric.Camellia.KeyGen
Direct Known Subclasses:
Camellia.KeyGen128, Camellia.KeyGen192, Camellia.KeyGen256
Enclosing class:
Camellia

public static class Camellia.KeyGen
extends BaseKeyGenerator


Fields inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
algName, defaultKeySize, engine, keySize, uninitialised
 
Constructor Summary
Camellia.KeyGen()
           
Camellia.KeyGen(int keySize)
           
 
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
engineGenerateKey, engineInit, engineInit, engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Camellia.KeyGen

public Camellia.KeyGen()

Camellia.KeyGen

public Camellia.KeyGen(int keySize)

Bouncy Castle Cryptography Library 1.79