Bouncy Castle Cryptography 1.51

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

java.lang.Object
  extended by javax.crypto.KeyGeneratorSpi
      extended by org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
          extended by org.bouncycastle.jcajce.provider.symmetric.SipHash.KeyGen
Enclosing class:
SipHash

public static class SipHash.KeyGen
extends BaseKeyGenerator


Field Summary
 
Fields inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
algName, defaultKeySize, engine, keySize, uninitialised
 
Constructor Summary
SipHash.KeyGen()
           
 
Method Summary
 
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

SipHash.KeyGen

public SipHash.KeyGen()

Bouncy Castle Cryptography 1.51