Bouncy Castle Cryptography Library 1.81

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

java.lang.Object
  extended byjavax.crypto.KeyGeneratorSpi
      extended byorg.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
          extended byorg.bouncycastle.jcajce.provider.symmetric.SipHash128.KeyGen
Enclosing class:
SipHash128

public static class SipHash128.KeyGen
extends BaseKeyGenerator


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

SipHash128.KeyGen

public SipHash128.KeyGen()

Bouncy Castle Cryptography Library 1.81