Bouncy Castle Cryptography Library 1.77.0

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

java.lang.Object
  |
  +--javax.crypto.KeyGeneratorSpi
        |
        +--org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
              |
              +--org.bouncycastle.jcajce.provider.symmetric.SM4.Poly1305KeyGen
Enclosing class:
SM4

public static class SM4.Poly1305KeyGen
extends BaseKeyGenerator


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

SM4.Poly1305KeyGen

public SM4.Poly1305KeyGen()

Bouncy Castle Cryptography Library 1.77.0