org.bouncycastle.crypto
Class CipherKeyGenerator

java.lang.Object
  extended by org.bouncycastle.crypto.CipherKeyGenerator

public class CipherKeyGenerator
extends Object


Constructor Summary
CipherKeyGenerator()
           
 
Method Summary
 byte[] generateKey()
           
 void init(KeyGenerationParameters par1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CipherKeyGenerator

public CipherKeyGenerator()
Method Detail

init

public void init(KeyGenerationParameters par1)

generateKey

public byte[] generateKey()