Bouncy Castle Cryptography Library 1.85

org.bouncycastle.jcajce.provider.symmetric
Class LEA.Poly1305KeyGen

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

public static class LEA.Poly1305KeyGen
extends BaseKeyGenerator


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

LEA.Poly1305KeyGen

public LEA.Poly1305KeyGen()

Bouncy Castle Cryptography Library 1.85