Google

Bouncy Castle Cryptography 1.11 API Specification: Class JCEKeyGenerator.RC4
Bouncy Castle Cryptography 1.11

org.bouncycastle.jce.provider
Class JCEKeyGenerator.RC4

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

public static class JCEKeyGenerator.RC4
extends JCEKeyGenerator

RC4


Inner classes inherited from class org.bouncycastle.jce.provider.JCEKeyGenerator
JCEKeyGenerator.AES, JCEKeyGenerator.Blowfish, JCEKeyGenerator.CAST5, JCEKeyGenerator.CAST6, JCEKeyGenerator.DES, JCEKeyGenerator.DESede, JCEKeyGenerator.IDEA, JCEKeyGenerator.RC2, JCEKeyGenerator.RC4, JCEKeyGenerator.RC5, JCEKeyGenerator.RC564, JCEKeyGenerator.RC6, JCEKeyGenerator.Rijndael, JCEKeyGenerator.Serpent, JCEKeyGenerator.Skipjack, JCEKeyGenerator.Twofish
 
Fields inherited from class org.bouncycastle.jce.provider.JCEKeyGenerator
algName, defaultKeySize, engine, keySize, uninitialised
 
Constructor Summary
JCEKeyGenerator.RC4()
           
 
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.RC4

public JCEKeyGenerator.RC4()

Bouncy Castle Cryptography 1.11