Bouncy Castle Cryptography 1.24

org.bouncycastle.jce.provider
Class JCEKeyGenerator.HMACSHA1

java.lang.Object
  |
  +--javax.crypto.KeyGeneratorSpi
        |
        +--org.bouncycastle.jce.provider.JCEKeyGenerator
              |
              +--org.bouncycastle.jce.provider.JCEKeyGenerator.HMACSHA1
Enclosing class:
JCEKeyGenerator

public static class JCEKeyGenerator.HMACSHA1
extends JCEKeyGenerator

HMACSHA1


Inner classes inherited from class org.bouncycastle.jce.provider.JCEKeyGenerator
JCEKeyGenerator.AES, JCEKeyGenerator.AES128, JCEKeyGenerator.AES192, JCEKeyGenerator.AES256, JCEKeyGenerator.Blowfish, JCEKeyGenerator.CAST5, JCEKeyGenerator.CAST6, JCEKeyGenerator.DES, JCEKeyGenerator.DESede, JCEKeyGenerator.DESede3, JCEKeyGenerator.HMACSHA1, JCEKeyGenerator.HMACTIGER, JCEKeyGenerator.IDEA, JCEKeyGenerator.MD2HMAC, JCEKeyGenerator.MD4HMAC, JCEKeyGenerator.MD5HMAC, JCEKeyGenerator.RC2, JCEKeyGenerator.RC4, JCEKeyGenerator.RC5, JCEKeyGenerator.RC564, JCEKeyGenerator.RC6, JCEKeyGenerator.Rijndael, JCEKeyGenerator.RIPEMD128HMAC, JCEKeyGenerator.RIPEMD160HMAC, JCEKeyGenerator.Serpent, JCEKeyGenerator.Skipjack, JCEKeyGenerator.Twofish
 
Fields inherited from class org.bouncycastle.jce.provider.JCEKeyGenerator
algName, defaultKeySize, engine, keySize, uninitialised
 
Constructor Summary
JCEKeyGenerator.HMACSHA1()
           
 
Methods inherited from class org.bouncycastle.jce.provider.JCEKeyGenerator
engineGenerateKey, engineInit, engineInit, engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCEKeyGenerator.HMACSHA1

public JCEKeyGenerator.HMACSHA1()

Bouncy Castle Cryptography 1.24